WooPlugin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.1 rewritesEcellent,
I will change this ASAP.Thank You!
Forum: Fixing WordPress
In reply to: 3.1 rewritesThank Ryan,
I will definitely look into fixing it the right way.Will add_feed() support multiple arguments like ?feed=custom&page=2 or just first one?
Thanks a lot!
As joemcgil said, take a look at http://ww.wp.xz.cn/support/topic/31-rewrites, it may help.
Forum: Fixing WordPress
In reply to: 3.1 rewritesIpstenu,
You are a life saver!remove_filter(‘template_redirect’, ‘redirect_canonical’); did the trick, although I am on debian lenny/apache2 setup.
Thanks a lot!
Forum: Fixing WordPress
In reply to: 3.1 rewritesThe above mentioned get_query_var now seems to work only if argument is passed directly to index.php. Passing argument in url after category name does not work as before 3.1.
I would like to know what would be a proper way of extending WP 3.1 to recognize my custom argument as a feed type like it does with “rss”, “rss2” and “atom”? They seem to work OK both on index.php and categories/tags etc.
Can anyone point me to article on how to do this?
Thank you
Forum: Fixing WordPress
In reply to: 3.1 rewritesSure, here it is:
http://ww.wp.xz.cn/extend/plugins/whipps-json-feed/Thanks