Hi,
as the title says.. how to display page contents together with post thumbnail in wordpress..
thanks you very much…
You can check this out at wordpress.org which explains the basic principals behind “the Loop.”
Firstly, you’ll need to query what posts you want on that page and to which category it pertains to.
Then it is just a simple case of checking if an attachment exists then, resizing it so it looks like a thumbnail. Timthumb springs to mind…
If I get time later I’ll post up a quick example.
thanks iamthwee, I sorted this one already.. yeah codex wordpress does the job…
