I upgraded to 2.7 and would like to know what controls the truncation of the posts.
The posts seems to work with the "more" tag on the front page, but on the archived pages it is on auto-mode.
I upgraded to 2.7 and would like to know what controls the truncation of the posts.
The posts seems to work with the "more" tag on the front page, but on the archived pages it is on auto-mode.
bump
I'm guessing you're referring to excerpts. If so, you'd change this:
<?php the_excerpt(); ?>
To:
<?php the_content(__('Continue Reading')); ?>
<?php wp_link_pages("before=<p>".__('Pages:')."&after=</p>"); ?>This topic has been closed to new replies.