Rounded V2 blue edition on Blogger
I’m pretty proud to see that Rounded V2 blue edition rocks on blogger now, check this out on blogger templates
I’m not a blogger user and has never used it, so i’m quite curious to have your feedback.
I’m pretty proud to see that Rounded V2 blue edition rocks on blogger now, check this out on blogger templates
I’m not a blogger user and has never used it, so i’m quite curious to have your feedback.
If you use child categories in your posts’ organization you can now see them with padding on the left and a light arrow before each list. But note that categories imported through a widget don’t work as they should. In that case, child lists aren’t set with the correct markup and won’t be skinned correctly. To prevent this from happening you have to extract the categories’ block out of the widgets loop, as I did with the pages block (the blue one on top of your sidebar).
Corrections : you can use the standard widget for your categories, but you have to modify one line in /wp-content/plugins/widgets/widgets.php , on line 858 replace < ?php wp_list_cats("sort_column=name&optioncount=$c&hierarchical=$h"); ?> by a simple < ?php wp_list_cats(); ?> and child categories will be displayed correctly.
If you can or don’t want to edit this php file, just download it and overwrite it in your directory (/wp-content/plugins/widgets/)
You have probably noticed an orphan block at the top of your sidebar. In fact I’ve made a little mistake in sidebar.php wich caused this problem. I’ve corrected it, you can download Rounded V2 again and update your theme. Minor modification has been added on sidebar links too. In the meantime I’ve corrected blog description’s position for the blue edition (on IE6).