Forums Forums Search & Filter Pro Change the title name on the search page

Viewing 10 posts - 21 through 30 (of 35 total)
  • Trevor
    #41255

    It replaces the code in the file that Ross made for you.

    Anonymous
    #41257
    This reply has been marked as private.
    Trevor
    #41258

    No. Remove that functions.php stuff, you don’t need it. The code I gave you is the new search-filter-results.php file. replace the contents of that file Ross gave you with my code, but change the title (look in the code for it) as you wish.

    Anonymous
    #41260
    This reply has been marked as private.
    Trevor
    #41261

    This file:

    \theme49465\ search-filter-results.php

    You gave me the contents of that five or six posts ago, yes? If that was the file you gave me the contents for, it is that one I mean for you to edit and replace the code with mine.

    Anonymous
    #41262
    This reply has been marked as private.
    Anonymous
    #41264
    This reply has been marked as private.
    Trevor
    #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(); ?>
    Anonymous
    #41280
    This reply has been marked as private.
    Trevor
    #41283

    That 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.

Viewing 10 posts - 21 through 30 (of 35 total)