Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author David Cramer

    (@desertsnowman)

    Hi There,

    I’m very sorry about it. It was something that I missed in the last update.

    I’ll be pushing an update later today that will fix the problem.

    Thread Starter jbg00d

    (@jbg00d)

    No worries.
    Actually I don’t think I have the latest edition?

    Thanks

    Plugin Author David Cramer

    (@desertsnowman)

    Which version do you have?

    Thread Starter jbg00d

    (@jbg00d)

    Just downloaded v. 2.3 – everything thus far is working fine.

    One question… I was using the <php the_title() ;> in a short code and a short while later it quit with no apparent reason.

    I thought it could a plugin conflict tested that theory, no changes…

    Any area’s?

    Plugin Author David Cramer

    (@desertsnowman)

    the_title(); will need to be within the loop, so that will only work if the shortcode is showing in a posts list few. like the main blog page.

    I think you’ll need to do something like

    <?php
    global $post;
    echo $post->post_title;
    ?>

    Thread Starter jbg00d

    (@jbg00d)

    That’s right, however for whatever reason, it worked as long
    as it was wrapped within short code.

    Thread Starter jbg00d

    (@jbg00d)

    Ok. I’ll try that later tonight…

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Conflict with Admin toolbar (Pro version)’ is closed to new replies.