Let’s say you own a store that sells custom products. One of your recent clients is a team that wants the items available only to those they give a secured URL to. You need to password-protect that store category. In this tutorial I explain to my client how to create such a password-protected page simply and easily without any plugins, only using a WordPress Page and a single WooCommerce shortcode.

http://www.youtube.com/watch?v=0C5EgUJ0aC0

Was this video tutorial helpful? Do you have any questions or want to make any suggestions? Please let us know in the comments!

thePixelPixie.com - WordPress boutique

Subscribe and receive my FREE eBook


4 MISTAKES You’re Making on Your Website that are Costing You MONEY!

  • This field is for validation purposes and should be left unchanged.

The Author

Save

2 responses to “Adding WooCommerce Product Categories & Products to Your Menu”

  1. Hi. Thanks for this. It’s very useful.

    Is there a way to modify this one so that HTML tags in the title are not encoded into entities?

    // Change the description tab heading to product name
    add_filter( ‘woocommerce_product_description_heading’, ‘wc_change_product_description_tab_heading’, 10, 1 );
    function wc_change_product_description_tab_heading( $title ) {
    global $post;
    return $post->post_title;
    }
    We’re using italics in some product titles, which generally works fine in most places, except this function where they are encoded into their HTML entities, and thus the italic tags are shown.

    Thanks,
    Michael

    • Hi Michael,
      I apologize for not seeing your comment before now. Unfortunately, I’m afraid I don’t have an answer for you. But I’m going to look into it for you and see if I can find an answer. That said, if you’ve already come up with an answer, I’d love to know your solution!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Ready to chat about how ThePixelPixie can help?