• Hello World!

    I got three divs.. inside each div I want last post, second last post and then third last post.

    so:

    <div id="box1">last post</div>
    <div id="box2">second last post</div>
    <div id="box3">third last post</div>

    I want to get the title and an image from that post. I want to code it my self, and not use a plugin for it. I want it to dynamically update it self..

    I’m not too familiar with php, yet. So go easy on me.

    I also want it to be clickable and take the visitors to the post. actually, I need the boxes to take the visitor to three specific places on the same page, smoothly. (Dont mind the js, I’ll deal with that later).

    I’ve been googling a bit, but I really dont know where to look or what to look for. So a little point in the right direction and some advice would be VERY helpful!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘latest post thumbnail’ is closed to new replies.