Title: Blog Posts
Last modified: November 16, 2016

---

# Blog Posts

 *  Resolved [lilts520](https://wordpress.org/support/users/lilts520/)
 * (@lilts520)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/blog-posts-5/)
 * Hello!
 * How can I have categories/tags listed on the blog page for each individual post?
 * Also, I would like the date to come before the title of the post. Is there a 
   way to switch this?

Viewing 1 replies (of 1 total)

 *  [Frankie Jarrett](https://wordpress.org/support/users/fjarrett/)
 * (@fjarrett)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/blog-posts-5/#post-8826474)
 * See: [https://wordpress.org/support/topic/post-category/](https://wordpress.org/support/topic/post-category/)
 * You can swap the position of the date using Primer hooks in your own child theme
   or must-use plugin:
 *     ```
       remove_action( 'primer_after_post_title_template', 'primer_add_post_meta' );
       add_action( 'primer_before_post_title', 'primer_add_post_meta' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Blog Posts’ is closed to new replies.

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

## Tags

 * [blog posts](https://wordpress.org/support/topic-tag/blog-posts/)
 * [categories](https://wordpress.org/support/topic-tag/categories/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frankie Jarrett](https://wordpress.org/support/users/fjarrett/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/blog-posts-5/#post-8826474)
 * Status: resolved