Debajit
Forum Replies Created
-
Okay… I just figured it out, the structure tag for post creation date is “dateCreated”. The problem is fixed now 🙂
Forum: Fixing WordPress
In reply to: How do i Remove the Category Name Heading from the Blogroll?HandySolo, I think that is more of a hack 😉
I found the solution, finally, looking at the sources: wp_get_links.
Turns out, its been heavily updated in 2.1, and is not documented in the codex yet.
Here’s what I replaced the wp_list_bookmarks line with:
<?php wp_get_links('category=21&before=<li><strong>&between=</strong><br />&after=</li>&orderby=rating'); ?>Forum: Fixing WordPress
In reply to: How do i Remove the Category Name Heading from the Blogroll?I tried replacing it as you mentioned above, but that does not seem to help in any way — the link category still shows up.
Okay, I realize that http://validator.w3.org/ does not flag missing width/height attributes for images as errors 🙂
But if I wanted to add width/height to the HTML code generated by WordPress, is there an easy way to do it?
My blog is at http://blog.debajit.com/ (It’s still under construction)
I’m using WebXACT (http://webxact.watchfire.com/) to validate and test for accessibility issues.