How do I put a read more link in WP theme?

Josh.w36

Regular Member
Joined
Apr 9, 2010
Messages
231
Reaction score
76
Hey,

I just downloaded Themeforest Illuminati theme and it doesn't have a read more link. Is there any way I can add one?

Thanks,
Josh
 
Wouldn't just adding a more tag in the post at the relevant point do the job?
 
This should help you out
Code:
http://codex.wordpress.org/Customizing_the_Read_More
 
No, adding a <--more--> tag doesn't put the more link. It's weird theme but very beautiful.

Is there any PHP code I can insert into my template files?
 
even if I put <?php the_content('Read more »'); ?> nothing shows up.
 
Back
Top