Grouping pages on the “Pages” widget
-
Hey, I currently am using the Pages widget to show some basic menu items that I want to keep static. I would also like to add some more pages to this menu (like a photo gallery or list of short stories) but keep it seperated from the other menu items. Is there some kind of spacer I can add in between my normal menu pages and another group of pages I’d like to add? Or a possible way to add the “Pages” widget to my blog twice for two groups of pages? Thanks for the help!
The blog I need help with is: (visible only to logged in users)
-
No. What you can do is use the Pages widget for the one group, and a Text widget for the other one. You’ll need to write the links to those pages in it, and enclose them in the code for an unordered list (to make the appearance similar to the Pages widget):
<ul> <li>FIRST_LINK</li> <li>SECOND_LINK</li> (etc.) <li>LAST_ITEM</li> </ul> -
Is it possible to have a unique Text Widget for each page? For instance, I am using Kubrick. I have set up a series of Lessons. When I go to each lesson, I would like to be able to navigate within that lesson only. So, the text widget for Lesson 4 is ONLY for the Lesson 4 pages, the one for Lesson 3 is ONLY for Lesson 3 pages, etc.
Thanks!
Jeff
-
- The topic ‘Grouping pages on the “Pages” widget’ is closed to new replies.