wordpress

WordPress On ZenCart v1.5 Released!

wordpress 1 Comment »

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 “Ceon URI Mapping Setting” in WOZ Manager.
I gathered a header of wordpress in one file.
I did the design of the sidebox in the same way [...]

WOZ demo site is opened to the public.

wordpress 2 Comments »

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

WordPress On ZenCart v1.4 Release!

wordpress 4 Comments »

WordPress On ZenCart v1.4 Release!
I tested Zen-Cart 1.3.8 & WordPress 2.8.6. It is the most recent version of the present.

The update content is as follows.

Supports WordPress 2.8.6 & 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) [...]

A combination test of Zen-Cart v1.3.8 and WordPress 2.5.

wordpress 15 Comments »

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.

WordPress On ZenCart v1.301 Release!

wordpress 4 Comments »

[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.
–Screenshots addition in docs.
–wordpress-config.txt deletion & wordpress-config.php addition.
–Installation check function addition.
–(not found page addition and language file reading bugfix)

A method to use WOZ and Ultimate SEO URLs

wordpress 5 Comments »

====
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]

WordPress On ZenCart v1.3 Release!

wordpress 7 Comments »

[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 [...]

Q&A)adding a blog to the front page of my zen cart.

wordpress 9 Comments »

Q)
I’m looking at adding a blog to the front page of my zen cart.
A)
Admin > tools > Define Pages Editor > define_main_page.php
Please stick the following cords on there.
<fieldset>
<legend>Latest Post</legend>
<?php
$posts = get_posts(‘numberposts=5′);
foreach($posts as $post) :
setup_postdata($post);
?>
<a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a>
[...]

Introduction)Wordpress and Zencart into separate directories

wordpress 3 Comments »

[WordPress On ZenCart]was introduced here.
* A method to install WordPress and ZenCart into separate directory
* About a WordPress theme and a ZenCart template.
etc…
I am very thankful for such an introduction.

Update WordPress On ZenCart to ver1.2

wordpress No Comments »

WordPress On ZenCart updated today.
The following large changes were held by this update.

A change of an installation directory.
A module does not include the main body of wordpress.

The following bugs were revised by this.

Correspondence to ZenCart which installed in a subdirectory.
Some links are not connected.
A bug of a HTML editor.

Please read a [...]