Skip to content

Serhii-Kozik/simple-excerpt-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-excerpt-generator

Simple Wordpress plugin allows generating excerpts for existing posts based on post content and plugin presets. Generated excerpts are saves in a database in the post_excerpt field.

The plugin does not create any options or database records for its functionality. You can delete it without a trace when the job is done.

Settings

  • Post type - will generate excerpts for the selected post type.
  • Do not change existed excerpts - Will not change existed excerpts.
  • Include categories - It will generate excerpts for the posts in the selected categories. Leave blank to choose all.
  • Exclude categories - It will not generate excerpts for the posts in the selected categories. Leave blank for none
  • Excerpt suffix - will add the chosen suffix at the end of each excerpt.
  • Number of words in an excerpt - required, excerpts will include a selected number of words.
  • How it works

    The plugin takes settings values and checks if there are posts corresponding to the request settings.

    If requested posts quantity > 0 the plugin shows posts quantity to be affected and asks user permission to proceed.

    If the user chooses to proceed, the plugin generates excerpts by 20 at once by sending ajax requests one by one.

    The progress bar shows the current stage of the generating process.

About

Wordpress simple plugin to generate excerpts for existing posts based on post content and plugin presets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published