https://github.com/jameschristou/wordpress-posts-processor-plugin
Wordpress plugin which allows you to run custom code on a set/all of your wordpress posts. Useful if you need to update a large set of posts in a custom way which is not supported by Wordpress directly.
https://github.com/jameschristou/wordpress-posts-processor-plugin
php react react-hooks reactjs webpack4 wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Wordpress plugin which allows you to run custom code on a set/all of your wordpress posts. Useful if you need to update a large set of posts in a custom way which is not supported by Wordpress directly.
- Host: GitHub
- URL: https://github.com/jameschristou/wordpress-posts-processor-plugin
- Owner: jameschristou
- Created: 2019-04-18T20:20:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:51:15.000Z (over 3 years ago)
- Last Synced: 2025-01-28T02:18:29.559Z (over 1 year ago)
- Topics: php, react, react-hooks, reactjs, webpack4, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wordpress-posts-processor-plugin
Wordpress plugin which allows you to run custom code on a set/all of your wordpress posts. For example if you need to update each post in some custom way
## Plugin Usage
Insert the list of posts you want to republish to the table wp_posts_to_publish table with published=0.
Then activate the plugin and go to the "Posts Republisher" page from WP admin. You must be an administrator
in Wordpress in order to see this page.
You will see how many posts are available for publishing. If you hit "Start" it will start republishing the posts
one at a time and record each post republished.
## Front End Build
Run `npm install` to install all packages and depenedencies.
Dev
To compile front end assets while developing use `npm run dev`.
Production
`npm run build`