Im wondering if its possible to have 2 blog pages, like 1 Project and 1 News. Im thinking that if i make one more blog template page(blog2.php) and then i separate the posts through Category ID.
So the Project blog only show posts that have the Project category and the News blog show posts with the News category. Is this possible?
Im aware that i have to change the code in blog.php and my question is, where in the code can i call for posts with a specific category id?
Thanks in advance.

