Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #492791

    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.

    • This topic was modified 9 years, 2 months ago by hurraken.
    #493454

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.