Linux 软件免费装
Banner图

Advanced Excerpt

开发者 fancythemes
WPKube
更新时间 2024年1月20日 04:33
PHP版本: 3.2 及以上
WordPress版本: 6.4
版权: GPLv3

标签

post content excerpt formatting post excerpt

下载

3.1 4.0 4.1 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.0 4.3.9 4.1.1 0.2.2 4.4.0 3.0 4.4.1

详情介绍:

This plugin adds several improvements to WordPress' default way of creating excerpts.
  1. Keeps HTML markup in the excerpt (and you get to choose which tags are included)
  2. Trims the excerpt to a given length using either character count or word count
  3. Only the 'real' text is counted (HTML is ignored but kept)
  4. Customizes the excerpt length and the ellipsis character that are used
  5. Completes the last word or sentence in an excerpt (no weird cuts)
  6. Adds a read-more link to the text
  7. Ignores custom excerpts and use the generated one instead
  8. Theme developers can use the_advanced_excerpt() for even more control (see the FAQ)
Most of the above features are optional and/or can be customized by the user or theme developer. Banner image credit - chillihead Original plugin author - basvd Useful Resources

安装:

  1. Use WordPress' built-in installer
  2. Access the "Excerpt" menu option under Settings

屏幕截图:

  • An example of an excerpt generated by the plugin

常见问题:

What's an excerpt?

A short version of a post that is usually displayed wherever the whole post would be too much (eg. search results, news feeds, archives). You can write them yourself, but if you don't, WordPress will make a very basic one instead.

Why do I need this plugin?

The default excerpt created by WordPress removes all HTML. If your theme uses the_excerpt() or the_content() to view excerpts, they might look weird because of this (smilies are removed, lists are flattened, etc.) This plugin fixes that and also gives you more control over excerpts.

Does it work for WordPress version x.x.x?

During development, the plugin is tested with the most recent version(s) of WordPress. It might work on older versions, but it's better to just keep your installation up-to-date.

Is this plugin available in my language?

Advanced Excerpt is internationalization (i18n) friendly.

Does this plugin support multibyte characters, such as Chinese?

Before 4.1, multibyte characters were supported directly by this plugin. This feature has been removed because it added irrelevant code for a 'problem' that isn't actually specific to the plugin. If you require multibyte character support on your website, you can override the default text operations in PHP.

Can I manually call the filter in my WP theme or plugin?

The plugin automatically hooks on the_excerpt() and the_content() functions and uses the parameters specified in the options panel. If you want to call the filter with different options, you can use the_advanced_excerpt() template tag provided by this plugin. This tag accepts query-string-style parameters (theme developers will be familiar with this notation). The following parameters can be set:

  • length, an integer that determines the length of the excerpt
  • length_type, enumeration, if set to words the excerpt length will be in words; if set to characters the excerpt length will be in characters
  • no_custom, if set to 1, an excerpt will be generated even if the post has a custom excerpt; if set to 0, the custom excerpt will be used
  • no_shortcode, if set to 1, shortcodes are removed from the excerpt; if set to 0, shortcodes will be parsed
  • finish, enumeration, if set to exact the excerpt will be the exact lenth as defined by the "Excerpt Length" option. If set to word the last word in the excerpt will be completed. If set to sentence the last sentence in the excerpt will be completed.
  • ellipsis, the string that will substitute the omitted part of the post; if you want to use HTML entities in the string, use %26 instead of the & prefix to avoid breaking the query
  • read_more, the text used in the read-more link
  • add_link, if set to 1, the read-more link will be appended; if 0, no link will be added
  • allowed_tags, a comma-separated list of HTML tags that are allowed in the excerpt. Entering _all will preserve all tags.
  • exclude_tags, a comma-separated list of HTML tags that must be removed from the excerpt. Using this setting in combination with allowed_tags makes no sense
A custom advanced excerpt call could look like this: the_advanced_excerpt('length=320&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong');

Does this plugin work outside the Loop?

No, this plugin fetches the post from The Loop and there is currently no way to pass a post ID or any custom input to it. However, you can start The Loop manually and apply the plugin as usual.

更新日志:

4.4.1 (January 19th, 2024) 4.4.0 (February 1st, 2023 ) 4.3.9 (April 13th, 2021) 4.3.8 (December 28th, 2020) 4.3.7 ( July 10th, 2020 ) 4.3.6 ( June 1st, 2020 ) 4.3.5 ( February 6th, 2020 ) 4.3.4 ( December 17th, 2019 ) 4.3.3 ( October 5th, 2019 ) 4.3.2 ( September 24th, 2019 ) 4.3.1 ( June 21st, 2019 ) 4.3.0 ( June 14th, 2019 ) 4.2.9 ( May 27th, 2019) 4.2.8 4.2.7 4.2.6 4.2.5 4.2.4 4.2.3 4.2.2 4.2.1 4.2 4.1 4.0 3.1 3.0