Footer Problems
Hi, Not sure if i've put this in the right sub heading...... Sorry in advance.
Any way my problem is this. I'm trying to edit the footer.php, have found the file and looked at it and this is what i've got:-
<?php appthemes_before_footer(); ?>
<?php appthemes_footer(); ?>
<?php wp_footer(); ?>
<?php appthemes_after_footer(); ?>
</div><!-- /container -->
<?php appthemes_after(); ?>
</body>
</html>
I have looked on the sections about changing the footers, but they are saying line numbers which i don't have, (eg. 28 and 50 something or other). Am i not looking at the right part as i'm really confused?
This is in Classipress.
Thanks.