diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid index cfe32b6a..bec6767b 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid @@ -1,6 +1,7 @@ {% assign skip_course_page = false %} {% for category in course.categories %} - {% if category.name == 'Blog' or category.name == 'HelpDoc' %} + {% if category.name == 'Blog' %} + {% comment %}{% or category.name == 'HelpDoc' %} {% endcomment %} {% assign skip_course_page = true %} {% endif %} {% endfor %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid index 5c2a4991..9c4e60e8 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid @@ -1,4 +1,5 @@ -