badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Template missing

#26846

Hi jd.aggie95,
Just add this below code in your style.css
`/*
Theme Name: attitude Child Theme
Author: Theme Horse
Template: attitude
*/`
Hope this may help you!

1) On the home page, I want to remove the comment area
==> disable comment section
If you want to disable only certain page / post then go to particular page / post which you want to disable.
Click on screen options at right top of the page /post

Select the Discussion and comments so that it will display below the editor. You will be able to see like this.
http://www.awesomescreenshot.com/0774aj8y55

Unselect both of them and it will not display the comment section.

2) on the blog roll (“Our Daily Lives”) the title of each entry does not show up.
==> Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS and remove the following CSS code and Click on save all changes button:

.page .entry-title {
    display: block;
}

Thank you!