Skip to content
A
For administrators
Running the administration — content, users, e-shop, invoicing and settings
Site content / Pages

Pages#

Pages are the skeleton of the site. Every address a visitor can reach has its own page — from the front page to the shopping cart.

Page list in the administration

Find them under Základy → Stránky.

The list#

Column What it shows
ID the page number; fixed for system pages
Název the page name inside the administration
URL the part of the address after the domain
Vytvořeno creation date
Hlavní strana toggle — this page is the front page
V sitemapě toggle — the page is offered to search engines

The list is a tree: an indented row with a arrow is a child page. The Setřídit button next to přidat turns on reordering.

Creating a page#

  1. přidat above the list.
  2. Fill in the name and the URL.
  3. Write the content in the rich text editor.
  4. Add the SEO fields.
  5. Save.

The URL#

The part of the address after the domain. Written in lower case, without diacritics or spaces, words separated by hyphens — forgotten-password, not Forgotten password.

Changing a URL breaks links

Change a page's URL and links pointing at it from outside stop working — from search engines, emails, bookmarks. Think twice for a page that has been on the site for a long time.

System pages#

Some pages are system pages — sign-in, registration, cart, order. The system links to them from code, so they have fixed IDs and must not be deleted.

Their content and name can be changed; their address better not.

Deleting a system page breaks a site function

Delete the Objednávka (order) page and ordering stops working. To switch a page off temporarily, hide it — do not delete it.

Multilingual content#

If the site has several languages, text fields carry language tabs. Each language is filled in separately — including the URL.

An untranslated page is not a blank space but a 404 for the whole branch beneath it

The address /en/eshop/laptops is composed of two layers: the first segment comes from a page, the further segments from categories. Without a URL filled in for that language the system does not know "eshop" exists in it — and the whole path fails, even if every category beneath it is translated.

After adding a language, do the pages first

There are far fewer of them than categories and they unblock everything else. Only then does translating content make sense — see Localisation and languages.

URLs differ between languages in meaning too

The English version of the Classifieds page should be adverts, not a transliterated inzeraty. It is not a translation of a word, it is an address — it should be what a visitor in that language would expect.

If you do not intend to use a language, switch it off

An enabled language with no pages filled in is worse than none. See Localisation and languages.

The front page#

The Hlavní strana toggle decides what appears at the site's root address.

There is only ever one front page

Switching the toggle on for another page switches it off for the current one.

Sitemap#

The V sitemapě toggle says whether the page is offered to search engines. Turn it off for pages that make no sense in search results — order confirmations, thank-you pages.

Being absent from the sitemap does not mean the page is hidden — it is still reachable at its address.

Reordering#

The Setřídit button turns on a mode where rows are dragged with the mouse. The order carries over to places where pages are listed as a tree.

Dragging changes parentage too

Drop a row under another page and it becomes its child — and its whole branch moves with it.

Deleting#

Via odstranit on the row. Deletion cannot be undone.

First check that no menu item points at the page — see Menu. A leftover link sends visitors to an error page.