Hi,
Is it possible to show full text on index page and on the page of the post itself, but to show only an extract on the archives pages? I want to avoid duplicate contents on my blog.
Thanks.
Hi,
Is it possible to show full text on index page and on the page of the post itself, but to show only an extract on the archives pages? I want to avoid duplicate contents on my blog.
Thanks.
Full content (with read more link if enabled) --> <?php the_content('Read more »'); ?>
Excerpt --> <?php the_excerpt() ?>
What theme are you using?
Hmm... Thanks for the tips; I will work on this and get back to you if it does not work! :)
You must log in to post.