mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
15 lines
384 B
PHP
15 lines
384 B
PHP
<?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' ),
|
|
);
|