Convert HTML template into CodeIgniter Project Part-1
You can convert any responsive HTML template into a CodeIgniter project by following this tutorial. You will need a free HTML template, CodeIgniter3 to practice…
Learn by easy steps
You can convert any responsive HTML template into a CodeIgniter project by following this tutorial. You will need a free HTML template, CodeIgniter3 to practice…
This tutorial will show the steps to create a plugin for designing a stylist table in the post or page. Steps: 1. Create a new…
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…