In SEO, meta tags play a key role for better ranking on search result pages. It provides concise information to search engine spiders to understand the meaning (context) of your content.
Read More »How to hide/remove products tabs content panel title
To remove the product tab’s content panel title, we need to use the ‘woocommerce_product_description_heading’ and ‘woocommerce_product_additional_information_heading’ filter hooks like the one below:
Read More »How can i remove Custom Post Type Slug from WordPress URL?
To remove Custom Post Type Slug from WordPress URL, we need to use post_type_link filter hook and pre_get_posts action hook. Please check the details for more information.
Read More »What is the default archive URL for a Custom Post Type and how can we modify that archive URL?
I have a Custom Post Type name quick-tips. Here I can show you what will be the default archive URL for this post type, and if we want to rewrite/modify this archive URL, then how can we achieve this?
Read More »How to add Canonical URLs without using a WordPress Plugin
Before everything, we need to know what Canonical URL is, why a canonical URL is so important in SEO and why every page of your website should have a canonical URL.
Read More »Smooth Scrollbar – Create Custom Scrollbar using Smooth Scrollbar jQuery Plugin
A JavaScript Plugin allows you to give a nice look to scrollbars among cross browsers. Follow the below steps to achieve a custom scrollbar.
Read More »Can i update only readme.txt file without release a new version for WordPress.org Plugin?
Yes! You don’t need to release a new version. Whenever a major version of WordPress is released, WordPress.org will send a reminder to plugin authors to test their plugins with the latest version.
Read More »How can i add a custom endpoint as a my account page menu item?
Here I can show you how we can add a custom endpoint to WooCommerce My Account page, like Orders, Download, Addresses etc., and show the content for that endpoint.
Read More »What’s the Difference Between WordPress Address (URL) and Site Address (URL)?
I often face a question about the difference between home_url() and site_url(). Let’s explain it with an example.
Read More »How can i use wp_nav_menu to create a select menu dropdown instead of default ul li menu items?
To create a select menu dropdown instead of default ul li using the wp_nav_menu function, you need to use the Walker_Nav_Menu callback function.
Read More »