Modifying widget appearance
-
Hi,
I’ve followed advice posted here to alter my sidebar to just include links to other pages I’ve created. However, on the homepage the widgets look weird. How can I make them look more like the old theme widgets — or simply more attractive!
zkwriter
The blog I need help with is: (visible only to logged in users)
-
1. To make the contents of a text widget look like the other widgets, you need the code for unordered lists:
<ul> <li>FIRST_ITEM</li> <li>SECOND_ITEM</li> (etc.) <li>LAST_ITEM</li> </ul>2. But you don’t need what you’ve done: just add the pages widget instead.
3. The links you’ve written are incorrect: you’ve put the names of your pages in the name part of the code, but in the URL part you’ve put the same (wrong) URL.
- The topic ‘Modifying widget appearance’ is closed to new replies.