Skip to content

Simple WordPress plugin to replace a tag ID with another tag ID for all posts of a given post type.

License

Notifications You must be signed in to change notification settings

estevaojneto/wp-simple-tag-replacement-ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WordPress plugin: Simple Tag Replacement via AJAX

Very simple plugin which adds an AJAX endpoint to WordPress allowing you to mass-replace tags for all posts given a certain post type.

Usage

  • Install & enable the plugin;
  • As a logged in user, visit the following URL in your website:
{yourwebsite}/admin-ajax.php?action=wp_ajax_replace_tag&find={BAD_TAG_ID}&replace={GOOD_TAG_ID}&post_type={POST_TYPE}

...doing the proper replacements, of course.

  • As usual, do a test run in a safe environment (Staging or local environment) before using it in Production. I take no responsibility for any unwanted results you may encounter from using this plugin.

About

Simple WordPress plugin to replace a tag ID with another tag ID for all posts of a given post type.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published