Tagged Questions
0
votes
2answers
33 views
I want my post to republish again after adding a custom field
I wanted a code in Wordpress that could allow me to republish the post every time I add a new custom field.
For example, if I already have a post and wanted to add an update to it; I want it to appear ...
1
vote
2answers
24 views
Make the Status, Visibility, or Date fields opened by default in the Publish box
By default, the Status, Visibility, and Date fields in the Publish metabox are closed, and you have to click Edit to show them.
Is there a way to make these fields visible by default?
The hidden ...
0
votes
2answers
77 views
Editing Screen: Make Update or Publish Button Follow The Page
The Problem:
I am currently in the finishing stages of a premium theme I've been developing and all is mostly well. For pages I have a few custom meta boxes for adding in slideshows and other ...
0
votes
1answer
188 views
Remove “minor-publishing” div from Publish admin metabox
I want to remove the #minor-publishing div from the Publish admin metabox. I came across How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button and ...
0
votes
2answers
136 views
Condition display metabox in case the post is saved
I need to register a metabox in my WordPress custom post, but only in case the post is permanent saved in database.
What I mean, when the user click on "Add new" I don't want to display the metabox. ...
1
vote
2answers
202 views
How can I move (or create another) publish button?
How do I create a "publish" button to put in a custom metabox?
Or if you can point me to the code that creates the current publish box, that'd help me out.
-attempting to simplify my custom post ...
3
votes
1answer
1k views
How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
I have a custom post type (called contacts).
Since this post type is not working like a post, I don't want to show SAVE DRAFT, PREVIEW, Status, Visibility or Publish Date.
The only options I want to ...
0
votes
1answer
383 views
How to add a SAVE button to replace PUBLISH on a custom post type?
I have a custom post type called 'contacts'. I want want to remove the status, post date and change the button from PUBLISH to SAVE. From what I can tell this may not be possible without changing core ...
1
vote
3answers
1k views
How to modify Publish metabox?
I'm trying to remove "Pending Review" (Status) and "Password protected" (Visibility) options from Publish metabox. Any ideas how can I do it?