WordPress injects code to header and footer in Magento WordPress Integration
I have included wordpress into magento in order to use wordpress functions by adding following lines to magentos index.php. define('WP_USE_THEMES', false); require_once MAGENTO_ROOT . '/blog/wp-load.php'; But this code somehow injects wordpress wp_head and wp_footer code in header and footer of…