Full Magento / WordPress integration

Can anyone offer any advice on the best way to fully integrate a wordpress blog into a magento store?

I have seen many different approaches of this integration (lazzymonkeys, sonassi etc), but none seem to fully integrate the entire blog, i.e. posts, categories, archives, search etc.

Read More

So far, I have created a module that is essentially a stand-alone blog with seperate blocks, controllers and templates for each part of the blog. Instead of using my own models for the data though, I am calling wordpress functions from my blocks to get the data and then building the templates based on this.

This method allows me to avoid relying on url re-writes and provides full control over the content and layout of the blog. Unfortunately though, it requires a lot of work building all of the different aspects of the wordpress blog back in the magento store.

Basically, I am creating a blog in magento which uses data from a wordpress blog.

Is this a good solution, or can anyone offer some ideas on a better way to approach this?

Related posts

Leave a Reply

2 comments

  1. a fairly new (and popular with over 3000 downloads) Magento module is Fishpig’s Magento/WordPress Integration extension that does exactly what you want. I have used it on a few client sites and have found it to be quite useful. It integrates all aspects of the WordPress blog, uses the Magento theme, supports WordPress plugins and shortcodes (although support is only limited to popular plugins) and adds extra functionality such as the ability to associated WordPress blog posts with Magento products.

    You can can download and easily the module from the following link (Magento Connect):

    http://www.magentocommerce.com/magento-connect/fishpig/extension/3958/fishpig_wordpress_integration

    If you are unable to use Magento Connect, I think the author provides manually download and installation instructions on their website (I can’t remember the link but it will be on the Magento Connect page).