Application development and sharing our knowledge to developer to developer for helping knowledge to build a effective solution for web architect.
<?php $page_id = 53; $post_id_53 = get_post($page_id); $pagecontent = $post_id_53->post_content; $pagecontent = apply_filters('the_content', $pagecontent); $pagecontent = str_replace(']]>', ']]>', $pagecontent); echo $pagecontent; ?>
<?php $page_id = 53; $post_id_53 = get_post($
page_id
); $pagecontent = $post_id_53->post_content; $pagecontent = apply_filters('the_content', $pagecontent); $pagecontent = str_replace(']]>', ']]>', $pagecontent); echo $pagecontent; ?>
No comments:
Post a Comment