I have my main page set up to just post a summary of the main post. I’m finding that the list of category labels at the end of the summary is distracting. Is there a way to remove these on the summary but keep them when the reader selects “read more”, also is there a way to add thumbnails to the summary posts? I know you can change the format of different pages but I am not seeing that option for the home page.
@rachelabills In the dashboard, go to Apppearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. .home .entry-meta .category { display: none; }
You could set the featured image for the post and it will appear with the summary posts.