http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I succeeded in working of feed!
I insert the following code just after wp();.
WOZ v1.5 over: includes/init_includes/init_woz.php
Other : includes/extra_configures/wordpress-config.php
Please try it.Code:if ($_GET['main_page'] == FILENAME_WORDPRESS && is_feed()) { gzip_compression(); require_once(ABSPATH . WPINC . '/template-loader.php'); exit(); }
And I am glad when you feed back.
-- Postscript --
When it is an old version, FILENAME_WORDPRESS may not be defined.
In that case, please add the following.
Code:define('FILENAME_WORDPRESS', 'wordpress');
Last edited by hira; 23 Mar 2010 at 03:51 PM.
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
Sounds good, but do permalinks work?? Friendly feed URLs are one thing (though not terribly important IMO) but permalinks working with WOZ would be a really nice thing..
Thanks Hira for bringing the blog feed URLs on my testsite to my attention.. I turned back on permalinks this morning on my testsite.. after researching and testing this I have come to the conclusion that search engine friendly URLs for blog feeds is not a MUST HAVE or even a NEED to have..
Even with permalinks on and configured correctly the default feed URLs work PERFECTLY!! IMO this and the permalinks working correctly is more than acceptable.
I add rules to my robots.txt file to disallow search-engine crawlers from indexing the blog feed anyway (since I want to avoid POSSIBILITY of duplicate content). I will be using an XML sitemap so there isn't any need for web crawlers to index the RSS feeds too. And yes I do understand that the search engine robots can recognize an xml feed page and treat it separately. However, I still prefer to err on the side of caution and tell the robots not to crawl my blog feeds.
Therefore, since I will be excluding the blog feeds from search engine robots, search engine friendly RSS feed URLs are not a MUST HAVE at all.. So when I display RSS links to my blog feed, the link behind the little RSS chicklet will be pointing to the default blog RSS feed URL (which is JUST fine), and the problem is solved..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Bookmarks