Good afternoon, fellas,
sooo I installed the blog module, and it works totally fine, kicking ass and everything, I love it.
I'm currently working on a site which is not a blog, but has a blog- subpage, which I got rolling. But what happens, or more like what do I do, if I want a second Subpage on my site which uses the blog - functionality? is there a way to achieve this?
consider the following page tree:
Home
stuff -> regular content
stuff2-> Blog 1
stuff3 -> Blog 2
.. and so on.
so basically I would want two subpages on my site on which I would be able to publish blog posts independent from each other, which (in my opinion) would mean that I could tell the blog module at a certain point to publish a post on either one of these two pages.
Help would be much appreciated.
Best regards,
DeM
/edit:
so I kinda had an idea for an approach to a solution to my problem, my thought was, that I could use two templates, which output blog posts by category, so basically I'm looking for a function which outputs posts with category "blog1" on the first page and in a second php script, one that outputs posts with category "blog2" on a separate page.
so far though, I couldn't find anything about that in the documentation, I only found output filtered by post author, does the same apply to post category?
//edit 2: I managed to do that, just had to change a few lines in one of the php files. Finally, everything works, and I have to admit, I am totally impressed. this module kicks ass in any way imaginable. Thank you so much Kongondo.
Greetings from Germany,
DeM