2014-02-13, 22:21:25
(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'?