Page 1 of 1
Stupid Newbie question [SOLVED]
Posted: Thu Sep 25, 2008 12:52 pm
by thintech
How do i add new pages lol.
should be simple but i cant find trhe option anywhere?
Re: Stupid Newbie question
Posted: Thu Sep 25, 2008 1:28 pm
by alby
thintech wrote:
How do i add new pages lol.
should be simple but i cant find trhe option anywhere?
And here? In brackets there is the description that you see in Admin Panel

Content (
This is where we add and edit content.)
Pages (
This is where we add and edit pages and other content.)
Add New Content
Alby
Re: Stupid Newbie question
Posted: Thu Sep 25, 2008 1:37 pm
by thintech
Many thanks.
i have been trying that but see no option to name the page to be able to link to it from my page links?
i.e. i want a services page which i would normally call services.htm etc.
my links point to this address bbut have no idea how to name the page what i need to
Re: Stupid Newbie question
Posted: Thu Sep 25, 2008 1:47 pm
by thintech
Figured it out.....php innit....
am using a href="index.php?page=Services" class="menu etc
Re: Stupid Newbie question
Posted: Thu Sep 25, 2008 1:49 pm
by alby
thintech wrote:
i.e. i want a services page which i would normally call services.htm etc.
Page names are relative to your alias name (Option tab) and link are index.php?page=alias_name
If you want link alias_name.htm you must look
here but you must change $config['page_extension'] and last rule in accord with its (example is for no extension)
Alby