Jump to content

help with wordpress integration/php


pooker

Recommended Posts

Ok normally on a wordpress there is a sidebar that has a login tab, then when you hit that it takes you to a login page which is in directory ./wordpress/wp-login.php

 

My problem is my login box is a part of my header which is in the theme I am coding so it is in ./wordpress/wp-content/themes/mytheme/header.php

 

I have already succesfully coded the login box into my header, but I have no way to call a page that is in a higher up directory.  I cannot use include(www.mysite.com/etc/etc ) because we are not allowed to call urls like that on the server.  Is there a way to call this properly that will work?  Thankx

Link to comment
https://forums.phpfreaks.com/topic/115746-help-with-wordpress-integrationphp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.