How to remove the following from top of post listings page: 1. Enter Business Listing Details etc

Discussion in 'GeoCraft WordPress Theme' started by imranite, Oct 2, 2014.

  1. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Dear Support,

    Please point me to where in the code I can remove the following from the top of the post listings page:

    (1) Enter Business Listing Details (2) Preview listing & Payments (3) Listing Successfully Submitted.

    Thank you.

    Imran
     
  2. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Hello Imranite,

    Go to geocrafttheme template directory and find the template_submit.php and open it on notepad++.
    Under this file find the following code:
    PHP:
     <?php if ((is_user_logged_in()) && ($step != 5)): ?>
                <div id="place_header">
                    <h1 class="title"><?php echo ADD_LISTING?></h1>
                    <ul class="step">
                        <?php
                        listing_step
    ();
                        
    ?>               
                    </ul>
                </div>
            <?php endif; ?>
    And remove it and save the file.

    Regards
    Krish
     

Share This Page