Forums

home page pictures (3 posts)

  1. steviecarnie
    Member
    Posted 4 months ago #

    hey guys hope is well?

    im pretty new to all this and have used a template to create my own webspace. im having a bit trouble being able to have different pictures for each post i put on my home page (would like it to look like this - (www.mennodejong.com) instead of how mines look www.steviecarnie.co.uk

    any ideas

    Thanks
    Steve

  2. richarduk
    Member
    Posted 4 months ago #

    Looks like you're not actually adding images? If not, forgive the simple explanation below.

    When writing your post there's Upload/Insert between the title at the top of the page and the big square box where you're going to add text.

    To the right of Upload/Insert there's a little square icon. Click on that and it'll take you through the process of adding images.

    Alternatively it might be that your theme has a custom field which you need to create. Somewhere on index.php there might be something loosely along these lines:

    <?php
          $blahblah = get_post_meta($post->ID, "thumbnail-image", true);
          if ($blahblah !=='')
       {echo "$blahblah";}
    ?>

    You need to scroll down to custom fields and where it says Name add 'thumbnail-image' (or whatever) and in the value add picture1.jpg (or whatever)

  3. steviecarnie
    Member
    Posted 4 months ago #

    ok cheers mate, sorry for late reply forgot i had asked lol

    Steve

Reply

You must log in to post.

About this Topic

Tags