Remove “Theme designed by CPOThemes.” in Footage
-
Hi,
How does one delete the “Theme designed by CPOThemes.” in the footer?
On all previous themes I have worked on it was simply a matter of deleting some html code in the footer.php file to be found under Appearance -> Editor.
However, here I get the following code on this Allegiant theme:
<?php do_action(‘cpotheme_after_main’); ?>
<?php get_sidebar(‘footer’); ?>
<?php do_action(‘cpotheme_before_footer’); ?>
<footer id=”footer” class=”footer secondary-color-bg dark”>
<div class=”container”>
<?php do_action(‘cpotheme_footer’); ?>
</div>
</footer>
<?php do_action(‘cpotheme_after_footer’); ?><div class=”clear”></div>
</div><!– wrapper –>
<?php do_action(‘cpotheme_after_wrapper’); ?>
</div><!– outer –>
<?php wp_footer(); ?>
</body>
</html>All tips welcome, any ideas?
- The topic ‘Remove “Theme designed by CPOThemes.” in Footage’ is closed to new replies.