Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    This could be one of a few things. Without any additional information, I can only make a guess at the cause. The most likely cause is a secondary loop that does not restore the $post variable. If the breadcrumb trail is the same on several different pages, this is likely the issue. To fix this, you need to call wp_reset_postdata() after your secondary loop (or before calling bcn_display() as long as it is not within the loop or a secondary loop).

    Thread Starter SolidSnake2003

    (@solidsnake2003)

    Thanks that solved my problem, marking as solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumb Not displaying properly’ is closed to new replies.