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

    (@mtekk)

    Wrap the calling code in something that checks for is_single(). E.g. you may want to use something like:

    if(function_exists('bcn_display') && !is_single())
    {
    bcn_display()
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb on Posts but not Pages?’ is closed to new replies.