Remove credit link from free Poseidon theme?
-
Hi. I have used wordpress many times and have been able to edit the footer.php file to change the “Powered by” link. However, with this theme I am finding it impossible. Can someone point me to the file that contains the credit info for this theme?
My page is https://www.zancudotours.com if anyone wants to look.
I have tried commenting out the php lines to no avail. Can I just delete this whole file and add my own?
Footer file contains this:
<?php /** * The template for displaying the footer. * * Contains all content after the main content area and sidebar * * @package Poseidon */ ?> </div><!-- #content --> <?php do_action( 'poseidon_before_footer' ); ?> <div id="footer" class="footer-wrap"> <footer id="colophon" class="site-footer container clearfix" role="contentinfo"> <div id="footer-text" class="site-info"> <?php do_action( 'poseidon_footer_text' ); ?> </div><!-- .site-info --> <?php do_action( 'poseidon_footer_menu' ); ?> </footer><!-- #colophon --> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Thank you in advance.
Ray
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove credit link from free Poseidon theme?’ is closed to new replies.