• Resolved jpollock

    (@jpollock)


    Under “Installation Instructions” you say

    “Place the following code where you want the breadcrumb trail to appear.”

    But then provide no code :'(. Sure this is an oversight, but may be helpful for some people.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Here’s what the code should be:

    
    if ( function_exists( 'bcn_display' ) ) { bcn_display(); }
    
    Plugin Author John Havlik

    (@mtekk)

    This looks like something the recent www.remarpro.com update broke. In the actual readme.txt, there is example calling code. I guess I’ll have to change it to a link with an article containing the calling code.

    Thread Starter jpollock

    (@jpollock)

    Awesome!

    Dear Havlick thank you for this usefull plugin.

    Let me note that the code should be inserted into a php tags that is
    <?php if ( function_exists( 'bcn_display' ) ) { bcn_display(); }?>

    • This reply was modified 7 years, 4 months ago by glgeorgiou.
    • This reply was modified 7 years, 4 months ago by glgeorgiou.
    • This reply was modified 7 years, 4 months ago by glgeorgiou.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No code sample as indicated in instructions’ is closed to new replies.