2018-01-22, 20:10:53
(2018-01-20, 18:03:54)mikebigball1 Wrote: 1 - under the left nav menu, there is content that is relevent to the current page. This would change from page to page. How could I implement a GS tag in the template to achieve this? Could this content be "pulled" from another page so it could be editable?
PHP Code:
<?php getPageContent("slug-of-wanted-page"); ?>
(2018-01-20, 18:03:54)mikebigball1 Wrote: 2 - the content on most of the site is structured in a way that tables would best suit - graphics on one side, text on the other - almost like a catalog. I would prefer not to use tables in GS. Can anyone suggest a plugin or advise on how I could lay the content out easily?That's not a matter of GS but of HTML and CSS. Maybe you want to try bootstrap-framework: www.getbootstrap.com
Alex