Menu on footer

Discussion in 'Real Photography WordPress Theme' started by chriserve, Dec 3, 2013.

Thread Status:
Not open for further replies.
  1. chriserve

    chriserve New Member

    Joined:
    Dec 22, 2012
    Messages:
    20
    Likes Received:
    0
    My client wants a duplicate of the main menu just above the footer, can this be done?
     
  2. chriserve

    chriserve New Member

    Joined:
    Dec 22, 2012
    Messages:
    20
    Likes Received:
    0
    I got your solution in the email but could not get it to work, it was for another theme, the roadfighter theme, could you demonstrate the same thing with the real photography theme please?
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the footer.php file present in your theme directory and
    paste the code given below in the file as shown in the image given below.

    Code:
    <div class="clear"></div>
            <!--Start Menu wrapper-->
                                    <div class="menu_wrapper">
                                        <div id="MainNav">
                            <a href="#" class="mobile_nav closed">Pages Navigation Menu<span></span></a>
                            <?php realphotography_nav(); ?>                     
                        </div>
                                    </div>
                                    <!--End Menu-->
    See the image for reference.
    [​IMG]


    This will solve your issue.
     
  4. chriserve

    chriserve New Member

    Joined:
    Dec 22, 2012
    Messages:
    20
    Likes Received:
    0
    Works great and looks good too. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page