wp_favorites
开发者 |
mrzerog
|
更新时间 |
2010年8月23日 05:00 |
捐献地址: |
去捐款 |
PHP版本: |
2.8 及以上 |
WordPress版本: |
3.0 |
详情介绍:
WP Favorites allows your logged in users to favorite a tag, and allows them to see only posts that have that tag. They can also favorite multiple tags, and see only posts that have all those tags. Example: You run a site about tea, iced and hot, green black and white. You tag every post green, black, or white, as well as iced or hot. Your user only likes iced green tea, so they favorite the 'iced' tag, and the 'green' tag. Then, they can see only posts pertaining to iced green tea. Users are able to favorite a tag from it's archive page.
安装:
- Install wp_favorites from the plugin page, or upload it, whatever.
- Activate it
- You can drop the widget into any of your sidebars if your theme is widget compatible, other wise drop
if(function_exists('wp_favorites')) wp_favorites();
into your template wherever you want the navigation to show up.
更新日志:
0.5.3
- Added the ability to use an inclusive or an exclusive search. That is: let your users search for posts that contain ALL selected tags (exclusive), or let them search for ALL posts that contain any selected tags (inclusive).
- Added the 'View All' button, which selects all the favorites.
== Screenshots ==
- Basic stying