WP Footer Text Fail to Show

by Raiser
2 replies
Hi,

My WP footer text and links only show up on the browser after I login to the WP admin.

Can someone teach me how I can resolve this?
#fail #footer #show #text
  • Profile picture of the author waywardrising
    Does your themes footer.php file include the "wp_footer();" function before the closing body tag?
    {{ DiscussionBoard.errors[2969273].message }}
  • Profile picture of the author mystline
    Check your themes footer.php file for a statement that looks like this

    <?php if(is_admin() :?>

    if there's something similar then wordpress is only showing those links when an admin is signed in. Simply comment out the if() and endif() statements and you should be good to go.
    {{ DiscussionBoard.errors[2969390].message }}

Trending Topics