jszurszewski
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: relevanssi search – returns nothingNope, nothing custom, this is the contents of my search results page:
<?php global $s; ?> <h2 id="pageContentHeader">Your Search For: <?php echo $s; ?></h2> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="searchResultWrapper"> <a>"><h2><?php the_title(); ?></h2></a> <?php the_excerpt(); ?> </div> <?php endwhile; endif; ?>[Please post code snippets between backticks or use the code button.]
Forum: Plugins
In reply to: relevanssi search – returns nothingSame here, I get zero results with Relevanssi enabled. If I deactivate Relevanssi and try the search again, I see results.
As detailed in the FAQ, this is what displays when there is no data. And logged in users don’t count for generating data. So log out, click on a post (if you have the plugin set to use views), or leave a comment, and you will start to see posts listed.
Forum: Plugins
In reply to: [Easy Popular Posts] [Plugin: Easy Popular Posts] BEWARE: Hidden LinkHow do you reset the counts of which posts are popular?
Viewing 4 replies - 1 through 4 (of 4 total)