You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SarajevoNo1 The ordering can be managed through the admin. As long as you've got a date block on your blog template you can then manage the ordering through the group options in the admin
________________________________
From: Daniel Chadwick <notifications@github.com>
Sent: Wednesday, March 21, 2018 5:58:04 PM
To: Web-Feet/coastercms
Cc: SarajevoNo1; Mention
Subject: Re: [Web-Feet/coastercms] Hi can you help me how to show from latest to first in blog archive page, What to change heere ? (#72)
@SarajevoNo1<https://github.com/sarajevono1> The ordering can be managed through the admin. As long as you've got a date block on your blog template you can then manage the ordering through the group options in the admin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#72 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AatkBS_ZoV_5F7DqLnr7h6s4qHUR7OZZks5tgoabgaJpZM4Szrgl>.
Hi can you help me how to show from latest to first in blog archive page, What to change heere ?
startOfMonth(); $toDate = clone $fromDate; $toDate->modify('+1 '.$range); $pages = PageBuilder::categoryFilter('post_date', [$fromDate, $toDate], ['view' => PageBuilder::block('category_view'), 'match' => 'in', 'renderIfEmpty' => false]); $archive = ($range == 'year') ? 'Year ' . $fromDate->format('Y') : $fromDate->format('F Y'); } catch (\Exception $e) { $pages = []; $archive = 'None'; } ?>The text was updated successfully, but these errors were encountered: