You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Huson edited this page Dec 10, 2015
·
1 revision
If using WordPress 3.5+ and WP Subtitle 2.2+, then the subtitle field in the admin is positioned below the main title field. If you would prefer to revert back to editing the subtitle field in a meta box you can use this filter to return false. This can be done for specific post types.
Parameters
$use_meta_box (boolean) Use the meta box?
Default: false
$post_type (string) (optional) The post type being filtered.