• Resolved magentawave

    (@magentawave)


    Where do I go and what should I do to remove the “Copyright ? by Website.com” that is on every page of the theme?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Pawe?

    (@mrpauloen)

    In footer.php on line: 19.

    <p><?php printf ( __( 'Copyright &copy; by %s', 'wp-less-is-more' ), get_bloginfo( 'name' ) ); ?></p>

    At this time, there is no other way like remove whole line, but in future I will add option to the Customizer.

    Cheers

    Thread Starter magentawave

    (@magentawave)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the "Copyright ? by…" from the theme?’ is closed to new replies.