Simple WordPress plugin Development Tutorial-1
The is a very simple tutorial for creating WordPress plugin. The plugin will replace some specific word by other words and add a pre-defined text…
Learn by easy steps
The is a very simple tutorial for creating WordPress plugin. The plugin will replace some specific word by other words and add a pre-defined text…
Adding header, footer, menus and header image are shown in the part1 tutorial. In this tutorial you will learn how to add sidebar, page and…
Any WordPress theme can be developed by two ways. You can develop the theme based on any HTML template or the theme can be developed…
Magento is a popular eCommerce cms for developing standard e-commerce site. Magento 2.3.3 is released in October 2019. To start working with this CMS you…
Magento is a popular eCommerce framework now. To start working with this CMS you have to install it in your web server properly. This tutorial…
Follow the steps shown below to convert an HTML template into a CodeIgniter project. Steps: 1. Download CodeIgniter3 from CodeIgniter site. 2. Download any free…
Any WordPress theme can be developed by two ways. You can develop the theme based on any HTML template or the theme can be developed…
Steps: 1.Add code in functions.php file for custom navigation menu register_nav_menus(array('primary'=>__('primary menu', 'saloon'))); 2. Add a primary menu from admin panel 3. Modify the menu…
This tutorial will help you convert any html template to wordpress theme. You can download any free template and follow this tutorial to convert it…