Please disable ad blocker to see the page.

How To Create WordPress Child Theme In Few Easy Steps

If you want to customize WordPress theme child theme is very helpful. You can modify main theme without touching any files of main theme.

What is child theme?
A theme which contain the functionality of another theme or its parent theme.

WordPress permalinks setting for nginx server

Setting of permalinks is easy when you use Apache server. WordPress core functionality checks for mod_rewrite module and create htaccess file for WordPress permalinks and add the rewrite rules automatically.

How to add your own option page in WordPress theme

Probably you would have seen theme options page in WordPress theme. It is good to have this page because it improves the usability and accessibility. You can modify the theme with the help of options provided in theme options page without changing theme files.

Theme options page

Create your own widget for your theme

Widget is a very useful feature in WordPress.  You can take control on look and feel of your site with the help of it. Simply drag it and drop it in widget area.

So what is widget? It is just an element of graphical interface.

How to add extra widget area in WordPress theme easily by copy paste

You have already seen widgets in various WordPress themes at various places like right or left of the post, on the top of the page or in the bottom. Usually you get many widget areas by default, but what will happen if you need extra widget area for your theme. It is not difficult; you can easily add any number of widget areas to your WordPress theme.

How to create existing WordPress theme responsive in few easy steps

As you know WordPress is most common platform to create website and use of portable devices are growing day by day so the demand of responsive WordPress themes are also high. Most website owners love their old design and therefore they want to create existing WordPress theme responsive.