Removing the powered by wordpress
i havw the newer version of classipress and I'm having a huge problem changing the powered by wordpress.org
here is the code I could fine.
<div class="right">
<p><a href="https://appthemes.com/themes/classipress/" target="_blank" rel="nofollow">Classifieds</a> - <?php _e( 'Powered by', APP_TD ); ?> <a href="https://here/" target="_blank" rel="nofollow">here</a></p>
</div>
<?php cp_website_current_time(); ?>
As you can see, I changed the wordpress.org to here I stopped using the url here.us which is my site because I Then get this site is not safe and is open a someone might be trying hack you in the browser. If I leave the .us off it It I get this This webpage is not available
DNS_PROBE_FINISHED_NXDOMAIN. Same with the <div class="right">
<p><a href="https://appthemes.com/themes/classipress/" target="_blank" rel="nofollow">Classifieds</a> - <?php _e( 'Powered by', APP_TD ); ?> <a href="https://here/" target="_blank" rel="nofollow">here</a></p>
</div> If i change the cappthemes.com to here.us i get the
does not exist. Any answers?