every post other than the first one gets condensed and clicking a 'read more...' link is the only way to view the entire thing. I was wondering how i could disable this feature completely.
thanks in advance
every post other than the first one gets condensed and clicking a 'read more...' link is the only way to view the entire thing. I was wondering how i could disable this feature completely.
thanks in advance
The read more link is usually displayed when you have used the <!--more--> tag in you posts to split the content and reduce what is displayed on the front page. (Read on here for more: Customizing_the_Read_More )
If this is not what you have done then it may be a feature of the theme you are using and you will need to modify that to change this behaviour.
For the record: this is a theme specific question, not all themes behaves like that! You can either edit the template file(s) in your theme or use another theme.
It's fairly simple.
In the code for your theme, probably in files like Main Index Template and Category Template, you need to change the_excerpt to the_content.
Go...
WP Admin > Presentation > Theme Editor > Main Index Template
look for the word "excerpt"
This topic has been closed to new replies.