Hi,
Here is what I need :
When I choose any category, I want all the articles to be displayed in full , instead of just an excerpt.
please advise,
Thank you
Vasco
Hi,
Here is what I need :
When I choose any category, I want all the articles to be displayed in full , instead of just an excerpt.
please advise,
Thank you
Vasco
In archive.php replace:
<?php the_excerpt() ?>
with:
<?php the_content() ?>
If you don't need the read more button remove following code:
<a href="<?php echo get_permalink() ?>" class="more-link"><?php _e('Read more','newscast'); ?></a>You must log in to post.