This commit is contained in:
Robin Cornett
2014-11-08 10:32:18 -05:00
parent 9193569ce1
commit ffc5530135
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Display Featured Image for Genesis
This plugin works within the Genesis Framework, to display your post/page featured images in new and fun ways. It should work with either HTML5 or XHTML themes, but older themes may have a width set on elements which may not allow the full backstretch experience.
This plugin works within the Genesis Framework, to display featured images in new and fun ways. It should work with either HTML5 or XHTML themes, but older themes may have a width set on elements which may not allow the full backstretch experience.
## Description
@@ -132,7 +132,7 @@ function rgc_omit_excerpts( $post_types ) {
}
```
_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, the titles and descriptions will move to overlay the leader image.
_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, all titles and descriptions will move to overlay the leader image.
## Credits
+4 -4
View File
@@ -9,7 +9,7 @@ Stable tag: 1.4.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
This plugin works within the Genesis Framework, to display your featured images in beautiful and dynamic ways.
This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways.
== Description ==
@@ -83,7 +83,7 @@ Additionally/alternatively, you could set a max-height for the backstretch image
.big-leader {
max-height: 700px !important;
max-height: 700px;
}
= I checked the __Move Excerpts/Archive Descriptions__ option, but don't want excerpts to show on a certain custom post type, even with the featured image. =
@@ -98,7 +98,7 @@ There's a filter for that, too. For example, adding this to your functions.php f
return $post_types;
}
_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, the titles and descriptions will move to overlay the leader image.
_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, all titles and descriptions will move to overlay the leader image.
== Screenshots ==
@@ -149,4 +149,4 @@ New feature: set a default image to be used sitewide!
* added the filter for certain post types, and optional filter for other custom post types
= 1.0.0 =
* Initial release on Github
* Initial release on Github