Tagged Questions
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 ...
5
votes
1answer
71 views
Listen to Post action
I am writing a plugin that adds a custom metabox to the post page. I would like to trigger an event when the user navigates away from the edit post page or when a user stops editing a specific post. ...
0
votes
2answers
75 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
147 views
wysiwyg editor don´t export paragraph <p>
I use cmb for my custom metaboxes.
What I´ve done:
'type' => 'wysiwyg'
My WP-Backend: (HTML-Editor):
<h1>Headline</h1>
Paragraph
Browser-Source just looks like:
...
1
vote
2answers
227 views
How can i add some static text above the editor?
I created a custom post type and i want to display some text on the editor page below the title and above the text editor. How can i do this?
I tried using add_meta_box, but i wasn't able to move it ...
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 ...
3
votes
6answers
1k views
Re Order Editor to be after meta box
i want to reorder stuff in a custom post..
i got the meta box and editor working 2ghter
but currently the editor is above the meta box
and i need it to be the other way around..
This is the code for ...
0
votes
1answer
295 views
Remove Title, Editor and Meta Box Support Based on Post Formats
Been looking around and can't find this. Is it possible to remove, let's say, the title area on post format: "quote"?
Or the editor on post format: "image"?
I noticed this page in the Codex: ...
2
votes
1answer
500 views
How to group meta boxes on the post edit page
I suspect that this is not possible right now, but oh well.. I'll ask, maybe one of you has some intersting thoughts to share.
So let's say we have the following taxonomy terms meta-boxes on our post ...
2
votes
2answers
1k views
Custom Metabox with Ajax in Edit Post - Stuck
I'm trying to create a custom meta box with multiple text fields. The idea is that there is initially one text box, then you can click the button 'Add New' and a another text box is added (using Ajax; ...
0
votes
1answer
723 views
How to add a widget to the post editing view?
I would like to add some features (via authoring a plugin) to the post editor in wordpress. Is there a way to add a widget to the post editor view?
Alternatively is there an existing plugin someone ...
1
vote
2answers
527 views
How to Move the Author Metabox into the “Publish” metabox?
About a year ago I remember seeing a plugin or some code which allowed you to add an author dropdown menu to the post "publishing" metabox instead of it being on its own.
I can't seem to find this ...