How to remove/edit the bottom link for classipress site and wordpress.org?
Hi, i want to remove both links from the footer of my page.
i tried to open footer.php but the file got just this code:
<?php appthemes_before_footer(); ?>
<?php appthemes_footer(); ?>
<?php wp_footer(); ?>
<?php appthemes_after_footer(); ?>
</div><!-- /container -->
<?php appthemes_after(); ?>
</body>
what should i do?
thanks
</html>