Footer not showing in correct position
-
I am coding a new theme for my site, but for some reason, the footer keeps showing at the top of my page. Here’s my footer.php code:
<?php /** * @package WordPress * @subpackage Default_Theme */ ?> <div id="footer"> Text text text. </div> <?php wp_footer(); ?> </body> </html>
And here’s the footer code at the bottom of my index.php file:
<?php get_footer(); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Footer not showing in correct position’ is closed to new replies.