WordPress 2.5 & ID Numbers
On April 30th, 2008 David Zemens wrote:
One of the flaws that I think exists in the newest version of WordPress is that the administration dashboard no longer includes references to ID numbers.
These ID numbers are useful for identifying which category, page, or post a particular entry is identified with. The WordPress in_category() function, and others, utilize this ID number as one of the parameters for the function.
I have written an article about this over at 1955 Design. Please check it out if you would like to discover a solution to this problem.
Read the full post: WordPress 2.5 & ID Numbers »

I have always thought that one of the main flaws of many WordPress themes is that the main page navigation, when called by using the wp_list_pages() function, applies a title to each of the navigation links with whatever value is used in the the_title() of that particular page.
