First thank you for this awesome theme. I have been trying to set up the Grid option with the featured post. However when I select and I enter in my blog, the featured images and their respective bar are in full screen. I want to have the 4 featured posts just as your demo.
How can I adjust this Grid size?
Here is my website: https://www.mexicanosenpolonia.com/
Best Regards
]]>Does anyone know how to get the featured grid onto the posts page rather then the front/home page?
I have a site in which case the “blog posts page” is set on a “static page” but the grid only seems to work on the homepage regardless.
I’ve tried:
<?php
if ( is_page ( 'blog' ) && twentyfourteen_has_featured_posts() ) {
// Include the featured content template.
get_template_part( 'featured-content' );
}
?>
But that doesn’t work. Also tried with ID but no luck.
Any ideas would be appreciated.
Does anyone know how to get the featured grid for twenty fourteen onto the posts page rather then the front/home page?
I have a site in which case the main blog posts page is set on a static page but the grid only seems to work on the homepage regardless.
I’ve tried:
<?php
if ( is_page ( 'blog' ) && twentyfourteen_has_featured_posts() ) {
// Include the featured content template.
get_template_part( 'featured-content' );
}
?>
But that doesn’t work. Any ideas?
]]>