Here is my problem:
I have require_once '../application/bootstrap.php'; in my index.php in root folder for zf website. and i have wordpress blog into public_html/blog.
I need to show wordpress post into zf website or use all wordpress data using wordpress function within zf website.
I read this post [ Last part ] but confused what to add into zend/wordpress folder. Zend Framework and Wordpress Integration
within my bootstrap.php file, i have include path to /library '../application/default' etc and initializing and run of controller.
How do I call wordpress wp_get_post for e.g within my ZF code?
i don't need redirect but use wordpress content within ZF website