• Resolved jjbte

    (@jjbte)


    I really like this theme, but I have one minor question/request. I created a page called Posts and made it my Posts page. I have chosen to display breadcrumbs and have installed the Breadcrumb NavXT plugin. However, I noticed there were no breadcrumbs on my Posts page as there were on others. I looked into it and realized the retrotale_get_breadcrumb() function is not called from index.php as it is from other templates.

    It’s not a huge deal since I simply placed index.php in my child theme directory and added the retrotale_get_breadcrumb() function beneath the <h1> tag. I’m just curious as to whether the original index.php omits the breadcrumb function on purpose for some reason, or if it was omitted by mistake.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    in most cases, the Posts page is set as homepage (and there is no need to have breadcrumb navigation on homepage), so I decided to not include the breadcrumb navigation in the “index.php” template. I will consider to update it by adding the condition if ( is_front_page() && is_home() ) { so the breadcrumb navigation would be displayed if the Posts page isn’t set as homepage.

    Best regards,
    Tomas Toman

    Thread Starter jjbte

    (@jjbte)

    Thank you for your timely reply. I am building a site that’s more of a website than a blog, so my home page is a static page.

    Thank you for considering my request. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Breadcrumbs on Posts page’ is closed to new replies.