• Resolved wonnz

    (@wonnz)


    Hello people,
    I am just starting to use this “customizr.”
    Please let me know how to remove “Designed by Press Customizr” at far end of each pages.

    Many Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • How did you resolve this?

    Thread Starter wonnz

    (@wonnz)

    Add following to your fuction.php

    ———————————

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p>· © YOUR SITE NAME GOES HERE · All Rights Reserved ·</p> </div>’;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "Designed by Press Customizr"’ is closed to new replies.