After installing the Fishpig WordPress Integration for Magento, no content was displayed on the blog front page and no content was displayed on individual pages.

The Extension was installed and setup properly as all links were working properly (blog homepage, posts, categories, …). We also had no error in Magento Extension setup and no errors in any log files.

The issue was that when the extension is installed the wordpress (and wordpress-addons) template folders are installed in /app/design/frontend/base/default/template and as we were using a custom design I copied files to /app/design/frontend/custom/default/template But that didn’t fix the issue. These directory have to be in /app/design/frontend/default/default to work properly.

I don’t know why the extension looks for the file in Default instead of the custom design folder where all other templates are stored. But at least it fixed the issue.