Excerpt help needed :) (silly question)
-
Hello,
I would like to use the excerpt feature, so users can see a bit of the post and if they want to read it all, they can click on it to see the full content.
i have looked up the excerpt feature and changed my index.php so it now says :
<div class=”entrybody”>
<div class=”entrymeta”>
Posted by <?php the_author() ?> on <?php the_time(‘F dS Y’) ?> to <?php the_category(‘,’) ?>
</div>Keywords: <?php the_post_keytags(); ?>
<?php the_excerpt(__(‘(more…)’)); ?>This has worked but when i click on the post i still only see the excerpt version, it does not show the entire contents when i click on the post title.
Does anyone have any tips how i can do this? or advise what is the best way i can use users a bit of my post and if they want to read more, they can click somewhere to reall all.
Sorry for the long post ??
Ali
https://www.alibutt.com
- The topic ‘Excerpt help needed :) (silly question)’ is closed to new replies.