Wordpress: How to do this ?

balsagoth007

BANNED
Joined
Oct 30, 2010
Messages
2,107
Reaction score
1,383
I want all the content of the articles to to be visible in the homepage not just a preview and you must click "read more" i want to stick with my current theme and just modify it.
Is this possible to do ?
 
in the theme files at the appropriate spot (youll have to find it yourself)
replace <?php the_excerpt(); ?> with <?php the_content(); ?>
 
Thank you very much, it's working like a sharm :top:
 
another solution is using a plugin called advanced excerpt
It has a setting page, to set up your excerpt words. :)
and then just insert their code on your index page. :)

khabibf
 
Back
Top