Home › Forums › Pro Support › Position date bottom of column (cards) › Reply To: Position date bottom of column (cards)
September 21, 2020 at 12:54 pm
#19697
Moderator
Oh its because you need PHP’s ||
/”Or” operator.
You’ll have to do something like this.
if ( 77 || 78 || 79 || 80 === (int) $settings['list_id'] )
This means “77” or “78” or “79” or “80”.