Support » Fixing WordPress » Category and Tag searching to display with home page functionality

  • So whenever you click on a tag or category to search, the results always summarize the summary post and end up taking out certain pieces of information. Is there a way to make the category/tag searches appear the same way they do on the home page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in these template files. Simply edit the relevant template files and replace <?php the_excerpt();?> with <?php the_content();?>.

    Thread Starter dc1

    (@dc1)

    ok, I got that to work. Is there a way to show just the summary, like up until the <–more–> code? I tried replacing content with “summary”, but I guess that isnt the right code language,

    Using <?php the_content();?> in conjunction with the <!--more--> tag in posts should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category and Tag searching to display with home page functionality’ is closed to new replies.