Adding multiple pages/content onto 1 page - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Adding multiple pages/content onto 1 page (/showthread.php?tid=4360) |
Adding multiple pages/content onto 1 page - ShaneTFletcher - 2013-02-24 Hi there, I want to place 2 kind of texts within 1 page but these texts needs to be edited at any time. Is there a way to integrate 2 pages within 1? or is there a plugin to place a text box within the page and will allow easy editing? Here is a temp url to the website I am working on - http://zoedebbiewhiteley.net16.net/. As you can see, there is the main content on the right which will have text in (of course). However, I want some text in another position on the website but on the same page. Any ideas how I can do this? RE: Adding multiple pages/content onto 1 page - davetest - 2013-02-24 (2013-02-24, 22:59:01)ShaneTFletcher Wrote: Hi there, Either use the built-in Components feature (under Theme tab) or the Slogans plug-in to do the same (but under the Pages tab) http://get-simple.info/extend/plugin/slogans/503/ Or use the Simple Input Tabs plugin http://get-simple.info/extend/plugin/simple-input-tabs/523/ RE: Adding multiple pages/content onto 1 page - Timbow - 2013-02-25 Can't see what you mean from your link, but if you want a block of content, easily editable you make a page which you don't put in the menu and insert its contents with <?php getPageContent('slug'); ?> in your page template. That gives you the same block inserted in all the pages which use that template of course. Is that what you needed? RE: Adding multiple pages/content onto 1 page - ShaneTFletcher - 2013-02-25 Hi all, both are really get answers. Timbow's answer was exactly I needed. Davetest, your suggestions really helped and I will be using components and such more often. I am new to GetSimple so thank you for your help guys |