Hi @androidandreas,
Removing or editing the WordPress credits on your footer should be easy. If you are unable to use your custom CSS to do this, you may do so by going to the theme customizer: Appearance » Customize in your WordPress admin dashboard. You can look for any settings that let you customize your site’s footer and edit or remove it as you prefer.
You may also check other steps on this article.
Best regards,
Niko
Thread Starter
andyandy
(@androidandreas)
These are the innards of my theme’s Foorter.php file.
Any clue as to how to edit this:
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php do_action( 'expound_credits' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
It seems you’ve resolved this? I don’t see any credits in your footer.
Thread Starter
andyandy
(@androidandreas)
Hi, yes I got curious and just took an educated guess at editing the footer.php file as per the article. Hoping I have not broken the theme but it appears to be functioning OK.
