Skip to content

Commit

Permalink
feat: show added date in resource list
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Feb 26, 2020
1 parent 3fb673d commit 20d8ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/functions/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ function resource_init() {
'title' => 'Published',
'meta_key' => 'lc_resource_publication_year',
],
'published' => [
'title' => 'Date Added',
'post_field' => 'post_date',
],
],
'labels' => [
'name' => __( 'Resources', 'coop-library-framework' ),
Expand Down
1 change: 1 addition & 0 deletions wp-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"host": "github",
"slug": "wp-term-order/wp-term-order.php",
"uri": "platform-coop-toolkit/wp-term-order",
"branch": "master",
"optional": false
}
]

0 comments on commit 20d8ab3

Please sign in to comment.