mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Move CPT defaults to new file
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => '',
|
||||
'post_type' => 'post',
|
||||
'show_image' => 0,
|
||||
'image_alignment' => 'alignnone',
|
||||
'image_size' => 'medium',
|
||||
'show_title' => 0,
|
||||
'show_content' => 0,
|
||||
'custom_content' => '',
|
||||
'archive_link' => 0,
|
||||
'archive_link_text' => __( 'View Content Type Archive', 'display-featured-image-genesis' ),
|
||||
);
|
||||
Reference in New Issue
Block a user