Title: Move Post Title Location?
Last modified: August 30, 2016

---

# Move Post Title Location?

 *  [AlexKooBlog](https://wordpress.org/support/users/alexkooblog/)
 * (@alexkooblog)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/move-post-title-location/)
 * Hi,
 * Example post: [http://alexkooblog.com/glory-is-the-goal/](http://alexkooblog.com/glory-is-the-goal/)
 * I’m trying to move the blog post title (in this case: Glory is the Goal) down,
   and move post description “date and author” as well as the Comments button, up.
 * Basically, I want the order of the post to be:
    1. Post Description & Comments
   2. Previous and Next Post 3. Title
 * How and where do I find the place to edit this? Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [AlexKooBlog](https://wordpress.org/support/users/alexkooblog/)
 * (@alexkooblog)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/move-post-title-location/#post-6215518)
 * Bump. So I think it may look something like this
 *     ```
       function childtheme_override_postheader() {
           global $post;
   
           if ( is_404() || $post->post_type == 'page') {
              $postheader = thematic_postheader_posttitle();
           } else {
              $postheader = thematic_postheader_postmeta() . thematic_postheader_posttitle();
           }
   
           echo apply_filters( 'thematic_postheader', $postheader ); // Filter to override default post header
       }
       ```
   
 * but I found this from a different theme. I’m using genesis so I’d have to plug
   in my terms, which I think are
 * genesis_entry_header
    genesis_post_info genesis_post_meta
 * I’m not exactly sure what to plug and chug though. Please help, thanks!
 * _[ [No bumping please](http://codex.wordpress.org/Forum_Welcome#No_Bumping). ]_

Viewing 1 replies (of 1 total)

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [AlexKooBlog](https://wordpress.org/support/users/alexkooblog/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/move-post-title-location/#post-6215518)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
