Forums
(@needitnow)
8 years, 7 months ago
Thank you Tobias
Hi Tobias,
Thank you for your quick response.
Please check the page link https://www.needitnow.in/latest-coupons-and-deals-of-all-stores/ and help.
8 years, 9 months ago
Resolved
Thank you Richie! Its working
Hi Richie
I found the following code, but $showOnHome not found.
/* check parent and child theme for hooks-functions.php */ if( is_child_theme() && ‘mesocolumn’ == get_template() && file_exists( get_stylesheet_directory() . ‘/lib/functions/hooks-functions.php’ ) ) { include( get_stylesheet_directory() . ‘/lib/functions/hooks-functions.php’ ); } else { if ( file_exists( get_template_directory() . ‘/lib/functions/hooks-functions.php’ ) ) { include( get_template_directory() . ‘/lib/functions/hooks-functions.php’ ); } }
Thank you Richie for the super quick response.
I couldn’t find this in functions, neeed more help
open lib/functions/hook-functions.php edit line 438 $showOnHome = 1; to $showOnHome = 0;
I also need help to Remove Breadcrumbs from Homepage.
I tried from previous queries, but couldn’t find the php line to edit.