Posts: 3
Threads: 1
Joined: Jan 2011
I've created my index page with 3 child pages: products, support, contact. I'm trying to add sub-child pages to my products page: product1, product2, product3 but I cannot link the product1,2,3 pages to the products page. Is this possible?
I see documentation for installing GS and creating themes & plugin's, but NO documentation for creating/editing pages & links (the main guts of the thing).
I appear to be lost...can someone please help...
Marc
Posts: 82
Threads: 7
Joined: Dec 2010
Hi Marc,
What exactly do you mean by "I cannot link the product1,2,3 pages to the products page"? Do you want these pages product 1, 2 and 3 to appear in the menu as subpages or do you want to place text links inside the page "products" to link to product 1, 2 and 3?
- Matt
Posts: 3
Threads: 1
Joined: Jan 2011
getsimplethemes Wrote:Hi Marc,
What exactly do you mean by "I cannot link the product1,2,3 pages to the products page"? Do you want these pages product 1, 2 and 3 to appear in the menu as subpages or do you want to place text links inside the page "products" to link to product 1, 2 and 3?
- Matt
Sub menu's would be realy nice, but at this point I'd be happy with just being able to manually link from my products page <parent> to my product1,2,3 pages <child>. What should the link be on the parent to show the child's slug/url ? If I just put in the slug name on thelink url, I get a "page not found".
Thanks, Marc
Posts: 1,108
Threads: 70
Joined: Aug 2009
Hi Marc,
If you have fancy URL's enabled in the settings tab.
The urls shoudl be in the format
Code:
http://sitename/slugname
otherwise
http://sitename/index.php?id=slugname
Posts: 3
Threads: 1
Joined: Jan 2011
n00dles101 Wrote:Hi Marc,
If you have fancy URL's enabled in the settings tab.
The urls shoudl be in the format
Code:
http://sitename/slugname
otherwise
http://sitename/index.php?id=slugname
THANKS Noodles, that did the trick, you get today's Golden Noodle award ;-)
Marc