mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 13:33:32 +09:00
add subsequent pages help
This commit is contained in:
@@ -108,4 +108,4 @@ class Display_Featured_Image_Genesis_RSS {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -619,6 +619,10 @@ class Display_Featured_Image_Genesis_Settings {
|
||||
'<h3>' . __( 'Move Excerpts/Archive Descriptions', 'display-featured-image-genesis' ) . '</h3>' .
|
||||
'<p>' . __( 'By default, archive descriptions (set on the Genesis Archive Settings pages) show below the Default Featured Image, while the archive title displays on top of the image. If you check this box, all headlines, descriptions, and optional excerpts will display in a box overlaying the Featured Image.', 'display-featured-image-genesis' ) . '</p>';
|
||||
|
||||
$paged_help =
|
||||
'<h3>' . __( 'Show Featured Image on Subsequent Blog Pages', 'display-featured-image-genesis' ) . '</h3>' .
|
||||
'<p>' . __( 'Featured Images do not normally show on the second (and following) page of term/blog/post archives. Check this setting to ensure that they do.', 'display-featured-image-genesis' ) . '</p>';
|
||||
|
||||
$feed_help =
|
||||
'<h3>' . __( 'Add Featured Image to Feed?', 'display-featured-image-genesis' ) . '</h3>' .
|
||||
'<p>' . __( 'This plugin does not add the Featured Image to your content, so normally you will not see your Featured Image in the feed. If you select this option, however, the Featured Image (if it is set) will be added to each entry in your RSS feed.', 'display-featured-image-genesis' ) . '</p>' .
|
||||
@@ -661,6 +665,12 @@ class Display_Featured_Image_Genesis_Settings {
|
||||
'content' => $excerpts_help,
|
||||
) );
|
||||
|
||||
$screen->add_help_tab( array(
|
||||
'id' => 'displayfeaturedimage_paged-help',
|
||||
'title' => __( 'Subsequent Pages', 'display-featured-image-genesis' ),
|
||||
'content' => $paged_help,
|
||||
) );
|
||||
|
||||
$screen->add_help_tab( array(
|
||||
'id' => 'displayfeaturedimage_feed-help',
|
||||
'title' => __( 'RSS Feed', 'display-featured-image-genesis' ),
|
||||
|
||||
Reference in New Issue
Block a user