Posted by ray | Posted in MagePress | Posted on October 19th 2009
0
MagePress
is the Magento module that allows you to easily add the content of your Wordpress blog to your Magento store.
- Does not affect the operation of your Wordpress blog (seamless)
- Add Wordpress content from the Magento Admin panel.
- easily add content, images and video to Magento
- Wordpress content can be added to a Magento page or Static block
- easy to add, easy to remove…
- add content to your blog as normal
Posted by ray | Posted in Installing | Posted on October 18th 2009
0
- download and unzip MagePress.zip
- Open the [your magento folder]
- if you’re using a custom template rename the following folders from default to the name of your template:
- [your magento folder]/skin/frontend/default/default
- [your magento folder]/app/design/frontend/default/default
- Upload the contents of [your magento folder] to, (where else would it go) your magento folder…
Open the [your wordpress folder]
- upload the file: [your wordpress folder]/wp-content/themes/default/magepress.php
- to the wordpress template folder you are currently using
Open the index.php file of your wordpress template.
at the very top of the page you’ll see
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
Directly below that add the following lines:
/* start add magepress */
if($_GET['magepress']) { require_once('magepress.php');return true;}
/* end add magepress */
That’s it. Save everything. We’re ready to go to the Magento Admin panel and set it up…
Posted by ray | Posted in Installing | Posted on October 17th 2009
0
Log in to your Magento Admin panel
http://[your_domain.com]/admin
go to: >system>configuration>web
add the url to your wordpress blog here (see image below):

click the ’save config’ button
next we’ll create a post
Posted by ray | Posted in Installing | Posted on October 16th 2009
0
from the top menu select >CMS>Wordpress Pages ( see below):

that takes us to the Wordpress Page Manager:

Click on the ‘Add New Wordpress Page’ button at the top right corner of the page…
Posted by ray | Posted in Installing | Posted on October 15th 2009
0
Wordpress Pages work similar to Magento CMS pages
* Custom Design and Meta Data not yet implemented
Title and SEF URL Identifier work just like any cms page.
Category: lists all your Wordpress categories. If you add a new category
it will automatically appear here. Same goes if you delete a category
it will disappear from here.
Post: will list all the posts in the current category. If you change categories it
will automatically update.
Page or Block: not yet implemented.
Store View and Status work the same as a CMS page
Don’t forget to save when finished!

Posted by ray | Posted in Installing | Posted on October 14th 2009
0
Here is our saved page in the Wordpress Page Manager:

We call it in the frontend by ID like this:
http://westgardiner.net/wordpress/index/index/id/1
and here’s the page

Click here to visit the actual page and watch the video
more to follow but this should get you started…
Posted by ray | Posted in Home | Posted on September 23rd 2009
0
here is where it starts. this is a wordpress post sent via email!
and automatically included in the homepage

It’s a work in progress