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

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

wordpress 8 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> <?php [...]