Hello!
I'm trying to display my blog articles on homepage with speakers widget but i didn't work!
It is possible to display any category articles on this widget instead of speakers or not?
Thanks
(sorry for my bad english i'm french)
$gk_loop = new WP_Query( 'category_name=' . $category . '&post_type=' .$options_tmp['name']);
. '&post_type=' .$options_tmp['name']
$args = array( 'post_type' => $tmp['name'], 'posts_per_page' => 100 );
$args = array( 'category_name' => 'speakers', 'posts_per_page' => 100 );
<h2>
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', GKTPLNAME ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
<h2>
<?php the_title(); ?>
</h2>
.gk-speaker-single .featured-image {
display: none;
}