i use the Blogprint plugin http://getkirby-plugins.com/blogprint on my website and it works fine. Now i want to display posts from a specific category. Actually all posts from all category will be shown!
I have a blog page with all posts and an other blog overview page with a specific category. If i do this in the controller posts.php, then i will change it for all.
Obviously, both blog pages then use the same controller and the same template. Then you would have to use an if-statement in your controller that checks which page you are on and then filter depending on that, something like:
it seems that the blogprint-plugin dont support an other blog overview page (like wordpress). All tag-archiv oder category-archiv and other problems doesn’t work!