The reset tag has no wiki summary.
0
votes
0answers
24 views
Alter the reset password link
after clicking on the reset password option in WP, we're getting this link
wp-login.php?action=rp&key=[theKey]&login=testing>
instead of getting this can we alter it to something link ...
-1
votes
0answers
15 views
Reset Button for Custom Plugin (reset to default settings with php not using settings api)
I have a custom plugin I am creating for wordpress in php. It's simple one with whitelabeling functions. I am trying to create a reset button. I know how to create the field. I think I can do it by ...
0
votes
2answers
61 views
Cannot modify headers
I absolutely hate this error. And do not understand it at all.
So this is my code, what you want to focus on is the foreach loop:
public function reset_theme_options(){
...
0
votes
1answer
30 views
How to know if a tag has been added within a taxonomy?
I have a custom form field within a taxonomy. However when a new term/tag has been added I need to clear some values through javascript. How can I do this?
I found the following code snippet in ...
2
votes
1answer
253 views
wordpress redirect after password reset
I would like to able to redirect to get_bloginfo('url'); after reseting password.
But I cannot for life of me find any simple answer or function to do this.
Does anyone know if this is possible?
...
0
votes
2answers
144 views
Reset Roles (or undo role changes on theme change)
I am creating a theme that deletes some user roles that are not necessary and creates others. (It deletes author and contributor and renames subscriber).
Everything works, but on theme deactivation, ...
-2
votes
2answers
81 views
Do you use css reset in your child theme [closed]
I am trying to make a child theme . I want to use the html5 reset from this website . http://html5doctor.com/html-5-reset-stylesheet/ Anyone here use the code ?
Can you find me a child theme with ...
1
vote
1answer
77 views
How to change the language of the 'Reset Password' page
I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality.
The site is translated using qTranslate. I can translate ...
1
vote
2answers
62 views
Do I have to use a Wordpress specific CSS reset, or is a normal, Eric Meyer style CSS reset fine?
The great starter theme _S for Wordpress has the following CSS reset included, which works pretty well I find: https://gist.github.com/4173728
But I prefer the Eric Meyer one, which I'm sure you're ...
1
vote
1answer
347 views
Is there any need to use both wp_reset_postdata and wp_reset_query together?
Is there any need to use both wp_reset_postdata() and wp_reset_query() together?
Is it a case that I would pick one of the two functions; is there any point in doing this after a query :
...
0
votes
4answers
536 views
Reseting admin password through PHPMyadmin fails
Following the PHPMyAdmin instructions of this article fails to reset my password properly.
I go into WP_Users, find my admin account, click edit, enter my password, change the dropdown to MD5, click ...
0
votes
1answer
314 views
Alternative for is_taxonomy() to workaround theme's default sidebar
My Wordpress theme is using some code in the "sidebar.php" file that tells it that some pages should always use the default sidebar. This was fine until I found that each and every custom taxonomy ...
1
vote
1answer
238 views
Reset positions of metaboxes in admin
I am writing a theme and in it I have a function which creates two metaboxes. The forth parameter of the "add_meta_box()" function I used can be set to ( high, core, default or low). I want the boxes ...
1
vote
0answers
377 views
Password reset link not working [closed]
For some reason, my password reset link on one of my sites is no longer working...it redirects to a 404 page.
It's URL /login?action=lostpassword is not working...any ideas on how to fix this?
...
1
vote
1answer
208 views
Add a reset button to the options page (using Settings API)?
How do I add a reset button using the Settings API?
I use
add_settings_field
To add a field...is there a hook to add a reset button?
3
votes
1answer
477 views
Force all users in MU to change their passwords
I'm looking for a solution to notify/force all users in an MU network to change their passwords. Any ideas of a solution out there as a plug-in?
1
vote
2answers
6k views
Check for correct username on custom login form
I have used Jeff Star's tutorial for creating my own custom login form http://digwp.com/2010/12/login-register-password-code/. It works great, but I have one problem. On the reset password form, if ...