Integrating WordPress and Magento: A Fix for Google Analytics
In a previous post we discussed integrating your WordPress installation with your Magento header and footer. One problem we ran into with this approach was that Google Analytics was logging all page views on our blog as "empty.html". Obviously, this isn't ideal for tracking what content our readers are finding useful. It turns out the solution is an easy 4-step process.
Adding Page Titles to Your WordPress/Magento Integration Using CURL
Branko's solution for integrating WordPress with Magento has proven to be easy and popular. However, we have encountered hosting providers that disallow file_get_contents and needed to find a workaround. So we turned to the CURL library, and in the process we were able to pass WordPress page titles into Magento. Read on for step-by-step instructions.


