- 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
- Next, click Add Filter to the right within your Product Collection
- In the Add Filter window, click on Theme under the Additional Attributes filter section
- In the Theme filter editor, select whether you’d like to include or exclude the following list of Themes in the top right corner
- Once you’ve selected to include or exclude the Themes you can start adding the Themes that you’d like to include or exclude from this Product Collection.
- Click the “+” icon to the right of each Them to add it to the right “selected options” section.
- Click the “+” icon to the right of each Master Category to add it to the right “selected options” section.
- When you’re done, click Save
- 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 }) %> <% }); %>