Require Post Title for Custom Post Type(s)

needed a way to restrict publishing & saving draft posts (of any type) without a title. A quick internet search brought me to some decent responses on Stack Overflow, and one good one on Kellen Mace's site.
Santa Monica Senior WordPress Developer
Santa Monica Senior WordPress Developer
needed a way to restrict publishing & saving draft posts (of any type) without a title. A quick internet search brought me to some decent responses on Stack Overflow, and one good one on Kellen Mace's site.
Tonight I tried out a few things and came up with a quick fix with jQuery. Using this code I was able to load the Pinterest pin button next to all the other share buttons built into Jetpacks sharedaddy module.
This has been bothering me for some time now, and I saw Ryan Imel tweet something while I was out a few days back. So I favored it and finally got to download his plugin. After downloading plugin I noticedโฆ
I am working on a WordPress theme using custom taxonomies and custom post_types. One problem that I notice if you’ve allowed these to be registered to the navigation menu the archive or singular tax or type is still missing. Forโฆ
Learn how to use the jQuery URL parser to capture an anchor tag in the URL, and then animate an element if that anchor is present.
Ok! Finally after submitting my plugin to the WordPress repository they accepted the plugin.
I’ve been browsing for a way to use my own up-loader in a custom metabox. While the best way is to check out Matt’s post. But the problem arose when I used the custom metabox and uploader on a postโฆ