Need custom footer on some pages//

Permalink
Have some code I need to add before the </body> tag. I have done it by changing the footer.php and adding it directly there.. but I would like different pages to have different code before the /body tag (and some pages not to have anything)

Is there is easy way to do that??

 
PineCreativeLabs replied on at Permalink Best Answer Reply
PineCreativeLabs
If you want, you could make the area in the footer editable. This would allow you to add your own content to each page individually.

To do this, in the footer.php file, add the following code:

<?php  $a = new Area('Footer'); $a->display($c); ?>


Let me know if this helps.
911bob replied on at Permalink Reply
looks like it will work.. thanks
moosh replied on at Permalink Reply
moosh
Yes , an area is a solution.
You could use custom page attribute too.