Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if ( is_singular( 'post' ) && ( $this->settings['content'] == 'post' || $this->settings['content'] == 'post_and_page' ) ) {
  2. $this->post_type = 'post';
  3. }
  4.  
  5. if ( is_home( 'post' ) && ( $this->settings['content'] == 'post' || $this->settings['content'] == 'post_and_page' ) ) {
  6. $this->post_type = 'post';
  7. }
Add Comment
Please, Sign In to add comment