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 ⟶

How to add dynamic widget into template

Hello friends!! In this short tutorial I am going to explain how easily you can create a dynamic widget in a admin interface of wordpress and call it directly into you template file. So basically with this tutorial you will know how to add dynamic widget into...
Read More ⟶

Adding CC and bcc contact form 7

CC and BCC are emails general header object in which CC means to be Carbon Copy and BCC means Blind Carbon Copy. CC consists of a email id. Adding CC and Bcc contact form 7 is very easy. CC: example@xyz.com When an email is composed to send to your client and you...
Read More ⟶

Check if the_content is empty

In this short tutorial I am going to show you how you can easily check if the_content is empty or not. Well sometimes adding demo content in all page is really a big headache. But you don’t have a choice if your clients says it to do so. Adding demo content in all...
Read More ⟶