Sub-pages Block Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin allows to show as cards the direct sub-pages of a page.
Building
- Make sure that the plugin is located in the
/wp-content/plugins
directory of your WordPress setup - Build the plugin with :
npm install
- If you wish to make code changes, run
npm start
and make these changes. They will compiled automatically. - After you make changes to the code, you may need to remove and add again the blocks that you had previously created so that the changes are caught.