Title: Post Title
Last modified: August 30, 2016

---

# Post Title

 *  [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/)
 * Hi,
 * The post title shows in the header photo making it difficult to read. How does
   one go about moving it down to fit in the ‘box’ with the rest of the post content.
   
   Here is my site. [http://lyfestylefinds.com](http://lyfestylefinds.com)

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

 *  [Matt](https://wordpress.org/support/users/mzak/)
 * (@mzak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/#post-6308489)
 * [If this screenshot is roughly what you’re looking for](https://cloudup.com/c7e6JlJYxBz),
   that change is possible, but will require creating a child theme, and then customizing
   theme files.
 * I’ll see if I can get it mocked up, and provide you with the code changes shortly.
 *  Thread Starter [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/#post-6308493)
 * that works, your assistance is greatly appreciated.
 *  Thread Starter [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/#post-6308494)
 * If you click on a post, you will see how the post title goes all the way up in
   the header.
 *  [Matt](https://wordpress.org/support/users/mzak/)
 * (@mzak)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/#post-6308501)
 * OK, I think I’ve got this sorted out. Here are the steps to make the changes:
    1. Create a child theme with the appropriate style.css and and functions.php files
    2. Copy index.php and single.php from the BlogCentral theme to your child theme
    3. Copy lines 4762 through 4846 from the BlogCentral functions.php file to the 
       functions.php file in the child theme
    4. _All of the following steps should be done in the child theme_
    5. In functions.php comment out the following lines (they should be about 80 lines
       down from the beginning of the function:
    6.     ```
           echo '<div' . $page_title_class . '><div class="caption">' . $page_header_title;
           echo '<div class="page-trail">' . $todays_date . $crumbs . '</div>';
           echo '</div></div>';
           ```
       
    7. In index.php comment out lines 64 & 68
    8. in single.php comment out lines 77 & 81
 * Alternatively, you can just [download the child theme I created to test these changes](https://cloudup.com/cCqicEjwRVy).
   🙂

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

The topic ‘Post Title’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Matt](https://wordpress.org/support/users/mzak/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/post-title-14/#post-6308501)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
