Title: template
Last modified: June 16, 2024

---

# template

 *  Resolved [jianping cheng](https://wordpress.org/support/users/chengjianping/)
 * (@chengjianping)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/template-72/)
 * Hello, I used your template, but I want to delete the content marked in the screenshot,
   the five-pointed star with the rating, and keep the price filter and the content
   at the bottom, otherwise when I use the currency switching component, the price
   filter will not be clickable. Is it possible?
   url:[https://imgur.com/a/jdkkykD](https://imgur.com/a/jdkkykD)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftemplate-72%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Md Abdullah Al Arif](https://wordpress.org/support/users/faithcoder/)
 * (@faithcoder)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/template-72/#post-17831696)
 * Hi [@chengjianping](https://wordpress.org/support/users/chengjianping/),
 * You know that the Product Filter is a complete widget; there is no option to 
   delete or split any individual controller.
 * I appreciate your understanding.
 * Kind Regards
 *  Thread Starter [jianping cheng](https://wordpress.org/support/users/chengjianping/)
 * (@chengjianping)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/template-72/#post-17832895)
 * Which one should I use for price filtering and product filtering? The price selection
   is the same as this template. I can choose these two settings separately.
 *  Thread Starter [jianping cheng](https://wordpress.org/support/users/chengjianping/)
 * (@chengjianping)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/template-72/#post-17836438)
 * How should I enter this code for the sharing function so that no additional plug-
   ins are required? url:[https://imgur.com/a/jB8muUm](https://imgur.com/a/jB8muUm)
 *  [Md Abdullah Al Arif](https://wordpress.org/support/users/faithcoder/)
 * (@faithcoder)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/template-72/#post-17845271)
 * Hi@chengjianping,
 * You can add social share buttons to a single product page with the following 
   code snippet. This example includes links for 4 social platforms, and you can
   add more as needed. To ensure the changes persist through theme updates, add 
   this code to your child theme’s `functions.php` file or use a code snippet plugin.
 *     ```wp-block-code
       add_action('woocommerce_share', 'custom_woocommerce_share_buttons', 45);function custom_woocommerce_share_buttons() {    global $product;    $product_url = get_permalink($product->get_id());    $product_title = get_the_title($product->get_id());    $share_text = 'Check out this product: ';    ?>    <div class="custom-share-buttons">        <h3>Share this product</h3>        <a href="https://www.facebook.com/sharer.php?u=<?php echo urlencode($product_url); ?>" target="_blank">Share on Facebook | </a>        <a href="https://twitter.com/share?url=<?php echo urlencode($product_url); ?>&text=<?php echo urlencode($share_text . $product_title); ?>" target="_blank">Share on Twitter |</a>        <a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode($product_url); ?>&title=<?php echo urlencode($product_title); ?>" target="_blank">Share on LinkedIn |</a>        <a href="mailto:?subject=<?php echo urlencode($product_title); ?>&body=<?php echo urlencode($share_text . $product_url); ?>">Share via Email</a>    </div>        <?php}
       ```
   
 * This code snippet will add social share buttons on single product pages [[screenshot](https://prnt.sc/4SROhlt7JTmf)].
   Customize the social share links and icons as needed.
 * Regards
 *  Thread Starter [jianping cheng](https://wordpress.org/support/users/chengjianping/)
 * (@chengjianping)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/template-72/#post-17845490)
 * Can I share it on TikTok platform? How should I do this?
    -  This reply was modified 1 year, 10 months ago by [jianping cheng](https://wordpress.org/support/users/chengjianping/).
 *  [Md Abdullah Al Arif](https://wordpress.org/support/users/faithcoder/)
 * (@faithcoder)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/template-72/#post-17849630)
 * Hi,
 * TikTok doesn’t have a dedicated URL sharing scheme like Facebook or Twitter. 
   Since TikTok is a video-sharing platform, you can add the link manually to the
   above code if you find a TikTok URL. If you’re unable to edit the code, please
   consider installing a social share plugin.
 * Regards

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘template’ is closed to new replies.

 * ![](https://ps.w.org/shopengine/assets/icon-256x256.gif?rev=2505061)
 * [ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution](https://wordpress.org/plugins/shopengine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shopengine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shopengine/)
 * [Active Topics](https://wordpress.org/support/plugin/shopengine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shopengine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shopengine/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Md Abdullah Al Arif](https://wordpress.org/support/users/faithcoder/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/template-72/#post-17849630)
 * Status: resolved