I still need help with the first question: How to add custom text at the end of each post before the plugins?
Joern you are brilliant! Thanks to one of your other post on an unrelated topic I was able to answer my second question: How to add "Read the full story" to category excerpt?
Just in case there are other searching for the answer, here’s the solution ==>
in archive.php look for <?php the_excerpt(); ?> then add the following code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read the full story »</a>
(von: tonya)
Hier noch 2 weitere Ergebnisse dieses Threads:
custom text and category excert „read full story“
5. Jan. 2010 (von: tonya)
Hi I have search the Arthemia forums but can not seem to find the answer for two questions:How to add custom text at the end of each post?I would like to add custom text at the end of each post,…
Re: custom text and category excert „read full story“ :: Reply by Joern
5. Jan. 2010 (von: Joern)
the question is: do you want to add your custom text in all posts and also in frontpage (index.php), category/date/tag -archive.php or only in single post view?In single.php (you see only one post here) the place is really under<?php the_content('Read…