Page Location: /myjacselect
Page FileName: content/home/myjacselect.md
Jump to Formatted Article Close Page Source View
---
Title: home Other jacselect Examples
xLayout: feed
Status: mystatus
---

## Standard Grouping

Not in context of feeds.....

### Tree Groupin g.

Experiment with functions from delta and paris themes....

[--more--]

### Folder and Filenames and Parents

use slash on frontend for filenames start
use slash on the end for foldername end...

[selectpages start=top
	orderby='title' 
	order=ascend
	keyword=filename
	keywordvalue=/2024
	xgroupby = title
	xgroupbyformat = initial
	groupby = parent
	groupbyformat = count
	groupbyfallback = Jacs-Unknown
	xgroupby = published
	xgroupbyformat = Y-m
	xgroupbyfallback = undated
	template = default-group-sitemap 
	entries = 0
	paginate = false count = 5]
	
###	Good Combos

	orderby='title' 
	order=ascend 
	groupby = parent
	groupbyformat = count
	groupbyfallback = Jacs-Unknown
	template = default-group-sitemap 

	orderby='published' 
	order=ascend
	groupby = published
	groupbyformat = Y
	groupbyfallback = Jacs-Unknown
	
### Tree 1

template = default-group-tree-html  uses recursive dispay function in jaccuts.  So this is a not the way to be done.
template = default-group-html  this is OKish
Abandon this as default......


[selectpages start=top
	orderby='published' 
	order=ascend
	xkeyword=filename
	xkeywordvalue=/2024
	xgroupby = title
	xgroupbyformat = initial
	xgroupbyfallback = Unknown-Title
	groupby = published
	groupbyformat = Y
	groupbyfallback = Jacs-Unknown
	xgroupby = published
	xgroupbyformat = Y-m
	xgroupbyfallback = undated
	template = default-group-html 
	entries = 0
	paginate = false count = 5]


### Tree 2

template = default-group-tree-html-2  uses recursive dispay function inside template..  Good.....  

?still misses Help pages ?????

[selectpages start=top
	xorderby='published' 
	xorder=ascend
	xkeyword=filename
	xkeywordvalue=/2024
	xgroupby = title
	xgroupbyformat = initial
	xgroupbyfallback = Unknown-Title
	xgroupby = published
	xgroupbyformat = Y
	xgroupbyfallback = Jacs-Unknown
	xgroupby = published
	xgroupbyformat = Y-m
	xgroupbyfallback = undated
	template = default-group-tree-html-2 
	entries = 999
	paginate = false count = 999]

### the DELTA THEME template
layout-default-tree-delta-1

[selectpages start=top
	xorderby='published' 
	xorder=ascend
	xkeyword=filename
	xkeywordvalue=/2024
	xgroupby = title
	xgroupbyformat = initial
	xgroupbyfallback = Unknown-Title
	xgroupby = published
	xgroupbyformat = Y
	xgroupbyfallback = Jacs-Unknown
	xgroupby = published
	xgroupbyformat = Y-m
	xgroupbyfallback = undated
	template = default-tree-delta-1 
	entries = 999
	paginate = false count = 999]
Jump to Top Page Source Close Page Source View

Standard Grouping

Not in context of feeds.....

Tree Groupin g.

Experiment with functions from delta and paris themes....

Folder and Filenames and Parents

use slash on frontend for filenames start use slash on the end for foldername end...

Good Combos

orderby='title' 
order=ascend 
groupby = parent
groupbyformat = count
groupbyfallback = Jacs-Unknown
template = default-group-sitemap 

orderby='published' 
order=ascend
groupby = published
groupbyformat = Y
groupbyfallback = Jacs-Unknown

Tree 1

template = default-group-tree-html uses recursive dispay function in jaccuts. So this is a not the way to be done. template = default-group-html this is OKish Abandon this as default......

Requested: [ start=top orderby='published' order=ascend xkeyword=filename xkeywordvalue=/2024 xgroupby = title xgroupbyformat = initial xgroupbyfallback = Unknown-Title groupby = published groupbyformat = Y groupbyfallback = Jacs-Unknown xgroupby = published xgroupbyformat = Y-m xgroupbyfallback = undated template = default-group-html entries = 0 paginate = false count = 5 ]

Selected 89 items.

Page of pages with 89 items this page

2024

2023

2022

2020

2008

1969

Tree 2

template = default-group-tree-html-2 uses recursive dispay function inside template.. Good.....

?still misses Help pages ?????

the DELTA THEME template

layout-default-tree-delta-1