How to display content from a specific article ID or Alias

See https://github.com/joomlatools/joomlatools-pages/discussions/746

The Joomla extension provides a customarticle() template function that allows to get a single article by it's id or alias.

Note:

  • excerpt is what is know as the ìntrotext in Joomla
  • text is what is know as the fulltext in Joomla

For example to retrieve the article with id = 1

Organization 1

Introtext 1

Fulltext 1

sample image

For example to retrieve the article with alias = 'organization-1'

Organization 1

Introtext 1

Fulltext 1

sample image