Hello the Team,
Is it possible to set a conditional statements in Magazine ?
For example :
$output .= "<div class='av-magazine-content-wrap'>";
$output .= "<header class='entry-content-header'>";
if ( in_category( 'agenda' ))
{
$output .= "<time class='av-magazine-time updated' {$markupTime}>".$dates."</time>"; // $dates remplace $time
}
else
{
$output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";
}
Unfortunetly, it doesn’t work.
Is there a solution for this ? Thank you for your help
Regards.
Hi hurraken!
unfortunately this is out of our support scope, as written in our support policy. So you would need to hire a freelance developer for this job. You could find one here: http://kriesi.at/contact/customization
Best regards,
Andy