humanmade / hm-base

Standard project layout for Human Made Projects.
81 stars 18 forks source link

Add title tag support #23

Closed fklein-lu closed 6 years ago

fklein-lu commented 8 years ago

Instead of hardcoding titles into the template with wp_title(), we should add title tag theme support, i.e. add_theme_support( 'title-tag' ).

fklein-lu commented 6 years ago

Closing, as #70 makes this obsolete.