Add a checkbox to post screen that adds a class to the title
Yes, that’s right, you need a Custom Meta Box that’ll create the checkboxes in the Post Editing screen. In this case, they are radio buttons, as we need only one value. The following is the code that creates it. Put it in your theme’s functions.php file or create a simple plugin so this becomes theme … Read more