Hi,
I have the follow problem with the grid layout in home page:
when the oldest stickypost is automatically hidden from the slider (beginning from the 6th in my case), the home page lose the grid layout and is displayed the first post full before the grid.
I want to display 8 teaser without any full posts.
The same problem happens when a stickypost is deleted, or if I try to exclude a category from the homepage using “query_posts” function.
Thanks in advance!
I believe WP 3.5 upgrade has caused some issues that they are working on.
Does anyone know if this problem is fixed or if there is a solution to the problem? I am having issues with the first two posts not being teasers even though I have full posts set to 0.
I have understand that the problem is caused when a sticky post drop out from the slider (if the post is deleted or automatically hided with a new sticky post).
So I have manually solved the issue with “WP Hide Post” plugin:
http://wordpress.org/plugins/wp-hide-post/
The sequence to do it is how follow:
– remove “sticky post” flag from the last post on the slider;
– edit the post and flag “Hide on the front page” (lower right menu) thanks to the plugin;
– just flag “sticky post” for the new post and publish it.