• Resolved columbo

    (@columbo)


    can someone tell me what i need to remove on the footer to delete the wordpress logo at the bottom of the pages

    here’s the script
    https://wordpress.pastebin.ca/1461550

    also, if i change the theme would i need to remove the logo on that? the code would be the same place as this one right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • To take the WP link out of the footer, remove

    <?php bloginfo('name'); ?> is proudly powered by
    		<a href="https://www.ads-software.com/">WordPress</a>
    		<br />

    also, if i change the theme would i need to remove the logo on that?

    You don’t have to. And, depending upon the theme, it may be in breach of copyright to remove it.

    the code would be the same place as this one right?

    No. Different themes place copyright links in different places.

    Thread Starter columbo

    (@columbo)

    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing WordPress Logo’ is closed to new replies.