Hi , as u can see from my site http://www.thezentheory.com the read more buttons are just missing and the blog displays the ENTIRE post on the front page instead of a summary/introduction with the read more button below . Any ideas ? ive not been messing with css etc. just got it today
Read more buttons just not there
6 posts from 2 voices-
Posted 2 years ago #
-
Hey,
you can use the read more button in your text editor or you change following code in index.php:
the_content('<span>'.__('Read more','habitat').'</span>'); ?>to:
the_excerpt(); echo "<a href='".get_permalink()."' class='more-link'>".__('Read more','habitat')."</a>"; ?>Posted 2 years ago # -
hi i changed the code and now it just shows the excerpt thats all good . but no readmore button in sight
Posted 2 years ago # -
Sorry forgot that. I adjusted the code above.
Posted 2 years ago # -
hi works fine now thanks !
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














