Περιγραφή
Used to create a customizable rotating slideshow highlighting certain posts or
pages. You can choose which posts or pages are featured by simply checking a
checkbox on the write posts/page screen. The plugin uses the new post thumbnail
functionality added in WordPress 2.9.
Requires PHP5.
Εγκατάσταση
- Verify that you have PHP5, which is required for this plugin.
- Upload the whole
featured-content-showcase
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Συχνές Ερωτήσεις
- How do I add this to my theme?
-
Simply add this code where you want the showcase to display:
if (function_exists('get_featured_content_showcase')) { echo get_featured_content_showcase(); }
- How do I make a post or page “featured”?
-
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.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Featured Content Showcase” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Featured Content Showcase” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.2.4
- Fix some issues in IE
- Upgrade Xavisys Plugin Framwork
0.2.3
- Missed some changes from post-images to post-thumbnails
0.2.2
- Switching back to post-thumbnails (2.9 beta is proving to be a moving target)
0.2.1
- Added yui compressed javascript
- The plugin now enables theme support for post images.
0.2.0
- You can now add your own themes by putting them in a directory called ‘fcs-themes’ in your theme directory
- Added 10 new options to help you better configure your showcase
- Fixed the “fade” option in the JS and made it available
0.1.0
- First version checked into WordPress.org
0.0.1
- Original Version