In your demo, you have only one gallery. However, we are trying to have a few galleries. For that reason, we don't want to have the same title "Gallery Page" on top of each gallery. How can we rename the text "Gallery Page"? See screenshot.
Hello, Go to template-gallery.php present in your theme directory and replace current code Code: Gallery Page With code given below Code: <?php the_title(); ?> Check link for reference This will solve your issue. Thanks & Regards Gourav Shrivastava