FIX Showing only published revues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef8beae99f
commit
1448e47f15
|
|
@ -4,6 +4,7 @@ $query = new WP_Query(array(
|
|||
'orderby' => 'date',
|
||||
'order' => 'DESC',
|
||||
'offset' => 1,
|
||||
'post_status' => 'publish',
|
||||
));
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ $query = new WP_Query(array(
|
|||
'orderby' => 'date',
|
||||
'order' => 'DESC',
|
||||
'offset' => 1,
|
||||
'post_status' => 'publish',
|
||||
));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user