In the WordPress control panel, when writing a new post, I would like to disable the Header 1 and Header 2 from the text formatting combobox, because I already use them on my theme (h1 for blog name and h2 for post titles), and would like to keep all headers inside a post with h3 or higher. Is that possible?
It doesn’t matter for the case if the code can be edited in the HTML view. Also, I don’t want to edit WordPress internal files, so a hack for functions.php or a plugin would be great for this task, in order to preserve this change across future updates.
Thank you!