• Resolved AnnieM

    (@anniem)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit your page-blog.php file and where it says:

    <a href="https://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

    Thread Starter AnnieM

    (@anniem)

    I’m using a child theme of portfolio press and portfolio press doesn’t have page-blog.php file. I looked for

    Ann Marie Davis

    in the different template under portfolio press but could not find it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add logo to portfolio press’ is closed to new replies.