17 Apr 2009, 7:25 PM
New Zenner
- Join Date:
- Dec 2007
- Posts:
- 54
- Plugin Contributions:
- 0
Styling individual EZ-pages - how can I set a class?
What command do I use to echo the EZ Pages id?
I haven't been able to edit the css for individual EZ Pages, so I want to add this to my headers:
<div id="header" class="ezpages<?php echo $ezpage_id; ?>"></div>That way I can control the content on separate ez pages... But i just need to echo that ID...
Thanks!!