huxpro.github.io icon indicating copy to clipboard operation
huxpro.github.io copied to clipboard

Feature tags only appear in archive page

Open sunshuofeng opened this issue 5 years ago • 3 comments

My feature tags only appear on the archive page, but there are no feature tags on the home page。

sunshuofeng avatar Mar 23 '20 09:03 sunshuofeng

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/.

DotIN13 avatar Mar 26 '20 03:03 DotIN13

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 functional featured-tags.html in _includes/.

mengranli-ali avatar Jul 19 '21 09:07 mengranli-ali

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 functional featured-tags.html in _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.

mengranli-ali avatar Jul 19 '21 09:07 mengranli-ali