Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $my_postid = ph_get_page_id('search_results);
  2. $content_post = get_post($my_postid);
  3. $content = $content_post->post_content;
  4. $content = apply_filters('the_content', $content);
  5. $content = str_replace(']]>', ']]>', $content);
  6. echo $content;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement