Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'astra_infinite_pagination_post_type', 'astra_infinite_pagination_post_type_func' );
- function astra_infinite_pagination_post_type_func( $post_type ) {
- $post_type = 'page';
- return $post_type;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement