• Where can I change the theme WP Fanzone Copyright bottom of the page.

    I miss a file and can not find out.

    Can anyone help me with this.

    I use WordPress 4.7.2 and WP 2.3 Fanzone Last version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello davepieters1977,

    You have to edit footer.php file located it wp-content/themes/wp-fanzone/ folder.
    Find `<?php echo __(‘? ‘, ‘wp-fanzone’) . esc_attr( get_bloginfo( ‘name’, ‘wp-fanzone’ ) ); ?></code> and edit it.

    Example:
    <code>
    <?php echo __(‘? ‘, ‘wp-fanzone’) . date(“Y”) .’ ‘. esc_attr( get_bloginfo( ‘name’, ‘wp-fanzone’ ) ); ?>
    `

    Note : All Changes you done in footer.php or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter davepieters1977

    (@davepieters1977)

    Thank you i will try it today and i tell you later if it works.

    Greetz

    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create my Copyright’ is closed to new replies.