Title: adding post type in entry header&#8230;standard posts???
Last modified: August 21, 2016

---

# adding post type in entry header…standard posts???

 *  [manuelfnavas](https://wordpress.org/support/users/manuelfnavas/)
 * (@manuelfnavas)
 * [13 years ago](https://wordpress.org/support/topic/adding-post-type-in-entry-headerstandard-posts/)
 * hello everybody!
 * I wanted to add a little “header” y all posts with the type of post. So that 
   way, I used this functions in content.php
    `<header class="entry-header"><?php
   echo '<div class="entry-format">'.get_post_format(get_the_ID()).'</div>'; ?>`
   Everything works ok! I styled each post title with css
 * But, the only one not appear is standard post type. Anyone knows how get appear
   standard type too in entry-header???
 * Thanks in advance 😉

Viewing 1 replies (of 1 total)

 *  Thread Starter [manuelfnavas](https://wordpress.org/support/users/manuelfnavas/)
 * (@manuelfnavas)
 * [13 years ago](https://wordpress.org/support/topic/adding-post-type-in-entry-headerstandard-posts/#post-3759433)
 * If somebody is interested I “semi-resolved” the issue I use this sentence in 
   content.php
    `<header class="entry-header"><?php echo '<div class="entry-format"
   >'.get_post_format_string(get_post_format(get_the_ID())).'</div>'; ?>`
 * Everything works ok, but standard post-type doesn’t show in single post. ¿Anyone
   could help me?
 * Thanks in advance

Viewing 1 replies (of 1 total)

The topic ‘adding post type in entry header…standard posts???’ is closed to new 
replies.

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [manuelfnavas](https://wordpress.org/support/users/manuelfnavas/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/adding-post-type-in-entry-headerstandard-posts/#post-3759433)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
