Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add admin bar in all Themes

@burtadsit

Participant

Every theme is written differently. Generally speaking it should be located in footer.php.

From the default Kubrick theme’s footer.php we have:

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

<?php wp_footer(); ?>
</body>
</html>

Skip to toolbar