Viewing 8 replies - 1 through 8 (of 8 total)
  • zwaply3

    (@byankov)

    It’s probably in the footer.php file in the theme.

    riazul.haque

    (@riazulhaque)

    The change in code to do this will be appreciated.

    tomaja

    (@tomaja)

    You can try this snippet

    Scott

    (@olsonsp4c)

    parts/class-footer-footer_main.php

    around line 171 in the newest version.

    Search for this and you will find the code:

    $credits = sprintf( '<p> · ? %1$s <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a>

    Scott DeLuzio

    (@scottdeluzio)

    In Version 3.0.14, open parts/class-footer-footer_main.php
    Change lines 171 to 175 from:

    $credits =  sprintf( '<p> &middot; &copy; %1$s <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a> &middot; Designed by %4$s &middot;</p>',
    					    esc_attr( date( 'Y' ) ),
    					    esc_url( home_url() ),
    					    esc_attr(get_bloginfo()),
    					    '<a href="'.TC_WEBSITE.'">Themes & Co</a>'

    to

    $credits =  sprintf( '<p> &middot; &copy; %1$s <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a> &middot;</p>',
    					    esc_attr( date( 'Y' ) ),
    					    esc_url( home_url() ),
    					    esc_attr(get_bloginfo())
    Theme Author presscustomizr

    (@nikeo)

    @Oizuled : thanks for the update.

    gloria lewis

    (@gloria-lewis)

    Your theme is causing wordpress websites to crash. Per Bluehost. I was advised to change my theme.

    Whats the issue????

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’d need to start a new thread about that, outlining more detail about your situation, such as errors you receive in your server log files.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove "Designed by Themes & Co" ·from footer’ is closed to new replies.