• Resolved pixelrow

    (@pixelrow)


    My theme does not display post formats in search results – I just get post title and meta – the “content” doesn’t show except for the Image format.

    For example I have the audio format showing a an audio player. But it doesn’t show in search results but works fine Main Blog Page.

    This is the bit which fetches the Post Formats in the results page.

    <?php get_template_part( 'content', get_post_format()); ?>

    All help is Welcome.

Viewing 1 replies (of 1 total)
  • Thread Starter pixelrow

    (@pixelrow)

    Solved the mystery – I had forgotten to remove this code:

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>
    	<div class="entry-summary">
    		<?php the_excerpt(); ?>
    	</div><!-- .entry-summary -->
    	<?php else : ?>

    Yes I feel suitably embarrassed!

Viewing 1 replies (of 1 total)
  • The topic ‘How to display Post Formats in Search Results’ is closed to new replies.