OpenAgenda / wordpress

Display customizable OpenAgenda calendars on your WordPress site
GNU General Public License v2.0
3 stars 2 forks source link

Add template to preview shortcode #34

Open timthee opened 10 months ago

timthee commented 10 months ago

Could it be possible to use template and placeholders (as for the embed code) to query events and display them ?

Example :

[openagenda_filter_preview uid="123" size="6"]
{DateRange} - {Title}
[/openagenda]
vincedubroeucq commented 6 months ago

Hello, You can customize the preview template by duplicating it into your child theme at the moment. Using shortcode content as HTML could be complicated for a lot of users.

What do you need exactly ? Can you explain your specific use case ?