ensnare
Forum Replies Created
-
Able to figure it out? thinking I may just have to revert to the previous version as that worked fine.
Here’s a screenshot of my settings:
I’ve done this and it’s the same, if i use another sites RSS feed then it seems to work, however all google feeds seem to bring in the google.com/url link
here’s an example of my feed url:
https://news.google.com/news/feeds?um=1&ned=us&hl=en&q=covestorThis used to work in 2.2 but it seems to have broken since upgrading to 3.1.1
Worth mentioning that we’re outputing using this tag:
<?php wprss_display_feed_items(); ?>
Forum: Plugins
In reply to: Where is the User Access manager plugin?Been looking for this too, no luck… any idea why it’s been removed?
Just had to change my query around a bit to:
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; if ( is_page( "News" ) ) { // if news only show news query_posts('category_name=News&posts_per_page=10&order=DSC&orderby=ID&paged=' . $paged); }
Moderator removed code so here it is on pastebin: https://pastebin.com/0VFgMzH0
Forum: Fixing WordPress
In reply to: Uploading Media – HTTP error.OK, so I need some hosting settings changed? The upload media button works fine on our main domain just not on a subdomain.
Forum: Fixing WordPress
In reply to: Uploading Media – HTTP error.thanks but that isn’t really a solution, I can easily switch to the html uploader instead of the flash version i’d just rather not have to tell my client they need to do this. It’s a pretty massive bug with wordpress, weird that it hasn’t been fixed properly yet!