Feature
This section applies to the “Feature” option of the Home Layout part of the Options Theme Settings in your WordPress dashboard.
File name: /includes/feature.php
Custom fields: Feature Image, Feature Image Alt
To put an article in the feature section, then you need to give it a tag of “Features.”
You can change the tag or category by editing feature.php
// Change the variable to your category or tag name
$cat_name = '';
$tag_name = 'features';