- 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 Keyword under the Common filters section
- In the Keyword filter editor, enter the keyword you would like to include in your Product Collection.
- Click Add Another Keyword to add up to 3 different keywords
- 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 }) %> <% }); %>