I found the earlier post which gave these instructions to allow the sliding images to appear on each page:
You delete the entire line line 36 in the header.php file that contains if(is_home) or (is_category)
You also delete the last line, line 57.
These two lines tell the image heading to display only on the front page and the category page.
another option is to change line 36 to read:
(if(is_page))
wayne
Site Admin
I tried both options and ended up with my blog page(s) not even visible. Not being familiar with php it is likely I accidently deleted a bracket or something. One other issue I have problems with is knowing which line is number 36, 57, or even 107.
Any help would be greatly appreciated.
