I need to add my logo to the non static blog and portfolio pages at annmariedavis.com the same way I did to the static "about" php page. How do I do it?
I need to add my logo to the non static blog and portfolio pages at annmariedavis.com the same way I did to the static "about" php page. How do I do it?
Edit your page-blog.php file and where it says:
<a href="http://annmariedavis.com/" title="Ann Marie Davis" rel="home">
Ann Marie Davis </a>
Replace with:
<img src="webpagelogo.jpg" width="360" height="229" alt="Sureal mirror">
Hope it helps,
Pedro
I'm using a child theme of portfolio press and portfolio press doesn't have page-blog.php file. I looked for
in the different template under portfolio press but could not find it.
You must log in to post.