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
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
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) . "'"); ?>
Works well for me with unsleepable v 2.0
(The code to replace is on line 118 to 122)
This topic has been closed to new replies.