Viewing 10 replies - 1 through 10 (of 10 total)
  • have you looked into footer.php of the theme?

    <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>
    Thread Starter vitortechno

    (@vitortechno)

    thanks for the help friend, I’m new to wordpress and am still learning, sorry for my English I am Brazilian and I’m using google translator

    I’d like to eliminate the repeat of the header title in the footer of twentyten. Can you tell me what that is called, as the actual title in single quotes does not show up. I want to be careful here. I have no idea what I’m doing in editing code. But I’d like to get rid of that repeat. Thanks so much

    It’s generated by a php function which calls up yr uri and puts it in the page……….u can comment php functions out by putting // after
    the <?php bit starts. The function is normally in footer.php but sometimes is replaced in functions.php.

    Thanks, but I’m not sure what I’m looking for Root.
    What would that php function be called that calls up the url and puts it in the page?

    Could any of this be “it”?

    ?>

    <div id=”site-info”>
    ” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
    <?php bloginfo( ‘name’ ); ?>

    </div><!– #site-info –>

    <div id=”site-generator”>

    Its in footer php in the div called id site-info it says echo url etc stuff. Its not best practise but u can just delete the whole function or comment it out. Nice to get a q I can answer 😉

    yup
    thats the one

    where to the // go? I’ve tried just before //<div id and /before and / at the end of the string. Next to it? Or flush left? How far? Funny I easily deleted a footer I wanted by putting the two // just after <?php, but can’t get this repeat to delete. I have managed to add a / to the front of it a couple times. Very close!!!

    still could use the final step. Can’t get it to disappear.

    I have an address line
    Asheville, NC

    above the name of the website
    12Twelve Collaborative solutions (12Twelve.me)

    I can get rid of the address line,
    but not the dup of the title.

    I want to get rid of the title.

    And I don’t want to delete, just hide.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘edit footer twenty ten.’ is closed to new replies.