Aboylikedave on "Best way to filter XML feed according to user set parameters?"
I wish to display an xml feed (via GET HTTP) on a WordPress page. However, I wish the data to be filtered according to user selected parameters. As an example, lets say I have an XML feed of CD...
View ArticleAboylikedave on "Best way to filter XML feed according to user set parameters?"
If I used Fetch Feed (presumably in 'Functions.php'?) then could I filter with XSLT and where exactly would this go? Or is there a much easier way to filter using Fetch Feed? I'm a newb so any and all...
View Articlescoopsmiles on "[Plugin: WordPress Importer] Does not work everything says...
I am having the same issue.. Did you get this figured out?
View Articledandr69 on "[Plugin: WordPress SEO by Yoast] XML Sitemap - remove links"
Im using the XML Sitemap generator in Wordpress SEO. It creates the best sitemap possible. But there is also content restricted by robots.txt Sitemap contains urls which are blocked by robots.txt....
View Articlenickcaruso77 on "[Plugin: NextGEN Gallery] Exception Thrown- String could not...
I am getting the above error whenever I try to log in to my dashboard. I looked at my error log and noticed 8 instances of the following: PHP Warning: extract() expects parameter 1 to be array, string...
View Articlephotocrati on "[Plugin: NextGEN Gallery] Exception Thrown- String could not...
@nickcaruso77 - Are you seeing this issue if you deactivate all plugins; clear all caches; temporarily switch to a default WordPress Twenty series themes; and then only activate NextGEN Gallery? - Cais.
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
Hi, I'm using latest version of your plugin, I receive errors from WMT in url like this: <image:image>...
View Articlegreg.smith0 on "body.xml:1: parser error : ParsePI: PI xmlversion space...
I have an identical problem and have had it now since January. Any body found a fix or isolated the problem?
View ArticleRavanH on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
Hmmm... interesting. That's a bug. Thanks for reporting, Davide :) I'm actually surprised you have an image name with à in it. Since WordPress normally transforms such characters during upload, I never...
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
Yeah, I'm italian :) here is normal to use accent in filenames :) (ie. Senza Nessuna Pietà, is a Movie title) Nope, sitemap hasn't changed (I can't try in WMT): <image:image>...
View ArticleRavanH on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
I think the zip you downloaded still had an older dev version... Sometimes the WordPress plugin system takes a while to update the downloads. Could you download again, install (or overwrite) again and...
View ArticleRavanH on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
(because I still see <!-- generator-version="4.3.108" --> in your sitemaps and the latest dev version is 4.3.112)
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
I see 4.3.112 and doesn't seem to be fixed: http://velvetcinema.it/sitemap-posttype-post.2014.xml (look for "http://velvetcinema.it/wp-content/uploads/2014/08/favino_senza_nessuna" in the source, I'm...
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
(I did not say, I updated :) )
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
A question, have you escaped the title instead of location? :) :)
View ArticleRavanH on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
hmm... both title and loc should be escaped but apparently esc_url does not catch à :( will be looking for a better way of escaping urls and let you know asap. thanks for testing so far :)
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
thanks to you :) bye!
View ArticleRavanH on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
I'm now using the WordPress internal function utf8_uri_encode() to UTF-8 encode the image locations. I suspect this function is not really meant to parse a full URL (only the URI of file name) but it...
View Articlelukascech on "pick up XML from a 3rd party server via FTP?"
Hi, I am building a website for a real estate agent. He wants me to pick up property details from his employer's FTP server in XML format. I couldn't find any plugins of discussions on this - anyone...
View Articledavide on "[Plugin: XML Sitemap & Google News feeds] [Plugin: XML Sitemap &...
I'm not sure it's the right way, now it's encoded as follows: http://velvetcinema.it/wp-content/uploads/2014/08/favino_senza_nessuna_piet%c3%a0_trailer_.jpg this is not an entity decode, is a raw url...
View Article