Title: Positioning post title &#8220;inside post&#8221; !?
Last modified: August 18, 2016

---

# Positioning post title “inside post” !?

 *  [googlebot](https://wordpress.org/support/users/googlebot/)
 * (@googlebot)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/positioning-post-title-inside-post/)
 * DO you guys thing that is possible to float the post title in a way that is gonna
   appear inside the post instead of on top?
    this picture should give an idea of
   what I’m try to do.
 * [http://img388.imageshack.us/img388/1125/overlappingsi7.jpg](http://img388.imageshack.us/img388/1125/overlappingsi7.jpg)
 * I was thinking to wrap the post title tag in a div and then float it and position
   it above the post content but I’m unsuccessful.
 * Thanks to everyone.

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

 *  [Beee](https://wordpress.org/support/users/beee/)
 * (@beee)
 * [19 years ago](https://wordpress.org/support/topic/positioning-post-title-inside-post/#post-550315)
 * if you find out, plz let me know. want to do it as well but with
    <?php the_title();?
   > it can’t be achieved
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years ago](https://wordpress.org/support/topic/positioning-post-title-inside-post/#post-550316)
 * _want to do it as well but with
    `<?php the\_title(); ?>` it can’t be achieved
 * Absolutely it can. It’s just a matter of CSS. If I used the default theme files
   as an example, the output would be:
 *     ```
       <div class="post">
       <h2>post title here</h2>
       <small> date here</small>
       <div class="entry">
       stuff here
       </div>
       <p class="postmetadata">more stuff here
   
       </div>
       ```
   
 * That’s your basic output. If you change it slightly by placing a div around the`
   <h2>` and `<small>` tags, and then placing that *inside* of the entry div, you
   just give it a width and float it left. Done.

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

The topic ‘Positioning post title “inside post” !?’ is closed to new replies.

## Tags

 * [div](https://wordpress.org/support/topic-tag/div/)
 * [float](https://wordpress.org/support/topic-tag/float/)

 * 2 replies
 * 3 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/positioning-post-title-inside-post/#post-550316)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
