In this tutorial I am showing how you will change the default author link with custom link. Changing The Link For All Authors Changing The Link of a Specific Author I’m changing the link for a specific author only. Check the PHP snippet at below:
astra
[Astra Theme] Displaying the Availability Status Below the Product Title
PHP snippet for free version of Astra theme. Make sure that you are using the child theme of Astra theme. Now open the functions.php file of your child theme and drop the following PHP snippets at end of the file. PHP snippet for PRO version of Astra theme. Make sure that you are using the… Continue Reading
[Astra Theme] Adds category meta before the entry title
How do you add the category meta section above the entry title on single post details? I am sharing the simple step for this. I am using the free version of Astra theme. Disabling The Category Meta for Single Post At first we will disable the category meta option for single post. You can easily… Continue Reading
Adding target “_blank” on Button Extra Navigation in Astra Theme
Adding Button as Last Menu Item at Header You can easily add the custom action button at right side of the header menu items via Astra Customizer. Go to Astra theme customier Click on the Header -> Primary Menu section Select “Button” from Last Item in Menu drop down Complete the settings as per your… Continue Reading
Removing The Cart Icon from Astra Header for Guest Users
I am using the free Astra theme and default Astra header layout. Also I am using the WooCommerce plugin for shop. I select the “WooCommerce” under Customizer->Layout->Header->Last Item in Menu drop down list. It is showing the bag icon at right side of my header menu. Now I am wanting to hide this icon for… Continue Reading
Removing Site Header from Entire Site in Astra Theme
I am globally removing the site header from entire site. I’m not using the Astra Pro version. So I am not sure that this option is available or not. I used following tips which I am sharing at below: Open your functions.php file of your Astra child theme and drop this simple PHP code there.… Continue Reading