Try it with the highlighted change.
$show_testimonials_manager = false;
if ($this_is_home_page) {
$show_testimonials_manager = true;
} else {
$show_testimonials_manager = false;
}
Don't forget that you'll need to add the following to surround the the main section of code:
if ($show_testimonials_manager == true) {
main portion of code
}
Bookmarks