Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author betsyk

    (@betsyk)

    Bayu, I tested on WP 3.4.1/BP 1.5.5 and WP 3.4.1/BP 1.5.6 and everything appears to be working fine. Are you seeing an error message? -bk

    Thread Starter Bayu Widyasanyata

    (@bwidyasanyata)

    Hi,
    The problem is not work if I put the complete code as you suggest:
    <?php if (function_exists(‘breadcrumbs_everywhere’)) breadcrumbs_everywhere(); ?>

    The function “function_exists()” is not work. Hence I just only put breadcrumbs_everywhere() directly and it works.

    I use WP 3.4.1/BP 1.5.6.

    Plugin Author betsyk

    (@betsyk)

    Bayu, was the line of code copied from the website? If so, check to make sure you’re using single ticks (‘) and not curly quotes (‘’).

    I can’t replicate the problem but as long as you got it working, that’s all that matters. function_exists() simply hides the function if the plugin isn’t activated – it’s absolutely fine to call the function without it.

    Thread Starter Bayu Widyasanyata

    (@bwidyasanyata)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Breadcrumbs Everywhere] Doesn't work on WP 3.4’ is closed to new replies.