Forums

[resolved] move meta data into footer (4 posts)

  1. rhythmofthecosmos
    Member
    Posted 2 years ago #

    Hi,

    Is it simply a matter of copying

    h3>Meta Data</h3>
        <ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    					<?php wp_meta(); ?>
    				</ul>

    and putting it in my footer?

  2. Samuel B
    moderator
    Posted 2 years ago #

    pretty much
    you may need to play with the list tags

  3. ryans149
    Member
    Posted 2 years ago #

    yeah, thats it!!

  4. rhythmofthecosmos
    Member
    Posted 2 years ago #

    wicked :D

Topic Closed

This topic has been closed to new replies.

About this Topic