Hi,
The Gallerypage is a <h3> heading, but I’ve now changed it to <h1>, which is done from with the theme’s index.php.
What do I need to do so that it no longer shows “Search Results”?
Here is the code in the index.php from the default Resposive Shop theme as you can see it now shows <h1> within the class element “block-title”.
Is there something in the taxonomy etc. that I need to do so that it starts to use it for the gallerpage title instead of “search results”?
<div class=”block-title”><h1><span><?php echo $CORE->_e(array(‘gallerypage’,’0′)); ?></span></h1></div> <div class=”block-content nopadding”> <?php if(isset($category->description) && $GLOBALS[‘CORE_THEME’][‘category_descrition’] == 1){ echo do_shortcode($category->description); } ?>
Many thanks, Kindest regards Jason
This reply is for PremiumPress customers only.
420
Views
3
Replies
Copyright © 2010-2025 PremiumPress Limited.
Hi,
The Gallerypage is a <h3> heading, but I’ve now changed it to <h1>, which is done from with the theme’s index.php.
What do I need to do so that it no longer shows “Search Results”?
Here is the code in the index.php from the default Resposive Shop theme as you can see it now shows <h1> within the class element “block-title”.
Is there something in the taxonomy etc. that I need to do so that it starts to use it for the gallerpage title instead of “search results”?
<div class=”block-title”><h1><span><?php echo $CORE->_e(array(‘gallerypage’,’0′)); ?></span></h1></div>
<div class=”block-content nopadding”>
<?php if(isset($category->description) && $GLOBALS[‘CORE_THEME’][‘category_descrition’] == 1){ echo do_shortcode($category->description); } ?>
Many thanks,
Kindest regards
Jason
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now