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!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
Ahhhhh!! Thanks alot! Sorry bout the lame question then:) – Jonas Thomsen Mar 1 '11 at 19:23
Please, check the answer as correct, if you've found it is. And, if you have more questions, "just do it" :) – Rochester Oliveira Mar 1 '11 at 20:18
Sorry for the delay :) – Jonas Thomsen Mar 6 '11 at 23:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.