How to add QR Code for WordPress post and pages
Install Dyanomic QR Code Generator WordPress. Its free plugin you can download from Dynamic QR Code Generator Install this plugin open the theme single.php and Page.php files Add below code for getting automated QR code on verypage and every post of your website. $id = get_the_ID(); the_content( ); echo do_shortcode(“[dqr_code post_id=”.$id.”]”);