I took the advice here on having the first post be full, with the rest of them excerpts, but I noticed that the formatting is not the same on the main page as it is when I click the permalink to view the entry itself — specifically the main page entry doesn’t have paragraph breaks like the blog page, and I would like it to! π
Thanks in advance for your help!
I found the solution to this! At least it worked for me…
Here’s what I did — Go to Appearance > Theme Options > Layout and enter the following in Custom CSS:
@import url(“../pinboard/style.css”);
.entry-summary p {
margin:1em;
}
You can substitute any number in there, but 1 worked best for my font size.