Creat Login form for wordpress front page
May 23, 2010
How to create a Login form for your wordpress users, which can be placed in your sidebar, footer or anywhere else on your page? What we want to display is: An input field for user name An input field for password A checkbox for remembering the user A hidden field which tells WordPress where to redirect the User after login took place A Submit Button 2 Links: One for password recovery, one for new registration Since we want to make the form work in every template we will make use of the function get_option(’home’)... [Read the full story]
Hide wordpress login page error feedback
September 25, 2009
Is your blog secure? Normally when you try to login and mess something up, WordPress dishes out a helpful sentence or two either explaining that your username or your password is incorrect. While this is helpful for you and your site’s members, it’s also helpful for anyone trying to do bad things to your site. Here is a quick tip that you can easily implement to prevent displaying useful message to potential wordpress hackers. To remove theses error messages, simply open your functions.php file and paste the... [Read the full story]



















