-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use tags and categories in pages #1067
Comments
I also would like to use categories and tags on pages. |
I would also like this feature |
Another vote for this feature. |
I believe this issue might be old, because I just tested with hexo with the following version: And the documentation display an example with both here: Or am I misunderstanding your question? Can we close this issue? |
I have the same configuration, same theme but cannot generate tags or categories on pages (i.e. |
5 years later IssueIf IF there is a technical reason please explain why, else just let enable tags and categories for every single layout: page, post (page), custom layout base on page, etc. non working workaroundWith pug and bulma I tried to achieve the same thing as if page.tags
div(class="level-item has-text-centered")
div(class="tags")
each tag in page.tags
a(class="tag is-primary" href="/tags/post/" + tag rel="tag")
= tag The display part works perfectly but the problem is that the ContextI am creating a theme for documentation, where I created a |
I just briefly looked into the difference between page and post. page lacks an ID to link to a tag's ID. It seems possible for page to have tag/category, once it has ID in its model and the necessary plumbing. |
Any chance to have this feature in the next release ? 😃 |
Has someone the skill to complete this PR #4560 ? |
|
Is there a specific reason for preventing pages from using tags/categories? It seems as if they are useful methods for relating content in cases where the site is larger than a standard tech blog.
The text was updated successfully, but these errors were encountered: