demstudio
Member
Posted 1 year ago #
In Dashboard -> Posts.
If you loging with an "author", at the right side, appears this
* Mine (0)
* All (24)
* Published (19)
* Drafts (5)
* Trash (1)
Problem: I don't want all this links to appear. Just "Mine"
Question: How do i remove this links without editing the WordPress Core (edit.php) . Maybe using the functions.php.
I don't think so it is possible to change it without changing core code.
Either you can hide whole form using jquery.
Please tell me if you get any solution.
eljayesse
Member
Posted 1 year ago #
I am trying to figure out the same thing... so did you find out by now?
role scoper might help with this
Sidney Harrell
Member
Posted 1 year ago #
you could hide it by adding a line to wp-admin/css/colors-fresh.css
ul.subsubsub li.publish { display: none; }
and similarly for the other links you want to hide. Are you talking about the links above the list of posts above "bulk actions" select box? I don't see any links on the right side. I created an author user and logged into dashboard->posts