is het mogelijk op content van een andere pagina in te laden zodat je op binnen 1 template meerdere teksten kan laten zien uit verschillende content pagina's?
bijvoorbeeld:
Code: Select all
{content alias='pagina_alias'}
Alvast bedankt voor de tips!
Moderator: velden
Code: Select all
{content alias='pagina_alias'}
Ronnyget_page_content($alias,[$block],[$assign])
Returns the text of a specific content block of another page.
Arguments:
$alias - The page alias to extract content from.
[$block] - (optional) The name of the content block in the specified page. if this variable is not specified, 'content_en' is assumed.
[$assign] - (optional) The name of a variable to assign the results to.
Example:
The title of the current page is {$cgsimple->get_page_title()}
zoals ik het zie{$cgsimple->get_page_content('test2')}