Hi am a newbie. I have a theme, and there is a "readmore" button but the theme keep sh0wing my full post, how can i fix it?
Hi am a newbie. I have a theme, and there is a "readmore" button but the theme keep sh0wing my full post, how can i fix it?
change the_content to the_excerpt in your theme.
there is a "readmore" button but the theme keep sh0wing my full post, how can i fix it
use the 'more-tag' when writing or editing your posts -
@charles h0w can i do that? Please help.
@sweeper that is doing it manually
sure it is - you didn't ask for automatically ;-)that is doing it manually
locate the template for the start page - usually index.php - if not tru to follow http://codex.wordpress.org/Template_Hierarchychange the_content to the_excerpt in your theme
in this template, find the line with the_content()
- this will depend on your used theme, and might not be there - some themes use further templates such as content.php or loop.php to show the posts.
ok @sweeper thaNks for your help. All this free themes are hell of a trouble and no money to buy a premium theme
This topic has been closed to new replies.