Suppose for projects, I will have a bunch of WIP (category) posts. Then once it's done I will create a Portfolio post for it. I will want to link this Portfolio post with the WIP (similar to related posts).
Then I will also want WIP posts of the project to be excluded from my main WIP listing. How can I achieve this effect?
In WIP page, I want a listing like
- Project 1
- Project 2
- Project 3
Showing only all the incomplete projects. Perhaps, I can have a "discontinued" listing too, but separate.
Each link will go to the page showing all (WIP) blog posts of a project. How can I achieve this? I am thinking WIP will be a category, do I put the project as a tag? I will want to associate each project with a thumbnail & description too.
Since I am a developer I could code something, but I am new to WordPress so will require guidance.