Hi.
I'm new into wp and would appreciate your help for hints where to look for in a custom CMS project I'm about to work on:
I want writers to contribute articles in markup format. So far so good.
Those articles can then be sourced to multiple "editions" of a magazine, each with its own styling.
I need CSS per post, that I know, but I don't want to have the CSS attached to original article, because that same article may have to be rendered with different styles in different "issues" of the magazine.
What is the best way to create this level of indirection:
post in markup -> other posts linked (not cloned) to previous content but with custom css
Any idea where to look at ?
thanks