mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
19 lines
651 B
PHP
19 lines
651 B
PHP
<?php
|
|
|
|
return array(
|
|
'title' => '',
|
|
'show_featured_image' => 0,
|
|
'featured_image_alignment' => 'alignnone',
|
|
'featured_image_size' => 'medium',
|
|
'gravatar_alignment' => 'left',
|
|
'user' => '',
|
|
'show_gravatar' => 0,
|
|
'size' => 45,
|
|
'author_info' => '',
|
|
'bio_text' => '',
|
|
'page' => '',
|
|
'page_link_text' => __( 'Read More', 'display-featured-image-genesis' ) . '…',
|
|
'posts_link' => 0,
|
|
'link_text' => __( 'View My Blog Posts', 'display-featured-image-genesis' ),
|
|
);
|