Archive for May, 2009

Find WP Page ID

Tuesday, May 19th, 2009

$page_id = $wpdb->get_var(“SELECT ID FROM $wpdb->posts WHERE post_name = ‘page_slug’”);

 

question

Saturday, May 16th, 2009

Why doesn’t Apple give me the option to “Install Update and Shutdown” before I start updating OS X?  After all, it tells me beforehand that a restart will be required.  Instead of being asleep I’m waiting for a security update to install.
Even better, it gives me the option after the download is complete…insult meet injury

I [...]