wordpress nav menu arguments

WordPress nav menu arguments <?php $defaults = array( 'theme_location' => '', 'menu' => '', 'container' => 'div', 'container_class' => '', 'container_id' => '', 'menu_class' => 'menu', 'menu_id' =>...
Read More ⟶

Simple Query post wordpress

A simple query post wordpress to display post in any format you desire. Basically sometime you may need to call some limited number of post with specific category in certain place of your home page or any other template. This will require you to do some hand coding of...
Read More ⟶

Customized slider height DIVI theme

How to customized slider height DIVI theme A simple css code to customized slider height DIVI theme. @media only screen and ( min-width:981px ) { /* Set the slider height */ .et_pb_slider, .et_pb_slider .et_pb_container { height: 425px !important; ...
Read More ⟶

Disable fixed navigation DIVI theme

Since the WEB2.0 is released we have we have many reason to keep the fixed header with navigation. The concept of fixing the navigation while scrolling is a boom and lovable by users too. It makes the navigation visual even if the page is scroll so that user can easily...
Read More ⟶

Customizing woocommerce in wordpress

Woocommerce is the best plugin for shopping cart based WordPress website. Now a days many premium themes as well as people who want to make an online store use this plugin in their wordpress website. Woocommerce is very easy to setup and easy to customized. Customizing...
Read More ⟶

Create child theme in wordpress

Create child theme in wordpress is a best way of working with Premium themes. Child theme inherit all the functionality of parent theme. Here parent theme is the theme that we bought from online or the theme that is updated frequently. We have to work with child theme...
Read More ⟶