lenght words in home page
-
Hi, I want to show the excerpt of a page ( not post) in the home page. I used this code
<?php $page_id = 2; $page_data = get_page ( $page_id ); $content = $page_data->post_content; echo apply_filters( 'the_content', $page_data->post_content );?>
and it works good, but it shows all the content and I want just the excerpt.
I already tried to change content with excerpt, but it doesn’t work.
Can someone help me, please?
Thanks a lot
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘lenght words in home page’ is closed to new replies.