I have blog and forum, and I need to put wordpress external logout link. What files do I need to add to make wp_logout_url(); work?
Thank you.
I have blog and forum, and I need to put wordpress external logout link. What files do I need to add to make wp_logout_url(); work?
Thank you.
You must be logged in to post a comment.
To allow WordPress functions to operate outside of the WordPress environment, you need to let your external pages know about and have access to the WordPress Core and API environment.
http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
The above link is one such reference which covers this very purpose.
Specifically,
or
Getting your paths right is very important, without, you’ll have no joy.
Refer to the link provided for even greater detail. Any problems thereafter please let us know along with what you have tried, code samples used, etc.
Good luck!