cv
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Not able to delete article(post) from front endWe are not using any plugin for that we just make it by wp core function wp_delete_post() and wp_trash_post( $post_id ) .
Both are working well for admin(dashboard) but problem arising for user role(custom role) such as super_admin, admin etc.
Reference :
https://clicknathan.com/web-design/wordpress-authors-front-end-delete/
https://codeandme.net/deleting-post-from-front-end-in-wordpress/Do you suggest any plugin for that?
- This reply was modified 7 years ago by cv.
Forum: Plugins
In reply to: [User Role Editor] Not able to delete article(post) from front endYes admin able to delete articles/post from front-end and after that it goes to redirected to custom page.But the user that has capability like delete post, edit post, delete other post etc. trying to delete they can’t delete post also redirect to home page.
Let assume it may be redirection issue but what about they can’t delete the article , and same code admin able to delete it.
Forum: Plugins
In reply to: [User Role Editor] Not able to delete article(post) from front endHi,
The user type cannot see dashboard, but we had assigned capability User cannot
delete_published_posts and delete_others_posts already, but not working while deleting posts from frontend,it always redirect to the home page.We try to delete self post as well as other author post.
Forum: Fixing WordPress
In reply to: Restore "Your comment is awaiting moderation" message.HI,
Go to setting-> Discussion -> and go to Email me whenever -> uncheck ” A comment is held for moderation ” and simply save changes , you are done.let me know it works or not ?
Forum: Themes and Templates
In reply to: [MesoColumn] Blank HomepageHi,
Please share screen shot of reading setting in the back end also
of home page.(using awesome screen shot if possible)
also try to change theme and check whether blog is displaying or not ?
Let me know.Forum: Plugins
In reply to: [WooCommerce] add_to_cart function not adding to cart when logged out@_sascha_: thanks , it works like a charm.