Change portfolio breadcrumb link in The7
Portfolio breadcrumb link in the7 always link to the archive page, to chnage it to your custom portfolio page listing, place this ciode in your child themes’ funtions.php
Portfolio breadcrumb link in the7 always link to the archive page, to chnage it to your custom portfolio page listing, place this ciode in your child themes’ funtions.php
The7 multi purpose theme have page header options where you can set a fancy header, slideshow as page header, but these options cannot set for dynamic page like category, archive, search etc and here is workaround for deal with it.
The7 multi purpose theme have beautiful fancy header that can configure for each page/post. And the same can configure for Woocommerce category pages which is not editable from the backend buy applying facnyheader for woocommece Terms and conditions page. But the problem is it will only return the title you have configured, will not change the title according to category pages and here is a work around to deal with it !
Ever wanted to hide price for non logged in users ? try this code in you functions.php, now the price will be only visible for logged in users.
Place this code in your child theme’s functions.php and your portfolio prev next will navigate through the same category in The7 theme !
Add this code to your theme’s or child theme’s functions.php, it will disable The7 testimonials, you can follow the same approach for other custom post types also.
How to update the woocommerce cart product price with code