- This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by
Pie Register.
- AuthorPosts
- January 13, 2017 at 1:22 am #10004811
Chris YangParticipantDear all,
How to create a perfect login / logout pages and title ?
I can’t found any document to figure out how to setup all correct flow chart.
The situation is like above:
1. the title menu only can show login/logout, it can’t recognize user not login (shows login) and user already login( shows logout)
2. After user login, when user wanna logout, they click the same link (login/logout), it alwyas jump to homepage! nothing can shows!
so my user never seen the logout page or logout !
does someone can help me?
January 13, 2017 at 5:05 pm #10004812
Pie RegisterParticipantHello,
You will need to use a navigation plugin that allows different menu items for logged in or guest users. its out of PR scope to provide navigation enhancement functionality. However, in order to make a logout link you can append the following querystring to any of your wordpress url for example:
http://yourdomain.com/wordpress
http://yourdomains.com/wordpress?piereg_logout=trueBest,
January 14, 2017 at 1:07 am #10004813
Chris YangParticipantThanks for your reply, when I trying to use
http://YOURDOMAINS.COM/WORDPRESS?PIEREG_LOGOUT=TRUEthe page is like refresh and nothing happen. it still on login status
January 16, 2017 at 4:17 pm #10004816
Pie RegisterParticipantHello,
Please make sure all the url and variable are in small caps. also try to append redirect_to variable with the url you wish your users to redirect on after logout so your complete url will look like the following.
if you are running WordPress in the root of your domain:
yourdomain.com/?piereg_logout_url=true&redirect=http%3A%2F%2Fyourdomain.com%2Fthank-you
if you are running inside a subfolder:
yourdomain.com/wordpress-folder/?piereg_logout_url=true&redirect=http%3A%2F%2Fyourdomain.com%2Fwordpress-folder%2Fthank-youThanks
- AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
