This section applies to the “Feature Numbers” option of the Home Layout part of the Options Theme Settings in your WordPress dashboard.
This file displays you latest posts with a tag of “Features.” There is a tabbed list of numbers below the post area that lets you flip through the posts.
File name: /includes/features-numbers.php
Custom fields: Feature Image, Feature Image Alt
You can change the tag, category, or numbers of posts shown by editing features-numbers.php
// Change the variable to your category or tag name
$cat_name = '';
$tag_name = 'Features';
// Number of posts you want to display (change "$posts_wanted=5" to the number of posts you want shown)
$posts_wanted = 5;


