Hello everyone!
The more I dig into WP, the more I see how flexible it can be. So I'm pretty sure it can do the trick I need it to do. Thing is, I'm not sure how to go about doing it, so hope someone could point me in the right direction.
What I need to do is list blog entries (well, not the whole entries, but this part is easy) by the particular tag on the "static" WP page.
For example, there is a static page called, um, "Mary Sue". :) It has some text on it, some pictures on it - the usual way. Also there are several blog entries tagged "Mary Sue". I need to fetch these entries by tag (which is the same as the page title) and list them on the page.
Is there a way to do that?