Title: Move post info up the page
Last modified: May 3, 2018

---

# Move post info up the page

 *  [serpicopnpolycom](https://wordpress.org/support/users/serpicopnpolycom/)
 * (@serpicopnpolycom)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/move-2/)
 * Hello all,
 * On the post page, I would need to move the little box including the post’s info(
   author, date, categories, tags) further up the page.
 * Looking at the source code of the page as it is rendered on the site, I realise
   this box is called by <div class=”post-footer” id=”post-footer”> —> <div class
   =”post-info”> —> <div class=”post-meta”>.
 * I cannot find these on any file in the Admin’s CSS Editor. The file single.php
   includes:
 *     ```
       <div class="primary" id="primary">			
       			<?php while ( have_posts() ) : the_post(); ?>
       				<?php get_template_part( 'content', get_post_format() ); ?>
       ```
   
 * Then, directly followed by:
    `<nav class="post-navigation">`
 * So, I assume that what I am looking for is called upon by:
    `<?php get_template_part('
   content', get_post_format() ); ?>`
 * But I cannot find where I can edit this.
 * Any help would be greatly appreciated.
    -  This topic was modified 7 years, 11 months ago by [serpicopnpolycom](https://wordpress.org/support/users/serpicopnpolycom/).

The topic ‘Move post info up the page’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wordplus/0.4.1/screenshot.png)
 * WordPlus
 * [Support Threads](https://wordpress.org/support/theme/wordplus/)
 * [Active Topics](https://wordpress.org/support/theme/wordplus/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wordplus/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wordplus/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [serpicopnpolycom](https://wordpress.org/support/users/serpicopnpolycom/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/move-2/)
 * Status: not resolved