<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>S-page Weblog</title>
	<atom:link href="http://www.s-page.net/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.s-page.net/en</link>
	<description>It may be funny English, but please endure it. The comment is simple as possible and asks. (I don&#039;t understand that it is difficult English)</description>
	<lastBuildDate>Wed, 21 Apr 2010 22:35:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A method to use WOZ v1.5 and Ultimate SEO URLs</title>
		<link>http://www.s-page.net/en/2010/04/22/a-method-to-use-woz-v1-5-and-ultimate-seo-urls/</link>
		<comments>http://www.s-page.net/en/2010/04/22/a-method-to-use-woz-v1-5-and-ultimate-seo-urls/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:34:37 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/?p=47</guid>
		<description><![CDATA[Open /includes/init_includes/init_woz.php
Please edit a red part
Code:
  require_once(ABSPATH . 'wp-config.php');
  wp();

  if ($_GET['main_page'] == FILENAME_WORDPRESS &#38;&#38; ( is_feed() &#124;&#124; is_trackback() )) {
    gzip_compression();
    require_once(ABSPATH . WPINC . '/template-loader.php');
    exit();
  }
Open includes\classes\ssu\cores\link.php
Please add a red part
Code:

			// if the index.php is in the url, lets [...]]]></description>
			<content:encoded><![CDATA[<p>Open /includes/init_includes/init_woz.php<br />
Please edit a red part</p>
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 5px; overflow: auto; width: 480px; height: 146px; text-align: left;">  require_once(ABSPATH . 'wp-config.php');
  wp();

<font color="Red">  if ($_GET['main_page'] == FILENAME_WORDPRESS &amp;&amp; ( is_feed() || is_trackback() )) {</font>
    gzip_compression();
    require_once(ABSPATH . WPINC . '/template-loader.php');
    exit();
  }</pre>
<p>Open includes\classes\ssu\cores\link.php<br />
Please add a red part</p>
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 5px; overflow: auto; width: 480px; height: 434px; text-align: left;">
			// if the index.php is in the url, lets see if we need to rebuild the path and redirect.
			if((strpos($this-&gt;original_uri, 'index.php') !== false)){
				if(!isset($_GET['main_page']) || empty($_GET['main_page'])){
					$_GET['main_page'] = 'index';
					$this-&gt;original_uri = $this-&gt;original_uri. '&amp;main_page=index';
				}
				if($this-&gt;checkPageExcludedList($_GET['main_page']))
					return false;
				$this-&gt;redirect_type = 2;
				return false;
			}

<font color="Red">			// for WordPress On ZenCart BOF
			else if($_GET['main_page'] == FILENAME_WORDPRESS){ return false; }
			// for WordPress On ZenCart EOF</font>

			// if we are using multi-lang, then we should have language code at the very beginning
			if(SSUConfig::registry('configs', 'multilang_status')){
				$languages_code = substr($this-&gt;original_uri, 0, 2);
				if(!array_key_exists($languages_code, SSUConfig::registry('languages')))
					$this-&gt;redirect_type = 1;
				else{
					$_get['language'] = $languages_code;
					$this-&gt;original_uri   = trim(substr($this-&gt;original_uri, 2), '/');
				}
			}</pre>
<p>you&#8217;ll need to set the Ultimate SEO URL rewrite rules to ignore direct client requests for the /blog folder by using an additional RewriteCond.<br />
eg)</p>
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 5px; overflow: auto; width: 480px; height: 162px; text-align: left;"># Donâ?™t rewrite blog directory
RewriteCond %{REQUEST_URI} !^/blog.* [NC]
RewriteCond %{REQUEST_URI} !^/wordpress.* [NC]

# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) /index.php?%{QUERY_STRING} [L]

# Do rewrite blog directory
RewriteRule ^blog(.*)$ /index.php?main_page=wordpress&amp;$1 [E=VAR1:$1,QSA,L]</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2010/04/22/a-method-to-use-woz-v1-5-and-ultimate-seo-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress On ZenCart v1.5 Released!</title>
		<link>http://www.s-page.net/en/2010/03/16/wordpress-on-zencart-v1-5-released/</link>
		<comments>http://www.s-page.net/en/2010/03/16/wordpress-on-zencart-v1-5-released/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:55:11 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/?p=45</guid>
		<description><![CDATA[I released WordPress On ZenCart(WOZ) v1.5 today.
Whats New In WOZ v1.5.
It supported WordPress 2.9.2.
It supported SSL with a header of WordPress.
I added a WOZ Manager(installer) and WOZ Setting.
I added a &#8220;Ceon URI Mapping Setting&#8221; in WOZ Manager.
I gathered a header of wordpress in one file.
I did the design of the sidebox in the same way [...]]]></description>
			<content:encoded><![CDATA[<p>I released <a href="http://www.s-page.net/products/62.html">WordPress On ZenCart</a>(WOZ) v1.5 today.<br />
Whats New In WOZ v1.5.</p>
<p>It supported WordPress 2.9.2.<br />
It supported SSL with a header of WordPress.<br />
I added a WOZ Manager(installer) and WOZ Setting.<br />
I added a &#8220;Ceon URI Mapping Setting&#8221; in WOZ Manager.<br />
I gathered a header of wordpress in one file.<br />
I did the design of the sidebox in the same way as other boxes.<br />
I resolved conflict of &#8220;RSS2 Feed Contribution&#8221;.<br />
I resolved conflict of &#8220;Ceon URI Mapping&#8221;.</p>
<p>More infomation and Download is here.<br />
<a href="http://www.s-page.net/products/62.html">http://www.s-page.net/products/62.html</a></p>
<p>online demo<br />
<a href="http://demo.s-page.net/woz/en/">http://demo.s-page.net/woz/en/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2010/03/16/wordpress-on-zencart-v1-5-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WOZ demo site is opened to the public.</title>
		<link>http://www.s-page.net/en/2010/03/14/woz-demo-site-is-opened-to-the-public/</link>
		<comments>http://www.s-page.net/en/2010/03/14/woz-demo-site-is-opened-to-the-public/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 16:43:15 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/?p=43</guid>
		<description><![CDATA[The demonstration site of WOZ(WordPress On ZenCart) is opened to the public.
http://demo.s-page.net/woz/en/
Zen-Cart v1.38a
with RSS Feed
and ceon uri mapping
]]></description>
			<content:encoded><![CDATA[<p>The demonstration site of WOZ(<a href="http://www.s-page.net/products/62.html">WordPress On ZenCart</a>) is opened to the public.<br />
<a href="http://demo.s-page.net/woz/en/" target="_blank" rel="nofollow">http://demo.s-page.net/woz/en/</a></p>
<p>Zen-Cart v1.38a<br />
with <a href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;products_id=733" target="_blank">RSS Feed</a><br />
and <a href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;products_id=1269" target="_blank">ceon uri mapping</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2010/03/14/woz-demo-site-is-opened-to-the-public/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZenCart On XOOPS v1.35 Released!</title>
		<link>http://www.s-page.net/en/2010/02/22/zox_135/</link>
		<comments>http://www.s-page.net/en/2010/02/22/zox_135/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:33:31 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[xoops]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2010/02/22/zox_135/</guid>
		<description><![CDATA[I released ZenCart On XOOPS(ZOX) v1.35 today. 
Whats New In ZOX v1.35.

Applied Security Patch v138 20090619
Added an infomation for change of admin directory in readme.

]]></description>
			<content:encoded><![CDATA[<p>I released <a href="http://www.s-page.net/products/74.html">ZenCart On XOOPS</a>(ZOX) v1.35 today. </p>
<p>Whats New In ZOX v1.35.</p>
<ul>
<li>Applied <a href="http://www.zen-cart.com/forum/showthread.php?t=130161">Security Patch v138 20090619</a></li>
<li>Added an infomation for change of admin directory in readme.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2010/02/22/zox_135/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZenCart On XOOPS -English Version- Released!</title>
		<link>http://www.s-page.net/en/2010/02/18/zencart_on_xoops/</link>
		<comments>http://www.s-page.net/en/2010/02/18/zencart_on_xoops/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:58:22 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[xoops]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2010/02/18/zencart_on_xoops/</guid>
		<description><![CDATA[I released ZenCart On XOOPS(ZOX) -English Version- today.
It is the module which can display Zen-Cart on XOOPS.
Zen-Cart is an open source application for online shop.
XOOPS is an open source application for community portal.

Zen-Cart was an standalone online shop construction system, but ZOX customized it for modules of XOOPS.
Because You can realize community functions in XOOPS [...]]]></description>
			<content:encoded><![CDATA[<p>I released <a href="http://www.s-page.net/products/74.html">ZenCart On XOOPS</a>(ZOX) -English Version- today.<br />
It is the module which can display Zen-Cart on XOOPS.</p>
<p><a href="http://wwww.zen-cart.com/">Zen-Cart</a> is an open source application for online shop.<br />
<a href="http://www.xoops.org/">XOOPS</a> is an open source application for community portal.<br />
<span id="more-38"></span><br />
Zen-Cart was an standalone online shop construction system, but ZOX customized it for modules of XOOPS.<br />
Because You can realize community functions in XOOPS side in ZOX by a shop function, a flexible site-building is possible.</p>
<p>A version of Zen-Cart becoming the base:zen-cart-v1.3.8a-full-fileset-12112007</p>
<p>More infomation and Download is <a href="http://www.s-page.net/products/74.html">here</a>.<br />
<a href="http://www.s-page.net/products/74.html">http://www.s-page.net/products/74.html</a></p>
<h3>online demo</h3>
<p><a href="http://demo-zox.s-page.net/">http://demo-zox.s-page.net/</a></p>
<h3>Screenshot</h3>
<div class="back">
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_zetagenesis1.gif' title='zox_zetagenesis_product'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_zetagenesis1.thumbnail.gif' alt='zox_zetagenesis_top' /></a>
</div>
<div class="back">
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_zetagenesis2.gif' title='zox_zetagenesis_product'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_zetagenesis2.thumbnail.gif' alt='zox_zetagenesis_product' /></a>
</div>
<div class="back">
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_default.gif' title='zox_default_home'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2010/02/zox_default.thumbnail.gif' alt='zox_default_home' /></a></div>
<p><br class="clear"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2010/02/18/zencart_on_xoops/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress On ZenCart v1.4 Release!</title>
		<link>http://www.s-page.net/en/2009/11/13/woz140_release/</link>
		<comments>http://www.s-page.net/en/2009/11/13/woz140_release/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:55:10 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2009/11/13/woz140_release/</guid>
		<description><![CDATA[WordPress On ZenCart v1.4 Release!
I tested Zen-Cart 1.3.8 &#038; WordPress 2.8.6. It is the most recent version of the present.

The update content is as follows.

Supports WordPress 2.8.6 &#038; widgets.
Change it so that it is put a header of WordPress in a Zen-Cart template.
Add a default theme for woz(woz_default).
Add [Physical Path To WordPress] investigation script (check_path.php) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.s-page.net/products/62.html">WordPress On ZenCart</a> v1.4 Release!<br />
I tested Zen-Cart 1.3.8 &#038; WordPress 2.8.6. It is the most recent version of the present.<br />
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2009/11/woz_zen138a_wp286.png' title='Zen-Cart 1.3.8 &#038; WordPress 2.8.6'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2009/11/woz_zen138a_wp286.thumbnail.png' alt='Zen-Cart 1.3.8 &#038; WordPress 2.8.6' /></a><br />
The update content is as follows.</p>
<ul>
<li>Supports WordPress 2.8.6 &#038; widgets.</li>
<li>Change it so that it is put a header of WordPress in a Zen-Cart template.</li>
<li>Add a default theme for woz(woz_default).</li>
<li>Add [Physical Path To WordPress] investigation script (check_path.php) for installation assistance.</li>
<li>Profit by a zen_href_link function in a link.</li>
<li>Change the specifications that &#8216;index.php?main_page=wordpress&#8217; becomes &#8216;/?&#8217;.</li>
<li>Link ahead revises one part of the problems to become the &#8216;/?&#8217;.</li>
<li>Fixed the bug that a breadcrumb and page title cannot get.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2009/11/13/woz140_release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A combination test of Zen-Cart v1.3.8 and WordPress 2.5.</title>
		<link>http://www.s-page.net/en/2008/04/13/test_zenv138_and_wp25/</link>
		<comments>http://www.s-page.net/en/2008/04/13/test_zenv138_and_wp25/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:37:10 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2008/04/13/test_zenv138_and_wp25/</guid>
		<description><![CDATA[It is after a long absence.
[ it doesn't seem to work with the latest versions of WordPress and Zen Cart. ]
Because I had the inquiry mentioned above, I tested it. The environment that I tested is as follows.

Install URL:http://demo.s-page.net/woz/zen-cart-v1.3.8a/
Zen-Cart >>> zen-cart-v1.3.8a-full-fileset-12112007.zip
Path of Zen-Cart:woz/zen-cart-v1.3.8a
WordPress >>> wordpress-2.5.zip
Path of WordPress:woz/wordpress_25
Tried [a] Wordpress and Zen-Cart into separate directories.

Step0)Install of [...]]]></description>
			<content:encoded><![CDATA[<p>It is after a long absence.<br />
[ <em>it doesn't seem to work with the latest versions of WordPress and Zen Cart.</em> ]<br />
Because I had the inquiry mentioned above, I tested it. The environment that I tested is as follows.</p>
<blockquote><p>
Install URL:<a href="http://demo.s-page.net/woz/zen-cart-v1.3.8a/">http://demo.s-page.net/woz/zen-cart-v1.3.8a/</a></p>
<p>Zen-Cart >>> zen-cart-v1.3.8a-full-fileset-12112007.zip<br />
Path of Zen-Cart:woz/zen-cart-v1.3.8a</p>
<p>WordPress >>> wordpress-2.5.zip<br />
Path of WordPress:woz/wordpress_25</p></blockquote>
<p>Tried [a] Wordpress and Zen-Cart into separate directories.<br />
<span id="more-26"></span></p>
<p><strong>Step0)Install of Zen-Cart</strong><br />
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install00.png' title='Zen-Cart install'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install00.thumbnail.png' alt='Zen-Cart install' /></a></p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install01.png' title='Zen-Cart install'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install01.thumbnail.png' alt='Zen-Cart install' /></a></p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install02.png' title='Zen-Cart install'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/zen_install02.thumbnail.png' alt='Zen-Cart install' /></a></p>
<p><strong>Step1)Install of WordPress</strong><br />
<a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install00.png' title='Install WordPress'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install00.thumbnail.png' alt='Install WordPress' /></a></p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install01.png' title='Install WordPress'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install01.thumbnail.png' alt='Install WordPress' /></a></p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install02.png' title='Install WordPress'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2008/04/wp_install02.thumbnail.png' alt='Install WordPress' /></a></p>
<p><strong>Step2)Setting of WordPress</strong><br />
[WordPress admin URL] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2008/04/13/test_zenv138_and_wp25/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress On ZenCart v1.301 Release!</title>
		<link>http://www.s-page.net/en/2007/08/03/woz1301_release/</link>
		<comments>http://www.s-page.net/en/2007/08/03/woz1301_release/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 13:43:13 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2007/08/03/woz1301_release/</guid>
		<description><![CDATA[[WordPress On ZenCart] v1.3 Release!
Because there were many users who failed by installation, I considered the point.
This update content is as follows.
&#8211;Screenshots addition in docs.
&#8211;wordpress-config.txt deletion &#038; wordpress-config.php addition.
&#8211;Installation check function addition.
&#8211;(not found page addition and language file reading bugfix)
]]></description>
			<content:encoded><![CDATA[<p>[<a href="http://www.s-page.net/products/62.html">WordPress On ZenCart</a>] v1.3 Release!<br />
Because there were many users who failed by installation, I considered the point.<br />
This update content is as follows.<br />
&#8211;Screenshots addition in docs.<br />
&#8211;wordpress-config.txt deletion &#038; wordpress-config.php addition.<br />
&#8211;Installation check function addition.<br />
&#8211;(not found page addition and language file reading bugfix)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2007/08/03/woz1301_release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A method to use WOZ and Ultimate SEO URLs</title>
		<link>http://www.s-page.net/en/2007/07/29/woz-and-ultimate-seo-urls/</link>
		<comments>http://www.s-page.net/en/2007/07/29/woz-and-ultimate-seo-urls/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 12:21:49 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2007/07/29/woz-and-ultimate-seo-urls/</guid>
		<description><![CDATA[====
before:http://www.example.com/?m=200707
after:http://www.example.com/blog/2007/07/
====
Because there is a permanent link function,
WordPress can easily realize URL such as the above. The method is as follows.
Step1)
Install  [WordPress on Zen-Cart]
]]></description>
			<content:encoded><![CDATA[<p>====<br />
before:http://www.example.com/?m=200707<br />
after:http://www.example.com/blog/2007/07/<br />
====<br />
Because there is a permanent link function,<br />
WordPress can easily realize URL such as the above. The method is as follows.</p>
<p>Step1)<br />
Install  [WordPress on Zen-Cart]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2007/07/29/woz-and-ultimate-seo-urls/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress On ZenCart v1.3 Release!</title>
		<link>http://www.s-page.net/en/2007/07/21/wordpress-on-zencart-v13-release/</link>
		<comments>http://www.s-page.net/en/2007/07/21/wordpress-on-zencart-v13-release/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 07:22:47 +0000</pubDate>
		<dc:creator>hira</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.s-page.net/en/2007/07/21/wordpress-on-zencart-v13-release/</guid>
		<description><![CDATA[[WordPress On ZenCart] v1.3 Release!
This update content is as follows.
- Change Zen-Cart template for v1.3
- Support Wordpress and Zen-Cart into separate directories
- (It supports the same directory)
- Zen-Cart side box addition for WordPress sidebars

Screenshot after the installation

the side box for WordPress sidebars

You can use the independent side box, too

You can change the header image from [...]]]></description>
			<content:encoded><![CDATA[<p>[<a href="http://www.s-page.net/products/62.html">WordPress On ZenCart</a>] v1.3 Release!<br />
This update content is as follows.</p>
<p>- Change Zen-Cart template for v1.3<br />
- Support Wordpress and Zen-Cart into separate directories<br />
- (It supports the same directory)<br />
- Zen-Cart side box addition for WordPress sidebars</p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample010.JPG' title='Screenshot after the installation'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample010.thumbnail.JPG' alt='after the installation' /></a><br />
Screenshot after the installation</p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample011.JPG' title='the side box for WordPress sidebars'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample011.thumbnail.JPG' alt='the side box for WordPress sidebars' /></a><br />
the side box for WordPress sidebars</p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample012.JPG' title='You can use the independent side box, too'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample012.thumbnail.JPG' alt='You can use the independent side box, too' /></a><br />
You can use the independent side box, too</p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample013.JPG' title='You can change the header image from a management screen'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample013.thumbnail.JPG' alt='You can change the header image from a management screen' /></a><br />
You can change the header image from a management screen</p>
<p><a href='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample014.JPG' title='Screenshot after Header image and color'><img src='http://www.s-page.net/wp_english/wp-content/uploads/2007/07/sample014.thumbnail.JPG' alt='Screenshot after Header image and color' /></a><br />
Screenshot after Header image and color</p>
]]></content:encoded>
			<wfw:commentRss>http://www.s-page.net/en/2007/07/21/wordpress-on-zencart-v13-release/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
