iancampbell

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • in reply to: Remove Title From Top Of Page #20519
    iancampbell
    Spectator

    Merv, thanks for your reply i removed what i thought was related to the header and after saving it and clearing the cache and checking on another PC the header still exists. Below is whats left of the archive-listings.php file… have i missed something ????

    <?php
    /**
    * Archive Template for Custom Post Types
    */

    // Exit if accessed directly
    if ( ! defined( ‘ABSPATH’ ) ) exit;

    <div class=”entry-content loop-content”>
    <?php do_action( ‘epl_property_loop_start’ ); ?>
    <?php while ( have_posts() ) : // The Loop
    the_post();
    do_action(‘epl_property_blog’);
    endwhile; // end of one post
    ?>
    <?php do_action( ‘epl_property_loop_end’ ); ?>
    </div>

    <div class=”loop-footer”>
    <!– Previous/Next page navigation –>
    <div class=”loop-utility clearfix”>
    <?php do_action(‘epl_pagination’); ?>
    </div>
    </div>
    </div>
    <?php
    else :
    ?><div class=”hentry”>
    <div class=”entry-header clearfix”>
    <h3 class=”entry-title”><?php apply_filters( ‘epl_property_search_not_found_title’ , _e(‘Listing not Found’, ‘epl’) ); ?></h3>
    </div>

    <div class=”entry-content clearfix”>
    <p><?php apply_filters( ‘epl_property_search_not_found_message’ , _e(‘Listing not found, expand your search criteria and try again.’, ‘epl’) ); ?></p>
    </div>
    </div>
    <?php endif; ?>
    </div>
    </section>
    <?php
    get_sidebar();
    get_footer();

    in reply to: Remove Title From Top Of Page #20386
    iancampbell
    Spectator

    Please note, customer has requested me to change the listing name to Capertee Valley Rural Holdings For Sale, and as you can see its duplicating which is frustrating…any help please

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 2 posts - 1 through 2 (of 2 total)