Hi Guys,
I want to add breadcrumbs to my blog and news. When I add this code, they just display my home page and article title. I don’t know why my secondary directory can’t be displayed. Can anyone help me?
The from I want to show: Home>Blog/News>Article Title, and this is my website URL: https://ninescapeland.com/
Breadcrumbs Code:
Home >{% if article %}
{{ article.blog.title }} >
{{ article.title }}
{% elsif page %}
{{ page.title }}
{% endif %}
I will be glad if you can help me solve this problem, thank you!
