• Resolved iuchewie

    (@iuchewie)


    Not sure if this is the correct forum… if not please feel free to move.

    I’d like to get rid of the breadcrumbs that appear on post pages (but not on the homepage)

    I’m guessing this is a loop issue, but I’m not sure where to begin.

    For what it’s worth I’m using the iNove 1.2.3 theme.

    Examples of what I’m referring to.

    https://406northlane.com/blog/?p=214

    I’d like to get rid of the “home > commentary > etc.” ABOVE the post title…

    Not sure what page I should be editing.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • These are not bread crumbs. The graphics that surround them are misleading.
    These are your static page headings. I changed them on my redesign for spartansafety.co.uk. (coming soon)
    the graphic you need to change is in “themes/inove/images/menu.gif.”

    change the >>>> to |||| and it should look better.

    Sorry if this doesn’t address that problem they way you intended but at least the people visiting you site wont be confused.

    Found what may be a bread crumb in iNove.
    shows on single pages only.
    I cant seem to get it to work on other pages.
    Here within its original context the last breadcrumb is greyed out.
    But if you put this code any where else, every crumb has a url.

    See CODE:
    “themes/inove/single.php”

    <div id=”postpath”>

    ” href=”<?php echo get_settings(‘home’); ?>/”><?php _e(‘Home’, ‘inove’); ?>

    > <?php the_category(‘, ‘); ?>

    > <?php the_title(); ?>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Would like to remove breadcrumbs… where to start?’ is closed to new replies.