- Click Websites on the left-side menu
- Click Hosting Manager
- Click Manage to the right of your website
- Within the website manager, find Product Collections in the bottom right, and click the Manage button there
- Within your Product Collection Manager locate your Global Filters
- Within the Global Filters, find your filter and click the Trashcan icon to the right
- Review your changes before Publishing the change to your website
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>