Email marketing is the process of sending commercial messages to your potential customers or current customers. The content of the email can be advertisements, request for business etc. The purpose of email marketing is to enhance the relationship with your customer. The advantage of email marketing is that it is cheaper when compared with other […]
Category: WordPress
WordPress Security-Securing Your WordPress Website
WordPress Security is less compared to other custom built solutions. As WordPress is an open source project the source code is available with every one, and a hacker can easily find out loop holes in the source code to hack the website. Keeping your WordPress website secure is most important because your data should remain […]
Install a new theme in WordPress
In this post I will show you how to install a theme in WordPress. If you don’t know how to install WordPress on your system for development using WampServer then read the tutorial here. In the WordPress installation themes are stored in the ‘wordpress\wp-content\themes’ folder. First you can download the theme from WordPress theme repository https://wordpress.org/themes/ or […]
Install a new plugin in WordPress
Now I will show you how to install a new plugin in WordPress. First download the plugin from the WordPress plugin repository . For example here I will install Contact form 7 plugin. You can download the plugin from here . Now unzip the folder and copy the folder ‘contact-form-7’ to the ‘wordpress\wp-content\plugins’ folder. If you don’t know […]
WordPress install on WampServer
In this post I will show you how to install WordPress on Wampserver. WordPress is a Content Management Sofware(CMS) used to develop websites and blogs. It is a highly customizable CMS. There plenty of free plugins available at the WordPress repository for different functionalities. You can easily add functionalities to your website by installing new plugins which […]