开发者 | iandbanks |
---|---|
更新时间 | 2014年5月5日 23:55 |
PHP版本: | 3.7 及以上 |
WordPress版本: | 3.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
feature-me.zip
using the WordPress plugin uploaderNot at this time. This widget pulls images from the page/post featured image.
Make sure that your theme supports featured images. If it doesn't, add the following code to your themes
functions
.php file:
add_theme_support( 'post-thumbnails' );
If your theme DOES support featured images, check to make sure that the post or page you have chosen has a featured
image attached to it.
Yes. The widget uses a css class "feature-me" from which you can target all other elements of the widget and change the look via css. You can also use your enter in your own css classes in the "Custom CSS Class" field.
Yes. You can utilize the "Custom CSS Class" field and enter in framework specific classes. For example if you are using the 960.gs by Nathan Smith, you could enter in "grid_4" or similar. If you use bootstrap, you could enter "span4" etc.
Yes. Select the custom body option and leave it blank.
To change the button color navigate to the featureme.css stylesheet: