A method to use WOZ and Ultimate SEO URLs

wordpress 2 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] by a method of
[a] Wordpress and Zen-Cart into separate directories.
Step2)
Install Ultimate SEO URLs.
Step3)
access WordPress admin > Options > General
Change Blog address (URL):
before:[ZENCART URL] >>> after:[ZENCART URL]/blog
Step4)
Access WordPress admin > Options > […]

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 6 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>
[…]


Copyright © 2003-2006 S-page Powered by Zen Cart & WordPress | WP Theme & Icons by N.Design Studio
Sign up for PayPal and start accepting credit card payments instantly.