Viewing 6 replies - 1 through 6 (of 6 total)
  • Well, do you already have a search area built into your theme? It could be as simple as copying the code from one area to another…. or it could be more involved. You could also set up your footer to have a ‘widget’ area, and drop a search widget there….
    https://www.themelab.com/2009/04/25/add-a-widgetized-footer-to-your-wordpress-theme/

    that’s the tutorial I used to add several widget areas to my footer….but you see, you have options

    Thread Starter Lo?c Levêque

    (@luisobispo)

    Thank you so much for your reply,

    Yes indeed I do have a search area already.

    In fact I need to have two different footers. I’ve done that, a new footer with the pasted codes for the search area, footer called “footer2”. I created a new page template, who calls the header and the footer.

    The footer, I suppose, is called by

    <?php get_footer(); ?>

    But I do not know how to call the “footer2”. Must be dead easy, right? Well, it must be… or perhaps not.

    the second footer would be called like:
    <?php include(TEMPLATEPATH . "/footer2.php"); ?>

    Thread Starter Lo?c Levêque

    (@luisobispo)

    WOW

    It works.

    kind of magic…

    THANK YOU!

    For sure! it’d be cool if you marked thethread ‘resolved’

    Thread Starter Lo?c Levêque

    (@luisobispo)

    I do that right now…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I put the search area in the footer?’ is closed to new replies.