govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 50 forks source link

Option to hide home page title? #85

Closed devinsays closed 8 years ago

devinsays commented 9 years ago

https://wordpress.org/support/topic/how-not-to-display-homepage-title

devinsays commented 8 years ago

I've decided not to add an option for this. If people really need to hide the home page title, they can the JetPack CSS module:

.home .entry-title { display: none; }