Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mulli.bahr

    (@mullibahr)

    Here is the bug fix, as expected $post was not restored when using shortcode. You need to add a single line at the very bottom of:
    sg-jqvs-widget-plugin.php, just above the line with return statement.

    $post = $tmp_post; // restore $post
        return $myscroller;

    Good luck.

    Plugin Author Vamsi Pulavarthi

    (@vamsitech)

    Thank You for giving me the solution mulli.bahr. I will add this to the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the_ID() is altered’ is closed to new replies.