game_0ver
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Can't share to FacebookThanks for spotting that Ron. Can’t seem to find the culprit though 🙁
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Can't share to Facebookbump.
Any ideas?
I’ve looked up the issue with Facebook and it does point to a DNS issue.
However the site works fine and I can’t spot any DNS issues, so what could it be?the site in question is http://www.joannsreps.co.uk
put it into https://developers.facebook.com/tools/debug/ and you will see what I mean.
Error parsing input URL, no data was cached, or no data was scraped.
When googling this error you will see lots of problems relating to DNS.
This renders the plugin un-usable for anyone who would want to share their site on Facebook.
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsThank you that works perfect 🙂
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsI found the problem.
I just disabled every plugin, removed every line of custom code bit by bit and it’s this:
<?php query_posts('cat=-8'); ?> // <<---this <?php if ( have_posts() ) : ?>in index.php
I need to exclude category 8 from my main list.
I guess doing query_posts is overwriting the main query which is then excluding any pagination logic?
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsHi, I have 15 posts.
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsHi,
Yes, I have my posts page set as a static page and my front page set as a static page.
To create the posts page I created a page called ‘News’ and set this in WP options as the posts page. Thats it! WP took care of the rest and displayed my posts on this page.
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsHi,
No, I have not modified the loop in functions.php or archive.php
Thanks for your help.
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsI have disabled the plugin. The problem is still there unfortunately 🙁
Forum: Themes and Templates
In reply to: [Hueman] Pages not working on blog postsIt was just an example. notice the ‘my domain’ the actual url is http://www.ultimatebuzz.net/news/
Hi, I am using the latest version.