In order to hide the office
section, please make these changes in line #276 of functions.php
file which located
at /wp-content/themes/chiropractor/functions.php Please change string from if( is_front_page()
&& ( $is_office1 || $is_office2 ) ) to if (
is_front_page() && ( $is_office1 || $is_office2 )
&& 0 )
Can't find where to remove Offices at the bottom and edit footer Copyright text
Thank you
Hello, dear Greg!
In order to hide the office section, please make these changes in line #276 of functions.php file which located at /wp-content/themes/chiropractor/functions.php Please change string from if ( is_front_page() && ( $is_office1 || $is_office2 ) ) to if ( is_front_page() && ( $is_office1 || $is_office2 ) && 0 )