Forum
How to update a content by setting a date?
Hi, Quick question.
How do I update a section content by setting a date to it?
This is my code on on the home page
perch_content_custom('Writer Area',[
'page' => '/writers/*',
'template' => 'reg-writer.html',
'filter' => 'writersdate',
'match' => 'gte',
'value' => date('d-M-Y'),
'count' => 1
]);
basically its a featured writer section and there is a new featured writer per month and so the content will change on the first day of the month.
Something like: