Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-03-17 23:28:55
- lister
- Member
- Registered: 2008-02-13
- Posts: 76
basic navigation for home, artists an exhibtions
Hello again everyone, sorry for all the questions..
I have been building my cms site here is the URL (old version) at the moment:
http://www.precociouscollective.com/
so far I have created a simple page (to be the index/home page). I have created a simple form for static content. This form will be used only for the index (static_article).
Now at the moment i have created 3 sections: home, artists and exhibitions.
and setup x2 articles one for home page and one for artist page.
Heres the problem. When I click view site (url:http://precocious.dev/textpattern/) this needs to show up the home page. At the moment its displaying the artist page? if i click on the home navigation link I then go into the home page (url:http://precocious.dev/textpattern/home/) which displays correct.
How do I get the default (index page) to display the home page?
here is the snippet of code inside the static_page (index):
<txp:section_list active_class=“my_active_class” break=“li” class=”“ default_title=“home” sections=“home,artists,exhibitions” include_default=“0” wraptag=“ul”/>
i hope this makes sense.
Thanks for all your help..
Rob
Offline
#2 2008-03-18 01:11:08
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: basic navigation for home, artists an exhibtions
Customize your “default” page accordingly.
Offline
Re: basic navigation for home, artists an exhibtions
In the “Sections” tab you need to set the “home” section to display on the front-page and the other two not to.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#4 2008-03-18 06:56:00
- lister
- Member
- Registered: 2008-02-13
- Posts: 76
Re: basic navigation for home, artists an exhibtions
doh! I should have played around a little bit more on that… Thanks for your help guys..
Offline