jamiek22
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Create subfolder, not affected by WordPressI’ve found the problem, I was stuck on .htaccess but it was not the issue.
To test whether WordPress indeed wass causing it I renamed /.htaccess to /.htaccesxxx. On /shop/index.php the 404 header was still coming up meaning the problem was in my code. At the top of my file I had these two lines, to include the WordPress template’s header HTML:
require __DIR__ . '/../wp-blog-header.php'; get_header();Tracing through get_header() I could see it was throwing the 404. I had to remove these 2 lines and find another way to display the header.
Hope this helps someone down the road.
Forum: Everything else WordPress
In reply to: can't find on search enginesYou also dont have enough text on your site. As an example, want to appear in Google for “Tennessee wedding gown”? I don’t see those words on your site anywhere.
Forum: Everything else WordPress
In reply to: WP Managed Hosting – Shared vs. VPS?We used to have SiteGround, switched to Canadian Web Hosting (don’t remember why but safe to assume because it was cheaper). It has been pretty solid for years of use: [ redacted ] If nothing else look at them for a price comparison.
Have never heard of WP Engine, but from the title it sounds like they are hoping to snag those people who don’t know any better.
Forum: Everything else WordPress
In reply to: can't find on search enginesCheck Google Webmaster Tools if your site has any errors.
Try Google PageInsights:
http://developers.google.com/speed/pagespeed/insights/Add SEO with the WordPress plugin “WordPress SEO by Yoast”