How to Use Gmail SMTP to Send Email in WordPress

WordPress users have a lot of trouble in getting mails from visitors via the forms they fill up on their site or other such means. This happens because WordPress uses the wp_mail() function which basically follows the standard PHP mail() function. This usually ends up sending the mails on theRead More…

How to Create User Roles in WordPress Blogs

In this tutorial we are going to cover how to add users and give them their roles in WordPress. WordPress began as a blogging platform. As such, the default user roles present in WordPress are blog centric roles. In order to begin creating users and give them roles, you needRead More…