get_page_by_title
-
Has anyone a example for get_page_by_title()
I tried to use it but no chance to run it. I tested something like that:<?php
$rightcolum = get_page_by_title(‘test’);
setup_postdata($rightcolumn);
?>
<div class=”entry”>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
</div>But it don’t printe the content of test page.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_page_by_title’ is closed to new replies.