-
gindavallParticipant
When I create a page using the blog template, and set it to have 2 full posts before the grid, the full posts repeat again after 10 grid posts.
If I use what I assume to be the default “page” template (it’s what theme creates when I put a category on the menu bar), then the full posts repeat after 8 grid posts. You can see what is happening here: http://thebluebottletree.com/category/inspiration/
Daniel, is this is a bug? Are others seeing this? And in the meantime, how do I work around it?
Thanks!
AlexanderParticipantThe full post repeat after reloading new posts at the end. Works as designed. If you don’t want this than choose another navigation in the theme options.
Cheers,
Alexander @ http://www.mouseclick.comgindavallParticipantThe only problem is that it looks accidental, not intentional. Like something’s wrong. But I do understand why it works that way.
Would you happen to know how to make the number larger so there are more posts before the page reloads? Currently it seems to be 10 posts (2 of which are full posts, leaving 8 between). Is this a simple .php fix? Do you know which template perhaps?
Thanks for your help, it’s much appreciated.
AlexanderParticipantNot a template. Try the “Setting/Reading” and choose the number of post you want for the blog page there.
Cheers,
Alexander @ http://www.mouseclick.comdaisybParticipantHi, 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!
Tagged: blog, full posts, Grid
You must be logged in to reply to this topic.