Admin tags overview and tag filtering
The admin now includes a dedicated tags overview and quick tag-based filtering on the dashboard.
GoBlogger now has better tag tooling in the admin backend.
Tags overview page
Open /admin/tags to see a dedicated tags list with:
- tag name
- slug
- visible-post count
- quick links to the public tag page and admin dashboard filter
This makes it easier to inspect tag usage and jump directly into related content.
Dashboard tag filtering
On the admin dashboard (/admin), the post filter now supports tag tokens.
Use:
tag:<slug>
Example:
tag:golang
You can still filter by title and slug as before.