Images in top grid

Posted in: Newsmag
Post count: 92

Hello

I have a frontpage top (BIG) grid chosen with 3 placeholders. Instead of post, is it possible (and how) to assign only images or Pages. I have tryed to work around this in editing Big grid in VC FILTER (Post Type). But cant get it to work.

Obviously, this is to use the grid as a welcome – static presentation. I noticed, that it is not possible to hide author/date/counts from just one category, wich was my first solution limiting the category to the BIG grid to only having one category in filter with 3 post. Forever.

..:-)

Thank You and again, it is a fantastic theme to work with.

Post count: 6535

Hi

To display images instead of post in big gird you will need to customize it’s code. This involve a lot of custom work and unfortunately we can’t provide it at the moment. But you can display pages in grid if you want, by adding this post type in grid’s filter: http://screencast.com/t/kiIo9W787 Note that if you display pages in grid there will be no featured image because by default pages don’t have a featured image. To add this functionality you have to insert this code in functions.php file: http://screencast.com/t/E9FpfjvDm9On

add_theme_support( 'post-thumbnails' );

Hope this help.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.