You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was referring to the tags overlay that appears when you click on the search button on the top right-hand corner of the page.
The list of tags that appears is hard coded from the following code setting:
var tag_names = ['code', 'career'];
I want to remove this hard-coded array of tags, and instead pull the list of registered tags from ghost's content API.
This will be a step away from how this theme was implemented (which assumes no API is provided by Ghost), but it'll be for the better. This will serve as the starting point for all future API integrations.
As the title states, with the latest Ghost version, we no longer need our hacky management of tags. Leverage Ghost's setup instead.
The text was updated successfully, but these errors were encountered: