Skip to content

Instantly share code, notes, and snippets.

@whalesalad
Created January 24, 2010 11:52
Show Gist options
  • Select an option

  • Save whalesalad/285169 to your computer and use it in GitHub Desktop.

Select an option

Save whalesalad/285169 to your computer and use it in GitHub Desktop.
$blog_title = $wpdb->get_var($wpdb->prepare("SELECT post_title FROM $wpdb->posts WHERE post_name = %s AND post_type='page'", 'blog'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment