🚑 Blog posts aren't pages.
This commit is contained in:
parent
51cf511c23
commit
ff5cf82476
@ -45,7 +45,7 @@ function posts(&$garray) {
|
|||||||
'html' => $post->attributes['body'],
|
'html' => $post->attributes['body'],
|
||||||
'image' => null,
|
'image' => null,
|
||||||
'featured' => 0,
|
'featured' => 0,
|
||||||
'page' => 1,
|
'page' => 0,
|
||||||
'status' => isset($post->attributes['publish_status']) ? substr( $post->attributes['publish_status'], 0, 150 ) : 'published',
|
'status' => isset($post->attributes['publish_status']) ? substr( $post->attributes['publish_status'], 0, 150 ) : 'published',
|
||||||
'language' => 'fr_FR',
|
'language' => 'fr_FR',
|
||||||
'meta_title' => null,
|
'meta_title' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user