• Resolved minoka

    (@minoka)


    hi, im new to wordpress and i have been trying to move my footer widgets to the top of my page under the page tabs, but have been unsuccessful. any help on how i could do this would be greatly appreciated.

    my page is http://www.leegabrielle.com/wordpress/
    and the theme im using is Origami

Viewing 6 replies - 1 through 6 (of 6 total)
  • Create a sidebar.
    PHP sidebar into your header, or wherever you want them.
    <?php get_sidebar( $name ); ?>
    add your widget within

    <?php the_widget(‘WP_Widget_Meta’); ?>

    Thread Starter minoka

    (@minoka)

    thanks for the reply noahjonah, i added that php to my header and it seems to have added every link on my page to my header. maybe im doing something wrong. you can see what happened by clicking on my page http://www.leegabrielle.com/wordpress/

    Hi Minoka,

    The instructions that noahjonah provided are not complete.

    If you want to move the footer widget, then you would be better to just grab the code fro that that’s in your footer.php template and move it to your header. php.
    That would be an easier way to do it. Technically speaking they won’t be “footer” widgets anymore, but no one will know about that.

    Thread Starter minoka

    (@minoka)

    hi christine, thanks for the quick reply.
    i just tried what you just suggested and it worked!
    took some tweaking here and there but it worked!

    thanks a million christine

    Thread Starter minoka

    (@minoka)

    🙂

    Looks great! Glad I could help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to move footer widgets to top under page tabs’ is closed to new replies.