using a child hood theme of 2011 we can not get the header to apear if there some way to do a custom template for the search.php
please let me know
using a child hood theme of 2011 we can not get the header to apear if there some way to do a custom template for the search.php
please let me know
If you're creating a child theme of twenty eleven, then the template you want to modify is indeed search.php. Just copy the search.php to your child theme and make your modifications.
I'm not really sure if that's what you are asking. :-/
After a lot of pain!!!!!!! the issue is fixed lol After 3 weeks I have overlooked the obvious !!! so the simple fix was the path of the image. Yes i feel stupid 10 years in lol....
Apparently dreamweaver cs 5 will not use the full path when inserting images into the page example: If you drag the image out of your assets folder or however you do it, DW will give you a path like this <img src="images/glass.jpg" width="800" height="729"> This is not the full path and when your pist!!! you cant see things like that ;( so the image path should look like this:
<img src="wp-content/themes/adszoom/images/glass.jpg" width="800" height="729">
This topic has been closed to new replies.