Short help on slugs
Slugs in URL setup list can be:
- pageslug as defined by the blog, the item will be displayed only on the page with this slug.
- -pageslug the item will be displayed on all other places except on the page with this slug.
- postslug as defined by the blog, the item will be displayed only on the post with this slug.
- -postslug the item will be displayed on all other places except on the post with this slug.
- home.page the item will be displayed only on the blog’s home page.
- -home.page the item will be displayed on all other places except on the blog’s home page.
- cat.categoryslug for categories defined in the blog, the item will be displayed only on the respective category page.
- -cat.categoryslug the item will be displayed on all other places except on the category page which displays the category with this slug.
- in.categoryslug the item will be displayed only on posts or pages that belong to respective category.
- -in.categoryslug the item will be displayed on all other places except on posts or pages that belong to respective category.
- tag.tagslug the item will be displayed only on the tag page which displays the list of posts tagged with respective tag.
- -tag.tagslug the item will be displayed on all other places except on the tag page which displays the list of posts tagged with respective tag.
- as.tagslug the item will be displayed only on pages or posts tagged with respective tag.
- -as.tagslug the item will be displayed on all other places except on pages or posts tagged with respective tag.
- min.0-59 e.g.
min.15-45, the item will be displayed only between 15th and 45th minute of each hour.
- -min.0-59 e.g.
-min.15-30, the item will be displayed at all other times except in the specified interval.
- hour.0-24 e.g.
hour.8-13, the item will be displayed only between 8:00 and 13:59.
- -hour.0-24 e.g.
-hour.8-13, the item will be displayed at all other times except in the specified interval.
- dow.1-7 e.g.
dow.3-5, the item will be displayed only between Wednesday and Friday.
- -dow.1-7 e.g.
-dow.3-5, the item will be displayed on all other days except between Wednesday and Friday.
- dom.1-31 and
-dom.1-31 for days of month
- doy.1-366 and
-doy.1-366 for days of year
- moy.1-12 and
-moy.1-12 for months of year
You can combine more slugs to narrow your conditions even more, just put more than one and separate them with comma:
in.nature,-in.maritime to appear on posts or pages that belong to category nature but at the same time do not belong to category maritime.
in.nature,-as.strong-language to appear on posts or pages that belong to category nature and are not tagged as strong-language.
home.page,-dow.1 to appear on blog’s home page on all days except on Mondays.
home.page,dow.1 to appear on blog’s home page only on Mondays.
dow.2,-dom.1 to appear on all Tuesdays except if Tuesday is the first day of month.
dow.2,dom.1 to appear on all Tuesdays that are the first day of month.
dow.5,hour.20-23,as.strong-language to appear on posts and pages that use strong language, but only on Friday evening.
You may want to visit the
Galdget pages and see the
detailed instructions,
restaurant menu demo,
list of frames,
how to create your own frames or
animations showcase.
When you finish setting up your URL list, the next step is either to
set up a Galdget widget (Appearance / Widgets) or
create a shortcode in a page or a post.