Blog Photo

Support Area Forums Bottega Blog Photo

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://e0d.37d.myftpupload.com/connect-2/blog/
  • Author
    Posts
  • #23174
    Paula Easton
    Participant

    How can I get the same photo to show at the top of the blog and on each page of the blog posts?

    #23176
    Bill Robbins
    Moderator

    Hello Paula,

    You can add in an image to go at the top of your blog pages with a bit of editing. Here’s how:

    1. Go to the Media section in your WordPress dashboard and choose Add New.
    2. Upload the image you’d like to use. Once the upload is complete, click the edit link. On the screen that pops open, look on the right hand side for the file URL. You’ll need that URL in just a moment.
    3. Then go to the Appearance section in your WordPress dashboard and choose Edit.
    4. From the list of files on your right, choose index.php and find this spot:
      
      <?php get_header(); ?>
      
    5. Right below that add this:
      
      <img class="header-image" src="http://yoursite.com/image.jpg" alt="" />
      

      and replace the http://yoursite.com/image.jpg with the URL to the image you uploaded earlier.

    6. Save your changes.

    That should give you an image that appears in the header above your blog. If you have any questions, let me know.

    Have a great week,
    Bill

    #23236
    Bill Robbins
    Moderator

    Paula,

    Copy the code from the support site and not the notification email. The email will convert some of the code to “entities” instead of the code your site needs to work.

    Bill

    #23237
    Paula Easton
    Participant

    thank you – that worked

    #23238
    Bill Robbins
    Moderator

    Fantastic. Have a good evening Paula 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Photo’ is closed to new replies.