Bugs and features in WP’s default theme
Sunday, March 6th, 2005While the new default theme shipped with WordPress 1.5 is looking really good, I’ve found two bugs (one feature?) I really had to fix:
- The footer is shifted 1px to the right when using Firefox. Konqueror works fine, though.
Solution: Set the left padding of#footerinstyle.cssfrom 1 to 0px. - When watching entries in “archive-mode” (e.g. displaying by category or month), the links within a post are not displayed. This might be considered a feature but it just doesn’t make any sense to me.
Solution:archive.phpis callingthe_excerpt()instead ofthe_content()..
