# Categories

  • Language: Language of the category. required
  • Title: Title of the category. required
  • Parent Category: Parent category of the category.
  • Category Icon: Icon of the category. optional | must be square and a minimum of 200x200 pixels
  • Show on Home Page: Used to show category on the home page.
  • Show on Footer: Used to show category on the footer section.

Tip

If a category has one or more subcategories, that category cannot be assigned to another category as a subcategory.

Note

If you change the language of a main category, all links and subcategories under that category will be assigned to that language.

If you assign a subcategory to the main category in a different language, the links under that subcategory will also be assigned to that language.

# SEO Settings

  • Custom Meta Title: Used to change the title section in the meta tags. The following 3 lines will be affected.
<title>Custom Category Title</title>
<meta property="og:title" content="Custom Category Title" />
<meta name="twitter:title" content="Custom Category Title" />
  • Custom Meta Description: Used to change the description section in the meta tags. The following 3 lines will be affected.
<meta name="description" content="Custom Category Description" />
<meta property="og:description" content="Custom Category Description" />
<meta name="twitter:description" content="Custom Category Description" />