Filter in store.php prevents display of the excerpt in normal search results

HomeSupportImage StoreFilter in store.php prevents display of the excerpt in normal search results

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #171832
    davect
    Participant

    The following in store.php is preventing the display of the_excerpt() in search results:

    if( is_search( ) ) add_filter( ‘the_content’, array( &$this, ‘taxonomy_content’ ) );

    #176737
    Xpark Media
    Keymaster

    @davect,

    Thank you will look into it, do you have any other search plugin installed? What theme are you using, can you please provide a link

    #252698
    davect
    Participant

    I am using the standard wordpress search widget and woothemes canvas

    #252699
    davect
    Participant

    I don’t see the point in this filter, it’s going to affect the search results whatever the theme and search method.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.