I want to display 2 posts in one way, and then below that I want them reappear 开发者_如何转开发inline with all the other posts on the site.
If i do it the way i thought i should, then i gets all messed up.
I have uploaded my index.php-file to http://pastebin.com/tmfpaAhc
Revisions is appreciated! We're going live tonight :O
Thanks, Jonas!
You could use 2 loops, the one that you've done and another using get_posts. More about get_posts: http://codex.wordpress.org/Template_Tags/get_posts
精彩评论