Forums

Links and Images not showing in Categories using Unsleepable (3 posts)

  1. TuSecreto
    Member
    Posted 5 years ago #

    When i'm browsing my blog by categories, I can't see links, bold text, or YouTube videos in the posts listed. How can I fix this?

    Thanks!

    My blog (link to a categorie archive): http://www.tusecreto.com.ar/blog/?cat=4

  2. TuSecreto
    Member
    Posted 5 years ago #

    Fixed.

    If anyone is interested:

    From theloop.php change this:

    <?php if (is_archive() or is_search()) {
    the_excerpt();
    } else {
    the_content("Continue reading '" . the_title('', '', false) . "'");
    } ?>

    to this:

    <?php the_content("Continue reading '" . the_title('', '', false) . "'"); ?>

  3. arnovillard
    Member
    Posted 4 years ago #

    Works well for me with unsleepable v 2.0
    (The code to replace is on line 118 to 122)

Topic Closed

This topic has been closed to new replies.

About this Topic