Title: Hivepress + QR Code customization
Last modified: February 17, 2023

---

# Hivepress + QR Code customization

 *  [drunktraveler](https://wordpress.org/support/users/drunktraveler/)
 * (@drunktraveler)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/hivepress-qr-code-customization/)
 * Hello everyone,
 * I’m using Hivepress template and your QR code plugin. The plugin is working correctly
   but it shows the QR code only in backend and I would love to show it in the listing
   that the wordpress templates creates automatically. Below you can see the image
   suggesting to put this code on the listing: **[wooqr id=“2439” title=“1” price
   =“1”]**
 * ![](https://i0.wp.com/community.hivepress.io/uploads/default/original/2X/c/cfc7ebd36b691375d4c376c87797d6c806e97056.
   png?ssl=1)
 * What if I include in the file “hp_listing” the following: <code class=”hljs php”
   >
 *     ```codeblock-buttons
       <code class="hljs php"><span class="hljs-meta"><?php</span> <span class="hljs-keyword">echo</span> do_shortcode(<span class="hljs-string">'[wooqr id="'</span> . get_the_ID() . <span class="hljs-string">'" title="'</span> . get_the_title() . <span class="hljs-string">'" price="'</span> . get_post_meta(get_the_ID(), <span class="hljs-string">'_regular_price'</span>, <span class="hljs-literal">true</span>) . <span class="hljs-string">'"]'</span>); <span class="hljs-meta">?</span>
       ```
   
 * The scope of it is to automatically fill the “listing id or wooqr id” so I dont
   have to manually fill it on the listing. I’ve asked this to the hivepress community
   that is asking me to check with you if your plugin **it can be used with custom
   post types (WooCommerce product is a custom “product” post type, HivePress listing
   is a custom “hp_listing” post type).**
 * thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [G Matta](https://wordpress.org/support/users/gangesh/)
 * (@gangesh)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/hivepress-qr-code-customization/#post-16593734)
 * There can be a different via HTML. Can you get Product ID dynamically with Hivepress?

Viewing 1 replies (of 1 total)

The topic ‘Hivepress + QR Code customization’ is closed to new replies.

 * ![](https://ps.w.org/qr-code-woocommerce/assets/icon-256x256.png?rev=2239499)
 * [QR Code Woocommerce](https://wordpress.org/plugins/qr-code-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/qr-code-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/qr-code-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qr-code-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qr-code-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [G Matta](https://wordpress.org/support/users/gangesh/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/hivepress-qr-code-customization/#post-16593734)
 * Status: not resolved