Change the default blog post post attribute template name from "default template" to something else
I have found this filter which allows me to change the default name but this changes it for pages and posts. I just want to change it for posts. Is this possible?
add_filter('default_page_template_title', function() {
return __('new default name for posts only', 'your_text_domain');
});
Topic page-attributes filters posts Wordpress
Category Web