Footer.php Help!
-
I was trying to remove a small rss feed from my footer.php but ended up screwing the code badly and now the whole page is messed up ??
So I made it worse by putting in the default footer.php code from WordPress:
<?php /** * @package WordPress * @subpackage Revolution Tech */ ?> <!-- begin footer --> </div> <?php get_sidebar(); ?> <p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='https://www.ads-software.com/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p> </div> <?php wp_footer(); ?> </body> </html>
I was wondering if anyone could please help?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Footer.php Help!’ is closed to new replies.