Title: Attributes on Post Page
Last modified: August 31, 2016

---

# Attributes on Post Page

 *  Resolved [markjmills](https://wordpress.org/support/users/markjmills/)
 * (@markjmills)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/attributes-on-post-page/)
 * Hi, I’m using the Aaron theme and having trouble with the attributes on my Blog
   page.
 * First, I created a new Post. Then, in Pages I created a Blog page. In Settings/
   Reading, I selected Static Page and listed the Home page as the Front Page, and
   the Blog page as the Post Page.
 * My blog page is working correctly, but is taking the attributes of my Static 
   Front Page (Home page)- which I do not want. On the Home page the theme has a
   large header with a Call to Action and photo which I do not want on my blog page.
 * How can I make these attributes go away for the Blog page?
 * Here is the page.
    [http://bridgepointsc.com/blog/](http://bridgepointsc.com/blog)
 * Thanks for your help.

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

 *  [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * (@poena)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/attributes-on-post-page/#post-7230972)
 * Hi
    That is correct, Aaron does not have a separate blog listing template.
 * To remove the header from the blog, copy header.php into your child theme.
 * Find line 37:
    `if ( is_home() || is_front_page() || is_singular() && aaron_get_meta('
   aaron_show_header' ) ) {?>`
 * Remove `is_home() ||`
 * So the line should be:
 * `if ( is_front_page() || is_singular() && aaron_get_meta( 'aaron_show_header')){?
   >`
 *  Thread Starter [markjmills](https://wordpress.org/support/users/markjmills/)
 * (@markjmills)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/attributes-on-post-page/#post-7231065)
 * Carolina,
    Thank you very much for the reply. This was very helpful and I’ve 
   solved my issue.
 * Thanks again for your help.

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

The topic ‘Attributes on Post Page’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [markjmills](https://wordpress.org/support/users/markjmills/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/attributes-on-post-page/#post-7231065)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
