- This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Home Theater
Home Theater
Hi friends
In the “Home Theater” Theme, At the “Home” Categories section, I need to show only the main categories to appear and not the subcategories.
https://somosastore.cl
Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
Dave
Ready
Ready, I’m waiting for your reply
Hi,
Issue have been resolved. Kindly check and confirm.
Regards,
Dave
It’s perfect, thanks I would like to know the change they made, to replicate it a next time, in case of updating the theme or its implementation with another client. Thank you
Hi,
We have make this changes in function.php.
Kindly go to sktframe >> core-functions.php >> line no. 1873 and make change below.
<?php $categories = get_categories( array('taxonomy' => 'product_cat', 'parent' => 0)); foreach ($categories as $category) { ?>
We have added ???? 'parent' => 0
code after 'product_cat'
.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]