Trouble With Templates And CSS In WP [UPDATED]
I had the following problems:
- “Pages”-list in sidebar:
If you take a look at the “Pages” navigation in the sidebar, you’ll notice the big distance between the headline - “Pages” - and the first entry (currently “Counterstrike”). I already know that the template uses wp_list_pages(), and that you can change the style via CSS using the “current_page_item” or the “page_item” selector. I tried to integrate it into my stylesheet setting the “margin-bottom” to zero px, but nothing happened…[UPDATE from 2007-02-13]
OK, this was a tricky one - but after inspecting the css-code I found out that the wisdom lies within “#sidebar ul ul”… - Ordered list in comments:
I wanted to show comments as an ordered list using “1, 2, 3, …” and so forth. So I exchanged “<ul>” with “<ol>” in my comments template. The only problem is that the number is shown above the author’s name, not before…[UPDATE from 2007-02-13]
This problem is also resolved… - Comment number in reverse order (guestbook):
I have the same problem as described in #2 in my guestbook, but in addition to this, I want the numbers of the comments to be displayed in reverse order…[UPDATE from 2007-02-13]
Resolved! See this post…
The post ends here. Wanna leave a response? Have Your Say!
Next post: Youtube.com: Web 2.0 … The Machine is Us/ing Us
Previous post: WordPress Plugin “Comment Live Preview”
The above post was initially scribbled on February 7th, 2007 @ 00:53:34 +0100 (CET) and has been last modified on May 21st, 2007. It is filed under the category WordPress Stuff and has not yet been tagged.
Trackback URI | Comments RSS | Permalink




