Title: dot_matrix's Replies | WordPress.org

---

# dot_matrix

  [  ](https://wordpress.org/support/users/dot_matrix/)

 *   [Profile](https://wordpress.org/support/users/dot_matrix/)
 *   [Topics Started](https://wordpress.org/support/users/dot_matrix/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dot_matrix/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dot_matrix/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dot_matrix/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dot_matrix/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dot_matrix/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Thematic theme: get rid of postmeta and postfooter on home page only](https://wordpress.org/support/topic/thematic-theme-get-rid-of-postmeta-and-postfooter-on-home-page-only/)
 *  [dot_matrix](https://wordpress.org/support/users/dot_matrix/)
 * (@dot_matrix)
 * [16 years ago](https://wordpress.org/support/topic/thematic-theme-get-rid-of-postmeta-and-postfooter-on-home-page-only/#post-1447244)
 * i’m no coder either, i would use css
 * body.home .entry-utility {display:none}
    body.home .entry-meta {display:none}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Thematic Page Title](https://wordpress.org/support/topic/remove-thematic-page-title/)
 *  [dot_matrix](https://wordpress.org/support/users/dot_matrix/)
 * (@dot_matrix)
 * [16 years ago](https://wordpress.org/support/topic/remove-thematic-page-title/#post-1454355)
 * if you are still having problems email me
    jonnyjaniero(at)gmail(dot)com
 * also, i may have missed it, but you dont seem to have a contact email on your
   site.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Thematic Page Title](https://wordpress.org/support/topic/remove-thematic-page-title/)
 *  [dot_matrix](https://wordpress.org/support/users/dot_matrix/)
 * (@dot_matrix)
 * [16 years ago](https://wordpress.org/support/topic/remove-thematic-page-title/#post-1454354)
 * hey nib,
    you can remove it using a custom page template, but as i see you are
   using Thematic, there is an easier way, just using the dynamic classes that are
   built into thematic.
 * in your main css style file…just add
 * body.page .entry-title {display:none;}
 * this will hide all titles from pages.
    and the titles for blog posts will remain.
 * you can be more specific and just target certain pages
    e.g body.slug-about .
   entry-title {display:none;} body.slug-web .entry-title {display:none;}
 * hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)