• Resolved dakdesigner

    (@dakdesigner)


    I am lost finding where to edit the footer. Right now it is saying ‘Striker WordPress Theme Powered By WordPress’. I need to adjust the text. Where do I look?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It is the credit of the theme maker, there is no option to modify it unless modifying the files directly.

    You can modify your ‘footer.php’ file and find out this code:

    <a href="<?php $my_theme = wp_get_theme(); echo $my_theme->get( 'ThemeURI' ); ?>">
                <?php _e('Striker WordPress Theme','striker'); ?></a>
                <?php echo __( 'Powered By WordPress ', 'striker' ); ?>

    You can remove them and put your own credit

    Thread Starter dakdesigner

    (@dakdesigner)

    That did it. Thank you. And 5 stars to WordPress and Striker.

    Theme Author Template Express

    (@danstriker)

    thanks guys

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing the Footer’ is closed to new replies.