Home Forums Trusted How to change site info footer for trusted free theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2078
    kradzkie91
    Participant

    hello there,

    I’m having a hard time to figure out how to change the site info footer, this is my first time using wordpress for short I’m a newbie, I want to change it please someone could help me.

    Thank you

    -Charlz

    #2081
    Andy
    Keymaster

    Hi,

    Install and activate a child theme – we have a ready-to-go child theme for Trusted that can be used.

    Then, in the functions.php file of the child theme, add this code (replacing ** YOUR CODE OR TEXT HERE ** with your own text or html markup):

    function trusted_powered_by(){
        ?>
        <div class="site-info">
            ** YOUR CODE OR TEXT HERE **
        </div>
        <?php
    }

    Or alternatively upgrade to Trusted Pro, which has a widget area that you can drag-and-drop anything you want into the copyright area and remove the default text.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change site info footer for trusted free theme’ is closed to new replies.