Title: post name
Last modified: August 20, 2016

---

# post name

 *  [jbayston](https://wordpress.org/support/users/jbayston/)
 * (@jbayston)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/)
 * Hello, is there a way of removing the post name from a post page, so that the
   headline is at the top of the page, rather than the post name?
 * thanks,

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372325)
 * If you want to remove the post name from all pages, you can modify your php templates
   or possibly add a CSS rule (which is simpler).
 * If you only want to remove the name for certain posts, you will need to modify
   your templates.
 * You should create a [Child](http://codex.wordpress.org/Child_Themes) theme to
   make your changes. If you do not, all of your changes will be lost if you update
   your theme.
 *  Thread Starter [jbayston](https://wordpress.org/support/users/jbayston/)
 * (@jbayston)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372454)
 * what would i put into the css rule and where would i out it?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372455)
 * You can ask for CSS code on a CSS forum like;
    [http://csscreator.com/forum](http://csscreator.com/forum)
   [http://www.cssforum.com.pk/](http://www.cssforum.com.pk/) [http://css-tricks.com/forums/](http://css-tricks.com/forums/)
   [http://www.welovecss.com/](http://www.welovecss.com/) [http://www.codingforums.com/](http://www.codingforums.com/)
 * You’d put it in your Child Theme style.css file.
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372466)
 * If you post a link to your site where the problem can be seen, someone might 
   be able to give more specific advice.
 * Also, specify whether you want to remove the titles on all pages or only certain
   ones.
 *  Thread Starter [jbayston](https://wordpress.org/support/users/jbayston/)
 * (@jbayston)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372472)
 * Thanks
    [http://www.d5200.org](http://www.d5200.org)
 * I would like to remove the top line which reads ‘welcome to the nikon d5200 site’.
 * i wold like to remove that line from all my pages..
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372478)
 * Try adding this to the end of style.css:
 *     ```
       .entry-header h1 { display: none; }
       ```
   
 * And, don’t forget, unless you create a child theme for this change, it will be
   lost if you update the theme.
 *  Thread Starter [jbayston](https://wordpress.org/support/users/jbayston/)
 * (@jbayston)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372505)
 * brilliant! thanks you very much.

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

The topic ‘post name’ is closed to new replies.

## Tags

 * [post-name](https://wordpress.org/support/topic-tag/post-name/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [jbayston](https://wordpress.org/support/users/jbayston/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/post-name/#post-3372505)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
