This is not true. If you go to the Theme editor you can remove the footer from the index.php file on line: 36
<footer id="colophon" class="site-footer"><div class="site-info">
<?php esc_html_e( 'Intentionally Blank', 'intentionally-blank' ); ?>
<?php /* translators: Proudly powered by WordPress */ ?>
- <a href="<?php echo esc_url( __( 'https://ww.wp.xz.cn/', 'intentionally-blank' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'intentionally-blank' ), 'WordPress' ); ?></a>
</div></footer>
So its a bit harsh to give this theme one star isn’t it?
Hi @wouterstg
It would be nice if you left the footer blank by default.
You can also hide it with CSS from the Customizer:
#colophon { display: none; }
But I’ll get the point, I’ll try to add the option to remove it in a future version.
Hi Again!
I’ve just released the 3.0 version.
It includes a Customizer option to edit or disable the footer credits.