- You can edit a post and add it without entering the admin panel
- If you have editors, they can add or edit the post even without having the access to admin panel
- You can allow users to submit posts and edit them without the admin panel access, and you will get user-generated unique content
Font Editor is using the new generation block editor: EditorJS. Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc.
How to start with wp front editor Full tutorial
- Gutenberg block
Front Editor
or shortcode[bfe-front-editor]
- Edit button on post page
- Post list shortcode :
[user_posts_list count="2"]
count(the post count to show) - Added custom link to post row
- Header
- Image
- Embed
- Marker
- Code
- Etc.
- Create page with editor shortCode :
[bfe-front-editor]
or useFront Editor
in Gutenberg - The list of post for every user with buttons edit and delete :
[user_posts_list count="2"]
count(the post count to show) - ShortCodes attributes list