| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Sep 17 '12 at 3:22 | |
| stats | profile views | 5 |
|
May 21 |
awarded | Popular Question |
|
Sep 10 |
accepted | How to limit the number of posts a user can publish based on user type |
|
Sep 10 |
comment |
How to limit the number of posts a user can publish based on user type This is perfect! Thanks for finding this for me. Just installed and works as I was hoping. |
|
Dec 17 |
comment |
How to limit the number of posts a user can publish based on user type Unfortunately not - the plugin does not work on newer versions of WP and the cleverness.org code only lets you limit per user, not per user type. |
|
Dec 15 |
comment |
How to limit the number of posts a user can publish based on user type Only in the backend. |
|
Dec 14 |
asked | How to limit the number of posts a user can publish based on user type |
|
Dec 11 |
awarded | Student |
|
Dec 11 |
accepted | How to remove Filters from post admin page? |
|
Dec 11 |
comment |
How to remove Filters from post admin page? PERFECT!! Thanks again :) |
|
Dec 11 |
comment |
How to remove Filters from post admin page? Brian, the code from the other post works when this is added: add_action('admin_head-edit.php', 'hide_publishing_actions'); But, I am not able to get the Show All Dates removed because it does not have an ID or Class assigned to it. Any ideas? |
|
Dec 11 |
accepted | How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button |
|
Dec 11 |
comment |
How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button That is brilliant - this has opened up a whole new way to remove stuff I don't want showing!! Thank you so much. |
|
Dec 11 |
comment |
How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button Brian - Thanks for the quick response. I tried the function, replacing 'POST_TYPE' with the name of the custom post type (contacts), but nothing is removed when I go the the edit/add new pages. |
|
Dec 11 |
asked | How to remove Filters from post admin page? |
|
Dec 11 |
asked | How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button |
|
Dec 11 |
awarded | Scholar |
|
Dec 11 |
accepted | How to add a SAVE button to replace PUBLISH on a custom post type? |
|
Dec 11 |
comment |
How to add a SAVE button to replace PUBLISH on a custom post type? Worked perfectly to get the PUBLISH button to say SAVE - ty! |
|
Dec 10 |
comment |
How to add a SAVE button to replace PUBLISH on a custom post type? No, since I am using this post type as a CONTACT, not as a POST, it does not make sense to say "PUBLISH" when saving. Plus, I don't want my users to see the other options that are in the PUBLISH metabox. So, the 'easiest' way of doing was to hid the PUBLISH metabox and add a new metabox with a SAVE button. Does that clarify? |
|
Dec 10 |
asked | How to add a SAVE button to replace PUBLISH on a custom post type? |