Reply To: Full Posts repeat after grid

#8394
daisyb
Participant

Hi, thank you so much for this great, great theme! I had the same problem as gindavall did with trying to get the first two blog posts to show up as full entries on the home page, and the following posts to be just grid posts(in excerpts). Everything showed up as full posts after I changed “the_excerpt” to “the_content” in my content-*.php files.

I’m not sure how to use this in my content-*php files?

if( pinboard_is_teaser() )
the_excerpt();
else
the_content();

Following gindavall’s advice on going to Theme Options -> General to change the full posts before grid to 2 did not help, either.

If anybody can help with this, that’d be great! It’s an awesome theme, I just would like to get around this whole thing with keeping my first two blog entries as full entries, and everything under that as grid!

Thanks!