Hello,
RE: modmat theme
When listing posts by Categories, any link inside the post is removed, just the plain text remains. Is there a way to retain those links when listed in Categories?
Thanks,
TW
Hello,
RE: modmat theme
When listing posts by Categories, any link inside the post is removed, just the plain text remains. Is there a way to retain those links when listed in Categories?
Thanks,
TW
Hi MoonbatWingnut
If you open category.php, line 28 reads:
<?php the_excerpt(''.__('Read More <span class="meta-nav">»</span>', 'sandbox').'') ?>
Change it to this:
<?php the_content(''.__('Read More <span class="meta-nav">»</span>', 'sandbox').''); ?>
This should stop Modmat from showing the excerpt version of the post, and show the full text - links, images and all.
Hope this helps.
Thanks!
This topic has been closed to new replies.