Skip to main content

Posts

Showing posts from March, 2018

Free Contact Form Plugins for WordPress

WordPress have lot of Plugins available for contact form. Are you not sure which one going to use. Then you are in right place we will see top 5 free Plugins for contact form. Learn more about wordpress org vs com  Contact Form 7 : Contact Form 7 Plugin is mostly used in all site and Contact Form 7 is oldest Plugin. Contact Form 7 can manage multiple contact forms and you can customize the form also the mail contents flexibly with simple markup. There are several third party add-ons available for Contact Form 7 Plugins and Most of them are free only. Contact Form 7 Plugin is best option for creating simple form. WPForms : WPForms Plugin is easy to use you can just drag and drop the fields. Using this WPForms Plugin we can create a contact forms, subscription forms, payment forms, and other type of forms in a Minutes. User Experience is good in WPForms Plugin. WPForms is a 100% mobile responsive so no problem in mobile, tablet and other devices. WPForms P...

WordPress Security Tips

WordPress is one of most popular CMS so more hacker target the WordPress Site and they are some security problems in the WordPress site. We are going to see some of the important steps need to taken for improve the security of the site. To learn wordpress org vs com We need to update the WordPress version to the latest because the latest version has new security features. We also need to update the Theme and Plugins. Most Important step is avoid using admin as username for your site because hacker can easily hacked your site. Make your User Name and Password very strong. If you give admin as username no problem you can change the username by using the Plugin WPVN - Username Changer . Hide your username from the archive page because it shows the username from the URL. Use the Limit login attempt Plugin to avoid the brute force attack it will allow the User to use few attempt. define ('DISALLOW_FILE_EDIT', true ): Add this code in config files. This will block the hac...