Only featured questions displayed in the main(home) page
This function will return only featured questions:
$query = ap_get_questions( array( 'post__in' => get_option('featured_questions') ) );
Now simply do a while loop for posts.
Rahul Aryan commented
home.php if you are using AskBug theme.
Thank you for your help!
By the way, which file do I have to edit? Please let us know the file name.
Thanks.