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