Snippet: WordPress 3.0 Menus - Add a login / logout link

The new WordPress 3.0 menu system is pretty powerful and provides some very interesting new options for creating menus in WordPress. Previously, I have always used wp_list_pages and a custom Walker class to provide hierarchical menus based on the page structure, but that's a topic…

Spotlight: Wordpress Admin Menu - Remove "Add New" pages or posts link

Back in June I posted about tidying up the WordPress admin dashboard [http://erisds.co.uk/wordpress/snippet-wordpress-admin-tidy-dashboard-widgets-by-role] . Recently I got a comment on that article asking if the admin menu could be altered for different users in a similar way. Here's the question: > Can I lose…