josquin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ordering categoriesmelyviz –
You’ll want to use ‘sort_column=name’ as well, if you want to sort by name. WP will sort by ID by default.
Forum: Fixing WordPress
In reply to: Ordering categoriesYeah, I’m using that version as well. I just switched back to the old version of templates-function-category.php because the version linked above doesn’t seem to be working properly either – basically I guess the category function needs some work and is in development?
Forum: Fixing WordPress
In reply to: Ordering categoriesI’m also now getting this:
Fatal error: Call to undefined function: get_category() in /(path-to-blog)/wp-includes/template-functions-category.php on line 104
When I try to edit a post.
Forum: Fixing WordPress
In reply to: Ordering categoriesI was having the same problem and tried downloading the new template-functions-category.php. When I did so, the ordering and hierarchical display were fixed. Unfortunately, the spacing is now a little strange, like so:
- Family (1)
- Simon (34)
- Flowers (3)
- Uncategorized (4)
Is this a CSS problem? Seems like I get one extra line for each
</ul>, and because there’s an extra</ul>for the nested category, I get two blank spaces after the nested category. It’s not that bad, but it makes for sort of a disjointed-looking list.EDIT : I can’t get this to look right in my post. Anyway, there’s a lot of extra space under “Simon”.