| 开发者 | aaroncampbell |
|---|---|
| 更新时间 | 2011年4月21日 07:19 |
| 捐献地址: | 去捐款 |
| PHP版本: | 2.9 及以上 |
| WordPress版本: | 3.1.1 |
featured-content-showcase directory to the /wp-content/plugins/ directorySimply add this code where you want the showcase to display:
if (function_exists('get_featured_content_showcase')) {
echo get_featured_content_showcase();
}
Once the plugin is activated, you will see a new meta box on the edit page and edit post pages in WordPress admin titled "Featured Content Showcase". At a minimum you need to check the checkbox labeled "Featured" and set an image as the "page image" or "post image". You can also specify a Showcase Title and/or Showcase text if you want, but that's optional.