• 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 &copy; <?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)
  • do you refer to this topic?

    https://www.ads-software.com/support/topic/changing-footer-blog-info-text?replies=5

    is the problem the same?

    there is no reference to the blog description (aka as ‘tag line’) in your code which would be bloginfo('description'), only to the site title which is bloginfo('name').

    And as you are using a commercial theme, you need to seek support from the theme’s vendors.
    https://graphpaperpress.com/support/

    Thread Starter formpig

    (@formpig)

    hi alchymyth.
    yes, i have this printed out here somewhere. thank you.
    can i please just ask you how to tackle this from a practical perspective?
    i mean, if i am understanding correctly i have a “name” entry that is somewhere in my WP Blog description and this (apparently) includes the blog name and the blog description? and then this /code/ entry in the footer is telling the blog to put this “name” in the section where the code is asking for “bloginfo”?
    and so to change this i simply take out “name” and i put in some other text that i prefer…?
    thank you…

    Thread Starter formpig

    (@formpig)

    Hi A.

    ok, re-reading here.

    i think i am getting it here…

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fixing a footer issue’ is closed to new replies.