blobon on "Change Background Image per page in atahualpa theme"
May 9, 2010 by David Olsen
Hi
I´m using Atahualpla theme
I need to change the background image according to the page in you are.
I tried with the followin code at the end of the css.php file
<?php if (is_page('4') ): ?>
<style type="text/css">
body {background-image:url(images/bg-page4.jpg);}
</style>
and i only receive this legend:
Parse error: parse error in C:\wamp\www\wp\wp-content\themes\atahualpa\css.php on line 3146
Any idea about the code, of their ubication in the php file?
Thanks a lot.





Comments
Facebook comments:
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!