I want to add a new menu point to post that shows posts of a certain category. Adding a new page is easy if it is just a new post type. But I want to only show posts with a specific category and when updating posts make sure the category is checked.
IS there no way of doing this? I was hoping for some simple functon, like the way register_post_type() does it. As there doesn’t seem to be, does anyone give me any tips about how to do this? Is it even possible? Or should I just use a custom post type?