You could apply code such as suggested here.
http://wordpress.org/support/topic/276775?replies=6
Of course just modify the WP_Query part to query the posts you want, and add HTML etc…
For example : WP_Query('cat=4'); would grab the posts from category with the ID 4.
Required info is all there, just modify the areas as required…
Part 2 the code is expried 😛
Can you re-post?
and i do want to pull from a category, but can i hide it so the freebies are only in the freebies page?
Sorry, could have sworn i selected a month when creating the pastebin…
Here’s the code again though, however you will need to add to it (HTML/CSS) and modify as required.
http://wordpress.pastebin.com/m6c979886
It was written for the guy in the other thread, but the same rules apply in any case… 🙂
ok, now i cant get the option for custom template
ok i got the template but how do i defien the post category
Just go and create a post as you usually would (under “Posts” and “Add new”)..
All you need to do with the template is create a page, any name (no content in the actual page required), attach the template (from the right), save then go about adding posts, in the normal manner..
The page template is basically acting as a framework to grab a select group of posts…
But how do I select the gruop to pull?
so for the freebies on my site, maxTuts.co.cc
in catogory free WP_Query(category/free);
for my category free
would pul from http://maxtuts.co.cc/category/free ?
Read the links i provided…
A valid example was given.
WP_Query(category/free); Would not work, it’s invalid…