AndrewHodges
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: To Many Redirectskmessinger – thanks for looking. That may account for slow loading but I will sort it and see if it accounts for the redirect.
Can I ask which tool you used to check or was it say Chrome because oddly it does not show up on mine.
Thanks once again
Forum: Plugins
In reply to: [WP-PageNavi] Navigation buttons always return me to the first pageA little belated but that you for replying. I did in fact re-write the query
Forum: Plugins
In reply to: [WP Evernote Site Memory] Icon Placement QuestionI have been trying to do the same thing. In this case excluding it from my home page. I have tried all the obvious if (!is_front_page() AND is_single()){ etc but all I succeed in doing is excluding it on every page or including it on every page.
Really like the plugin but cannot work out selecting pages.
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageI have cracked it!
It is not in the code. The original blog was posted with Cat=43 that’s was then changed to cat=51 (and only 51). The data base still has an entry for the previous version of the post as it would, but the query_posts() seems to return 43 and 51 which explains why it appears.
I have written a rather poor sql script which returned both but I had assumed that query_posts would have been more sophisticated! Does this count as a bug?
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageI still cannot resolve this
<?php query_posts($query_string.'&cat=-51'); if (have_posts()) : while (have_posts()) : the_post();
// The following determines what the post format is and shows the correct file accordingly’
When I have cat=51 in the line only blogs of cat 51 appear when I have (minus)-51 all blogs appear including 51?
Anyone any other suggestions?
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageTried including he global statement no difference.
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageYes I put a little tracking text in ‘Hi your on the right page’ just before I started to pull my hair out.
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageThanks for the function and its a little more elegant for future use but does not solve the issue. Cat 51 is still appearing? I have checked again and again to make sure it is the right cat etc but as I say it works else where.
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageRedrocksrover:
Thanks for that. Not sure I see the material difference but I have tried it and it makes no difference. My page https://fernleafconsulting.co.uk/FLWP/blog/ should not show the QR post as it is cat 51 but it does. My page https://fernleafconsulting.co.uk/FLWP/contact-shortcuts/ (template page but using same code loop) uses the same statement ‘cat=51’ and works fine.
Forum: Fixing WordPress
In reply to: Exclude posts by category on index pageThe main loop in the query page
Forum: Plugins
In reply to: [Plugins: Cookie Control and FlexyTalk] ConflictsThanks for replying.
CC should appear on every page. FT should only appear on the LiveChat page. The problem renders differently on every browser I have tried!
Both Plugins work on my Live Chat page. (FLWP/live-chat/)
On other pages FT plugin is not called and, rightly, does not appear but
On all other pages the CC plugin should appear and does not.
If I deactivate FT plugin CC works as it should.In other browsers the behaviour is basically the same with little oddities.
I would really like to use your plugin as it works well with apps on mobiles etc and I will subscribe if we can get it to work. Anything I can do to help let me know.
The link to the Live Chat page was on my first post. The conflict appears to be applied when both are activated.