Placeholders for Widget output
-
I am trying to use a custom dateformat as outlined on the help page to make my “widget list” schema.org friendly, but it appears that this particular part is being stripped from the widget output format box.
as an example:
<div class="event-block" itemscope itemtype="https://schema.org/Event">
is being rendered to<div class="event-block">
and<time datetime="#_{Y-m-d\TH:i:s\+00:00}" itemprop="startDate" class="time published">August 17, 2015</time>
is committed completely, with the exception of that “hardcoded” August 17,2015.Is there any way to make it work without having to tinker around in the “em-events.php” file ?
Thank you in advance for all your help.
- The topic ‘Placeholders for Widget output’ is closed to new replies.