You can use the following attributes in your [gknsp ..] news grid shortcode:
orderby="ID/date/title/modified/random" specify how items should be ordered (the default is ID)
order = "ASC/DESC" order items by ascending or descending order (default: DESC)
offset = "0/2/4…" – forces NSP to ignore the stated number of articles i.e. if set to 1, then the first article in a given list will be ignored and display will start from the second article (default is 0)
so you can add i.e.
- Code: Select all
[gknsp article_wrapper="news_grid" orderby="date" ...]
to order DESC(default) by date.