Hello,
I am working on creating a custom Newsletter theme and I just want to ask if it’s possible to assign posts from a specific category to each section of the newsletter.
Meaning, I want one div to show posts only from a category “News”, one div to show posts only from a category “Stories” etc.
I hope I’m being clear enough!
Thank you,
UPDATE: I figured out how to do this with WordPress get_posts and fill each section in my theme.php, however I would still like to know if it’s possible to be able to select in my theme options which posts I want from each category to show up in each section.
No, a post selection is not possible you should create a special option panel and the use the selected posts in the theme. It’s not an impossible coding work.