How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?

I have a custom hierarchical taxonomy containing only two levels of items. First Level the title, second level items of the taxonomy. Is it possible to add a “meta box” to the posts editor of WordPress, so all elements in the second level are shown as checkboxes, first level as title and the author can … Read more

Strange problems when I try to insert HTML\XML code snippet in my posts

I am experiencing some problems while trying to insert XML code snippet into my WordPress articles. I have just read this tutorial: http://codex.wordpress.org/Writing_Code_in_Your_Posts I am using the base WordPress editor to write my articles (not using other plugin) I am using the SyntaxHighlighter Evolved plugin to enter code snippet inside my blog. I am experiencing … Read more

3.5 media.editor: what is the event listener for choosing an image?

What is the event listener for selecting an image in the media.editor javascript. I am attempting to add a multiple image selector to a custom plugin, and I need to show the user what images they have selected, before actually hitting the ‘Select’ button or the ‘Insert’ button. I have the media.editor configured like this: … Read more

Theme Editor Not Showing

I made a custom WordPress theme from scratch for a client, then zipped it up and sent it to them. They installed the theme fine, but for some reason the theme editor does not display. What I mean is there is no link to “Editor” under appearance anymore. Does anyone know why this would happen? … Read more

How to make a customized “Create Gallery” tab in the ‘Add Media’ window?

I’m developing a plug-in and wanting to make a customized version of the the “Create Gallery” tab of WP v4.0, but have the resulting output (i.e. what gets inserted into the TinyMCE editor) to be different. The user would click “Add Media”, then “Create Media Gallery” on the left, then pick any files (not just … Read more