Skip to content

Commit

Permalink
feat(backoffice): add projects to "in evidenza" section
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoopcsc authored Oct 9, 2024
1 parent cd8f9e7 commit d07ac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function dsi_register_main_options_metabox() {
'filter_boxes' => true, // Show a text box for filtering the results
'query_args' => array(
'posts_per_page' => -1,
'post_type' => array('post', 'page', 'evento', 'circolare', 'documento'),
'post_type' => array('post', 'page', 'evento', 'circolare', 'documento', 'scheda_progetto'),
), // override the get_posts args
)
)
Expand Down

0 comments on commit d07ac91

Please sign in to comment.