Title: admin bar missing from theme.
Last modified: August 30, 2016

---

# admin bar missing from theme.

 *  [goodsuccess](https://wordpress.org/support/users/goodsuccess/)
 * (@goodsuccess)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/)
 * My adminn bar at top is missing? The footer is also missing. I may have changed
   the code on footer.php? The edit button on bottom of pages/posts are there. So
   I can do edit and update.
 * Also the code on footer.php is there right before the </body> tag ?
    <?php wp_footer();?
   > lascrucespartyshack.com

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Rastislav Lamos](https://wordpress.org/support/users/lamosty/)
 * (@lamosty)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396400)
 * Hello goodsuccess,
 * yes, it has probably something to do with changing the `footer.php` code. Can
   you copy paste the code from that file here?
 *  Thread Starter [goodsuccess](https://wordpress.org/support/users/goodsuccess/)
 * (@goodsuccess)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396418)
 * Here it is…
    <!– Footer –> <footer id=”footer”>
 *  <?php sds_footer_sidebar(Simple Shop); ?>
 *  <section class=”copyright-area <?php echo ( is_active_sidebar( ‘copyright-area-
   sidebar’ ) ) ? ‘widgets’ : ‘no-widgets’; ?>”>
    <?php sds_copyright_area_sidebar();?
   > </section>
 *  <section class=”copyright”>
    <p class=”copyright-message”> <?php sds_copyright(”);?
   > </p> </section> </footer>
 *  <?php wp_footer(); ?>
    </body> </html>
 *  [Rastislav Lamos](https://wordpress.org/support/users/lamosty/)
 * (@lamosty)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396427)
 * The footer looks fine except one thing:
 *     ```
       <?php sds_footer_sidebar(Simple Shop); ?>
       ```
   
 * `Simple Shop` is not a PHP variable, nor a string. Try this instead:
 *     ```
       <?php sds_footer_sidebar('Simple Shop'); ?>
       ```
   
 * I added quotes (‘ ‘) around the words Simple Shop so it becomes a PHP string,
   a valid data type.
 *  Thread Starter [goodsuccess](https://wordpress.org/support/users/goodsuccess/)
 * (@goodsuccess)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396432)
 * Yea…that was it. I may have changed it and forgot the ” between Simple Shop! 
   Thanks for the help Rastislav.
 *  [Rastislav Lamos](https://wordpress.org/support/users/lamosty/)
 * (@lamosty)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396434)
 * Glad to hear that. 🙂 Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘admin bar missing from theme.’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simple-shop/1.1.4/screenshot.png)
 * Simple Shop
 * [Support Threads](https://wordpress.org/support/theme/simple-shop/)
 * [Active Topics](https://wordpress.org/support/theme/simple-shop/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simple-shop/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simple-shop/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Rastislav Lamos](https://wordpress.org/support/users/lamosty/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/admin-bar-missing-from-theme/#post-6396434)
 * Status: not resolved