Support » Themes and Templates » Links inside posts removed when listed in Categories – modmat theme

  • Resolved delete

    (@moonbatwingnut)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter delete

    (@moonbatwingnut)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links inside posts removed when listed in Categories – modmat theme’ is closed to new replies.