Forums

fixing a footer issue (5 posts)

  1. formpig
    Member
    Posted 10 months ago #

    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="http://wordpress.org/">WordPress</a> using the <a href="http://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

  2. alchymyth
    The Sweeper & Moderator
    Posted 10 months ago #

    do you refer to this topic?

    http://wordpress.org/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').

  3. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

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

  4. formpig
    Member
    Posted 10 months ago #

    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...

  5. formpig
    Member
    Posted 10 months ago #

    Hi A.

    ok, re-reading here.

    i think i am getting it here...

    thanks

Reply

You must log in to post.

About this Topic

Tags

No tags yet.