Search for: Search No post before the grid for search page Viewing 1 post (of 1 total) November 28, 2013 at 10:04 am November 28, 2013 #17190 MyleeneParticipant I already asked about his, but after a lot of tests, i finally managed to do it editing pinboard_is_teaser() I replaced $offset = pinboard_get_option( 'archive_excerpts' ); with { if( is_search() ) $archive_excerpts = 0 ; else $offset = pinboard_get_option( 'archive_excerpts' ); } Viewing 1 post (of 1 total) You must be logged in to reply to this topic.