This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

VA Excerpt From Content

Description

You don’t need to enter an excerpt. Plug-ins auto-create excerpt from the content.

  • Is the number of characters set in the โ€œexcerpt_lengthโ€ filter.
  • โ€œContinue readingโ€ setting in the โ€œexcerpt_moreโ€ filter.
  • If there is โ€œ<!–more–>โ€ does not create an excerpt.
  • Remove the HTML to โ€œva_excerpt_from_content_strip_all_tagsโ€ filter is true.

    // remove the html.
    add_filter( โ€˜va_excerpt_from_content_strip_all_tagsโ€™, โ€˜__return_trueโ€™ );

Requires

  • WordPress 4.5 or higher
  • PHP 5.6+

Contribute!

You can fork the plugin from GitHub

Screenshots

  • You don’t need to enter an excerpt.
  • Plug-ins auto-create excerpt from the content..

Installation

To install โ€œVA Excerpt From Contentโ€:

  1. Upload the โ€œva-excerpt-from-contentโ€ directory and all its contents to your /wp-content/plugins/ directory.
  2. Activate the plugin through the โ€˜Pluginsโ€™ menu in WordPress.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“VA Excerpt From Content” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • Change the readme.

1.0.0

  • First public release