there is a file directory as this:
the another file directory as this:
now,if i want to in view.phtml include the wp-blog-header.php.how do i do?thank you.
Code:
magento\app\design\frontend\default\template\catalog\product\view.phtml
the another file directory as this:
Code:
magento\blog\wp-blog-header.php
now,if i want to in view.phtml include the wp-blog-header.php.how do i do?thank you.
Code:
include('../../../../../../../wordpress/wp-blog-header.php');