Using WordPress 2.9.2.
Using Collapsing Pages 0.5.3
web:
http://79.170.44.128/nationwidemediationservice.co.uk/
Here is an example of my problem. let 1 2 3 root pages.When I click 1, I see
1
--a
--b
--c
2
3
and I click 2 and 3
1
--a
--b
--c
2
--a
--b
--c
3
--a
--b
--c
Here it is I want. Click page 1
1
--a
--b
--c
2
3
then click page 2
1
2
--a
--b
--c
3
then click page 3
1
2
3
--a
--b
--c
I want only one root page- sub-pages are opend at a time.
Is there any option/special code to edit the plugin as I desired ?Please help somebody If anybody have any idea.