Being locked of your WordPress admin is frustrating. That’s why we have shown you how to add an admin user in WordPress via MySQL. Recently one of our readers asked if it was possible to add an admin user in WordPress using FTP. Ofcourse it is. In this article, we will show you how to add an admin user in WordPress using FTP. … [Read more...] about How to Add an Admin User in WordPress using FTP
User value
4 Easy Ways To Make Your Site More User-Friendly
Remember that smaller targets are harder for users to hit than larger ones because smaller targets require more accuracy, increasing the risk that you will click on the wrong target. Apple’s iPhone Human Interface Guidelines recommends a minimum target size of 44 pixels wide and 44 pixels tall. Microsoft’s Windows Phone UI Design and Interaction Guide suggests a touch target size of 34px with a minimum touch target size of 26px. Nokia’s developer guidelines suggest that the target size should be no smaller than a 1cm x 1cm square or 28 x 28 pixels. … [Read more...] about 4 Easy Ways To Make Your Site More User-Friendly
Get current user array with post string
Example - post string expects 'firstname' => 'value', not 'user_firstname' => 'value'. After days of fatal parse errors for syntax, now I just get a fail status. Either my array code or post code, (or both), is somehow flawed. I read a post today from 2011 that says since WordPress 3.3 (current version now is 3.9), that the way custom user fields are called is different. The post > http://goo.gl/x5deHi says the way to call custom WP fields like 5 of mine are, is like this: … [Read more...] about Get current user array with post string
How to create session for user which is not an admin user
My problem is I am stuck at point I have created registration form for the users where users will be able to registered successfully after that they will receive an email and after that they will become the final user and I also make this entry in a separate database table . I also provide admin with facility to approve the User. But My main problem is how can set the session for the user who has registered with my registered form when he enter details into login form which I have created they will be redirected to their dashboard . … [Read more...] about How to create session for user which is not an admin user
Customizing the User Registration Notification eMails
$wp_new_user_notification_email['headers'] = "From: myBlog <[email protected]> \n\r cc: Admin 2 <[email protected]>"; In this example the From information of the mail is changed and the user [email protected] is added as an additional recipient. As you can see, multiple headers entries are separated by "\n\r" (return and linefeed). … [Read more...] about Customizing the User Registration Notification eMails