Wordpress plugin to add a picture before the post?

Discussion in 'WordPress' started by knopix, Feb 18, 2008.

  1. #1
    Is there a WordPress plugin to add a photo before every post?

    I can't use the regular img tag because the person managing the blog doesn't know how to upload files via FTP... so, the simpler the plugin, the better.
     
    knopix, Feb 18, 2008 IP
  2. kentuckyslone

    kentuckyslone Notable Member

    Messages:
    4,371
    Likes Received:
    367
    Best Answers:
    0
    Trophy Points:
    205
    #2
    You can add a photo to each post by editing the single.php in the theme folder. Add the link to your image just before <div class="postspace2">
     
    kentuckyslone, Feb 18, 2008 IP
  3. knopix

    knopix Peon

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't want every post to have the same photo, I want the author to upload a photo that will be included at the beginning of every post..
     
    knopix, Feb 18, 2008 IP
  4. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #4
    I haven't been able to locate a plugin for you but here's what you do: underneath the post editor, there is an "Upload file" feature
    enabling you to upload a file without having to use FTP.
    So you can browse your hardrive for the image you want, give it a title and description and then click upload. Once the image is uploaded right click on image's thumbnail so you can highlight the image location and enter that image url to the image inserter tag in the ediitor.
    If you need more help with this, please feel free to contact me.
     
    arwen54, Feb 19, 2008 IP
  5. knopix

    knopix Peon

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks arwen54, I realized the same thing late last night. Thanks for your reply.
     
    knopix, Feb 19, 2008 IP
  6. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #6
    glad it worked out for you :)
     
    arwen54, Feb 19, 2008 IP
  7. nontemplates

    nontemplates Peon

    Messages:
    782
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Don't think you will find a plugin for it because its done from within the admin panel using custom fields. The bummer is that your theme has to be written to use custom fields properly.

    http://codex.wordpress.org/Using_Custom_Fields

    explains some of it but doesn't go much into the main feature of allowing images to be attached to a story. Thats one of the popular ways of creating magazine like layouts in Wordpress
     
    nontemplates, Feb 19, 2008 IP