Hello, first of all thanks for this beautiful theme.
I’m building a 2D Game Development website, which has a main Blog (that loads by default). The thing is that I also want to offer several Tutorials separately. For example, a tutorial on C#, and a tutorial on Javascript.
I don’t know how to organise this. In the menu bar I’ll have a “Blog” menu-item, and another menu-item that says “Tutorials” which will two sub-items: “Learn C#” and “Learn Javascript”. When the user clicks on “Learn C#”, I want him/her see all the posts I made on that subject.
The problem is *not* about how to make the menus (I know how to do that), but about how to let the user watch all posts I made under the “Learn C#” tag and show them in the “Learn C#” page.
Hope you understood my problem. In case you want to check out my website and see what I mean: http://www.2dgamedev.com
– First, you need to create 2 new categories in your blog, one named C-Sharp and other named Javascirpt, then you can add this categories to your menu;