Ghost tags not working

I have customised headline theme according to my liking to start online news website. i have tagged according to posts . redesigned homepage. made different section with particular tags . but post for a particular section of homage with a tag is showing in other sections. but in that section code i didnt use that tag. but its get mixing. i ran a debug tag test but it shows. this is what i got.- “DEBUG TAGS” box was empty. This means the {{#get}} helper is failing to find any posts that match your filter. When this happens, Ghost’s fallback behavior is to simply show your most recent posts, regardless of their tags. This means that the posts appearing in your slider have no tags at all. but i have added tag to post. what to do ?

It’d be super helpful if you could share the contents of your edited home.hbs (or index.hbs, if there is no home.hbs). I’m pretty good at guessing from bad data, but I need more than what you’ve got here.

Assuming you preserved the default Headline behavior, you should also have put a list of tags into /ghost > settings (gear icon) > design & branding (customize) > theme tab (choices on the right side) - there’s a setting where you put in a list of slugs.

If you’re running Ghost locally, starting ghost with ghost run -D instead of ghost start can yield extra information about errors that are sometimes helpful with theme bugs.