WP Footer Text Fail to Show

by 2 replies
3
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?
#programming #fail #footer #show #text
  • Does your themes footer.php file include the "wp_footer();" function before the closing body tag?
  • 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.

Next Topics on Trending Feed