Forums › Forums › Search & Filter Pro › Change the title name on the search page
- This topic has 34 replies, 2 voices, and was last updated 8 years, 8 months ago by Anonymous.
-
Trevor(Private) April 1, 2016 at 4:44 pm #41277
<?php /** * Template Name: Filter Folio 3 cols */ get_header(); ?> <div class="motopress-wrapper content-holder clearfix"> <div class="container"> <div class="row"> <div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-wrapper-file="page-Portfolio3Cols-filterable.php" data-motopress-wrapper-type="content"> <div class="row"> <div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-type="static" data-motopress-static-file="static/static-title.php"> <div class="title_wrap"> <section class="title-section"> <h1 class="title-header">Super Search Title</h1> </section> </div> </div> </div> <div id="content" class="row"> <div class="<?php echo cherry_get_layout_class( 'full_width_content' ); ?>" data-motopress-type="loop" data-motopress-loop-file="loop/loop-portfolio3.php"> <?php get_template_part("loop/loop-search-filter3"); ?> </div> </div> </div> </div> </div> </div> <?php get_footer(); ?>
Trevor(Private) April 1, 2016 at 5:29 pm #41283That is the breadcrumbs and that is normally generated by the theme. I took that out because it also says Blog. Should it always be the same
ACCUEIL > NOS LOCATIONS DE VACANCES
, or does it change for each search? If it is a fixed text, that is OK, if it changes, then no. -
AuthorPosts