Page Location: /myblog
Page FileName: content/home/myblog.md
Jump to Formatted Article Close Page Source View
---
Title: MyBlog
TitleSlug: Myblog
xLayout: feed
XXStatus: unlisted
---

!- Add all the events Paula told me about already.
- Add my hit and runs as news.
should be able to similar to tags.........   
format = null default dopes nothing   
format =  case:upper, case:lower, case:title, case:first    
format =  date:default, date:year, date,month,     
getDateFormatted :: Uses Tiemm Stamp:  ($timestamp, $format,    
getDateRelative :: Needs timestamp ($timestamp, $format, $daysLimit,   
getDateStandard :: Uses Yellow Language INI configs. getDateStandard('20220928');   


## what is pages->group.......
            $years = $pages->group("published", false, "Y");   
			$months = $pages->group("published", false, "Y-m");   

				foreach years as year: $this->yellow->language->getDateStandard($year))            

pages->group($key, $ascendingOrder = true, $format = ""): array   
**** Group page collection by page setting, 
**** return array with *** multiple collections   

format : "". null
		initial
        count...
        date .... !is_string_empty($format) && $format!="count" && $format!="initial";
So could simplify ????  filter for the key, then sort by keyvalue and 2nd sort ascend/descend
then on layout, on change keyvalue start new heading......
Just do it the yellow way for now....

Yellow is doing this when creats group that is datbased   !!!! YES SO WE CAN USE A FED FORMAT:

"Y"
"Y-m"

$group = $this->yellow->language->getDateFormatted(strtotime($group), $format);

### You can use shortcuts to show information about the blog:
### Questions:
1. The yellow tag can start anywhere on line; My tags nheed a full line space "usually" between contnet.

---
`[blogauthors]` for a list of authors   
FROM JAC

[selectkeyword start=/ keyword=author XXXkeywordvalue=NotUsed
  format=Case:Upper  template=default-keyword-list]

---
`[blogtags]` for a list of tags   
FROM JAC  :: start is wrong ???

[selectkeyword keyword=tag start=blog template=default-keyword-list]
[selectkeyword keyword=tag start=blog template=default-keyword-space]

---	
`[blogyears]` for a list of years   
Yellow  :: [blogyears]

From Jac  ::   

[selectkeyword start=blog 
				keyword=published 
				groupbyformat="Y"
				template=default-keyword-space]

---
`[blogmonths]` for a list of months  
Yellow   :: [blogmonths]

From Jac  ::   

[selectkeyword start=blog 
				keyword=published 
				groupbyformat="Y-m"
				template=default-keyword-space]


---
`[blogpages]` for a list of pages, published order   
Yellow   :: [blogpages]

FROM JAC :: 

[selectpages start=blog
	orderby='published' order=ascend 	
	template=default-TitleListLinksWithDate excerpts=false
	paginate=true count=5]

--- 
### Showing list of pages, different number of entries:

`[blogpages /blog/ 0]` 

FROM JAC :: 

[selectpages start=blog
	template=default-TitleListLinks
	paginate=true count=5]

`[blogpages /blog/ 3]` 
FROM JAC :: 

[selectpages start=blog entries=3]

`[blogpages /blog/ 7]`   
FROM JAC :: 

[selectpages start=blog entries=7]

---
## Latest News FROM JAC
FROM JAC :: 

[selectpages start=news
	orderby='published' order=descend 	
	template=default-TitleListLinksWithDate excerpts=false
	paginate=false count=5]

[See All ....](news/)  

---
## Upcoming Events FROM JAC

FROM JAC :: 

[selectpages start=events
	keyword=status keywordvalue=upcoming
	orderby='published' order=descend 	
	template=default-TitleListLinksWithDate excerpts=true
	paginate=false count=5]
	
[See All ....](events/)  
---

## Recent Completed Events FROM JAC

FROM JAC :: 

[selectpages start=events
	keyword=status keywordvalue=completed
	orderby='published' order=descend 	
	template=default-TitleList excerpts=false
	paginate=false count=5]
	
[See All ....](events/)  
---
Jump to Top Page Source Close Page Source View
  • Add all the events Paula told me about already.
  • Add my hit and runs as news. should be able to similar to tags.........
    format = null default dopes nothing
    format = case:upper, case:lower, case:title, case:first
    format = date:default, date:year, date,month,
    getDateFormatted :: Uses Tiemm Stamp: ($timestamp, $format,
    getDateRelative :: Needs timestamp ($timestamp, $format, $daysLimit,
    getDateStandard :: Uses Yellow Language INI configs. getDateStandard('20220928');

what is pages->group.......

        $years = $pages->group("published", false, "Y");   
        $months = $pages->group("published", false, "Y-m");   

            foreach years as year: $this->yellow->language->getDateStandard($year))            

pages->group($key, $ascendingOrder = true, $format = ""): array
**** Group page collection by page setting, **** return array with *** multiple collections

format : "". null initial count... date .... !is_string_empty($format) && $format!="count" && $format!="initial"; So could simplify ???? filter for the key, then sort by keyvalue and 2nd sort ascend/descend then on layout, on change keyvalue start new heading...... Just do it the yellow way for now....

Yellow is doing this when creats group that is datbased !!!! YES SO WE CAN USE A FED FORMAT:

"Y" "Y-m"

$group = $this->yellow->language->getDateFormatted(strtotime($group), $format);

You can use shortcuts to show information about the blog:

Questions:

  1. The yellow tag can start anywhere on line; My tags nheed a full line space "usually" between contnet.

[blogauthors] for a list of authors
FROM JAC


[blogtags] for a list of tags
FROM JAC :: start is wrong ???


[blogyears] for a list of years
Yellow ::

From Jac ::


[blogmonths] for a list of months
Yellow ::

From Jac ::


[blogpages] for a list of pages, published order
Yellow ::

FROM JAC ::


Showing list of pages, different number of entries:

[blogpages /blog/ 0]

FROM JAC ::

[blogpages /blog/ 3] FROM JAC ::

[blogpages /blog/ 7]
FROM JAC ::


Latest News FROM JAC

FROM JAC ::

See All ....


Upcoming Events FROM JAC

FROM JAC ::

See All ....

Recent Completed Events FROM JAC

FROM JAC ::

  • California
  • A Wedding
  • Tiow Italy 2008
  • Cape May NJ

See All ....