fixing a footer issue
-
i have asked this previously so apologies for asking again. can someone remind me how i get the footer on my page to display /only/ the NAME of the blog and not the description after the name?
<!-- The footer info must remain intact in accordance with the theme license. --> <div id="footer"> <p class="quiet"> Powered by <a href="https://www.ads-software.com/">WordPress</a> using the <a href="https://graphpaperpress.com">F8 Theme</a><br /><a href="<?php bloginfo('rss2_url'); ?>" class="feed">subscribe to entries</a></a><br />All content © <?php echo date("Y"); ?> by <?php bloginfo('name'); ?> <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> </p> </div> </div> </div> <?php wp_footer(); ?> </body> </html>
the description is too long and i would like to delete this…
THANKS
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘fixing a footer issue’ is closed to new replies.