Community Forums › Forums › Design Tips and Tricks › How to remove "Sorry, no posts matched your criteria."
This topic contains 10 replies, has 2 voices, and was last updated by rajee 1 month, 3 weeks ago.
-
AuthorPosts
-
February 23, 2013 at 6:30 pm #22483
Hi,
I am using Lifestyle 4.0 Theme. I came to know that my readers are unable to leave comment because they found “Sorry, no posts matched your criteria” after clicking comment button Please help me soon
Thanks,
Rajee
March 15, 2013 at 6:50 am #27107Try this Rajee http://www.studiopress.com/forums/topic/getting-rid-of-posts-on-homepage-minimum/#post-25614
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.March 15, 2013 at 9:37 am #27150Hi Brad,
I pasted the code below at style.css. Is it correct?
(moderator comment: edited to remove entire stylesheet – please do not post your entire stylesheet – if you provide a link to your site’s URL, we can view your stylesheet)
Thanks,
Rajee
March 15, 2013 at 10:07 am #27156Where did you paste the code?
Can you link to your site please.
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.March 15, 2013 at 10:11 am #27159March 15, 2013 at 10:21 am #27163Please don’t paste your entire style.css file here.
Where exactly is the code?
By the way, the site loads extremley slowly which is a major problem you should consider resolving.
There’s also some problems with the coding of this site you may be interested in fixing.
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.March 15, 2013 at 10:45 am #27169Can you please let me know which code I need to fix it?
Thanks
March 16, 2013 at 9:29 am #27976I have deactivated plugin and found the same error
I didnt put any wrong code. I feel it is wrong with its code from the theme that I couldn’t figure out. I found only 3 problems,
Sorry no posts, site is extremely slow and comment length is too long I didnt have these problems before Please help..
Thanks,
Rajee
March 22, 2013 at 8:57 am #30437I updated latest wordpress yesterday and found
A fatal error occured during profilling: Call to undefined function wp_pagenavi() in file /home/content/36/4617336/html/wp-content/themes/lifestyle_40/archive.php on line 40
Another error
This webpage is not available
The webpage at http://momsfocusonline.com/ might be temporarily down or it may have moved permanently to a new web address.
Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error.My host is GO Daddy and the plugins I used below:
Advanced Text Widget
Collapsing Archives
CommentLuv
Greg’s Threaded Comment Numbering
No Duplicate Content in Comments
number of view
nrelate Related Content
WP125
WP-PageNavi
W3 Total Cache
ShareThis
Shopbop
Please help how to fix it
Thanks,
Rajee
April 1, 2013 at 11:05 am #32469My website, momsfocusonline.com is working only after removing
.home #inner {
display: none;
}Getting the same error “Sorry, no posts matched your criteria” after clicking comment button
Is there any work with this code in search.php?
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH.”/breadcrumb.php”);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href=”<?php the_permalink() ?>” rel=”bookmark”><?php the_title(); ?></a></h1><div class=”date”>
<div class=”dateleft”>
<p><span class=”time”><?php the_time(‘F j, Y’); ?></span> <?php _e(“by”); ?> <?php the_author_posts_link(); ?> <?php edit_post_link(__(‘(Edit)’), ”, ”); ?> <br /> <?php _e(“Filed under”); ?> <?php the_category(‘, ‘) ?></p>
</div><div class=”dateright”>
<p><span class=”icomment”><a href=”<?php the_permalink(); ?>#comments”><?php comments_number(__(‘Leave a Comment’), __(’1 Comment’), __(‘% Comments’)); ?></a></span></p>
</div></div>
<div class=”clear”></div>
<?php the_excerpt(__(‘Read more’));?><div class=”clear”></div>
<div class=”postmeta2″>
<p><span class=”tags”><?php _e(“Tags”); ?>: <?php the_tags(”) ?></span></p>
</div><?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
<p><?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?></p></div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php // The main column ends ?>
<?php get_footer(); ?>
Thanks,
Rajee
April 3, 2013 at 4:05 pm #32926I am still waiting to solve this issue before purchasing crystal theme to avoid mess up
Please help soon
Thanks,
Rajee
-
AuthorPosts
You must be logged in to reply to this topic.