Archive for the 'Development' Category

Thursday, February 18th, 2010

# command for creating symbolic links:
$ ln -s /Users/PATH_TO_FOLDER NEW_FOLDER_NAME

 

Find WP Page ID

Tuesday, May 19th, 2009

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