0

I am on a project installing wordpress under zend framework.

Ref : install WordPress with Zend, use Zend_Auth to allow view WordPress Posts

Long story short, I need to use zend login control the visiability of this blog.

Now I was suggested that if I can put the Zend Auth into wordpress index.php, then everthing will be solved.

So it comes to my idea that if all wordpress pages are routed through index.php then the next step for me is to find the way that wordpress accept zend auth.

Please any help is appreciated

Community
  • 1
  • 1
Mike C
  • 60
  • 7

1 Answers1

1

Yes, the frontend of wordpress is routed using index.php.

xdazz
  • 158,678
  • 38
  • 247
  • 274