Read more
-
Hi there,
I am just trying to display a …read more on the home page (static page) of my website.
But the following code seems to ignore the read more in the page that I have created.
<?php $page = get_page_by_title( 'ABOUT US' ); $content = apply_filters('the_content', $page->post_content); echo $content(); ?>
Thanks for any help,
Phil
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Read more’ is closed to new replies.