2014-02-13, 22:36:53
(2014-02-13, 22:21:25)Timbow Wrote:(2014-02-13, 22:01:14)cyberviews Wrote: So I added the tagin my template.php and went to the "pages" area in the backend.Code:<?php getPageContent('right-column'); ?>
On your screenshot there were options added but in my backend there were none.
You need to create a page with the 'slug' right-column and insert the content of the page into your template with the tag
<?php getPageContent('right-column'); ?>
The page is not automatically created when you use the tag. If you make the page right-column the child of the main page it is tidier in the admin display.
Ask anything, anytime, you are welcome.
I belive GSv4 is to have an improved system for secondary content blocks, 'snippets'?
You are very kind helping me so much
Now this is a nice option and it works perfectly.
But each slug can only be used once, because I am sure that the system will use it to save each article as a unique item and creates the url out if it.
So I might consider teaching my clients to create a page, copy the sourcecode and to add it into a component.
After all is this system way more easy than large CMS and they will manage it.
Thanks again and regards,
Rob van Linda