I created a wordpress theme from scratch in wordpress. After I have completed a simple layout, it renders pretty good. But it is not showing the admin bar. I see the top margin, where the admin bar should be but no admin bar.
How to bring the admin bar? I think I missed some snippets, while making the theme?
have you added the wp_footer()-function to your theme? That is what calls for the admin bar.
So, in your footer.php, you should have something like this: