Bootstrap 5 navwalker for wordpress
At first, you need to register in the functions.php if menu already not exist. After that, Copy and paste the bootstrap_5_wp_nav_menu_walker class into the functions.php file of your theme. After [...]
Empower your business and revitalize your brand image online.
At first, you need to register in the functions.php if menu already not exist. After that, Copy and paste the bootstrap_5_wp_nav_menu_walker class into the functions.php file of your theme. After [...]
Introduction What is COVID19? The corona virus didn’t escape from lab.The source of the coronavirus is believed to be a “wet market” in Wuhan which sold both dead and live [...]
If you want to display regular and sale price in the cart table. add the following code in the functions.php file
If you want to display the sale price before regular price, add the following code in the functions.php file
WordPress functions are very useful and solve lots of issue. But normally, we can access it only inside the wordpress files like themes, plugins etc. Wouldn’t it be great if we can access these [...]
Sometimes you need to customize the default wordpress menu system to add your own set of css classes. WordPress provides a couple of filters to do that. I use these snippets to add custom classes [...]
If you want to add Custom Logo in your wordpress theme. you can follow below steps. 1) Adding Custom Logo support to your Theme To enable the use of a custom logo in your theme, add the following [...]
// Note: add_action must follow'woocommerce_account_{your-endpoint-slug}_endpoint' format Use a Shortcode for ContentYou could even use the core WordPress function do_shortcode and render a [...]
If you want to add two different color in your the title tag. you can use below code.