Bulk action on frontend
-
Hi,
there is an option in admin panel, when you can clone a few posts/pages at once. Is it possible to have the same functionality on frontend?For now i added a single button “Clone this post” to each post( via duplicate_post_clone_post_link() ), and users( editor ) have ability to clone post only one by one. Is there a way to add button “Clone all posts” and gave users ability to clone all posts by one click?
I know, this is strange request, but here is my scenario:
i have a site with two pages – /homepage and /user.
/homepage contains all posts from administrator. at this page users( with role “editor” ) have ability to clone each post. each cloned post will appear at /user page. further user can edit these cloned posts( actually only text ) on his page.But i want to give a user ability to clone all posts in one click, not one by one. There might be around 60-70 posts, and clone them one by one could be annoying and time costly.
- The topic ‘Bulk action on frontend’ is closed to new replies.