How to override the language or category for my website?

override language, override category

Arjan Pronk avatar
Written by Arjan Pronk
Updated over a week ago

LinkPizza allows you to set a category and language for your website. On larger websites you might want to change the category on certain pages.

You can override the website category for that page by using the code snippet below. There can only be one language and one category when overriding.

<!-- LinkPizza Override -->
<!-- Overrides the categories set for this website in LinkPizza
      choose any from the following list:
      AUTOMOTIVE, BUSINESS, DISCOUNT,  EDUCATION, FAMILY_PARENTING,
      HEALTH_FITNESS, FOOD_DRINK, HOBBIES_INTERESTS,
      HOME_GARDEN, LAW_GOVT_POLITICS, NEWS, PERSONAL_FINANCE,
      PETS, SOCIETY, SCIENCE, SPORTS, STYLE_FASHION,
      TECHNOLOGY_COMPUTING, TRAVEL, REAL_ESTATE,
      SHOPPING, SOCIAL, RELIGION_SPIRITUALITY -->
pzzCategory = "SHOPPING";
<-- Overrides the Language set for this website in LinkPizza
      choose any from the following list:
      en, nl, de, fr,
      it, es -->
pzzLanguage = "en";
Did this answer your question?