Linux 软件免费装

BNS Featured Category

开发者 cais
更新时间 2016年3月14日 01:59
捐献地址: 去捐款
PHP版本: 3.6 及以上
WordPress版本: 4.5

标签

posts shortcode featured category multi-widget user-options

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.6 1.6.1 1.6.2 1.6.2.1 1.6.2.2 1.6.2.3 1.7 1.7.1 1.7.2 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.4.1 1.8.5 1.9 1.9.1 1.9.2 1.9.3 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.6 2.7 2.7.1 2.7.2 2.8 2.8.1 2.8.2

详情介绍:

Plugin with multi-widget functionality that displays most recent posts from specific category or categories (set with user options). Also includes user options to display: Category Description; Author and meta details; comment totals; post categories; post tags; and either full post, excerpt, or your choice of the amount of words (or any combination). Please make sure to read the latest changelog for new and modified features and options.

安装:

This section describes how to install the plugin and get it working.
  1. Upload bns-featured-category.php to the /wp-content/plugins/ directory
  2. Activate through the 'Plugins' menu.
  3. Place the BNS Featured Category widget appropriately in the Appearance | Widgets section of the dashboard.
  4. Set options to personal preferences, for example:
  5. Widget 标题
  6. Categories - separated by commas
  7. Show (first) Category Description (checkbox)
  8. Show Author and date/time details of post (checkbox)
  9. Show all categories attached to post (checkbox)
  10. Show all tags attached to post (checkbox)
  11. Show post in full or use default of post excerpt (checkbox)
-- or -
  1. Go to 'Plugins' menu under your Dashboard
  2. Click on the 'Add New' link
  3. Search for bns-featured-category
  4. Install.
  5. Activate through the 'Plugins' menu.
  6. Place the BNS Featured Category widget appropriately in the Appearance | Widgets section of the dashboard.
  7. Set options to personal preferences, for example:
  8. Widget Title
  9. Categories - separated by commas
  10. Show (first) Category Description (checkbox)
  11. Show Author and date/time details of post (checkbox)
  12. Show all categories attached to post (checkbox)
  13. Show all tags attached to post (checkbox)
  14. Show post in full or use default of post excerpt (checkbox)
Read this article for further assistance: http://wpfirstaid.com/2009/12/plugin-installation/ Shortcode: bnsfc Parameters are very similar to the plugin: * 'title' => __( 'Featured Category', 'bns-fc' ), * 'cat_choice' => '1', * 'display_children' => false, * 'union' => false, * 'use_current' => false, * 'count' => '0', * 'show_count' => '3', * 'offset' => '0', * 'sort_order' => 'DESC', * 'use_thumbnails' => true, * 'content_thumb' => '100', * 'excerpt_thumb' => '50', * 'show_meta' => false, * 'show_comments' => false, * 'show_cats' => false, * 'show_cat_desc' => false, * 'link_title' => false, * 'show_tags' => false, * 'featured_image_first' => false, * 'only_titles' => false, * 'no_titles' => false, * 'show_full' => false, * 'excerpt_length' => '', * 'no_excerpt' => false NB: Use the shortcode at your own risk!

屏幕截图:

  • The options panel as it appears in default.

升级注意事项:

Please stay current with your WordPress installation, your active theme, and your plugins.

其他记录:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The license for this software can also likely be found here: http://www.gnu.org/licenses/gpl-2.0.html * Please note, support may be available on the WordPress Support forums; but, it may be faster to visit http://buynowshop.com/plugins/bns-featured-category/ and leave a comment with the issue you are experiencing.

常见问题:

Where do I put my custom stylesheet?

You will need to use an FTP client to add the /bns-customs/ folder under the /wp-content/ folder, then place your bns-custom-style.css file in the /bns-customs/ folder.

Why did you add the /bns-customs/ folder?

The /bns-customs/ folder will be used as an update safe location for all plugins I write. As most of these plugins use the "BNS" designator, the folder name will make it easier to locate your customizations.

Can I use this in more than one widget area?

Yes, this plugin has been made for multi-widget compatibility. Each instance of the widget will display, if wanted, differently than every other instance of the widget.

How can I style the plugin output?

The plugin uses several "common" WordPress functions that create standard class and id elements that can be styled in the style.css file

  • the classes generated by the post_class() function; and, the id generated by "post-" appended to the_ID() function wrap the general post output
  • the plugin class post-details wraps the general meta details of the post, such as the Author, Categories, Tags, etc.
  • the overall plugin may also be wrapped in a widget "container" class, or id, specific to the theme itself such as (but not limited to): widget, sidebar, left, right, etc. As of version 1.9, you may create a custom stylesheet using the name bnsfc-custom-style.css; and save it to the BNS Featured Category plugin folder. Elements you add into this file will not be overwritten with future plugin updates. With the addition of the display Category Description option an additional class was written into the plugin. To style the category description displayed add the class 'bnsfc-cat-desc' to your bnsfc-custom-style.css file then use your choice of properties to style the text, for example: .bnsfc-cat-desc {font-style: italic;}
= What style elements are specifically generated by the plugin? The following CSS elements are generated by the plugin code:
  • .bns-featured-category
  • .bnsfc-widget-title
  • .bnsfc-container
  • .bnsfc-link
  • .bnsfc-cat-class-< category choice(s) >
  • .bnsfc-cat-desc
  • .bnsfc-clear
  • .bnsfc-content
  • .bnsfc-no-posts-message
Additional style elements may be available but are most likely created through WordPress core functionality, the current active Theme, or another active plugin.

Can I increase the maximum posts to display?

As of version 1.6.2 the Total Posts to Display is independent of the "posts per page" setting as set under Settings | Reading.

更新日志:

2.8.2 2.8.1 2.8 2.7.2 2.7.1 2.7 2.6 2.5 2.4.3 2.4.2 2.4.1 2.4 2.3 2.2 2.1 2.0 1.9.3 1.9.2 1.9.1 1.9 1.8.5 1.8.4 / 1.8.4.1 1.8.3 1.8.2 1.8.1 1.8 1.7.2 1.7.1 1.7 1.6.3 1.6.2.3 1.6.2.2 1.6.2.1 1.6.2 1.6.1 1.6 1.5.1 1.5 1.4 1.3 1.2 1.1 1.0