Some paragraphs of some text become one paragraph when choosing any tag from an article
Some paragraphs of some text become one paragraph when choosing any tag from an article
Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its tag template file. Try editing the relevant template file(s) and replacing <?php the_excerpt();?> with <?php the_content();?>. Or creating a child theme that contains a customised tag.php template file.
This topic has been closed to new replies.