Feature tags only appear in archive page
My feature tags only appear on the archive page, but there are no feature tags on the home page。
You would want to first check if there is {% include featured-tags.html %} in your _layouts/page.html, and also if there is a functional featured-tags.html in _includes/.
Hi, mine still got the same issue even though I have the below features in my code. Wondering if any one got the same problem?
You would want to first check if there is
{% include featured-tags.html %}in your_layouts/page.html, and also if there is a functionalfeatured-tags.htmlin_includes/.
Hi, mine still got the same issue even though I have the below features in my code. Wondering if any one got the same problem?
You would want to first check if there is
{% include featured-tags.html %}in your_layouts/page.html, and also if there is a functionalfeatured-tags.htmlin_includes/.
Hi guys - Just found that the conditions of showing 'featured tags' is if the size of it is more than this condition value. You can find featured-condition-size: 1 in your _config.yml. Basically if your tags are used for more than once, then it will be appearing in the featured tags section on the home page.