Linux 软件免费装

EG-Series

开发者 EmmanuelG
更新时间 2014年9月7日 04:40
捐献地址: 去捐款
PHP版本: 3.5.0 及以上
WordPress版本: 3.9.0
版权: GPLv2 or later
版权网址: 版权信息

标签

posts taxonomy series

下载

0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 2.0.0 2.0.3 2.0.4 2.1.0 2.1.1 1.3.0 2.0.1

详情介绍:

WordPress gives us a lot of ways of classification: categories, tags, date ... All of these methods are efficient, and cover most of our needs. But they are applied to all posts, and don't allow differenciating or highlighting some specific posts. Sometime, it may be helpful to group items into folders or into series, in order to promote these posts, or simply because they belong to a logical sequence, such as tutorials with several stages. The EG-Series plugin gives a set of easy and ergonomic functions to manage series of posts. This plugin allows to include posts into series, to create, delete or rename series. It also includes widgets and shortcodes to display list of series, or the list of posts belonging to the series of the current post. EG-Series use only standard tools of WordPress, and doesn't create additional tables or objects in WordPress. The version 2 of the plugin uses the taxonomies. The main advantages are: With this plugin, you can: EG-Series is TinyMCE Integrated. That means you don't need to learn the shortcode syntax. The plugin adds a button in the tinymce toolbar. You just have to click on this button, choose parameters/options, and click insert. That's all, the shortcode will be insert into your post with the right parameters. Contributions Thanks to the following people for their help

安装:

  1. The plugin is available for download on the WordPress repository,
  2. Download the file eg-series.zip, and uncompress it,
  3. Upload the resulting files to a folder in ../wp-content/plugins/,
  4. Activate EG-Series through the 'Plugins' menu in WordPress,
  5. The plugin is ready to be used,
  6. You can go to Settings / EG-Series menu, to set the plugin parameters.
The plugin is now ready to be used. You can also install the plugin directly from the WordPress interface. Usage EG-Series adds three administration pages, two widgets and two shortcodes. Administration pages Shortcodes There two shortcodes: one to display list of series, one to display list of posts for a specific serie. Shortcodes syntax is: The following parameters are used only when listposts is set to 1: * show_date: Show date of posts. Possible values: 0 date not displayed, 1 date displayed. Default value: 0, * expand: Show the excerpt of each post. Possible values: 0 excerpt not displayed, 1 excerpt displayed. Default value: 0, * post_orderby: defines the sort key for posts. Possible values: title, date or user_order. Default: date, * post_order: defines the sort order. Possible values: ASC (ascending), DESC (descending). Default value: ASC, * numposts: the number of posts to display for each serie. Default value: 0 (all posts are displayed). * To display the list of posts of a serie: [seriesposts options], with the following options: Two widgets provide the same lists than the shortcode, and can be customized with the same options. The Widgets Series Posts appears only if the current post is belonging to a serie, and this serie contains more than one post.

屏幕截图:

  • **Post Editing page**: TinyMCE integration and additional metabox to quickly choose or add a serie,
  • **TinyMCE editor**: Choose shortcodes options, to insert list of series into a post,
  • **TinyMCE editor**: Choose shortcodes options, to insert list of posts of a specific serie, into a post,
  • **Series Editor**: Add, edit, or remove a serie like you do for a stanard category or tag,
  • **Bulk Editor**: Easily add or remove a post from a serie, using the drag&drop feature,
  • **Options page**: personalized the plugins with the parameters, and the options.

升级注意事项:

From 1.x to 2.x The conversion is not performed during the plugin activation. This conversion is done within a page in the menu Tools / EG-Series 1.x to 2.x. If this menu doesn't appear, you don't have series from the previous version, or these series are already converted.

常见问题:

I have 404 page not found error after activating the plugin

Go to the Settings / Permalink menu, and just click on the save button. This operation will regenerate the permalinks rewrite rules, and the error will disappear.

How to delete a serie?

  • Version 1.x: A serie is automatically deleted when there is no more post inside. So, you can use the Posts / EG-Serie Posts*, to delete the serie from all the posts.
  • Version 2.x: Go to menu Posts / Series*, select series you want to delete, and click on delete button

How can I modify the style of lists?

Lists use standard HTML tags ul and ol. So, EG-Series will use the existing styles of your theme. If you want to customize the lists, the plugin provides some CSS styles: * For the list of series: .eg-series-series et .eg-series-series-item, * For the list of posts: .eg-series-posts et .eg-series-posts-item

I currently use the plugin Serial Posts, can I easily move to EG-Series?

  • Version 1.x: Uninstall the plugin Serial Posts, and install the plugin EG-Series. In the menu * Settings / EG-Series, modify the custom field option, by specifying Serial. Version 2.x: You cannot get your Serial posts series, from the EG-Series plugin. You have to re-create your series.

How can I move from EG-Series to Serial Posts?

  • Version 1.x: Before uninstall EG-Series, modify the custom field option, in the menu Settings / EG-Series, specify Serial. Then uninstall widgets, if required, deactivate the auto shortcode* option, and finally uninstall EG-Series. You can then install the plugin Serial Posts.
  • Version 2.x: You cannot get your EG-Series series, from the Serial posts* plugin. You have to re-create your series.

I use the plugin In-Series of , series of Justin Tadlock, or Organize Series of , can I move to EG-Series?

  • Version 1.x*: There is no gateway or import function for these plugins. This kind of feature is studied (perhaps in a next version).
  • Version 2.x: Nothing to do. These plugins use the same taxonomy, named serie. So no conversions are required to move from these plugins to EG-Series, but also to move from EG-Series* to these plugins.

How can I modify the date format in the posts list?

By default, EG-Series uses the date format entered in the option page of WordPress. But you can change this format, by editing the field "Date Format" in the option page of the plugin.

更新日志:

Version 2.1.1 - Apr 15th, 2014 Version 2.1.0 - Oct 28th, 2013 Version 2.0.5 - Oct 31st, 2012 Version 2.0.4 - Jan 25th, 2011 Version 2.0.3 - Oct 27th, 2011 Version 2.0.1 - Oct 26th, 2011 Version 2.0.0 - Oct 25th, 2011 Notes: EG-Series 2.0 works only with WP 3.0 and upper. Most of the code of this version is new. I rewrote the plugin, using taxonomy rather than metavalue. The conversion is performed during upgrade. Changes: Version 1.4.4 - July 29th, 2010 Version 1.4.3 - July 28th, 2010 Version 1.4.2 - Jan 25th, 2010 Version 1.4.1 - Jan 24th, 2010 Version 1.4.0 - Jan 18th, 2010 Version 1.3.4 - Dec 20th, 2009 Version 1.3.3 - Dec 20th, 2009 Version 1.3.2 - Dec 20th, 2009 Version 1.3.1 - Sept 28th, 2009 Version 1.3.0 - Sept 21st, 2009 Version 1.2.1- Sept 14th, 2009 Version 1.2.0 - Sept 01, 2009 Thanks to Cedric ... for its help during bugfix, and Dale for its ideas. Version 1.2.1- Sept 12th, 2009 Version 1.2.0 - Sept 01, 2009 Version 1.1.0 - July 13rd, 2009 Version 1.0.4 - June 7th, 2009 Version 1.0.3 - May 25th, 2009 Version 1.0.2 - May 23th, 2009 Version 1.0.1 - May 23th, 2009 Version 1.0.0 - May 21th, 2009 Version 0.9.1 - Apr 8th, 2009 Version 0.9.0 - Mar 22th, 2009