mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 22:13:20 +09:00
Merge branch 'develop' of https://github.com/robincornett/display-featured-image-genesis into develop
This commit is contained in:
@@ -26,12 +26,8 @@ class Display_Featured_Image_Genesis_Common {
|
||||
$item = new stdClass();
|
||||
|
||||
// variables internal to this function
|
||||
$frontpage = get_option( 'show_on_front' ); // either 'posts' or 'page'
|
||||
$postspage = get_option( 'page_for_posts' );
|
||||
$displaysetting = get_option( 'displayfeaturedimagegenesis' );
|
||||
$move_excerpts = $displaysetting['move_excerpts'];
|
||||
$postspage_image = get_post_thumbnail_id( $postspage );
|
||||
$fallback = $displaysetting['default']; // url only
|
||||
$displaysetting = get_option( 'displayfeaturedimagegenesis' );
|
||||
$fallback = $displaysetting['default']; // url only
|
||||
|
||||
// sitewide variables used outside this function
|
||||
$item->backstretch = '';
|
||||
|
||||
Reference in New Issue
Block a user