Tagged Questions
1
vote
1answer
163 views
Check if password protected post is visible
Is there anyway of checking if a password protected post is visible / not visible? I want some thing that says this;
If the post is password protected (that parts fine) and the correct password ...
2
votes
1answer
588 views
login to wordpress with Get variables instead of Post
Im using swish-e to index my corporate site and documents. Problem is that i need to login to wordpress via get variables.
Wordpress login uses post variable but i need to login with GET variables
...
2
votes
2answers
718 views
Get password when user registers and save it sha1 into database
im working on a website where the users can connect with iphone to some functions of it by using a sha1 encrypted password. In other words the plain password of wordpress encrypted in sha1.
In the ...
0
votes
1answer
112 views
Using password protection to load different page elements?
I have a page that is password protected, and I wish to removed some parts of the theme, and add others. Can I do that? Is there a check I can do in the theme files to see if a user has entered the ...
1
vote
2answers
130 views
Is there a theme function for is_password_protected()?
I'm looking at the function and template references and I'm not seeing a way to test for whether a post is protected. Is there a theme function for (something like) is_password_protected()?
I'm ...