I recently switched over to the RichOne theme, and I’m trying to remove “WordPress theme by Richwp” below my copyright/title in the footer. How might I do this, anyone know?
Thank you.
]]>Hello there!
It looks like there’s a missing closing bracket, needed to complete the div tag on line 50 of loop.php.
echo('<div class="entry-summary"');
should be:
echo('<div class="entry-summary">');
Thanks in advance for fixing!
]]>