Previously, I’ve written a tutorial on adding a simple contact form to your WordPress site using one of the most popular plugin, Contact Form 7 as an example. That’s all you need to know to add a simple contact form on a WordPress page. In this quick tutorial, I’m going to show how to add popup contact […]
Plugins
How to Add Contact Form to WordPress
One of the important pages on every website is a contact page. Whether you have a personal blog, commercial website or company website, contact form allows your reader to get in touch with you, either to say hi, ask about something related to the site or even to report some problems with your site. Most free […]
How to Force Strong Passwords in WordPress
If your site allows new user registration, it is good to make sure every user uses a strong password. After registration, a randomly generated password will be sent to their email. Then, users can change their password from the profile page. Although WordPress will show the strength of the password to users, it will not […]
How To Get Notification for WordPress Updates on Email
If you are a WordPress developer with lots of clients, it’s important to have a great tool to monitor all of the clients’ sites. WordPress core, plugins, and themes should be updated immediately once the new version is released. However, how do you know whether there is a newer version of the WordPress, plugin or […]
How To Limit Login Attempts in WordPress
There are many ways to hack your WordPress site. No one likes to be hacked, it is one of the scariest moment for any bloggers out there. In this quick tutorial, I’m going to share how to limit login attempts to your WordPress site. Before this, I’ve also shown you how to change the default login URL to […]
SimpleModal Login Review: Add Popup Login in WordPress
I hate the default login page in WordPress. Although the login page can be customized, it’s not user-friendly. Users have to click a link and they will be redirected to the login page. Why not just put the login form on the front page? It can be on your sidebar and on your top menu. […]
Using One-Time Password in WordPress
If you’re a Hotmail user, you might notice a feature called One-Time Password. This is a future introduced by the Hotmail team to help users protect their account when accessing their email account in public. When using public WiFi, there are many security precautions can be taken to prevent someone from sneaking your private data such […]
Make MP3 And Pdf Files Downloadable
In my recent project for a client, the client wants the MP3 file to be downloaded automatically when users click on the link. Usually, when users click on an MP3 link, what will happen is it will be redirected to a new window. Then, to download the MP3, they will need to right-click and choose Save As […]