Hello Friends, Today I am going to share a helpful information about Divi theme. As we know that Divi theme is most popular paid theme of the WordPress who have provide a lots of prepaid features, so any one can create a modern stylish website without any coding knowledge. By default Divi theme are allowing
Hello Friends, I hope you are doing good. Today we are sharing important information about how to add inline css code in WordPress site Normally we use wp_head or wp_footer action hooks function to add custom css code on our website but it’s not a right way to add css on your website. If you
Hello Friends, I hope you are doing good. Today we are sharing important information about shortcode . Normally using wordpress shortcode hooks function add_shortcode() we can register new shortcode. We used enqueue CSS/JS file in our shortcode to make content stylish and to add some advance js features. Mostly all WordPress developers used enqueue script
Hello Friends. As you know WordPress has released new version 5.8 with some extra features like Widget block editor, menu bulk remover…etc. Widget block editor is nice feature to manager the widget by a single save button. But If you still want to use the old classic editor for widgets then you can easily replace
Hi Friends, Today we have released new version of our WordPress plugin “WP Categories Widget” . It’s the very simple plugin to display any type of custom taxonomy categories through the widget sidebar. `FEATURES` Disable Widget Block Editor An option to show categories post count An option to hide child categories An option to hide
If you want to allow your Shop Managers only to access of woocommerce related settings like manage orders, manage payment, manage products..etc then you will need to restrict the existing shop manager user capability. You can change the woocommerce shop manager user capability using the woocommerce hooks function, there is no need to use any
WordPress is the most popular CMS in the globe to build a website. But there’s one question that how to configure SMTP on your wordpress without using any plugin? Many WordPress user struggle with this question. In this article we will provide you a solution of “configure SMTP without any plugin” to configure SMTP on
Hello Everyone, I you want to add a custom admin notice on wordpress website then this post will be beneficial for you. You can add the custom admin notice message on wordpress admin dashboard by using hooks of the wordpress. You just need to copy and paste the below code into your theme function.php file.
As wordpress is the most popular CMS . Mostly people Choose WORDPRESS As CMS to build any content based website. In this tutorial I will explain the top 15 tips to make your wordpress website secure Always Choose a Good Hosting Company Keeping your WordPress up to date Keeping your Plugins up to date Disable
You can create your own custom page template with any wordpress theme. To create wordpress custom theme, please follow given steps Create a new file like page-my-template.php and save it under current theme root folder Or you can create copy of page.php file and save it with your page-home.php Now, Lets define custom template name