Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'pre_get_posts', function( $query ){
- if( $query->is_archive() ){
- $query->set( 'post_type', array( 'post', 'video' ) );
- }
- }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement