Hello
Yes, it does support featured image.
As i said support featured image means i was added add_theme_support('post-thumbnails');
in functions.php of the theme that author can have an option to set featured image.
No, i did not call to any featured image functions (both get_the_post_thumbnail
or the_post_thumbnail
).
This theme is not ‘ready to use’ for end user (site admin, authors).
It is the theme that is based on Bootstrap v.3 for any theme developer to start build their theme with Bootstrap v.3.
You may have to call to featured image functions yourself at the position you want.
Sorry for inconvenient