Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author marm

    (@marm)

    Thank you, I’ll check this.

    Plugin Author marm

    (@marm)

    Do you pass the parameter “doap => 1” to the template tag ?

    Thread Starter marchalyoan

    (@marchalyoan)

    like this ?
    <?php wppageqr_code("doap => 1"); ?>
    i’m not sure to understand that make me an error

    Thread Starter marchalyoan

    (@marchalyoan)

    my configuration is “mode => template tag”
    and in the template when i put <?php wppageqr_code(); ?>
    it’s return the QRcode but hide all my <? the_content();?>

    The right syntax is <?php wppageqr_code(array(‘doap’ => 1)); ?>
    But it breaks the content…

    Yup i can confirm it hide the content with mode template tag with auto mode work well but i can’t move the qrcode pic where i like.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Page QR] template tag break "the_content"’ is closed to new replies.