You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people are going to want to have latest posts automatically listed in an email under the email content. One template we build could have a setting with the following options:
post type select
custom taxonomy (category or tag) select.
number of posts to show
show excerpt or no?
show title or no?
show featured image or no?
This could also be packaged as a short code inside core, but as a template feature we'd have more control over styling and it would distinguish the value of the template.
The text was updated successfully, but these errors were encountered:
Some people are going to want to have latest posts automatically listed in an email under the email content. One template we build could have a setting with the following options:
post type select
custom taxonomy (category or tag) select.
number of posts to show
show excerpt or no?
show title or no?
show featured image or no?
—
Reply to this email directly or view it on GitHub.
That's what I mean, we'd build a simple template that accounts for the styling and other developers can use it as a boiler plate for their custom designs.
I know we'd want it for our own product annoucements rather than using a repeater to setup our upsells in the bottom part of an announcement email.
The shortcode idea, I agree it would probably not work well with all the templates and should probably be avoided. Even though with the right responsive setup and a little custom css a shortcode render could go a long way for some.
Some people are going to want to have latest posts automatically listed in an email under the email content. One template we build could have a setting with the following options:
This could also be packaged as a short code inside core, but as a template feature we'd have more control over styling and it would distinguish the value of the template.
The text was updated successfully, but these errors were encountered: