I am basically having an issue where a user is trying to search for say a ‘Builder’ in London, but when they go back and just search a blank category or blank location they get redirected to the search result ‘Builder in London’
Is there a work around for this that i can give my client without sounding to technical.
Thanks
Ryan
]]>Any suggestions?
]]>If I search for Sara, she doesn’t come up… If I search for Smith, several other users with the same last name show up, but not Sara, if I search by her username she does come up. Searching by email is hit or miss.
Any thoughts? Thank you!
]]>I using this plugin in my site. I want facing one issues.
Issues :
1) product filter or result not set after product filter I will click on a product detail and backup to the same page by browser back button.
2) when I filter product it show filter parameter on URL but when I load this page with these filter it not working.
Please help…….
]]>I’ve been stumped for a while here. We have been developing our new website using the Gauge theme – www.gameradius.com for the past 2 months. I would think by now that typing in our domain name (gameradius, or gameradius.com) into Google, that the site should show. It doesn’t.
I checked all issues that I’m aware of:
-Make sure the box is unchecked under “Reading” for search engines to not find the site
-Make sure we are using a good SEO plugin
-Make sure there are no “noindex” checked in robots txt files
-Sign up and verify site through Google webmaster tools
-Submit sitemap to Google webmaster tools
-Verify site with Google Apps
-Connect site with Google+
What are we doing wrong here?
I’m so confused. People say, oh you have to wait. But no, I’ve developed simple sites before where if you type in the domain name, the site will at least show in the first few pages of results in Google after only a few days. We have a bunch of social media channels showing but our site doesn’t even show…
Thanks for any help.
GameRadius
WordPress searches only posts and NOT pages. As an example, I have a ‘featured’ categorie created. WP will search only this and display search results.
Anyone know what would cause this?
Additionally..WP is not installed in the root, but a subfolder…my thinking is it could be a htaccess issue?
Just incase:
Options -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thanks in advance!
]]>Here is a code that i have and for some reason my results are appearing in the following order:
1st Page – 1 result
2nd Page – 2 results
3rd Page – 3 results
Basically i want to exclude categories 9 and 17. Any clue as to why this could be happening.
P.s: i dont want to use plugins
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if (in_category('9')) continue; ?>
<?php if (in_category('14')) continue; ?>
<?php the_title(); ?><br /><br />
<?php endwhile;endif;?>
<?php next_posts_link('« Old Updates') ?>
<?php previous_posts_link('Latest Updates »') ?>
]]>