Forums

[resolved] Links inside posts removed when listed in Categories - modmat theme (3 posts)

  1. MoonbatWingnut
    Member
    Posted 1 year ago #

    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

  2. chrismou
    Member
    Posted 1 year ago #

    Hi MoonbatWingnut

    If you open category.php, line 28 reads:

    <?php the_excerpt(''.__('Read More <span class="meta-nav">&raquo;</span>', 'sandbox').'') ?>

    Change it to this:

    <?php the_content(''.__('Read More <span class="meta-nav">&raquo;</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.

  3. MoonbatWingnut
    Member
    Posted 1 year ago #

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic