Skip to content

Instantly share code, notes, and snippets.

@zpalexander
Created July 22, 2013 14:17
Show Gist options
  • Save zpalexander/6054156 to your computer and use it in GitHub Desktop.
Save zpalexander/6054156 to your computer and use it in GitHub Desktop.
-- phpMyAdmin SQL Dump
-- version 3.5.7
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 22, 2013 at 04:17 PM
-- Server version: 5.5.29
-- PHP Version: 5.4.10
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `wp`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `wp_comments`
--
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2013-07-10 15:45:22', '2013-07-10 15:45:22', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=392 ;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost:8888/wordpress', 'yes'),
(2, 'blogname', '[PANK]', 'yes'),
(3, 'blogdescription', 'Just another WordPress site', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'zpalexander@gmail.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '0', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(25, 'links_recently_updated_prepend', '<em>', 'yes'),
(26, 'links_recently_updated_append', '</em>', 'yes'),
(27, 'links_recently_updated_time', '120', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%year%/%monthnum%/%postname%/', 'yes'),
(31, 'gzipcompression', '0', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:4:{i:0;s:41:"debug-bar-extender/debug-bar-extender.php";i:1;s:23:"debug-bar/debug-bar.php";i:2;s:13:"pank/pank.php";i:3;s:33:"posts-to-posts/posts-to-posts.php";}', 'yes'),
(36, 'home', 'http://localhost:8888/wordpress', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(39, 'advanced_edit', '0', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', '', 'no'),
(44, 'template', 'pank', 'yes'),
(45, 'stylesheet', 'pank', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '0', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '22442', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '0', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'page', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '0', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '0', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(83, 'widget_text', 'a:0:{}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:1:{s:33:"posts-to-posts/posts-to-posts.php";a:2:{i:0;s:11:"P2P_Storage";i:1;s:9:"uninstall";}}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '46', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '22442', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(93, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:6:{i:0;s:10:"archives-2";i:1;s:6:"meta-2";i:2;s:8:"search-2";i:3;s:12:"categories-2";i:4;s:14:"recent-posts-2";i:5;s:17:"recent-comments-2";}s:9:"sidebar-1";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(99, 'cron', 'a:4:{i:1374507925;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1374507976;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1374512494;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(101, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.5.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.5.2.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.5.2-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.5.2-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.5.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.5";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1374501961;s:15:"version_checked";s:5:"3.5.2";}', 'yes'),
(105, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1374501965;s:7:"checked";a:5:{s:7:"genesis";s:5:"1.8.2";s:4:"pank";s:3:"1.0";s:12:"twentyeleven";s:3:"1.5";s:12:"twentytwelve";s:3:"1.1";s:22:"yalobusha-review-theme";s:5:"0.1.1";}s:8:"response";a:0:{}}', 'yes'),
(108, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:31:"http://localhost:8888/wordpress";s:4:"link";s:107:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost:8888/wordpress/";s:3:"url";s:140:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost:8888/wordpress/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(121, 'can_compress_scripts', '0', 'yes'),
(130, '_site_transient_timeout_wporg_theme_feature_list', '1373486379', 'yes'),
(132, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:19:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:15:"flexible-header";i:10;s:20:"front-page-post-form";i:11;s:19:"full-width-template";i:12;s:12:"microformats";i:13;s:12:"post-formats";i:14;s:20:"rtl-language-support";i:15;s:11:"sticky-post";i:16;s:13:"theme-options";i:17;s:17:"threaded-comments";i:18;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
(144, 'theme_mods_twentytwelve', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1373471207;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(145, 'current_theme', 'PANK', 'yes'),
(146, 'theme_mods_yalobusha-review-theme', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1373475579;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:6:{i:0;s:10:"archives-2";i:1;s:6:"meta-2";i:2;s:8:"search-2";i:3;s:12:"categories-2";i:4;s:14:"recent-posts-2";i:5;s:17:"recent-comments-2";}s:12:"header-right";a:0:{}s:7:"sidebar";a:0:{}s:11:"sidebar-alt";a:0:{}}}}', 'yes'),
(147, 'theme_switched', '', 'yes'),
(148, 'genesis-settings', 'a:40:{s:6:"update";i:1;s:10:"blog_title";s:4:"text";s:12:"header_right";i:0;s:11:"site_layout";s:15:"content-sidebar";s:3:"nav";i:1;s:13:"nav_superfish";i:1;s:17:"nav_extras_enable";i:0;s:10:"nav_extras";s:4:"date";s:21:"nav_extras_twitter_id";s:0:"";s:23:"nav_extras_twitter_text";s:20:"Follow me on Twitter";s:6:"subnav";i:0;s:16:"subnav_superfish";i:1;s:8:"feed_uri";s:0:"";s:17:"comments_feed_uri";s:0:"";s:14:"redirect_feeds";i:0;s:14:"comments_pages";i:0;s:14:"comments_posts";i:1;s:16:"trackbacks_pages";i:0;s:16:"trackbacks_posts";i:1;s:15:"breadcrumb_home";i:0;s:17:"breadcrumb_single";i:0;s:15:"breadcrumb_page";i:0;s:18:"breadcrumb_archive";i:0;s:14:"breadcrumb_404";i:0;s:21:"breadcrumb_attachment";i:0;s:15:"content_archive";s:4:"full";s:25:"content_archive_thumbnail";i:0;s:9:"posts_nav";s:11:"older-newer";s:8:"blog_cat";s:0:"";s:16:"blog_cat_exclude";s:0:"";s:12:"blog_cat_num";i:10;s:14:"header_scripts";s:0:"";s:14:"footer_scripts";s:0:"";s:13:"theme_version";s:5:"1.8.2";s:10:"db_version";s:4:"1804";s:9:"show_info";i:0;s:12:"update_email";i:0;s:13:"redirect_feed";i:0;s:22:"redirect_comments_feed";i:0;s:15:"style_selection";s:0:"";}', 'yes'),
(149, 'genesis-seo-settings', 'a:31:{s:23:"append_description_home";i:1;s:17:"append_site_title";i:0;s:12:"doctitle_sep";s:3:"—";s:20:"doctitle_seplocation";s:5:"right";s:10:"home_h1_on";s:5:"title";s:13:"home_doctitle";s:0:"";s:16:"home_description";s:0:"";s:13:"home_keywords";s:0:"";s:12:"home_noindex";i:0;s:13:"home_nofollow";i:0;s:14:"home_noarchive";i:0;s:18:"canonical_archives";i:1;s:28:"head_adjacent_posts_rel_link";i:0;s:21:"head_wlwmanifest_link";i:0;s:14:"head_shortlink";i:0;s:19:"noindex_cat_archive";i:1;s:19:"noindex_tag_archive";i:1;s:22:"noindex_author_archive";i:1;s:20:"noindex_date_archive";i:1;s:22:"noindex_search_archive";i:1;s:21:"noarchive_cat_archive";i:0;s:21:"noarchive_tag_archive";i:0;s:24:"noarchive_author_archive";i:0;s:22:"noarchive_date_archive";i:0;s:24:"noarchive_search_archive";i:0;s:9:"noarchive";i:0;s:5:"noodp";i:1;s:6:"noydir";i:1;s:19:"head_index_rel_link";i:0;s:25:"head_parent_post_rel_link";i:0;s:24:"head_start_post_rel_link";i:0;}', 'yes'),
(156, 'theme_mods_pank', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:5;s:6:"footer";i:5;}}', 'yes'),
(165, 'recently_activated', 'a:0:{}', 'yes'),
(168, 'p2p_storage', '4', 'yes'),
(174, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1373500639', 'yes'),
(175, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"3827";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2420";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"2308";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1914";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1829";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1569";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1305";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1304";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1289";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1244";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1201";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1114";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"972";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"960";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"956";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"929";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"822";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"809";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"763";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"710";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"677";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"670";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"666";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"615";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"611";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"580";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"560";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"552";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"544";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"534";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"519";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"518";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"497";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"492";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"452";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"451";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"448";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"448";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"431";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"426";}}', 'yes'),
(179, '_site_transient_update_plugins', 'O:8:"stdClass":2:{s:12:"last_checked";i:1374501962;s:8:"response";a:0:{}}', 'yes'),
(212, 'rewrite_rules', 'a:135:{s:8:"issue/?$";s:25:"index.php?post_type=issue";s:38:"issue/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?post_type=issue&feed=$matches[1]";s:33:"issue/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?post_type=issue&feed=$matches[1]";s:25:"issue/page/([0-9]{1,})/?$";s:43:"index.php?post_type=issue&paged=$matches[1]";s:8:"piece/?$";s:25:"index.php?post_type=piece";s:38:"piece/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?post_type=piece&feed=$matches[1]";s:33:"piece/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?post_type=piece&feed=$matches[1]";s:25:"piece/page/([0-9]{1,})/?$";s:43:"index.php?post_type=piece&paged=$matches[1]";s:7:"book/?$";s:24:"index.php?post_type=book";s:37:"book/feed/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=book&feed=$matches[1]";s:32:"book/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=book&feed=$matches[1]";s:24:"book/page/([0-9]{1,})/?$";s:42:"index.php?post_type=book&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:33:"issue/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"issue/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"issue/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"issue/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"issue/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"issue/([^/]+)/trackback/?$";s:32:"index.php?issue=$matches[1]&tb=1";s:46:"issue/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?issue=$matches[1]&feed=$matches[2]";s:41:"issue/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?issue=$matches[1]&feed=$matches[2]";s:34:"issue/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?issue=$matches[1]&paged=$matches[2]";s:41:"issue/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?issue=$matches[1]&cpage=$matches[2]";s:26:"issue/([^/]+)(/[0-9]+)?/?$";s:44:"index.php?issue=$matches[1]&page=$matches[2]";s:22:"issue/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"issue/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:52:"issue/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"issue/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"issue/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"piece/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"piece/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"piece/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"piece/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"piece/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"piece/([^/]+)/trackback/?$";s:32:"index.php?piece=$matches[1]&tb=1";s:46:"piece/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?piece=$matches[1]&feed=$matches[2]";s:41:"piece/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?piece=$matches[1]&feed=$matches[2]";s:34:"piece/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?piece=$matches[1]&paged=$matches[2]";s:41:"piece/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?piece=$matches[1]&cpage=$matches[2]";s:26:"piece/([^/]+)(/[0-9]+)?/?$";s:44:"index.php?piece=$matches[1]&page=$matches[2]";s:22:"piece/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"piece/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:52:"piece/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"piece/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"piece/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"book/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"book/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"book/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"book/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"book/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:25:"book/([^/]+)/trackback/?$";s:31:"index.php?book=$matches[1]&tb=1";s:45:"book/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?book=$matches[1]&feed=$matches[2]";s:40:"book/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?book=$matches[1]&feed=$matches[2]";s:33:"book/([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?book=$matches[1]&paged=$matches[2]";s:40:"book/([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?book=$matches[1]&cpage=$matches[2]";s:25:"book/([^/]+)(/[0-9]+)?/?$";s:43:"index.php?book=$matches[1]&page=$matches[2]";s:21:"book/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:31:"book/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:51:"book/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"book/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"book/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"genre/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?genre=$matches[1]&feed=$matches[2]";s:41:"genre/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?genre=$matches[1]&feed=$matches[2]";s:34:"genre/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?genre=$matches[1]&paged=$matches[2]";s:16:"genre/([^/]+)/?$";s:27:"index.php?genre=$matches[1]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=46&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:47:"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$";s:69:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1";s:64:"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]";s:59:"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]";s:52:"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:82:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]";s:59:"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:82:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]";s:44:"([0-9]{4})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]";s:36:"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(226, 'category_children', 'a:0:{}', 'yes'),
(261, 'genre_children', 'a:0:{}', 'yes'),
(308, '_site_transient_timeout_browser_2dc94994c2573c96c140e2d27be447fc', '1374694914', 'yes'),
(309, '_site_transient_browser_2dc94994c2573c96c140e2d27be447fc', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"22.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(310, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(355, '_transient_all_the_cool_cats', '3', 'yes'),
(360, '_site_transient_timeout_theme_roots', '1374503763', 'yes'),
(361, '_site_transient_theme_roots', 'a:5:{s:7:"genesis";s:7:"/themes";s:4:"pank";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:12:"twentytwelve";s:7:"/themes";s:22:"yalobusha-review-theme";s:7:"/themes";}', 'yes'),
(362, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1374545759', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(363, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 03:24:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:37:"http://wordpress.org/?v=3.6-RC1-24757";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 3.6 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 03:23:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2639";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"The first release candidate for WordPress 3.6 is now available. We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven&#8217;t tested 3.6 yet, there&#8217;s no time like the present. (But please: not on a live production site, unless you&#8217;re feeling especially adventurous.) Think [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1504:"<p>The first release candidate for WordPress 3.6 is now available.</p>\n<p>We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven&#8217;t tested 3.6 yet, there&#8217;s no time like the present. (But please: not on a live production site, unless you&#8217;re feeling especially adventurous.)</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="http://core.trac.wordpress.org/report/6">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can sort it out before the final release.</p>\n<p>To test WordPress 3.6, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.6-RC1.zip">download the release candidate here (zip)</a>.</p>\n<p>As you may have heard, we backed the Post Format UI feature out of the release. On the other hand, our slick new revisions browser had some extra time to develop. You should see it with 200+ revisions loaded — scrubbing back and forth at lightning speed is a thing of beauty.</p>\n<p><em>Delayed, but still loved</em><br />\n<em>The release will be out soon</em><br />\n<em>Test it, por favor</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Annual WordPress Survey &amp; WCSF";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 23:50:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2625";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:347:"It&#8217;s time for our third annual user and developer survey! If you&#8217;re a WordPress user, developer, or business, we want your feedback. Just like previous years, we&#8217;ll share the data at the upcoming WordCamp San Francisco (WCSF). Results will also be sent to each survey respondent. It only takes a few minutes to fill out [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1242:"<p><img class="alignright" alt="" align="right" src="http://wpdotorg.files.wordpress.com/2013/07/wcsf-2013.jpg" width="278" height="185" />It&#8217;s time for our third annual user and developer survey! If you&#8217;re a WordPress user, developer, or business, we want your feedback. Just like previous years, we&#8217;ll share the data at the upcoming <a href="http://2013.sf.wordcamp.org/">WordCamp San Francisco</a> (WCSF). Results will also be sent to each survey respondent.</p>\n<p>It only takes a few minutes to <a href="http://wp-survey.polldaddy.com/s/wp-2013">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<p>If you missed past State of the Word keynotes, be sure to check out them out for survey results from <a href="http://wordpress.org/news/2011/08/state-of-the-word/">2011</a> and <a href="http://ma.tt/2012/08/state-of-the-word-2012/">2012</a>.</p>\n<p>Speaking of WCSF, if you didn&#8217;t get a ticket or are too far away to attend, you can still <a href="http://2013.sf.wordcamp.org/tickets/">get a ticket for the live stream</a>! Watch the live video stream from the comfort of your home on July 26 and 27; WCSF t-shirt, or any shirt, optional.</p>\n<p>I hope to see you there.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 3.5.2 Maintenance and Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/06/wordpress-3-5-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2013/06/wordpress-3-5-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Jun 2013 19:54:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2612";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing 12 bugs. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. The WordPress security team resolved seven security issues, and this release also contains some additional security hardening. The security fixes included: [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2549:"<p>WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.5.2">12 bugs</a>. <strong>This is a security release for all previous versions and we strongly encourage you to update your sites immediately.</strong> The WordPress security team resolved seven security issues, and this release also contains some additional security hardening.</p>\n<p>The security fixes included:</p>\n<ul>\n<li>Blocking server-side request forgery attacks, which could potentially enable an attacker to gain access to a site.</li>\n<li>Disallow contributors from improperly publishing posts, reported by <a href="http://kovshenin.com/">Konstantin Kovshenin</a>, or reassigning the post&#8217;s authorship, reported by <a href="http://www.sharefaith.com/">Luke Bryan</a>.</li>\n<li>An update to the SWFUpload external library to fix cross-site scripting vulnerabilities. Reported by <a href="http://ma.la">mala</a> and <a href="http://mars.iti.pk.edu.pl/~grucha/">Szymon Gruszecki</a>. (Developers: More on SWFUpload <a href="http://make.wordpress.org/core/2013/06/21/secure-swfupload/">here</a>.)</li>\n<li>Prevention of a denial of service attack, affecting sites using password-protected posts.</li>\n<li>An update to an external TinyMCE library to fix a cross-site scripting vulnerability. Reported by <a href="http://twitter.com/rinakikun">Wan Ikram</a>.</li>\n<li>Multiple fixes for cross-site scripting. Reported by <a href="http://webapplicationsecurity.altervista.org/">Andrea Santese</a> and Rodrigo.</li>\n<li>Avoid disclosing a full file path when a upload fails. Reported by <a href="http://hauntit.blogspot.de/">Jakub Galczyk</a>.</li>\n</ul>\n<p>We appreciated <a href="http://codex.wordpress.org/FAQ_Security">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href="http://codex.wordpress.org/Version_3.5.2">release notes</a> or consult <a href="http://core.trac.wordpress.org/log/branches/3.5?rev=24498&amp;stop_rev=23347">the list of changes</a>.</p>\n<p><a href="http://wordpress.org/wordpress-3.5.2.zip">Download WordPress 3.5.2</a> or update now from the Dashboard → Updates menu in your site’s admin area.</p>\n<p><em>Also:</em> <strong>WordPress 3.6 Beta 4:</strong> If you are testing WordPress 3.6, please note that <a href="http://wordpress.org/wordpress-3.6-beta4.zip">WordPress 3.6 Beta 4</a> (zip) includes fixes for these security issues.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/06/wordpress-3-5-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Ten Good Years";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2013/05/ten-good-years/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2013/05/ten-good-years/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 31 May 2013 17:54:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2606";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:343:"It&#8217;s been ten years since we started this thing, and what a long way we&#8217;ve come. From a discussion between myself and Mike Little about forking our favorite blogging software, to powering 18% of the web. It&#8217;s been a crazy, exciting, journey, and one that won&#8217;t stop any time soon. At ten years, it&#8217;s fun [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:9852:"<p><img class="alignright" alt="" align="right" src="http://wpdotorg.files.wordpress.com/2013/05/wp10.jpg" width="316" height="164" />It&#8217;s been ten years since we started this thing, and what a long way we&#8217;ve come. From a discussion between myself and <a href="http://mikelittle.org/">Mike Little</a> about <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/">forking our favorite blogging software</a>, to powering 18% of the web. It&#8217;s been a crazy, exciting, journey, and one that won&#8217;t stop any time soon.</p>\n<p>At ten years, it&#8217;s fun to reflect on our beginnings. We launched WordPress on 27th May 2003, but that wasn&#8217;t inception. Go back far enough, and you can <a href="http://zengun.org/weblog/archives/2001/06/post1958/">read a post by Michel Valdrighi</a> who, frustrated by the self-hosted blogging platforms available, decided to write his own software; &#8220;b2, a PHP+MySQL alternative to Blogger and GreyMatter.&#8221; b2 was easy to install, easy to configure, and easy for developers to extend. Of all the blogging platforms out there, <a href="http://cafelog.com">b2</a> was the right one for me: I could write my content and get it on the web quickly and painlessly.</p>\n<p>Sometimes, however, life gets in the way. In 2002, Michel stopped maintaining b2. Over time, security flaws became apparent and updates were needed and, while the b2 community could write patches and fixes, no one was driving the software forward. We were lucky that Michel decided to release b2 under the GPL; the software may have been abandoned, but we weren&#8217;t without options. A fork was always a possibility. That was where it stood in January 2003, when <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/">I posted about forking b2</a> and <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445">Mike responded</a>. The rest, as they say, is history.</p>\n<p>From the very beginning to the present day, I&#8217;ve been impressed by the thought, care, and dedication that WordPress&#8217; developers have demonstrated. Each one has brought his or her unique perspective, each individual has strengthened the whole. It would be impossible to thank each of them here individually, but their achievements speak for themselves. In WordPress 1.2 the new Plugin API made it easy for developers to extend WordPress. In the same release <code>gettext()</code> internationalization opened WordPress up to every language (hat tip: <a href="http://ryan.boren.me/">Ryan Boren</a> for spending hours wrapping strings with gettext). In WordPress 1.5 our Theme system made it possible for WordPress users to quickly change their site&#8217;s design: there was huge resistance to the theme system from the wider community at the time, but can you imagine WordPress without it? Versions 2.7, 2.8, and 2.9 saw improvements that let users install and update their plugins and themes with one click. WordPress has seen a redesign by <a href="http://v2.happycog.com/create/wordpress/?p=design/wordpress/">happycog</a> (2.3) and gone under extensive user testing and redesign (<a href="http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation">Crazyhorse</a>, Liz Danzico and Jen Mylo, WordPress 2.5). In WordPress 3.0 we merged WordPress MU with WordPress &#8212; a huge job but 100% worth it. And in WordPress 3.5 we revamped the media uploader to make it easier for people to get their images, video, and media online.</p>\n<p>In sticking to our commitment to user experience, we&#8217;ve done a few things that have made us unpopular. The <a href="http://tech.gaeatimes.com/index.php/archive/wordpress-wysiwyg-editor-is-a-disaster/">WYSIWYG editor</a> was hated by many, especially those who felt that if you have a blog you should know HTML. Some developers hated that we stuck with our code, refusing to rewrite, but it&#8217;s always been the users that matter: better a developer lose sleep than a site break for a user. Our code isn&#8217;t always beautiful, after all, when WordPress was created most of us were still learning PHP, but we try to make a flawless experience for users.</p>\n<p>It&#8217;s not all about developers. WordPress&#8217; strength lies in the diversity of its community. From the start, we wanted a low barrier to entry and we came up with our &#8220;famous 5 minute install&#8221;. This brought on board users from varied technical background: people who didn&#8217;t write code wanted to help make WordPress better. If you couldn&#8217;t write code, it didn&#8217;t matter: you could answer a question in the support forums, write documentation, translate WordPress, or build your friends and family a WordPress website. There is <a href="https://make.wordpress.org/">space in the community</a> for anyone with a passion for WordPress.</p>\n<p>It&#8217;s been wonderful to see all of the people who have used WordPress to build their home on the internet. Early on <a href="http://wordpress.org/news/2004/04/switchers/">we got excited</a> by <a href="http://wordpress.org/news/2004/04/more-switchers/">switchers</a>. From a community of tinkerers we grew, as writers such as <a href="http://ma.tt/2004/05/om-malik/">Om Malik</a>, <a href="http://dougal.gunters.org/blog/2004/05/15/mark-pilgrim-switches/">Mark Pilgrim</a>, and <a href="http://ma.tt/2004/07/mollycom-switches/">Molly Holzschlag</a> made the switch to WordPress. Our commitment to effortless publishing quickly paid off and has continued to do so: <strong>the WordPress 1.2 release saw 822 downloads per day, our latest release, WordPress 3.5, has seen 145,692 per day.</strong></p>\n<p>I&#8217;m continually amazed by what people have built with WordPress. I&#8217;ve seen <a href="http://justintimberlake.com/main/">musicians</a> and <a href="http://ma.tt/2013/01/neil-leifer-on-wordpress/">photographers</a>, magazines such as <a href="http://life.time.com/">Life</a>, <a href="http://boingboing.net/">BoingBoing</a>, and the <a href="http://observer.com/">New York Observer</a>, <a href="http://www.compliance.gov/">government websites</a>, a <a href="http://josephscott.org/archives/2011/05/pressfs-a-wordpress-filesystem/">filesystem</a>, <a href="http://www.ymcanyc.org/association/pages/y-mvp"> mobile applications</a>, and even <a href="http://www.viper007bond.com/2010/06/12/so-apparently-wordpress-can-guide-missiles/">seen WordPress guide missiles</a>.</p>\n<p>As the web evolves, WordPress evolves. Factors outside of our control will always influence WordPress&#8217; development: today it&#8217;s mobile devices and retina display, tomorrow it could be Google Glass or technology not yet conceived. A lot can happen in ten years! As technology changes and advances, WordPress has to change with it while remaining true to its core values: making publishing online easy for everyone. How we rise to these challenges will be what defines WordPress over the coming ten years.</p>\n<p><strong>To celebrate ten years of WordPress, we&#8217;re working on a book about our history.</strong> We&#8217;re carrying out interviews with people who have involved with the community from the very beginning, those who are still around, and those who have left. It&#8217;s a huge project, but we wanted to have something to share with you on the 10th anniversary. To learn about the very early days of WordPress, just after Mike and I forked b2 <a href="http://wordpress.org/about/history/">you can download Chapter 3 right here</a>. We&#8217;ll be releasing the rest of the book serially, so watch out as the story of the last ten years emerges.</p>\n<p>In the meantime, <a href="http://ma.tt/2013/05/dear-wordpress/"> I penned my own letter to WordPress</a> and other community members have been sharing their thoughts:</p>\n<ul>\n<li><a href="http://zed1.com/journalized/archives/2013/01/25/wordpress-a-10-year-journey/">Mike Little on our Ten Year Journey</a>.</li>\n<li>Core contributor Helen Hou-Sandi <a href="http://helen.wordpress.com/2013/05/27/happy-10th-wordpress-and-thanks-from-my-little-family/">wishes WordPress happy birthday</a>.</li>\n<li>Peter Westwood on <a href="http://blog.ftwr.co.uk/archives/2013/05/27/a-decade-gone-more-to-come/">a decade gone</a>.</li>\n<li>Support rep Mika Epstein <a href="http://ipstenu.org/2013/you-me-and-wp/">on her WordPress journey</a>.</li>\n<li>Dougal Campbell <a href="http://dougal.gunters.org/blog/2013/05/27/instagram-my-wife-suzecampbell-and-i-celebrating-the-wordpress-10th-anniversary-with-bbq-in-our-wordpress-shirts-wp10/">celebrating with his wife, Suze</a>.</li>\n<li>Otto on <a href="http://ottodestruct.com/blog/2013/how-wp-affected-me/">how WordPress affected him</a>.</li>\n</ul>\n<p>You can see how WordPress&#8217; 10th Anniversary was celebrated all over the world <a href="http://wp10.wordpress.net/">by visiting the wp10 website</a>, according to Meetup we had 4,999 celebrators.</p>\n<p>To finish, I just want to say thank you to everyone: to the developers who write the code, to the designers who make WordPress sing, to the worldwide community translating WordPress into so many languages, to volunteers who answer support questions, to those who make WordPress accessible, to the systems team and the plugin and theme reviewers, to documentation writers, event organisers, evangelists, detractors, supporters and friends. Thanks to the jazzers whose music inspired us and whose names are at the heart of WordPress. Thanks to everyone who uses WordPress to power their blog or website, and to everyone who will in the future. Thanks to WordPress and its community that I&#8217;m proud to be part of.</p>\n<p>Thank you. I can&#8217;t wait to see what the next ten years bring.</p>\n<p><em>Final thanks to <a href="http://siobhanmckeown.com/">Siobhan McKeown</a> for help with this post.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/news/2013/05/ten-good-years/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"The Next 10 Starts Now";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2013/05/the-next-10-starts-now/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/05/the-next-10-starts-now/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 May 2013 20:47:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2594";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:365:"All around the globe today, people are celebrating the 10th anniversary of the first WordPress release, affectionately known as #wp10. Watching the feed of photos, tweets, and posts from Auckland to Zambia is incredible; from first-time bloggers to successful WordPress-based business owners, people are coming out in droves to raise a glass and share the [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3901:"<p>All around the globe today, people are celebrating the 10th anniversary of the first WordPress release, affectionately known as #wp10. <a href="http://wp10.wordpress.net">Watching the feed</a> of photos, tweets, and posts from Auckland to Zambia is incredible; from first-time bloggers to successful WordPress-based business owners, people are coming out in droves to raise a glass and share the &#8220;holiday&#8221; with their local communities. With hundreds of parties going on today, it&#8217;s more visible than ever just how popular WordPress has become.</p>\n<p><strong>Thank you to everyone who has ever contributed to this project: your labors of love made this day possible.</strong></p>\n<p>But today isn&#8217;t just about reflecting on how we got this far (though I thought <a href="http://ma.tt/2013/05/dear-wordpress/">Matt&#8217;s reflection on the first ten years</a> was lovely). We are constantly moving forward. As each release cycle begins and ends (3.6 will be here soon, promise!), we always see an ebb and flow in the contributor pool. Part of ensuring the longevity of WordPress means mentoring new contributors, continually bringing new talent and fresh points of view to our family table.</p>\n<p>I am beyond pleased to announce that this summer we will be mentoring 8 interns, most of them new contributors, through <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2013">Google Summer of Code</a> and the <a href="https://live.gnome.org/OutreachProgramForWomen/2013/JuneSeptember">Gnome Outreach Program for Women</a>. Current contributors, who already volunteer their time working on WordPress, will provide the guidance and oversight for a variety of exciting projects  this summer. Here are the people/projects involved in the summer internships:</p>\n<ul>\n<li><strong><strong>Ryan McCue</strong>, </strong>from Australia, working on a JSON-based REST API. Mentors will be Bryan Petty and Eric Mann, with a reviewer assist from Andrew Norcross.</li>\n<li><strong>Kat Hagan</strong>, from the United States, working on a Post by Email plugin to replace the core function. Mentors will be Justin Shreve and George Stephanis, with an assist from Peter Westwood.</li>\n<li><strong>Siobhan Bamber</strong>, from Wales, working on a support (forums, training, documentation) internship. Mentors will be Mika Epstein and Hanni Ross.</li>\n<li><strong>Frederick Ding</strong>, from the United States, working on improving portability. Mentors will be Andrew Nacin and Mike Schroder.</li>\n<li><strong>Sayak Sakar</strong>, from India, working on porting WordPress for WebOS to Firefox OS. Mentor will be Eric Johnson.</li>\n<li><strong>Alex Höreth</strong>, from Germany, working on  adding WordPress native revisions to the theme and plugin code editors. Mentors will be Dominik Schilling and Aaron Campbell, with a reviewer assist from Daniel Bachhuber.</li>\n<li><strong>Mert Yazicioglu</strong>, from Turkey, working on ways to improve our community profiles at profiles.wordpress.org. Mentors will be Scott Reilly and Boone Gorges.</li>\n<li><strong>Daniele Maio</strong>, from Italy, working on a native WordPress app for Blackberry 10. Mentor will be Danilo Ercoli.</li>\n</ul>\n<p>Did you notice that our summer cohort is as international as the #wp10 parties going on today? I can only think that this is a good sign.</p>\n<p>It&#8217;s always a difficult process to decide which projects to mentor through these programs. There are always more applicants with interesting ideas with whom we&#8217;d like to work than there are opportunities. Luckily, WordPress is a free/libre open source software project, and anyone can begin contributing at any time. Is this the year for you? We&#8217;d love for you to join us as we work toward #wp20. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_wink.gif'' alt='';)'' class=''wp-smiley'' /> </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2013/05/the-next-10-starts-now/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.6 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 11 May 2013 03:44:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2584";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:374:"WordPress 3.6 Beta 3 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). Beta [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2452:"<p>WordPress 3.6 Beta 3 is now available!</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.6, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.6-beta3.zip">download the beta here</a> (zip).</p>\n<p>Beta 3 contains about a hundred changes, including improvements to the image Post Format flow (yay, drag-and-drop image upload!), a more polished revision comparison screen, and a more quote-like quote format for Twenty Thirteen.</p>\n<p>As a bonus, we now have oEmbed support for the popular music-streaming services <a href="http://www.rdio.com/">Rdio</a> and <a href="http://www.spotify.com/">Spotify</a> (the latter of which kindly created an oEmbed endpoint a mere 24 hours after we lamented their lack of one). Here&#8217;s an album that&#8217;s been getting a lot of play as I&#8217;ve been working on WordPress 3.6:</p>\n<p><iframe width="500" height="250" src="https://rd.io/i/Qj5r8SE//?source=oembed" frameborder="0"></iframe></p>\n<p><iframe src="https://embed.spotify.com/?uri=spotify:album:6dJZDZMNdBPZrJcNv57bEq" width="300" height="380" frameborder="0" allowtransparency="true"></iframe></p>\n<p>Plugin developers, theme developers, and WordPress hosts should be testing beta 3 extensively. The more you test the beta, the more stable our release candidates and our final release will be.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.6">everything we&#8217;ve fixed</a> so far.</p>\n<p>We&#8217;re looking forward to your feedback. If you find a bug, please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 150 contributors to version 3.6 — it&#8217;s not too late to join in!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.6 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Apr 2013 22:48:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2579";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:373:"WordPress 3.6 Beta 2 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). The [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2057:"<p>WordPress 3.6 Beta 2 is now available!</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.6, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.6-beta2.zip">download the beta here</a> (zip).</p>\n<p>The longer-than-usual delay between beta 1 and beta 2 was due to poor user testing results with the Post Formats UI. Beta 2 contains a modified approach for format choosing and switching, which has done well in user testing. We&#8217;ve also made the Post Formats UI hide-able via Screen Options, and set a reasonable default based on what your theme supports.</p>\n<p>There were a lot of bug fixes and polishing tweaks done for beta 2 as well, so definitely check it out if you had an issues with beta 1.</p>\n<p>Plugin developers, theme developers, and WordPress hosts should be testing beta 2 extensively. The more you test the beta, the more stable our release candidates and our final release will be.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.6">everything we&#8217;ve fixed</a> so far.</p>\n<p>We&#8217;re looking forward to your feedback. If you find a bug, please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 150 contributors to version 3.6 — it&#8217;s not too late to join in!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Summer Mentorship Programs: GSoC and Gnome";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:85:"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Apr 2013 03:18:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2573";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"As an open source, free software project, WordPress depends on the contributions of hundreds of people from around the globe &#8212; contributions in areas like core code, documentation, answering questions in the support forums, translation, and all the other things it takes to make WordPress the best publishing platform it can be, with the most [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5071:"<p>As an open source, free software project, WordPress depends on the contributions of hundreds of people from around the globe &#8212; contributions in areas like core code, documentation, answering questions in the support forums, translation, and all the other things it takes to make WordPress the best publishing platform it can be, with the most supportive community. This year, we&#8217;re happy to be participating as a mentoring organization with two respected summer internship programs: <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2013">Google Summer of Code (GSoC)</a> and the Gnome Outreach Program for Women.</p>\n<h3>Google Summer of Code</h3>\n<p>GSoC is a summer internship program funded by Google specifically for college/university student developers to work on open source coding projects. We have participated in the Google Summer of Code program in the past, and have enjoyed the opportunity to work with students in this way. Some of our best core developers were GSoC students once upon a time!</p>\n<p><a href="http://codex.wordpress.org/GSoC2013#Mentors">Our mentors</a>, almost 30 talented developers with experience developing WordPress, will provide students with guidance and feedback over the course of the summer, culminating in the release of finished projects at the end of the program if all goes well.</p>\n<p>Students who successfully complete the program earn $5,000 for their summer efforts. Interested, or know a college student (newly accepted to college counts, too) who should be? All the information you need about our participation in the program, projects, mentors, and the application process is available on the <a href="http://codex.wordpress.org/GSoC2013">GSoC 2013 page in the Codex</a>.</p>\n<h3>Gnome Outreach Program for Women</h3>\n<p>It&#8217;s not news that women form a low percentage of contributors in most open source projects, and WordPress is no different. We have great women in the contributor community, including some in fairly visible roles, but we still have a lot of work to do to get a representative gender balance on par with our user base.</p>\n<p>The Gnome Outreach Program for Women aims to provide opportunities for women to participate in open source projects, and offers a similar stipend, but there are three key differences between GSoC and Gnome aside from the gender requirement for Gnome.</p>\n<ol>\n<li><span style="font-size: 13px;line-height: 19px">The Gnome program allows intern projects in many areas of contribution, not just code. In other words, interns can propose projects like documentation, community management, design, translation, or pretty much any area in which we have people contributing (including code).</span></li>\n<li><span style="font-size: 13px;line-height: 19px">The Gnome Outreach Program for Women doesn&#8217;t require interns to be college students, though students are definitely welcome to participate. This means that women in all stages of life and career can take the opportunity to try working with open source communities for the summer.</span></li>\n<li><span style="font-size: 13px;line-height: 19px">We have to help raise the money to pay the interns. Google funds GSoC on its own, and we only have to provide our mentors&#8217; time. Gnome doesn&#8217;t have the same funding, so we need to pitch in to raise the money to cover our interns. If your company is interested in helping with this, please check out the program&#8217;s </span><a style="font-size: 13px;line-height: 19px" href="https://live.gnome.org/OutreachProgramForWomen#For_Organizations_and_Companies">sponsorship information</a><span style="font-size: 13px;line-height: 19px"> and follow the contact instructions to get involved. You can earmark donations to support WordPress interns, or to support the program in general. (Pick us, pick us! <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> )</span></li>\n</ol>\n<p>The summer installment of the Gnome Outreach Program for Women follows the same schedule and general application format as GSoC, though there are more potential projects since it covers more areas of contribution. Women college students interested in doing a coding project are encouraged to apply for both programs to increase the odds of acceptance. All the information you need about our participation in the program, projects, mentors, and the application process is available on the <a href="http://codex.wordpress.org/Gnome_Summer_Program_for_Women">Gnome Outreach Program for Women page in the Codex</a>.</p>\n<p>The application period just started, and it lasts another week (May 1 for Gnome, May 3 for GSoC), so if you think you qualify and are interested in getting involved, check out the information pages, get in touch, and apply… Good luck!</p>\n<p><a href="http://codex.wordpress.org/GSoC2013">Google Summer of Code 2013 Information</a><br />\n<a href="http://codex.wordpress.org/Gnome_Summer_Program_for_Women">Gnome Summer Outreach Program for Women 2013 Information</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 10th Anniversary Tees";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/04/wordpress-10th-anniversary-tees/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2013/04/wordpress-10th-anniversary-tees/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Apr 2013 16:40:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Store";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"swag";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"wp10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2561";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"In honor of the upcoming 10th anniversary celebrations, we&#8217;ve put a special 10th anniversary tshirt in the swag store at cost &#8212; $10 per shirt plus shipping. They&#8217;ll be on sale at this price until the anniversary on May 27, and they&#8217;ll start shipping out the week of April 29. Some people who are planning [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1943:"<p><img class="alignleft wp-image-2562" style="font-size: 13px;line-height: 19px;margin-right: 10px" alt="WordPress 10th Anniversary logo" src="http://wordpress.org/news/files/2013/04/wp10logo.jpg" width="120" height="119" />In honor of the upcoming <a title="Save the Date: May 27" href="http://wordpress.org/news/2013/04/save-the-date-may-27/">10th anniversary celebrations</a>, we&#8217;ve put a special<a href="http://hellomerch.com/collections/wordpress/products/wordpress-10th-anniversary-t-shirt"> 10th anniversary tshirt in the swag store</a> at cost &#8212; $10 per shirt plus shipping. They&#8217;ll be on sale at this price until the anniversary on May 27, and they&#8217;ll start shipping out the week of April 29.</p>\n<p>Some people who are planning parties or who organize meetups are already talking about doing group orders to save on shipping costs, which is a great idea &#8212; just make sure you allow enough shipping time. If you&#8217;re not sure if the tees could make it to you in time on your side of the world, use the contact options at the bottom of the store page to ask about shipping times. If they can&#8217;t reach you in time and you want to have a local printer do some for your group, we&#8217;ll post the vector file on the wp10 site within the next week (and this post will get updated accordingly). </p>\n<p>The shirts are available in black or silvery gray. Why silvery gray? Because of trivia: the traditional gift for 10th anniversaries is tin or aluminum. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p><a href="http://hellomerch.com/collections/wordpress/products/wordpress-10th-anniversary-t-shirt"><img class="aligncenter size-full wp-image-2563" alt="Silver and Black tshirts with WordPress 10th anniversary logo on them" src="http://wordpress.org/news/files/2013/04/wp10shirtgrayblack.jpg" width="643" height="333" /></a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2013/04/wordpress-10th-anniversary-tees/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Save the Date: May 27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/04/save-the-date-may-27/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/04/save-the-date-may-27/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Apr 2013 13:48:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2555";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"What&#8217;s on May 27, you ask? May 27, 2013 is the 10th anniversary of the first WordPress release! We think this is worth celebrating, and we want WordPress fans all over the world to celebrate with us by throwing their own parties. We&#8217;re using Meetup Everywhere to coordinate, and will be putting up a website [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2102:"<p>What&#8217;s on May 27, you ask?</p>\n<p>May 27, 2013 is the <strong>10th anniversary</strong> of the <a href="http://wordpress.org/news/2003/05/wordpress-now-available/">first WordPress release</a>!</p>\n<p>We think this is worth celebrating, and we want WordPress fans all over the world to celebrate with us by throwing their own parties. <a href="http://www.meetup.com/WordPress/">We&#8217;re using Meetup Everywhere</a> to coordinate, and will be putting up a website just for the 10th Anniversary so that we can collect photos, videos, tweets, and posts from all the parties.</p>\n<p>The rules are very simple:</p>\n<ol>\n<li><span style="line-height: 12.997159004211426px">Pick a place to go where a bunch of people can be merry &#8212; a park, a bar, a backyard, whatever</span></li>\n<li>Spread the word to local meetups, tech groups, press, etc and get people to say they&#8217;ll come to your party</li>\n<li>If 50 or more people RSVP to your party, we&#8217;ll try to send you some WordPress stickers and buttons</li>\n<li>Have party attendees post photos, videos, and the like with the #wp10 hashtag</li>\n</ol>\n<p>We&#8217;ll be using Meetup Everywhere to coordinate parties all over the world, so get your city on the map and <a href="http://www.meetup.com/WordPress/">register your party now</a> !</p>\n<p>We&#8217;ll follow up with registered organizers  over the next few weeks with some tips for how to publicize your party and to get addresses for swag packages. To that end, make sure you check the option that lets WordPress 10th Anniversary know your email, or we won&#8217;t be able to get in touch with you for these things or to give you access to the WP10 blog.</p>\n<p>Whose party will be the biggest? The most fun? The most inventive? Will it be yours?</p>\n<p><em>Note: If you already run a group on meetup.com, making your party an event in your group is great, but you still need to post it and have people RSVP at the <a href="http://www.meetup.com/WordPress/">special party page</a>, because regular groups and Meetup Everywhere groups aren&#8217;t connected yet. </em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/04/save-the-date-may-27/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 22 Jul 2013 14:15:08 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Sat, 13 Jul 2013 03:24:12 GMT";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20121202204312";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(364, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1374545759', 'no'),
(365, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1374502559', 'no'),
(366, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1374545759', 'no'),
(367, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/'' title=''The first release candidate for WordPress 3.6 is now available. We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven’t tested 3.6 yet, there’s no time like the present. (But please: not on a live production site, unless you’re feeling especially adventurous.) Think […] [&hellip;]''>WordPress 3.6 Release Candidate</a> <span class="rss-date">July 13, 2013</span><div class=''rssSummary''>The first release candidate for WordPress 3.6 is now available. We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven’t tested 3.6 yet, there’s no time like the present. (But please: not on a live production site, unless you’re feeling especially adventurous.) Think […] [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/'' title=''It’s time for our third annual user and developer survey! If you’re a WordPress user, developer, or business, we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp San Francisco (WCSF). Results will also be sent to each survey respondent. It only takes a few minutes to fill out […] [&hellip;]''>Annual WordPress Survey &amp; WCSF</a> <span class="rss-date">July 9, 2013</span><div class=''rssSummary''>It’s time for our third annual user and developer survey! If you’re a WordPress user, developer, or business, we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp San Francisco (WCSF). Results will also be sent to each survey respondent. It only takes a few minutes to fill out […] [&hellip;]</div></li></ul></div>', 'no'),
(368, '_transient_timeout_feed_027a19df0554594ec322e90359178392', '1374545759', 'no'),
(369, '_transient_feed_027a19df0554594ec322e90359178392', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:83:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:4:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"link:http://localhost:8888/wordpress/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://www.google.com/search?ie=utf-8&q=link:http://localhost:8888/wordpress/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:19:"About 1,290 results";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"How to Move &lt;b&gt;WordPress&lt;/b&gt; From Local Server to Live Site - WPBeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:285:"Simply go to <em>http</em>://<em>localhost</em>/phpmyadmin/ and click on your <em>WordPress</em> database. Next <b>...</b> Click on the browse button next to wp_options or the <em>link</em> that you see in the sidebar to open the page with a list of fields within the wp_options table.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:10:"WPBeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Editorial Staff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 18 Jul 2013 12:30:41 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"An alternative to Google Calendar? | GET Writing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://getwriting.net/?p=158";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:609:"Download the zip file from the BTSYNC website (<em>link</em> below) and store it on your local machine. <b>...</b> Now go to your browser, and run: &#39;<em>http</em>://<em>localhost</em>:<em>8888</em>/gui/&#39;. Set up a share directory (I&#39;ve used &#39;/home/yourusername/documents/….&#39;), get the Secret (code). Obviously, you&#39;ll also need to setup btsync on your other machines too, and apply this secret code once you&#39;ve set it up and run the <em>localhost</em>:<em>8888</em>/gui on your browser. <b>...</b> Meta. Log in; Entries RSS &middot; Comments RSS &middot; <em>WordPress</em>. org.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:11:"GET Writing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 26 Jun 2013 01:54:14 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"Can osm2po produce a travel distance buffer for a given time? - GIS &lt;b&gt;...&lt;/b&gt;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://gis.stackexchange.com/questions/63913/can-osm2po-produce-a-travel-distance-buffer-for-a-given-time";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:280:"Instead of opening the WebGUI in your Browser with e.g. [<em>http</em>://<em>localhost</em>:<em>8888</em>/Osm2poService] add these Parameters to the address above [?cmd=fr&amp;source=100&amp;target=1000&amp;format=geojson] * The Browser should show you the routing&nbsp;<b>...</b>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:64:"Recent Questions - Geographic Information Systems Stack Exchange";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"maw269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 19 Jun 2013 14:23:47 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"ExpressionEngine / EllisLab";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://ellislab.com/expressionengine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:262:"Extendability. If it&#39;s not in the box, you can add it to the box. Creating ExpressionEngine add-ons is simple and enables all levels of platform customization great and small. Open Source Foundation. We built CodeIgniter, the open-source core&nbsp;<b>...</b>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:21:"ExpressionEngine Wiki";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"BridgingUnit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Tue, 18 Jun 2013 20:37:30 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"BitTorrent Sync Beta Adds File Versioning, Android App [PPA &lt;b&gt;...&lt;/b&gt;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://www.webupd8.org/2013/07/bittorrent-sync-beta-adds-file.html";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:311:"desktop package: <em>http</em>://<em>localhost</em>:9999; server package: <em>http</em>://SERVER_IP:<em>8888</em>. More information about the Ubuntu / Debian <b>....</b> It would be great if you could provide a <em>link</em> for OSX fonts too. Linux rendering was neat but I would really like to&nbsp;<b>...</b>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:30:"Web Upd8 - Ubuntu / Linux blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"noreply@blogger.com (Andrew)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 18 Jul 2013 11:16:00 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"Badlogic Games » Blog Archive » libgdx and GWT Super Dev Mode";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.badlogicgames.com/wordpress/?p=3073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:600:"Click the <em>link</em> at the bottom of the console output, which will open a browser and display this: Drag the Dev Mode On <b>...</b> That will serve the war/ folder contents at <em>http</em>://<em>localhost</em>:8080/. An alternative is to start the html <b>...</b> The URL is usually something like <em>http</em>://127.0.0.1:<em>8888</em>/index.html?gwt.codesvr=127.0.0.1:9997, just remove the part after the ? to end up with <em>http</em>://127.0.0.1:<em>8888</em>/index.html. Once you opened the <b>...</b> Powered by <em>WordPress</em> and plainscape theme. Disqus seems to be&nbsp;<b>...</b>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:14:"Badlogic Games";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Mario";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Sat, 08 Jun 2013 16:46:55 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Pig on amazon | spider&amp;#39;s space";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://spiderspace.wordpress.com/2013/06/06/pig-on-amazon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:554:"lynx <em>http</em>://<em>localhost</em>:9100/. Lynx is a text browswer. Navigate as follows: up/down arrows = move through the <em>links</em> (current <em>link</em> is highlighted); enter = follows a <em>link</em>; left arrow = return to previous page. Examine the webpage carefully, while your pig program <b>...</b> Create a new Proxy Profile: Manual Configuration, Profile name = Amazon Elastic MapReduce (any name you want), SOCKS Host = <em>localhost</em>, Port = <em>8888</em> (you can choose any port you want; another favorite is 8157), SOCKS v5.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:14:"spider''s space";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"eric";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 06 Jun 2013 17:05:49 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"BitTorrent Sync-ing The No Agenda Show | Adam Curry&amp;#39;s Outlines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://adamcurry.wordpress.com/2013/05/31/bittorrent-sync-ing-the-no-agenda-show/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:304:"3 – point your browser to <em>localhost</em>:<em>8888</em>/gui/ 4 – accept the terms… (I think there&#39;s a button or something) 5 – click the Add Folder button 6 – browse to the folder (or type the path directly in the “Path” field) where you want all the torrent-ed files&nbsp;<b>...</b>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:21:"Adam Curry''s Outlines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"adamcurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Fri, 31 May 2013 02:38:06 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"Laravel 4: A Start at a RESTful API (Updated) | Nettuts+";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://net.tutsplus.com/tutorials/php/laravel-4-a-start-at-a-restful-api/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:573:"The only important note in this snippet is that we&#39;re creating a <em>link</em> between the url and users table, via the user_id field. <b>...</b> curl -i <em>localhost</em>/l4api/public/index.php/authtest <em>HTTP</em>/1.1 401 Unauthorized Date: Tue, 21 May 2013 18:47:59 GMT WWW- Authenticate: Basic Vary: Accept-Encoding Content-Type: text/html; charset=UTF-8 Invalid credentials. As you can see, <b>.....</b> e.g <em>http</em>://laravel:<em>8888</em>/api/v1/url?user&amp;password…. Thank you <b>.....</b> <em>Wordpress</em> programmer for Hulu like UI in New York.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:8:"Nettuts+";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Chris Fidao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 22 May 2013 07:00:00 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"How to Install &lt;b&gt;WordPress&lt;/b&gt; Locally on Mac using MAMP - WPBeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:569:"Want to install <em>WordPress</em> on your Mac computer? Here is a step by step guide on how to install <em>WordPress</em> locally on your Mac computer using MAMP. <b>...</b> Setting Apache to use port 80 will allow you to access your local websites from <em>http</em>:// <em>localhost</em> instead of <em>http</em>://<em>localhost</em>:<em>8888</em> . However, using port 80 also means that each <b>....</b> Please keep in mind that all comments are moderated according to our comment policy, and all <em>links</em> are nofollow. Do NOT use keywords in the name field.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:10:"WPBeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Editorial Staff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 22 May 2013 12:00:22 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:4:"1290";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Mon, 22 Jul 2013 14:15:08 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=1950d505bde17361:FF=0:TM=1374502508:LM=1374502508:S=HIG7VFWAQwgPnytC; expires=Wed, 22-Jul-2015 14:15:08 GMT; path=/; domain=.google.com";i:1;s:212:"NID=67=HMyy6gJNmnnwVuyGWmx2QhBjSPPoutplAZo5_xhai1IeeTXtzohYMXmQzRmaJIXrndQObcLBMyQpiARHwhjlt2pxb-ZIu0yp-wCK1MFAM9gIoxQfwhmWLvUK8dN8ZRzr; expires=Tue, 21-Jan-2014 14:15:08 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20121202204312";}', 'no'),
(370, '_transient_timeout_feed_mod_027a19df0554594ec322e90359178392', '1374545759', 'no'),
(371, '_transient_feed_mod_027a19df0554594ec322e90359178392', '1374502559', 'no'),
(372, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1374545759', 'no'),
(373, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<ul>\n <li><strong>Editorial Staff</strong> linked here <a href="http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/">saying</a>, "Simply go to http://localhost/phpmyadmin/ and clic ..."</li>\n <li><strong>noreply@blogger.com (Andrew)</strong> linked here <a href="http://www.webupd8.org/2013/07/bittorrent-sync-beta-adds-file.html">saying</a>, "desktop package: http://localhost:9999; server pac ..."</li>\n <li><strong>admin</strong> linked here <a href="http://getwriting.net/?p=158">saying</a>, "Download the zip file from the BTSYNC website (lin ..."</li>\n <li><strong>maw269</strong> linked here <a href="http://gis.stackexchange.com/questions/63913/can-osm2po-produce-a-travel-distance-buffer-for-a-given-time">saying</a>, "Instead of opening the WebGUI in your Browser with ..."</li>\n <li><strong>BridgingUnit</strong> linked here <a href="http://ellislab.com/expressionengine">saying</a>, "Extendability. If it&#039;s not in the box, you ca ..."</li>\n <li><strong>Mario</strong> linked here <a href="http://www.badlogicgames.com/wordpress/?p=3073">saying</a>, "Click the link at the bottom of the console output ..."</li>\n <li><strong>eric</strong> linked here <a href="http://spiderspace.wordpress.com/2013/06/06/pig-on-amazon/">saying</a>, "lynx http://localhost:9100/. Lynx is a text browsw ..."</li>\n <li><strong>adamcurry</strong> linked here <a href="http://adamcurry.wordpress.com/2013/05/31/bittorrent-sync-ing-the-no-agenda-show/">saying</a>, "3 – point your browser to localhost:8888/gui/ 4 – ..."</li>\n <li><strong>Editorial Staff</strong> linked here <a href="http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/">saying</a>, "Want to install WordPress on your Mac computer? He ..."</li>\n <li><strong>Chris Fidao</strong> linked here <a href="http://net.tutsplus.com/tutorials/php/laravel-4-a-start-at-a-restful-api/">saying</a>, "The only important note in this snippet is that we ..."</li>\n</ul>\n', 'no'),
(374, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1374545759', 'no'),
(375, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jul 2013 13:40:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"15@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2141@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"8321@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"23862@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:24:"Michael Adams (mdawaffe)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"18101@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"753@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WooCommerce - excelling eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29860@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"1169@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 6 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Fast Secure Contact Form";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"12636@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"132@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Arnee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"SI CAPTCHA Anti-Spam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/plugins/si-captcha-for-wordpress/#post-6731";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Aug 2008 23:43:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"6731@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"Adds CAPTCHA anti-spam methods to WordPress on the forms for comments, registration, lost password, login, or all. For WP, WPMU, and BuddyPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Captcha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/plugins/captcha/#post-26129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Apr 2011 05:53:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26129@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:79:"This plugin allows you to implement super security captcha form into web forms.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"bestwebsoft";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Ultimate TinyMCE";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/plugins/ultimate-tinymce/#post-32088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 09:06:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"32088@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:84:"Description: Beef up your visual tinymce editor with a plethora of advanced options.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Josh (Ult. Tinymce)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Page Links To";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/plugins/page-links-to/#post-216";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:53:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"216@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"ShareThis: Share Buttons and Social Analytics";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/plugins/share-this/#post-274";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:05:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"274@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"Social Charge your Content with ShareThis - features Social Analytics, CopyNShare, Open Graph Sharing, and the Hovering Bar!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex King";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:45:"http://wordpress.org/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 22 Jul 2013 14:15:08 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Mon, 22 Jul 2013 14:15:06 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Mon, 22 Jul 2013 13:40:06 +0000";s:4:"x-nc";s:16:"UPDATING lax 249";}s:5:"build";s:14:"20121202204312";}', 'no'),
(376, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1374545759', 'no'),
(377, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1374545759', 'no'),
(378, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1374502559', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(379, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: Friendly Reminder About The WordPress Domain Trademark";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=8056";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"http://feedproxy.google.com/~r/WordpressTavern/~3/OPK4hi9ENjA/friendly-reminder-about-the-wordpress-domain-trademark";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4760:"<p>While reading press releases about new WordPress services or plugins, I&#8217;ll occasionally discover that their website uses the full term of WordPress in their domain name. According to the <a href="http://wordpress.org/about/domains/" title="http://wordpress.org/about/domains/">domain policy</a>, this is a violation of the WordPress trademark unless they have explicit permission. A couple days ago, I came across one such site which was brand new and the press release talked about their recent launch. I sent the owner of the site a message letting them know that they were violating the trademark and that they should think about a WP variant. While some responses are vulgar, the one from this person showed that they had made a mistake as they had no idea about the policy. Below is a short conversation over email. I&#8217;ve removed the person&#8217;s name as well as their website as it&#8217;s not needed to illustrate the point.</p>\n<p><strong>Jeff</strong> &#8211; I read a press release today about the launch of (Name Of Service) and I just wanted to let you know that by using the full term of WordPress in the domain name, you are violating the WordPress trademark. http://wordpressfoundation.org/trademark-policy/ I suggest switching your domain name to WP****** if possible or try obtaining permission to use the trademark in your domain name.</p>\n<p><strong>Response</strong> &#8211; Oh damn it, thanks for letting me know! I had no idea. I&#8217;ll see what I can do about changing the name. Kind regards,</p>\n<p><strong>Jeff</strong> &#8211; You&#8217;re welcome. Tons of people make the same mistake. Sorry you have to go about changing the domain.</p>\n<p><strong>Response</strong> &#8211; I looked into it yesterday and yeah, I really (bad word) up here. I bought the domain wp***** and migrated the whole site there, I&#8217;ll be 301 redirecting the whole site today. I&#8217;m sorry if I caused any bad feelings about my venture, just trying to make a living helping others with the CMS I love. I&#8217;ll be changing my email too in the next couple of days. Thanks for reaching out and letting me know so I could change the domain. I really appreciate it.</p>\n<p><strong>Jeff</strong> &#8211; Nope, no bad feelings caused. I usually send out a friendly email to anyone violating the trademark as it&#8217;s best to deal with it early versus having that domain be established. You should be all set to go now. Good luck with your service. Oh, as a sidenote. I would look for any where you wrote Word(lowercase p)ress on the site and change it to WordPress as that&#8217;s the correct way to write it. It&#8217;s one of those weird prickly points the community has.</p>\n<p><strong>Response </strong>- Hi, Yeah, I found the discussion on Twitter, it seemed to cause a big stir among some. Saw some guy called me a douche for missing the capital P so I&#8217;ve changed it already. Thanks</p>\n<p>A couple of reasons why I published our email exchange. The first is to show that sometimes, people have good intentions but make an honest mistake. They didn&#8217;t know about the domain policy and rushed to change things to make it right. The established people in the WordPress community know about these guidelines and instead of chastising those site owners, we should first reach out to them via email or some other method to at least give them an opportunity to make things right. <a href="https://twitter.com/jeffr0/status/357576328234549250" title="https://twitter.com/jeffr0/status/357576328234549250">I started the Twitter dialogue</a> by mentioning how disappointed I was to see brand new WordPress services launch that violated the WordPress trademark. On Twitter, it&#8217;s too easy to fire off text that would be better off never being published. I&#8217;ve said a few things in the past I regret as have others. Let&#8217;s try to give everyone the benefit of the doubt before performing regretful actions. </p>\n<p>If you see anyone violating the WordPress trademark via by domain or other means, please try reaching that person via email or getting in touch with them any way possible to let them know. It could just be an honest mistake.</p>\n<p>I almost feel like these two articles need to be appended to every post ever written about WordPress. Give them a read if you haven&#8217;t already. <a href="http://wpdaily.co/attitude-adjustment/" title="http://wpdaily.co/attitude-adjustment/">The WordPress Community Needs an Attitude Adjustment</a> and <a href="http://www.wptavern.com/bad-attitudes-are-not-welcome" title="http://www.wptavern.com/bad-attitudes-are-not-welcome">Bad Attitudes Are Not Welcome</a>. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/OPK4hi9ENjA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 20 Jul 2013 06:54:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: The Daily Plugin for 07-19-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=8010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/Omt-kVtPLcc/the-daily-plugin-for-07-19-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5396:"<p>TGIF friends! We&#8217;ve made it through another week of widgets, fields, posts and plugins. It&#8217;s time to unwind with another installment of The Daily Plugin. We&#8217;ve got some really shiny new plugins to look at today in addition to some recent updates. The plugins listed represent a mere sampling of the most recently updated and newly released plugins from the WordPress Plugin Repository. Keep in mind that these plugins, like any plugin, should be tested on a staging site first to make sure that it works with your particular project parameters. Some plugins don&#8217;t work well with certain themes or other plugins. It&#8217;s always smart to test first to make sure all the plugins are working well together and performing as you expect them all to in harmony. OK, let&#8217;s get plugged in!</p>\n<p><a href="http://i2.wp.com/s-plugins.wordpress.org/suggest-review/assets/screenshot-2.png" rel="thumbnail"><img class="alignleft" alt="Suggest Review WordPress Plugin" src="http://i1.wp.com/s-plugins.wordpress.org/suggest-review/assets/screenshot-2.png?resize=218%2C24" /></a><a title="Suggest Review WordPress Plugin" href="http://wordpress.org/plugins/suggest-review/" target="_blank">Suggest Review</a> encourages users of the site to raise awareness of suspect or inaccurate content that may already be published to the site. It provides the viewer the opportunity to &#8220;flag&#8221; content and write a note to the administrator explaining the nature of their alert. I like the nature of the &#8220;suggestion&#8221; as it is done as a privately submitted form rather than out in public full view. The simple fact that this is a constructive mechanism for content revision, as opposed to the &#8220;comment trolls&#8221; is a welcome relief. There are safeguards in place that can restrict who sees or can submit to the &#8220;suggest review&#8221; button and functions. You can limit it to registered users so that the public or spammers are not pounding the system with false posts.</p>\n<p><a title="Microblog Poster WordPress Plugin" href="http://wordpress.org/plugins/microblog-poster/" target="_blank">Microblog Poster</a> promises the ability to cross-post your newest content to multiple social sites such as Twitter, Facebook, Linkedin, Plurk, Diigo and Delicious. While I am still testing this on my staging sites, I can report that so far I&#8217;ve run into nothing but success. There are very few plugins out there that integrate with LinkedIn properly. Microblog Poster handled all my posts with relative ease. While I use other plugins to handle my Twitter and Facebook notifications, this one will make a favorable addition to many of the WordPress sites that I frequently update content in. I anticipate that the developer will add more social sites as they become available as well.</p>\n<p><a href="http://i1.wp.com/s.wordpress.org/extend/plugins/insert-estimated-reading-time/screenshot-1.png" rel="thumbnail"><img class="alignleft" alt="Insert Estimated Reading Time" src="http://i1.wp.com/s.wordpress.org/extend/plugins/insert-estimated-reading-time/screenshot-1.png?resize=119%2C90" /></a><a title="Insert Estimated Reading Time WordPress Plugin" href="http://wordpress.org/plugins/insert-estimated-reading-time/" target="_blank">Insert Estimated Reading Time</a> helps to list an approximate reading time to your posts. The time calculation is based on a variable that you enter in the plugin&#8217;s settings screen. You have the option of displaying minutes or minutes/seconds in the display, as well as the template used, i.e. &#8220;This article will around XX minutes to read. Make sure you have a full beer before beginning.&#8221;. Quite a handy gadget to have at the start of your posts, especially if you tend to post a lot of lengthy content.</p>\n<p><a title="Comment CaVa WordPress Plugin" href="http://wordpress.org/plugins/commentcava/" target="_blank">CommentCaVa</a> sets a virtual timer on your posts before a reader is allowed to make a comment. The concept is unique in that it forces the viewer to actually read the content first before they can comment. I&#8217;m not sure of the anti-spam implications of this plugin, but it may stop the flow on that end as well. It works within the native WordPress commenting system by installing a small JavaScript containing the timer elements. This is a new plugin with a developer that&#8217;s hungry to grow the functionality of the plugin, so please join <a title="Wordpress Profile for WortWart" href="http://profiles.wordpress.org/wortwart/" target="_blank">WortWart</a> in making this plugin something that we can all use to extend on-page time of our readership.</p>\n<p>Well another week of The Daily Plugin is in the books. This weekend I&#8217;ll be taking it easy and hitting some outdoor events with my lovely wife. I&#8217;ll be back on Monday with a bit of a surprise for all of you Daily Plugin fans out there that have a commute. You can follow me on Twitter <a title="Marcus Couch on Twitter" href="https://twitter.com/marcuscouch">@marcuscouch</a> or leave your feedback right here on <a title="The Daily Plugin for 7-19-2013" href="http://wptavern.com/the-daily-plugin-for-07-19-2013">WPTavern.com</a>. Until then, keep plugging along! Enjoy your weekend everyone.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Omt-kVtPLcc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jul 2013 18:32:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marcus Couch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Matt: Emmy Nominated WP-Powered App";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=42774";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://ma.tt/2013/07/emmy-nominated-wp-powered-app/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:369:"<blockquote><p>The 2013 Emmy nominations have been announced and included among the nominees is the Lift-built AMC The Walking Dead StorySync, which is nominated in the Outstanding Interactive Program category.</p></blockquote>\n<p><a href="http://blog.lift.gs/wordpress-powered-app-the-walking-dead-storysync-r/">Read more about it on the WP-powered Lift blog</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jul 2013 14:09:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WordPress.tv: 2011 State of the Word Q&amp;A";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20704";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.tv/2013/07/18/2011-state-of-the-word-qa/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:614:"<div id="v-JYDTvtwF-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20704/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20704&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/18/2011-state-of-the-word-qa/"><img alt="Matts Q and A" src="http://videos.videopress.com/JYDTvtwF/matts-q-and-a_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 20:53:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: The Daily Plugin for 07-18-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7974";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/FVkPZzomf64/the-daily-plugin-for-07-18-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6839:"<p>Yeah I know what you&#8217;re thinking. It&#8217;s already Thursday and The Daily Plugin has yet to find that perfect plugin that you&#8217;ve been &#8220;<em>Repository Diving</em>&#8221; for all week-long. Well today is your lucky day my friend. Not because we may have found that hidden gem you&#8217;ve been on the hunt for, but because we saved you at least one day of having to look for it yourself. It&#8217;s a dirty job, but someone has to do it. Remember to prevent your own sites from becoming a cesspool of non-functioning calamity, always test these plugins on a staging site. You never know what kind of damage new plugins can do to a site without proper evaluation and investigation. Even the smallest function of a plugin can turn a site and its theme completely upside-down. Also, let&#8217;s remember that the plugins that follow are merely a sampling of the newest and most recently updated plugins found in the WordPress Plugin Repository. They are not endorsed in any official capacity. OK, let&#8217;s get plugged in!</p>\n<p><a href="http://i0.wp.com/s-plugins.wordpress.org/mozscape/assets/screenshot-1.png" rel="thumbnail"><img class="alignleft" alt="MOZ Analytics" src="http://i0.wp.com/s-plugins.wordpress.org/mozscape/assets/screenshot-1.png?resize=175%2C93" /></a><a title="MozScape Plugin" href="http://wordpress.org/plugins/mozscape/" target="_blank">Mozscape</a> is a recent release from the folks over at Moz (Formerly known as SEOMoz) that allows you to view analytical data from MozScape about the post you are currently editing. Data included in the analysis includes Moz Rank, MozTrust, page authority ranking, Total links (both internal and external) and anchor text metrics. This provides a great opportunity to analyze and re-optimize existing content on your site that you depend on for a constant flow of traffic. I&#8217;ve had great experiences using Moz in the past for analysis of client sites. It will be great to incorporate some of the same functionality directly into the WordPress content editor. Give it a shot if you have the least bit of curiosity as to how your writing style coördinates with what should be optimized in your content. You may be surprised to learn that with just a few minor edits and tweaks, you can get a page to rank quickly and keep it there. This is a free usage plugin, but it will require registration to Moz for an API key.</p>\n<p><a title="WP Welcome Message" href="http://wordpress.org/plugins/wp-welcome-message/" target="_blank">WP Welcome Message</a> displays an intro &#8220;<em>pop-up</em>&#8221; box for new visitors to your site. The content of the pop-up is created using a standard WordPress rich editor, allowing you to add any kind of content, HTML or short codes to your pop-up. The CSS elements conformed to my site with little challenge. This is a simple, easy way to add a brief introduction to yourself, talk about a special event or promotion, or any other need you see fit.</p>\n<p><a href="http://i2.wp.com/s-plugins.wordpress.org/automatic-post-date-filler/assets/screenshot-1.png" rel="thumbnail"><img class="alignleft" alt="Automatic Post Date Filler WordPress Plugin" src="http://i2.wp.com/s-plugins.wordpress.org/automatic-post-date-filler/assets/screenshot-1.png?resize=184%2C100" /></a><a title="Automatic Post Date Filler" href="http://wordpress.org/plugins/automatic-post-date-filler/" target="_blank">Automatic Post Date Filler</a> has a lot of intriguing uses, especially for someone like me who adds scheduled content to over 70 different WordPress installs on a monthly basis. The plugin works by setting a custom date and time for scheduled posts. Sort of like a smart playlist, it uses variables like &#8220;Current Date + X days&#8221; or &#8220;Time from the Furthest Scheduled Post + X Minutes&#8221; to determine how you would like the system to automatically schedule your next post. This is a fantastic &#8220;on deck&#8221; model to handle scheduled posts, making sure that all posts are as evenly spaced out as possible when published. It&#8217;s also great to prevent a mass post dump from happening all at once by automatically applying the scheduling limitation rules. It also provides an alternative button in your post editor, &#8220;Publish Immediately&#8221; which will override the scheduling filters and publish without any time alterations.</p>\n<p><a title="Better User Profile Fields" href="http://wordpress.org/plugins/better-user-profile-fields/" target="_blank">Better User Profile Fields</a> is something that incorporates a multitude of Social networking profiles into the standard WordPress user profile including Facebook, Twitter, Google+, Deviant Art and Tumblr. It can also use this data to populate different elements of your theme or content as well, simply by inserting PHP. For example, to add the Twitter profile URL of the user you would use <strong>get_author_meta(&#8216;twitter&#8217;)</strong>. Anyone who is a regular listener to <a title="Wordpress Plugins A-Z Podcast" href="http://wppluginsatoz.com">WordPress Plugins A-Z</a> knows that for years I have been screaming out for better usage of user profiles and the fields that we populate in them. This has all the elements to be a great plugin with a lot of great integration possibilities within themes and widgets. Something that has been lacking in WordPress for quite some time.</p>\n<p><a href="http://i0.wp.com/s-plugins.wordpress.org/wp-hashgrid/assets/screenshot-1.png?resize=182%2C106"><img class="alignleft" alt="WP Hashgrid on Default WordPress theme" src="http://i0.wp.com/s-plugins.wordpress.org/wp-hashgrid/assets/screenshot-1.png?resize=182%2C106" /></a><a title="WP Hashgrid" href="http://wordpress.org/plugins/wp-hashgrid/" target="_blank">WP Hashgrid</a> is a pure design and developer tool that acts as a grid overlay to your WordPress site. Implementing the hashgrid.js script to overlay a CSS-customizable grid, this plugin helps to keep things centered and in alignment. In the old days I used to print a grid on clear transparency sheets and tape them to the monitor for modifying and finalizing layouts. My, how far we&#8217;ve come! This is a good plugin to do either a full build from the ground up or simply to do an occasional spot check of your designs before launch.</p>\n<p>Well that&#8217;s it for today&#8217;s plugins. One more day in the week to go before the weekend! As always you can say hello and follow me on Twitter <a title="Marcus Couch on Twitter" href="https://twitter.com/marcuscouch" target="_blank">@marcuscouch</a> and leave your feedback for these plugins on <a title="The Daily Plugin for 7-18-2013" href="http://wptavern.com/the-daily-plugin-for-07-18-2013">WPTavern.com</a>.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/FVkPZzomf64" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 19:47:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marcus Couch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WPTavern: Learn Three WordPress Filters A Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=8007";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/aAy-nlzFVJE/learn-three-wordpress-filters-a-day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1506:"<p>If you&#8217;re new to WordPress development and looking for a way to learn about the various filter hooks that reside within WordPress, you&#8217;ll want to bookmark and view the new <a href="http://fotd.werdswords.com/" title="http://fotd.werdswords.com/">Filters of The Day Website</a> started by Drew Jaynes. The site publishes three WordPress filters a day with snippets of example code that shows the filter in use. </p>\n<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FiltersOfTheDay.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FiltersOfTheDay.jpg?resize=323%2C218" alt="Filters Of The Day" class="aligncenter size-full wp-image-8048" /></a></p>\n<p>However, one of the cooler aspects of this website is that Drew is part of the Docs team and by publishing three filters a day, will be using the website to crowd-source the information and example code for each filter with the end goal of placing that information back into the Codex or Code Reference material. By the way, in Drew&#8217;s <a href="http://fotd.werdswords.com/what-is-this/" title="http://fotd.werdswords.com/what-is-this/">introduction post</a>, he listed 1,003 filter hooks. That&#8217;s a lot of filtering! Good luck to Drew and I hope that this little experiment enhances the documentation for these filters for generations of WordPress users to come. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/aAy-nlzFVJE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 19:23:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: WordPress Gear – Stuff For Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=8001";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/r8Yn6ieb0h8/wordpress-gear-stuff-for-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1237:"<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPGearLogo.jpg" rel="thumbnail"><img src="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPGearLogo.jpg?resize=300%2C45" alt="WPGear Logo" class="alignright size-medium wp-image-8002" /></a>File this website into your resources area. <a href="http://wpgear.org/" title="http://wpgear.org/">WPGear</a> is a compilation of useful developer tools. The site is filled with links to developer centric resources such as the WP-CLI tool, synching WordPress plugins between Github and the WordPress plugin repository and much more. The unique thing about this website is that it&#8217;s able to be edited by other developers.</p>\n<blockquote><p>The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account so you can make changes, then submit a pull request. There are additional instruction if you want to clone this locally in the readme.</p></blockquote>\n<p>It&#8217;s also worth mentioning that the addition of anything commercial to the site is frowned upon. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/r8Yn6ieb0h8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 11:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WordPress.tv: Melanie Adcock: The Famous 5 Minute (Secure) Install";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=18793";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.tv/2013/07/17/melanie-adcock-the-famous-5-minute-secure-install/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:686:"<div id="v-o0dW39W7-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/18793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/18793/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=18793&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/17/melanie-adcock-the-famous-5-minute-secure-install/"><img alt="Melanie Adcock: The Famous 5 Minute (Secure) Install" src="http://videos.videopress.com/o0dW39W7/video-34e56cb496_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 00:05:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WordPress.tv: Paul Bearne: WordPress Child Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20647";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.tv/2013/07/17/paul-bearne-wordpress-child-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:648:"<div id="v-FrW5Umi8-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20647&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/17/paul-bearne-wordpress-child-themes/"><img alt="Paul Bearne: WordPress Child Themes" src="http://videos.videopress.com/FrW5Umi8/video-a176ea7816_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 20:12:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: Dropbox And WordPress.com – Infrastructure For Malware Attacks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:122:"http://feedproxy.google.com/~r/WordpressTavern/~3/zf2_bigVSLM/dropbox-and-wordpress-com-infrastructure-for-malware-attacks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3854:"<p>Network security is one of those things in life I find fascinating. It&#8217;s a constant battle between good and evil. Just when the good guys think they have things figured out, the bad guys change their techniques. With all of the good that comes from using Cloud based services, there is also the other side of the coin. Cybersquared, a company dedicated to network and cyber security <a href="http://www.cybersquared.com/killing-with-a-borrowed-knife-chaining-core-cloud-service-profile-infrastructure-for-cyber-attacks/" title="http://www.cybersquared.com/killing-with-a-borrowed-knife-chaining-core-cloud-service-profile-infrastructure-for-cyber-attacks/">published a report with their findings</a> on how today&#8217;s attackers are using what they call, <a href="https://www.cybersquared.com/hiding-in-the-clouds/" title="https://www.cybersquared.com/hiding-in-the-clouds/">Service Profile Infrastructure</a> to facilitate command and control a.k.a. C2 phases of attack. </p>\n<p>In this report, it was highlighted that a Chinese Advanced Persistent Threat group used Dropbox and its file sharing notification feature to email links to targets that contained malicious binaries. This was considered phase 1 of the attack. Phase 2 worked with a WordPress.com hosted blog which acted as the command and control center. Once the malicious binaries were in use, the malware contacted the blog which hosted content that contained the IP address as well as the port number to receive commands from. </p>\n<p>Here is a screenshot from the WordPress.com account mentioned in the report. <del datetime="2013-07-18T15:49:25+00:00">The site is still online but I don&#8217;t know if it&#8217;s actively being used in malware attacks. Clearly, the site has been in violation of the <a href="http://en.wordpress.com/tos/" title="http://en.wordpress.com/tos/">WordPress.com TOS</a> for a long time. Specifically this section &#8211; <em>the Content does not contain or install any viruses, worms, malware, Trojan horses or other harmful or destructive content;</em></del> (It&#8217;s since been suspended)</p>\n<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/gressered.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/gressered.jpg?resize=500%2C298" alt="Gressered Website" class="aligncenter size-large wp-image-7994" /></a></p>\n<blockquote><p>Once a victim was successfully targeted with the “Yayih” implant, the malware contacted a WordPress blog. It would then read attacker staged content from within the blog posting to obtain a secondary domain, IP address and port number of a second stage C2 host.</p>\n<p>In this example at “gressered.wordpress[.]com”, we found multiple blog posts, all of which had likely served as content for specific targeting campaigns. The same C2 configuration was “hiding in plain sight”. However, it is entirely possible that the attackers could have modified the second stage C2 configuration at any point previously. The earliest post was dated July 31, 2012, suggesting that this specific blog has been in use for nearly a year as a first stage interaction point.</p>\n<p>Many of the blog posts that contained the C2 configuration were associated with news articles related to geopolitical events, likely of interest to potential targets.</p></blockquote>\n<p>I can&#8217;t emphasize enough that <strong>no vulnerabilities in WordPress</strong> were used to carry out these attacks. This report shows that cloud services such as Dropbox and websites such as WordPress.com which are usually whitelisted are being used as infrastructure to carry out attacks. I encourage you to read the full report as it breaks down the process step by step. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/zf2_bigVSLM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 18:50:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"BuddyPress: BuddyPress 1.8 “Di Fara”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=168198";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://buddypress.org/2013/07/buddypress-1-8-di-fara/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8011:"<p>The BuddyPress team is proud to announce BuddyPress 1.8 &#8220;Di Fara&#8221;!</p>\n<h3>What&#8217;s new in 1.8</h3>\n<p>BuddyPress 1.8 is a major feature release, containing many bugfixes and dozens of new features. Some of these items are highlighted below, and a full changelog for 1.8 is available <a href="http://codex.buddypress.org/developer/releases/version-1-8/">on the BP Codex</a>.</p>\n<p><em>Better theme integration</em></p>\n<p>Since BuddyPress 1.7, BP has been compatible with practically every WordPress theme. But traces of the BuddyPress Default theme were still everywhere to be seen, in particular concerning the way that buttons, fonts, and form elements were styled. In BuddyPress 1.8, we&#8217;ve made a thorough review of our stylesheets to make them more minimal &#8211; we call it a &#8220;de-theming&#8221; &#8211; so that BP inherits CSS styling more gracefully from the active WordPress theme. We&#8217;re thrilled with how seamlessly BuddyPress 1.8 integrates with a variety of WordPress themes, and we think you&#8217;ll be thrilled too.</p>\n<p><em>Template hierarchy</em></p>\n<p>One of the most powerful tools available to WordPress theme developers is <a href="http://codex.wordpress.org/Template_Hierarchy">template hierarchy</a>, which defines a set of file naming conventions for context-specific template overrides. BP 1.8 extends this concept to top-level BuddyPress templates &#8211; the templates that are first located when loading a BuddyPress page. Let&#8217;s say, for instance, that you want your Groups directory to have a single-column layout, while the rest of your BuddyPress content has a right-hand sidebar. Simply create a single-column page template in your theme at <code>buddypress/groups/index-directory.php</code>, and BuddyPress will use this file, instead of the fallback <code>page.php</code>, when loading the Groups directory. Documentation of this new feature can be found <a href="http://codex.buddypress.org/developer/theme-development/template-hierarchy/">on the Codex</a>.</p>\n<p><em>Developer goodies</em></p>\n<p>1.8 is loaded with improvements aimed at making it easier and more fun than ever to develop for the BuddyPress platform.</p>\n<ul>\n<li>The popular <a href="http://codex.buddypress.org/developer/plugin-development/group-extension-api/">Groups Extension API</a> has seen a complete rewrite, fixing long-standing bugs, adding new configuration options, and dramatically streamlining the process of extending <code>BP_Group_Extension</code>.</li>\n<li>The <a href="http://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/">activity</a> and <a href="http://codex.buddypress.org/developer/developer-docs/loops-reference/the-groups-loop/">groups</a> loops now support filtering by <code>''meta_query''</code>, using syntax familiar from <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters">WP_Query</a>.</li>\n<li>Group member directories are powered by the new <code>BP_Group_Member_Query</code>, which extends the flexible tools of <code>BP_User_Query</code> to the Groups component.</li>\n<li><a href="http://codex.buddypress.org/developer/automated-testing/">Automated testing</a> is now built into the trunk and stable Subversion versions of BuddyPress, complete with flexible tools for <a href="http://codex.buddypress.org/developer/automated-testing/writing-automated-tests-for-buddypress-dependent-plugins/">testing BP-dependent plugins</a>.</li>\n</ul>\n<h3>Artisans at work</h3>\n<p>In Midwood, Brooklyn, there&#8217;s <a href="https://en.wikipedia.org/wiki/DiFara%27s">a pizzeria</a> where every pie is handmade by a single septuagenarian, and diners can wait two hours or more for a pizza of their own. While the BuddyPress team doesn&#8217;t like to make anyone wait (the 1.8 dev cycle has been our shortest ever, with every milestone hit right on schedule), we <em>do</em> like to think that we bring passion and care to BuddyPress that&#8217;s similar to Dom DeMarco&#8217;s single-minded pizza-making. So, we&#8217;re proud to name BuddyPress 1.8 &#8220;Di Fara&#8221; after Dom&#8217;s classic pizza joint.</p>\n<h3>Thanks</h3>\n<p>As always, the BP core team extends appreciation to the scores of developers, designers, and community volunteers who have spent thousands of hours on this version of BuddyPress. The following individuals contributed patches during the 1.8 release cycle: </p>\n<p><a href="http://profiles.wordpress.org/boonebgorges">boonebgorges</a>, <a href="http://profiles.wordpress.org/borkweb">borkweb</a>, <a href="http://profiles.wordpress.org/chouf1">chouf1</a>, <a href="http://profiles.wordpress.org/chriskeeble">chriskeeble</a>, <a href="http://profiles.wordpress.org/chroniko">chroniko</a>, <a href="http://profiles.wordpress.org/czarate">czarate</a>, <a href="http://profiles.wordpress.org/danbp">danbp</a>, <a href="http://profiles.wordpress.org/dcavins">dcavins</a>, <a href="http://profiles.wordpress.org/dcowgill">dcowgill</a>, <a href="http://profiles.wordpress.org/ddean">ddean</a>, <a href="http://profiles.wordpress.org/djpaul">djpaul</a>, <a href="http://profiles.wordpress.org/dontdream">dontdream</a>, <a href="http://profiles.wordpress.org/eggproject">eggproject</a>, <a href="http://profiles.wordpress.org/ericlewis">ericlewis</a>, grahamwashbroo, <a href="http://profiles.wordpress.org/hnla">hnla</a>, <a href="http://profiles.wordpress.org/imath">imath</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">johnjamesjacoby</a>, <a href="http://profiles.wordpress.org/karmatosed">karmatosed</a>, <a href="http://profiles.wordpress.org/lenasterg">lenasterg</a>, <a href="http://profiles.wordpress.org/magnus78">magnus78</a>, <a href="http://profiles.wordpress.org/megainfo">megainfo</a>, <a href="http://profiles.wordpress.org/rogercoathup">rogercoathup</a>, <a href="http://profiles.wordpress.org/mercime">mercime</a>, <a href="http://profiles.wordpress.org/merty">merty</a>, <a href="http://profiles.wordpress.org/mjustice">mjustice</a>, <a href="http://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="http://profiles.wordpress.org/mort3n">mort3n</a>, <a href="http://profiles.wordpress.org/mukkundthanki">mukkundthanki</a>, <a href="http://profiles.wordpress.org/nacin">nacin</a>, <a href="http://profiles.wordpress.org/needle">needle</a>, <a href="http://profiles.wordpress.org/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/saurabhshukla">saurabhshukla</a>, <a href="http://profiles.wordpress.org/sbrajesh">sbrajesh</a>, <a href="http://profiles.wordpress.org/SergeyBiryukov">SergeyBiryukov</a>, <a href="http://profiles.wordpress.org/SGr33n">SGr33n</a>, <a href="http://profiles.wordpress.org/shanebp">shanebp</a>, <a href="http://profiles.wordpress.org/splatte">splatte</a>, <a href="http://profiles.wordpress.org/thebrandonallen">thebrandonallen</a>, <a href="http://profiles.wordpress.org/themightymo">themightymo</a>, <a href="http://profiles.wordpress.org/tivnet">tivnet</a>, <a href="http://profiles.wordpress.org/trishasalas">trishasalas</a>, <a href="http://profiles.wordpress.org/vegasgeek">vegasgeek</a>, <a href="http://profiles.wordpress.org/wpdennis">wpdennis</a></p>\n<h3>Buon appetito</h3>\n<p>Questions about BuddyPress 1.8? Make the <a href="http://codex.buddypress.org">BuddyPress Codex</a> your first stop. A growing community of volunteers can also be found in our <a href="http://buddypress.org/support">support and discussion forums</a>. If you&#8217;ve found a bug in BuddyPress, or if you want to contribute code to the next release, our development home is <a href="http://buddypress.trac.wordpress.org">buddypress.trac.wordpress.org</a></p>\n<p>There&#8217;s always a line at Di Fara (except that one time I went there after a tornado!), but the wait is over for BuddyPress 1.8 &#8220;Di Fara&#8221;. Download it today from the <a href="http://wordpress.org/extend/plugins/buddypress">wordpress.org plugin repository</a>, or from your WordPress Dashboard.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 16:45:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: Official WordPress Jobs Site Looking For Volunteer Moderators";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7985";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:123:"http://feedproxy.google.com/~r/WordpressTavern/~3/rvPCII3G3WU/official-wordpress-jobs-site-looking-for-volunteer-moderators";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2677:"<p>When <a href="http://www.wptavern.com/secrets-revealed-wltc-and-wptavern" title="http://www.wptavern.com/secrets-revealed-wltc-and-wptavern">Matt Mullenweg announced</a> that he had purchased WPTavern as well as WeblogToolsCollection.com, another online property he received that wasn&#8217;t mentioned at the time was <a href="http://jobs.wordpress.net/" title="http://jobs.wordpress.net/">jobs.wordpress.net</a>. The website has been around for a long time. In fact, in just 10 days, the site will be celebrating its 6th birthday on July 27th. Created by Mark Ghosh in 2007, the site aimed to be the primary location for employers looking for professional WordPress help. </p>\n<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPJobsSite.jpg" rel="thumbnail"><img src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPJobsSite.jpg?resize=500%2C262" alt="WP Jobs Website" class="aligncenter size-large wp-image-7986" /></a></p>\n<blockquote><p>The site is intended to be used as the primary location for employers looking for professional WordPress help to post their needs and for WordPress professionals to find, apply for and obtain jobs in WordPress. We have focused on aesthetics, ease of use and consolidation of resources in developing WordPress Jobs. Feeds are available for every job category to make it easy for job seekers to find and apply for the right jobs as quickly as possible.</p></blockquote>\n<p>Matt had a hand in getting the site launched in 2007. Coming around full-circle, Matt has the opportunity to once again continue the legacy that is the original Jobs.WordPress.Net website. As <a href="http://make.wordpress.org/meta/2013/07/17/seeking-2-moderators-for-jobs-wordpress-net/" title="http://make.wordpress.org/meta/2013/07/17/seeking-2-moderators-for-jobs-wordpress-net/">announced on the Make.WordPress.org website</a>, there has been a call for volunteer moderators for the website. The jobs board is still a popular destination but the amount of work required for one individual is daunting. The post outlines what is involved with the moderation process and the type of skills necessary to complete the work. It&#8217;s very encouraging to see that a number of people have already stepped up to help moderate this new community resource. </p>\n<p>On a WordPress jobs related note, PostStat.us just published their Summer edition of <a href="http://poststat.us/whos-hiring-in-wordpress-summer-edition/" title="http://poststat.us/whos-hiring-in-wordpress-summer-edition/">Who&#8217;s Hiring In WordPress</a>.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/rvPCII3G3WU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 16:39:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: The Daily Plugin for 07-17-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7958";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/ZJ6X6SqnVx0/the-daily-plugin-for-07-17-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8046:"<p>We start early in the morning every day. Like the farmer extracting fresh eggs from his trusted hens, we&#8217;re up at the crack of dawn to examine the quality of each new plugin submitted to the WordPress Plugin Repository. Some are Grade A Extra Large, some are just a cracked shell with nothing inside. Either way, let&#8217;s get cracking and whip up today&#8217;s Daily Plugin Omelette. Remember that not all plugins play well with others. Make sure you test them on a secondary staging site before you take anything to a live site. We preach it, we live it. Follow our example and you&#8217;ll be thankful. OK, let&#8217;s get plugged in!</p>\n<p><a title="First Google Map" href="http://wordpress.org/plugins/first-google-map/" target="_blank">First Google Map</a> employs one of my favorite slogans, &#8220;Keep It Simple&#8221;. Often times when we&#8217;re trying to insert a simple Google map, the plugins or embed code we use is too bloated, doesn&#8217;t display titles correctly or are too difficult to set up ahead of time. In comes &#8220;First Google Map&#8221; that allows you to insert a plain language formatted address to display your Google Map. The shortcode is rather simple and uses common sense taxonomy in its options. For example, if you wanted to show Mr. Mullenweg&#8217;s new rumored Tony Stark style mansion location, simply enter: [googlemap title=''Matt''s Beachfront Cottage'' width=450 height=300 zoom=14]31250 Broad Beach Rd, Malibu, CA[/googlemap] and the map will embed inline in your content area with appropriate overlay title of your choosing. Pretty nice way to insert on the fly. I could not find a direct option to choose the &#8220;satellite&#8221; view option over the standard road-only mode, which was the only real drawback. Other than that, it would be nice to have more control over the size of the address font that overlays the map. Most addresses that I tried were hyphenated by the plugin because the font was too large and it flowed into the next line. Control over these elements would be great, even if just another call-out function from within the shortcode.</p>\n<p><a href="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Wp-chart-generator.jpg" rel="thumbnail"><img class="alignleft size-thumbnail wp-image-7960" alt="Wp-chart-generator sample output" src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Wp-chart-generator.jpg?resize=150%2C150" /></a><a title="WP Chart Generator" href="http://wordpress.org/plugins/wp-chart-generator/" target="_blank">WP Chart Generator</a> helps to embed an on-the fly 3D pie chart with multiple options, an automatic key and a nice hover dialogue that highlights each section when the user moves their mouse over the graph. The developer may need assistance converting this to English, as it&#8217;s completely in French. Fortunately, it&#8217;s so easy to use that the language barrier really didn&#8217;t make much difference. The shortcode is pretty easy to create within the plugin options, which allows you to copy the correct shortcode to embed within your posts. In the past I&#8217;ve used Google chart API callouts for embedding simple graphs, but for pie charts, this one takes the cake!</p>\n<p><a title="GSpeech" href="http://wordpress.org/plugins/gspeech/" target="_blank">GSpeech</a> is a text to speech plugin that uses Google to read selected text aloud. At first I thought it would be just one of those &#8220;Type Something in the box and I&#8217;ll read it&#8221; type of plugins. I was sorely inaccurate. This plugin can incorporate full speech to read when certain scenarios occur, such as hovering over a tab to hear the tab&#8217;s navigation title read out loud. There are also hover-on, hover-off possibilities as well. When a site visitor hovers over the &#8220;about us&#8221; page, perhaps it can just start reading your bio aloud. It&#8217;s an interesting plugin for serving those with eyesight disabilities, but also an ideal educational platform as well. It may be used in combination with a gallery for a &#8220;storybook&#8221; type presentation. Even job training could be utilized using this kind of plugin to read instructions out loud. Great effort from those at <a title="2Glux" href="http://profiles.wordpress.org/2glux/" target="_blank">2Glux</a> who developed this.</p>\n<p><a title="I Recommend This" href="http://wordpress.org/plugins/i-recommend-this/" target="_blank">I Recommend This</a> scales back our traditional feedback mechanism by removing comments and relying on a simple &#8220;like&#8221; system instead. Included in the plugin is widget functionality that can display the most popular &#8220;liked&#8221; posts. Cookies are also utilized to prevent abuse of users over-liking your posts. You have the option to not show all the ZERO likes that you may have on your post. Once you get a like, it starts displaying on the post. Nice way to hide all the goose eggs (zeroes) that will be blatantly mocking you while you or other users browse through your site. It&#8217;s a good alternative to some of the mainstream Twitter/FB likes or the standard thumbs up / thumbs down ratings plugins that are out there. The developer <a title="Dreams Media" href="http://profiles.wordpress.org/dreamsmedia/" target="_blank">Dreams Media</a> really thought it through with IP logging and Cookie tracking to prevent abuse. Additionally you can remove the IP logging to save system resources. Worth a try if you want to keep a fully enclosed like system to replace comments. Good for business sites that may not want to allow commenting, yet show a favorable presentation that someone out there likes their content. Great recently updated plugin.</p>\n<p><a href="http://i2.wp.com/s.wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/screenshot-4.jpg" rel="thumbnail"><img class="alignleft" alt="Easy Albums for BuddyPress" src="http://i0.wp.com/s.wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/screenshot-4.jpg?resize=180%2C178" /></a><a title="Easy Albums for BuddyPress" href="http://wordpress.org/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/" target="_blank">Easy Albums</a> is a new plugin for BuddyPress that allows the user base to upload their own audio files, playlists, images and videos to be displayed and organized in their own personalized albums. Not only does this allow a lot of media functionality from your user base, but it encourages commenting from other users as well. From an activity stream perspective, each user&#8217;s new media posts are shown within the timeline. While I love the functionality and flexibility that this all provides, the problem with this plugin from my perspective is that is requires a login from a third-party hosting server that the media is uploaded to. It is nearly perfect otherwise. A fully supported WPMU and Buddypress solution for full user media participation. Ideal for social and business applications of BuddyPress alike. If we could tie it to our own hosting or from Amazon or Dropbox without the additional login, I would gladly pay the developer <a title="Itaynoy" href="http://profiles.wordpress.org/itaynoy/" target="_blank">Itaynoy</a> a premium for it.</p>\n<p>That&#8217;s all the eggs in the basket for now. Looks like we had a good batch today! We&#8217;ll be up and at &#8216;em bright and early tomorrow in search of the newest and noteworthy plugins from the WordPress Plugin Repository. Keep plugging along out there.. The week is half-way over! We&#8217;ll see you again tomorrow with another installment of The Daily Plugin. Be sure to say hello on Twitter <a title="Marcus Couch on Twitter" href="https://twitter.com/marcuscouch">@marcuscouch</a> or leave your feedback related to these plugins at <a title="The Daily Plugin for 7-17-2013" href="http://wptavern.com/the-daily-plugin-for-07-17-2013">WPTavern</a>.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/ZJ6X6SqnVx0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 16:30:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marcus Couch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Alex King: RAMP 1.2 and a RAMP Post ID Meta Conversion Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://alexking.org/?p=17818";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://alexking.org/blog/2013/07/17/ramp-1-2-and-a-ramp-post-meta-conversion-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1551:".threads-post-notice {\n background: #e8e8e8;\n padding: 10px;\n}\n.threads-post-notice a {\n font-weight: bold;\n}\n\n<p>We <a href="http://crowdfavorite.com/news/2013/07/ramp-1-2-released/">released an update</a> to <a href="http://crowdfavorite.com/wordpress/ramp/">RAMP</a> yesterday to address a compatibility issue introduced in WordPress 3.5.2 as well as adding support for the post locking feature that will be arriving in WordPress 3.6 and addressing a few other issues. This is a recommended upgrade for all customers.</p>\n<p><a href="http://crowdfavorite.com/news/2013/07/introducing-the-ramp-post-id-meta-translation-plugin/">We also released</a> the <a href="https://github.com/crowdfavorite/wp-ramp-postid-meta-translation">RAMP Post ID Meta Translation plugin (hosted on GitHub)</a> that should make RAMP even more useful for more complex sites. It gives you the ability to designate certain custom fields (by key) to be treated as post IDs and translated as part of the RAMP deploy process.</p>\n<p>This means if you have a plugin that is storing a post ID as post meta to indicate a relationship, or perhaps an additional image (attachment) ID as post meta, those can now be properly converted to point to the content deployed to your production site. This was probably the top requested feature for RAMP, so I&#8217;m thrilled to be able to make it available.</p>\n<p class="threads-post-notice">This post is part of the project: <a href="http://alexking.org/project/ramp">RAMP</a>. View the project timeline for more context on this post.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 16:15:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Alex King: Introducing Ruby gems: Capistrano-WP and Steps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"http://pinboard-277a6610d1f433a965d32bd332140b27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://crowdfavorite.com/news/2013/07/introducing-ruby-gems-capistrano-wp-and-steps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1186:"<blockquote><p>Capistrano-WP is a Ruby gem containing recipes for deploying, rolling back, and maintaining remote WordPress installations with Capistrano.</p></blockquote>\n<p>We&#8217;ve been investing quite a bit in our internal tools over the last year or so. It is awesome to be able to spin up a project locally, with good data, in minutes. It&#8217;s even cooler when you can run a simple command to update the staging environment, make updates to the master database or pull down the latest master database.</p>\n<p>People frequently ask if <a href="http://crowdfavorite.com/wordpress/ramp/">RAMP</a> can push plugin and theme changes as part of it&#8217;s deployment process. The reason we&#8217;ve focused solely on making RAMP a WordPress content migration tool is because there are already so many good tools for code deployment.</p>\n<p>I&#8217;m very pleased we got our wrapper to the point it was ready for public release. Need help with getting a good deployment strategy in place for WordPress? <a href="http://crowdfavorite.com/contact/#project">We can help</a>.</p>\n<p><a href="http://alexking.org/blog/2013/07/17/introducing-ruby-gems-capistrano-wp-and-steps">#</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 15:43:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress.tv: Jonathan Davis: eCommerce is Hard!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=18858";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.tv/2013/07/16/jonathan-davis-ecommerce-is-hard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:645:"<div id="v-pto7SgAf-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/18858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/18858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=18858&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/16/jonathan-davis-ecommerce-is-hard/"><img alt="Jonathan Davis: eCommerce is Hard!" src="http://videos.videopress.com/pto7SgAf/video-4ff89e6ee6_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 18:04:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WordPress.tv: Troy Dean: 101 Ways to Elevate Yourself and Demand Higher Fees";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20513";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://wordpress.tv/2013/07/16/troy-dean-101-ways-to-elevate-yourself-and-demand-higher-fees/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:708:"<div id="v-Eo5KTTc2-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20513/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20513&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/16/troy-dean-101-ways-to-elevate-yourself-and-demand-higher-fees/"><img alt="Troy Dean: 101 Ways to Elevate Yourself and Demand Higher Fees" src="http://videos.videopress.com/Eo5KTTc2/video-dfa0aee479_scruberthumbnail_1.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 17:01:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WPTavern: Update On The WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7956";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://feedproxy.google.com/~r/WordpressTavern/~3/Up1Ij1Kr4as/update-on-the-wordpress-importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2342:"<p>WordPress Google Summer of Code student Frederick Ding has <a href="http://make.wordpress.org/core/2013/07/16/migration-update-wxr-importer/" title="http://make.wordpress.org/core/2013/07/16/migration-update-wxr-importer/">published an update</a> on his progress working with the WXR Importer. In this update, Frederick will begin the process of updating the WordPress WXR Importer plugin.</p>\n<blockquote><p>I’ve also run the unit tests that apply to the importer plugin; however, the test cases are generally small (indeed, the biggest XML test case is 26 KB, titled small-export.xml) and don’t trigger the kinds of issues that importing dozens or hundreds of posts and attachments—with WXR files of megabytes in size—does.</p>\n<p>So, the first task at hand is breaking up the process—which currently executes in one step with little indication of progress—into discrete chunks that can run in separate, stateful (stepwise) requests.</p>\n<p>A chat with my mentors has pointed me in the direction of WP_Importer_Cron, which was first developed for other importers that need to make external API calls (e.g. Tumblr Importer) potentially subject to rate constraints. There are some parallels between “external API calls” and “remote attachment fetching”, which is why this can be a suitable approach for fixing the timeout issues that present with the current WordPress importer. After the process is discretized, showing progress (an enhancement long overdue) will be easier.</p></blockquote>\n<p>I&#8217;m stoked to see Frederick not only concentrating on the functionality of the importer but also paying attention to the visual details such as showing import progress. There are a lot of eyeballs keeping track of this plugin hoping that Frederick&#8217;s work will pay off in an importer that does what it&#8217;s supposed to with minimal problems. I want to remind Frederick that if you need people to beta test your work, especially in the area of large export/imports, just say so. I&#8217;m willing to be a guinea pig and <a href="http://www.wptavern.com/whats-going-on-with-the-wordpress-importer" title="http://www.wptavern.com/whats-going-on-with-the-wordpress-importer">I know a few others are as well</a>. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Up1Ij1Kr4as" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 15:15:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Alex King: GitHub Activity WordPress Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://alexking.org/?p=17757";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://alexking.org/blog/2013/07/16/github-activity-wordpress-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1670:".threads-post-notice {\n background: #e8e8e8;\n padding: 10px;\n}\n.threads-post-notice a {\n font-weight: bold;\n}\n\n<p>I wanted to better expose stuff I&#8217;m doing on GitHub that I may not be actvely blogging about<sup id="fnref:1"><a href="http://alexking.org/blog/topic/wordpress/feed#fn:1" rel="footnote">1</a></sup>, so I decided to pull in my GitHub activity feed and show it in the <a href="http://alexking.org/projects">Projects page</a> sidebar.</p>\n<p>I created a WordPress plugin for this that includes a shortcode and sidebar widget. I&#8217;ve submitted it to WordPress.org, but now there seems to be some sort of review process before it&#8217;s available there so you can <a href="https://github.com/alexkingorg/wp-github-activity/releases">download it from GitHub now</a>. I&#8217;ll post an update when/if it&#8217;s on WP.org.</p>\n<p>UPDATE: You can now <a href="http://wordpress.org/plugins/wp-github-activity/">grab this from WordPress.org</a>.</p>\n<p>There are some screenshot examples in the <a href="https://github.com/alexkingorg/wp-github-activity">main GitHub repo</a>, or (as previously mentioned) you can check it out in the sidebar of my <a href="http://alexking.org/projects">Projects page</a>.</p>\n<div class="footnotes">\n<hr />\n<ol>\n<li id="fn:1">\nOf course, the real solution is to blog more but ambient data is handy.&#160;<a href="http://alexking.org/blog/topic/wordpress/feed#fnref:1" rev="footnote">&#8617;</a>\n</li>\n</ol>\n</div>\n<p class="threads-post-notice">This post is part of the project: <a href="http://alexking.org/project/wp-github-activity">WP GitHub Activity</a>. View the project timeline for more context on this post.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 13:29:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: Informative Interview With Otto42";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7936";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/pGttwMFAC0o/informative-interview-with-otto42";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2112:"<p>Bob Dunn who is the author of BobWP.com has <a href="http://www.bobwp.com/an-interview-with-wordpress-expert-otto/" title="http://www.bobwp.com/an-interview-with-wordpress-expert-otto/">published an excellent interview</a> with Samuel Wood otherwise known as Otto42. In the interview, we learn the origin of his nickname Otto. However, I think one of the most interesting points in the interview are Otto&#8217;s thoughts on plugins. </p>\n<blockquote><p>If I have 100 plugins all doing their own thing, and I just combine them all into one file somewhere, then the code remains the same and there’s no advantages in doing so. Having them separate, with their own names, and their own descriptions, provides a way to keep track of things. I use snippets a lot too, but I put each snippet into its own plugin, for simplicity of management.</p>\n<p>The number of plugins doesn’t matter, the code is what matters, and where that code lives is unimportant. WordPress itself implements a lot of its own internal functionality in the same way a plugin would do so.</p></blockquote>\n<p>His response has been very consistent over the years. In 2011, he pretty much <a href="http://wpcandy.com/thinks/active-plugin-counts-just-dont-matter/#comment-198719" title="http://wpcandy.com/thinks/active-plugin-counts-just-dont-matter/#comment-198719">provided the same answer</a> when Ryan Imel of WPCandy published an article about the same topic. I also chimed in on this topic in 2011 where I discussed <a href="http://www.wptavern.com/plugin-quality-not-plugin-quantity" title="http://www.wptavern.com/plugin-quality-not-plugin-quantity">Plugin Quality, not Plugin Quantity</a>. This is one of those things in the world of WordPress that I&#8217;ve seen change over the past few years. The line of thought used to be that you could only run so many plugins before you ran into problems or, you shouldn&#8217;t run more than a certain amount. I&#8217;m glad to see this urban myth slowly but surely, being put to rest. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/pGttwMFAC0o" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 11:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Mark Jaquith: Six Apart Suspends Movable Type Open Source Project";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=4127";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://markjaquith.wordpress.com/2013/07/16/six-apart-suspends-movable-type-open-source-project/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2670:"<p><a href="http://www.movabletype.org/2013/07/license_change_on_movable_type_6.html">Six Apart announced</a> that they are suspending the free and open source version of Movable Type. Here&#8217;s what I had to say about them revealing the free and open source version of Movable Type, back in 2007.</p>\n<blockquote><p>Note that this also allows Six Apart at any time in the future to say “As of today, we are no longer releasing a GPL version of Movable Type.” And that would require that someone fork the code in order to proceed with development. WordPress can’t easily do that, as it is not owned by a single legal entity.</p>\n<p><a href="http://markjaquith.wordpress.com/2007/09/15/what-a-gpld-movable-type-means-for-wordpress/">What a GPL’d Movable Type means for WordPress</a></p></blockquote>\n<p>When I wrote that, I honestly didn&#8217;t think it was going to happen. I was just saying that it was an option that was open to them. But here they&#8217;ve gone and done it. What a bizarre saga this has turned out to be. &#8220;Life is funny&#8221;, <a href="https://twitter.com/anildash/status/354800758413205505">remarks Anil Dash</a>, former Six Apart Chief Evangelist.</p>\n<p>Will this start a conversation about copyright assignment on open source projects, or is this a non-event? If a project has a strong open source development community, an attempt to close it down should result in a fork of the project. As it happens, Movable Type Open Source was already forked. Several prominent Movable Type people created <a href="http://openmelody.org/">Open Melody</a> back in 2009. Don&#8217;t bother clicking that link. As of this writing the site is non-operational. The Open Melody Twitter account just recorded its first activity in over two years. A retweet of this:</p>\n<blockquote class="twitter-tweet"><p>On MT6: Wondering if any MT users wish they&#039;d supported @<a href="https://twitter.com/openmelody">openmelody</a> now or if maybe they just don&#039;t care about <a href="http://twitter.com/search?q=%23opensource" title="#opensource">#opensource</a> or collaboration&mdash; <br />The Appnel Group (@appnelgroup) <a href="http://twitter.com/#!/appnelgroup/status/356779173508939778">July 15, 2013</a></p></blockquote>\n<p>I guess we&#8217;ll find out!</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/4127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/4127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=4127&subd=markjaquith&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Jul 2013 05:22:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Automattic Acqui-Hires Matt Mazur Of Lean Domain Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7916";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:117:"http://feedproxy.google.com/~r/WordpressTavern/~3/JDsCcL6caCQ/automattic-acqui-hires-matt-mazur-of-lean-domain-search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2893:"<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/LeanDomainSearchLogo.jpg" rel="thumbnail"><img class="alignright size-full wp-image-7919" alt="Lean Domain Search Logo" src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/LeanDomainSearchLogo.jpg?resize=259%2C51" /></a>LeanDomainSearch&nbsp;managed by Matt Mazur <a title="http://www.leandomainsearch.com/blog/45-lean-domain-search-acquired-by-automattic" href="http://www.leandomainsearch.com/blog/45-lean-domain-search-acquired-by-automattic">has announced</a> that they have been acqui-hired by Automattic. According to the announcement, Matt will now be working for Automattic full-time to provide a better experience to discover and buy domains on WordPress.com. </p>\n<blockquote><p>What does this mean for Lean Domain Search? Not only will it continue to run, but it’s also now completely free to use. There is even now an option in Lean Domain Search to register domain names directly through WordPress.com, making it easier than ever to start a website with a great domain name.</p></blockquote>\n<p>LeanDomainSearch specializes in quick and easy domain searches. I took it for a test spin to see what other domains I could buy with the word <strong>Tavern</strong> in them. Turns out, quite a few. </p>\n<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/TavernSearch.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/TavernSearch.jpg?resize=500%2C144" alt="Lean Domain Search Results" class="aligncenter size-large wp-image-7930" /></a></p>\n<p>The search results are lightning fast and the color coded legend makes it easy to see which domains are available to be registered. Among the domain registration options are GoDaddy, NameCheap, and WordPress.com. The domain search also checks to see if that name is available on Twitter. When you click on the WordPress.com option, the domain field will automatically be filled in with that domain name. </p>\n<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/SuperTavern.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/SuperTavern.jpg?resize=407%2C278" alt="Super Tavern" class="aligncenter size-full wp-image-7931" /></a></p>\n<p>Thanks to the acquisition, the <a href="http://en.support.wordpress.com/domains/register-domain/" title="http://en.support.wordpress.com/domains/register-domain/">following WordPress.com support page</a> will need to be updated to explain how to use the newly acquired services to search for available names. </p>\n<p>Congratulations to Matt Mazur on being acqui-hired and becoming yet another Matt that is employed by Automattic. Can never have enough Matt&#8217;s working for Automattic. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/JDsCcL6caCQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jul 2013 22:39:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: WPKube Guide To Multiple Authors In WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7910";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://feedproxy.google.com/~r/WordpressTavern/~3/0IxUcSBfgQc/wpkube-guide-to-multiple-authors-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2041:"<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPKubeLogo.jpg" rel="thumbnail"><img src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPKubeLogo.jpg?resize=183%2C67" alt="WPKube Logo" class="alignright size-full wp-image-7911" /></a>Joe Flyan from WPKube has an <a href="http://www.wpkube.com/working-with-multiple-authors-in-wordpress/" title="http://www.wpkube.com/working-with-multiple-authors-in-wordpress/">excellent article online</a> that talks about how to work with multiple authors in WordPress. The guide covers user roles and suggests numerous plugins to make it easier to collaborate. With the recent addition of Marcus Couch to this website, it&#8217;s the first time in the history of WPTavern that I&#8217;ve had more than one author contributing articles on a regular basis. </p>\n<p>This multiple author section of WordPress is a whole new world for me and one I&#8217;m interested in learning about. Based on the post from WPKube, I plan on trying out the following plugins: <a href="http://wordpress.org/plugins/better-author-bio/" title="http://wordpress.org/plugins/better-author-bio/">Better Author Bio</a>, <a href="http://wordpress.org/plugins/wp-status-notifier/" title="http://wordpress.org/plugins/wp-status-notifier/">WP Status Notifier</a>, and possibly <a href="http://wordpress.org/plugins/edit-flow/" title="http://wordpress.org/plugins/edit-flow/">Edit Flow</a> although at this stage, Edit Flow seems to be too much of what I don&#8217;t need with just one other contributor to the site. There is one other plugin I may experiment with called <a href="http://wordpress.org/plugins/co-authors-plus/" title="http://wordpress.org/plugins/co-authors-plus/">Co-Authors Plus</a>. It allows me to assign an author to a post without having to create an additional user account. </p>\n<p><strong>What plugins do you use to make working with multiple authors easier?</strong></p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/0IxUcSBfgQc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jul 2013 20:21:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WordPress.tv: Brent Toderash: Finding the Right WordPress Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.tv/2013/07/15/brent-toderash-finding-the-right-wordpress-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:678:"<div id="v-BbT5MxHY-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20169&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/15/brent-toderash-finding-the-right-wordpress-plugin/"><img alt="Brent Toderash: Finding the Right WordPress Plugin" src="http://videos.videopress.com/BbT5MxHY/video-7f2e5fd1c6_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jul 2013 19:25:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Alex King: My Content-Powered Projects Page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://alexking.org/?p=17747";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://alexking.org/blog/2013/07/15/content-powered-projects-page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7147:".threads-post-notice {\n background: #e8e8e8;\n padding: 10px;\n}\n.threads-post-notice a {\n font-weight: bold;\n}\n\n<p>As <a href="http://alexking.org/blog/2013/07/07/reorganizing">alluded to earlier</a>, I&#8217;ve cleaned up my <a href="http://alexking.org/projects">projects page</a> which is now powered by a new taxonomy, custom post type and the content I&#8217;ve generated here over the last decade plus. Turns out, I&#8217;ve generated quite a few projects. <img src="http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p><img src="http://alexking.org/wp-content/uploads/2013/07/projects-page-crop-510x382.png" alt="projects-page-crop" width="480" height="359" class="aligncenter size-medium-img wp-image-17781" /></p>\n<p>I&#8217;m not completely done creating and managing the content, but I&#8217;m pretty happy with the improvement. I&#8217;ve tried to group them in ways that are useful &#8211; especially calling out projects that are no longer active<sup id="fnref:1"><a href="http://alexking.org/blog/topic/wordpress/feed#fn:1" rel="footnote">1</a></sup>.</p>\n<p>You can see a comparison of the old and new pages in <a href="http://www.flickr.com/photos/alexkingorg/sets/72157634631433509/">this Flickr set</a>.</p>\n<p>So what did I do and how did I do it?</p>\n<p><span id="more-17747"></span></p>\n<p><em>Note: This was written against a pre-release version of WordPress 3.6</em></p>\n<h3>1. Create a Projects Taxonomy (and Post Type)</h3>\n<p>I created two new taxonomies to power the Projects page.</p>\n<ol>\n<li>Projects: the names of my various projects.</li>\n<li>Project Groups: to group my projects into buckets.</li>\n</ol>\n<p><p>View the code on <a href="https://gist.github.com/5991273">Gist</a>.</p></p>\n<p>I then used the <a href="http://crowdfavorite.com">Crowd Favorite</a> <a href="https://github.com/crowdfavorite/wp-tax-post-binding">taxonomy-to-post binding plugin</a> plugin to create a Project post type that is effectively a child of the Projects taxonomy. This way I will be able to add content, terms, featured images, etc. to my projects (in a very forward compatible way).</p>\n<p><p>View the code on <a href="https://gist.github.com/5991284">Gist</a>.</p></p>\n<h3>2. Convert existing Categories and Threads to Projects</h3>\n<p>In my existing content structures I had both categories and <a href="http://alexking.org/project/threads">threads</a> that were dedicated to specific projects. I needed to convert those relationships to the new projects taxonomy I&#8217;d created.</p>\n<p>Changing the categories was straightforward, but there was a little more work for the threads because I needed to convert the related post types as well. I did separate SQL queries to get the various category and thread ids I needed to convert.</p>\n<p><p>View the code on <a href="https://gist.github.com/5991297">Gist</a>.</p></p>\n<p>Once everything was converted, I then ran a little code to save each term via the WordPress API so that the associated project post types content would be created (via the tax-post-binding library).</p>\n<p><p>View the code on <a href="https://gist.github.com/5991324">Gist</a>.</p></p>\n<p>The existing terms are now fully converted to projects.</p>\n<h3>3. Create New Projects (with meta data)</h3>\n<p>Now that I had converted the existing categories and threads to projects, it was time to create the rest of the projects. I ended up creating a big array with lots of meta data so that I could run and test this locally, then replay it all on my live site.</p>\n<p>This code creates the new project groups taxonomy terms, the new project terms, and adds meta data to the associated project post types.</p>\n<p><p>View the code on <a href="https://gist.github.com/5991315">Gist</a>.</p></p>\n<p>I truncated that quite a bit as I inserted a <em>lot</em> of projects.</p>\n<h3>4. Assign Existing Posts to Projects</h3>\n<p>At this point we have all of our project terms and post types created, it&#8217;s time to use them.</p>\n<p>Finding the posts I wanted to put into each project wasn&#8217;t an exact science. I basically created a projects list, then did searches on my site to find the posts relevant to that project. Then I manually selected the post IDs for those posts, and put them into a big array.</p>\n<p><p>View the code on <a href="https://gist.github.com/5991399">Gist</a>.</p></p>\n<p>I didn&#8217;t select the posts programatically because there&#8217;s a bit more nuance to choosing what is and isn&#8217;t applicable to a project than just a keyword search.</p>\n<p>As part of that process, I also added a &#8220;Projects&#8221; category to all of these posts. I use this to show links to the latest posts across all projects on the new page. I needed to add this category to all of the converted categories and threads too.<sup id="fnref:2"><a href="http://alexking.org/blog/topic/wordpress/feed#fn:2" rel="footnote">2</a></sup></p>\n<p><p>View the code on <a href="https://gist.github.com/5991415">Gist</a>.</p></p>\n<h3>5. Expose the New Data to Create the Projects Page</h3>\n<p>With all of my data set up, the last step was to expose it to power the projects page. I decided to do this by creating a shortcode that would output the projects by group.</p>\n<p><p>View the code on <a href="https://gist.github.com/5991434">Gist</a>.</p></p>\n<p>This has a bit too much of a mix of template and presentation for my liking, but it works and refactoring it is pretty low on my list at this point. Next time I mess with that code, I&#8217;ll probably clean it up a bit.</p>\n<h3>6. Project Page</h3>\n<p>The final step in the process was to customize the output of the individual project page. I am outputting the description, related links and featured image from the bound post type, and I converted some of my Threads plugin code to show a timeline of posts in &#8220;newest first&#8221; order. I also added a &#8220;this post is part of a project&#8221; banner to the individual posts, again borrowing the code from the Threads plugin.</p>\n<p>Here&#8217;s <a href="http://alexking.org/project/social">an example</a>.</p>\n<h3>Conclusion</h3>\n<p>I feel like the new <a href="http://alexking.org/projects">projects page</a> is a better representation of my projects, and will be more meaningful and maintainable in the future than the old static page was. It will also reward me for blogging more frequently by being more up to date as a result.</p>\n<p>All good things.</p>\n<div class="footnotes">\n<hr />\n<ol>\n<li id="fn:1">\nMore on this in a future post.&#160;<a href="http://alexking.org/blog/topic/wordpress/feed#fnref:1" rev="footnote">&#8617;</a>\n</li>\n<li id="fn:2">\nI probably could have done this earlier in the process, but didn&#8217;t think of the feature I wanted it for until later.&#160;<a href="http://alexking.org/blog/topic/wordpress/feed#fnref:2" rev="footnote">&#8617;</a>\n</li>\n</ol>\n</div>\n<p class="threads-post-notice">This post is part of the thread: <a href="http://alexking.org/blog/thread/content">Content Presentation</a> &#8211; an ongoing story on this site. View the thread timeline for more context on this post.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jul 2013 16:33:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress.tv: Russell Fair: Using Javascripts the “Right Way”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=18778";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.tv/2013/07/15/russell-fair-using-javascripts-the-right-way/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:680:"<div id="v-UdqHLqC2-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/18778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/18778/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=18778&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/15/russell-fair-using-javascripts-the-right-way/"><img alt="Russell Fair: Using Javascripts the “Right Way”" src="http://videos.videopress.com/UdqHLqC2/video-7671c8d754_scruberthumbnail_2.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Jul 2013 15:34:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WordPress.tv: Mo Jangda: Debugging for WordPress Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20359";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.tv/2013/07/14/mo-jangda-debugging-for-wordpress-developers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:668:"<div id="v-mOFqzpgH-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20359&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/14/mo-jangda-debugging-for-wordpress-developers/"><img alt="Mo Jangda: Debugging for WordPress Developers" src="http://videos.videopress.com/mOFqzpgH/video-ec6e6d2fee_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 14 Jul 2013 16:59:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"WordPress.tv: Brandon Hill: WordPress For a Large Site – Boundary Use Cases and Legacy Systems";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://wordpress.tv/2013/07/14/brandon-hill-wordpress-for-a-large-site-boundary-use-cases-and-legacy-systems/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:748:"<div id="v-8AyYj6yl-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20452&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/14/brandon-hill-wordpress-for-a-large-site-boundary-use-cases-and-legacy-systems/"><img alt="Brandon Hill: WordPress For a Large Site &#8211; Boundary Use Cases and Legacy Systems" src="http://videos.videopress.com/8AyYj6yl/video-4e01c6418a_scruberthumbnail_2.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 14 Jul 2013 16:57:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WordPress.tv: Ben Lobaugh: Plugin Workshop: Relevanssi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20338";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2013/07/13/ben-lobaugh-plugin-workshop-relevanssi/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:663:"<div id="v-7nAOs5lk-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20338&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/13/ben-lobaugh-plugin-workshop-relevanssi/"><img alt="Ben Lobaugh: Plugin Workshop: Relevanssi" src="http://videos.videopress.com/7nAOs5lk/video-a9f203e745_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 16:44:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WordPress.tv: Travis Smith: Professional Rapid Web Development Using the Genesis Framework";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=19210";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://wordpress.tv/2013/07/13/travis-smith-professional-rapid-web-development-using-the-genesis-framework/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:722:"<div id="v-afjJ8TA6-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/19210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/19210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=19210&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/13/travis-smith-professional-rapid-web-development-using-the-genesis-framework/"><img alt="Professional Rapid Web Development Using the Genesis Framework" src="http://videos.videopress.com/afjJ8TA6/video-1dfca0843c_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 16:39:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WPTavern: WordPress 3.6 RC 1 Has Arrived";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7889";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://feedproxy.google.com/~r/WordpressTavern/~3/Xh-ng1tpxbE/wordpress-3-6-rc-1-has-arrived";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2619:"<p>Earlier this week, WordPress 3.6 lead developer Mark Jaquith <a title="http://make.wordpress.org/core/2013/07/10/hey-remember-that-wordpress-3-6-release-we-were/" href="http://make.wordpress.org/core/2013/07/10/hey-remember-that-wordpress-3-6-release-we-were/">gave us an update</a> on progress and notified us that the goal was to have an RC release by Friday. With just 30 minutes to go before it becomes Saturday on the East coast, <a title="http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/" href="http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/">3.6 RC 1 has arrived</a>. This gets us one big step closer to getting 3.6 out in the wild. There is no link yet to the Post Formats UI plugin. I know many are hoping to see that come soon after 3.6 is released. In the mean time, the revisions area of WordPress has seen a major refactoring that has created a substantial increase in performance when dealing with hundreds of revisions.</p>\n<blockquote><p>We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven’t tested 3.6 yet, there’s no time like the present. (But please: not on a live production site, unless you’re feeling especially adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="http://core.trac.wordpress.org/report/6">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can sort it out before the final release.</p>\n<p>To test WordPress 3.6, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.6-RC1.zip">download the release candidate here (zip)</a>.</p></blockquote>\n<p>Just a little more testing and polishing until we can grab 3.6. Once it&#8217;s released, many of us will be waiting to <a href="http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/#comment-8863" title="http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/#comment-8863">read the postmortem</a> by Mark Jaquith which will detail the reasons behind why the Post Formats UI had to be removed and the side effects it caused. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Xh-ng1tpxbE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 03:38:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Dev Blog: WordPress 3.6 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2639";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1503:"<p>The first release candidate for WordPress 3.6 is now available.</p>\n<p>We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven&#8217;t tested 3.6 yet, there&#8217;s no time like the present. (But please: not on a live production site, unless you&#8217;re feeling especially adventurous.)</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="http://core.trac.wordpress.org/report/6">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can sort it out before the final release.</p>\n<p>To test WordPress 3.6, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.6-RC1.zip">download the release candidate here (zip)</a>.</p>\n<p>As you may have heard, we backed the Post Format UI feature out of the release. On the other hand, our slick new revisions browser had some extra time to develop. You should see it with 200+ revisions loaded — scrubbing back and forth at lightning speed is a thing of beauty.</p>\n<p><em>Delayed, but still loved</em><br />\n<em>The release will be out soon</em><br />\n<em>Test it, por favor</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 03:23:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WPTavern: Using Plugins To Get Out Of Debt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7886";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://feedproxy.google.com/~r/WordpressTavern/~3/KpDYhG6qWAE/using-plugins-to-get-out-of-debt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1330:"<p>You have to give Daniel a lot of credit. He recently <a href="http://danielespinoza.me/selling-plugins-to-get-out-of-debt/" title="http://danielespinoza.me/selling-plugins-to-get-out-of-debt/">published his personal quest</a> to conquer non-mortgage debt by selling his plugins. The debt amounted to $67,000 and he was able to pay it off in just 8 months. He is now creating an emergency fund equal to six months of income. But how did he conquer that monster the majority of us know as debt? He made the tough choice to sell two of the first plugins he ever developed despite them bringing in 4-5 thousand dollars in monthly recurring revenue. The plugins he sold were Authorize.net, AIM, and PayPal Express.</p>\n<blockquote><p>We were sick and tired of our debt hindering us from being able to follow our passion of slow travel with our family as digital tentmakers. Our one goal became cleaning up our financial mess and removing that hurdle. So when we received the offer to sell we asked “Does this get us to our goal?” and the answer was “Yes.”</p></blockquote>\n<p>Congratulations Daniel on beheading the monster that is debt. I hope your story serves as inspiration for many others to accomplish the same feat. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/KpDYhG6qWAE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Jul 2013 02:54:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"WPTavern: Week In WordPress Episode 5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7880";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://feedproxy.google.com/~r/WordpressTavern/~3/fFKmu2bWXUA/week-in-wordpress-episode-5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1020:"<p>I invite you to watch <a title="http://slocumstudio.com/2013/07/week-in-wordpress-episode-5/" href="http://slocumstudio.com/2013/07/week-in-wordpress-episode-5/">Week In WordPress Episode 5</a> as yours truly and a group of WordPress faithful got together to discuss the news of the week. This episode features Adam Warner of <a title="FooPlugins" href="http://fooplugins.com" target="_blank">FooPlugins</a>, Curtis McHale of <a title="Curtis McHale" href="http://CurtisMcHale.com" target="_blank">CurtisMcHale.com</a>, and Pippin Williamson of <a title="PippinsPlugins.com" href="http://www.PippinsPlugins.com" target="_blank">PippinsPlugins.com</a>. Among some of the topics discussed include, WPDaily shutting down, the WCSF survey, Checkmarx Plugin Vulnerability Report, and PostStatus 2 being launched. I had a great time on the show. After watching, let me know what you think. </p>\n<div class="aligncenter"></div>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/fFKmu2bWXUA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Jul 2013 21:50:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: The Daily Plugin for 07-11-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7766";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/RvrKSkVrDQs/the-daily-plugin-for-07-11-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7559:"<p>It&#8217;s one of those things we do. Some people clip coupons, some collect stamps or dog trinkets. I dig through plugins. Lots of &#8216;em. The most mentionable are listed here in what we like to call The Daily Plugin. While I don&#8217;t consider this everyday offering to be a review, it&#8217;s certainly a spotlight on what plugins I feel the community can get the most usage out of. Your own circumstances and needs apply. Remember that these plugins are always to be tested on staging and development sites first as to not risk losing data or compromise speed or functionality when used in conjunction with your existing plugin set. OK, Let&#8217;s get plugged in!</p>\n<p><a title="Similar Sites Menu" href="http://wordpress.org/plugins/similar-sites-menu/" target="_blank">Similar Sites Menu</a> is an external sites &#8220;link menu&#8221; that acts as a secondary native menu in your top navigation bar. If you happen to run a sub domain or have sister sites this could be a really good option in which you can promote everything on the top-level. The theme that I tested this on did not play nice with the plugin when it came to CSS styling and matching the overall look and feel of my WordPress installation. However when I tested it on a secondary staging site they work great without any complications. I was able to edit the color scheme to match the site perfectly in just under three minutes. Any theme with a secondary menu could accomplish this task as well, but it&#8217;s nice to have another option when you need it.</p>\n<p><a title="Random Images" href="http://wordpress.org/plugins/random-images/" target="_blank">Random Images</a> shows off the featured images within posts in a nice layout with uniformly sized thumbnails. When a thumbnail is clicked the plugin calls up a lightbox version of the enlarged image is shown with a link to the content item on top of the image. While I found that the functionality and overall design of this plugin was very appealing, the lightbox itself was not the result I was expecting. For the purposes of my own sites and content that resides within them, I would rather see this plugin serve the capacity in showing full post content rather than just images. I&#8217;m sure that this could be accomplished with just a bit of code revision, in addition to options of sharing the posts via social networking platforms such as Twitter and Facebook.</p>\n<p><a title="TSP Featured Posts" href="http://wordpress.org/plugins/tsp-featured-posts/" target="_blank">TSP Featured Posts</a> from The Software People gives you the opportunity to show off your posts in a simple Layout that can be easily managed and manipulated through shortcodes. After installing the plugin you make a determination as to your default thumbnail size and the length of the excerpt of the post that you&#8217;d like to display. Once all of those vital statistics have been entered into the system, you simply choose the category you&#8217;d like to display, how many posts you like, and the plugin does all the rest. This is a pretty good plugin for people who would like to tweak the themes without having to go through major code overhaul. There are certainly a number of themes that have this functionality built within the framework, but not all of them. I found this to be an excellent first entry from this particular developer and will be highlighting a few more plugins that they have released this week in the days that follow.</p>\n<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/CSV-Test.png" rel="thumbnail"><img class="alignleft size-thumbnail wp-image-7870" alt="CSV-Test" src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/CSV-Test.png?resize=150%2C150" /></a><a title="CSV to Sort Table" href="http://wordpress.org/plugins/csv-to-sorttable/" target="_blank">CSV to SortTable</a> has been recently updated, and it&#8217;s turning into the kind of plugin that may have more usage than the developer even intended. The plugin functions by calling an external CSV file from a URL of your choosing and transforms it into a sortable HTML table. It&#8217;s simple to do on a per post basis in the form of an easy shortcode, such as <strong>[csv src=http://example.com/myfile.csv], </strong>showing the direct path to the file. There are other shortcode options as well, like hiding/showing the top or bottom rows, etc. I tested this on a few different CSV files with great success. The tables all looked great right out of the gate with little modification. So how does this plugin work and what can be expanded from it? Well I tried a few scenarios. The first thing that I did was try to make changes to an already uploaded CSV file to see if it would update on the fly. It did. So we know that it updates the file in real-time. This can be good and bad. Good because it always has the newest data. Bad because it&#8217;s always trying to download and convert that file on the fly. The load time wasn&#8217;t worth abandoning the plugin over, so I tried a few more &#8220;hacks&#8221; to see if I could expand the range even further. I took the same CSV file and saved it to a local dropbox folder. Then I went to the Dropbox site to get a private link to the csv file. This worked! I imported straight from Dropbox. The one issue I had is that I then went back and made a few changes to the file and re-saved in Dropbox. Even after editing and re-synching the folder, the new revisions did not &#8220;take&#8221; with the plugin. It could be a cache issue or something on the end of Dropbox, but it&#8217;s a good idea for the developer to think about using services like Google Drive and Dropbox to feed the CSV source path. I would love the ability to edit files on the fly and have them self-update into pricing or product tables in near real-time. It&#8217;s almost perfect and certainly works well as intended. It would be nice to connect a few more pipes to it though.</p>\n<p><a title="Buddypress XProfile Custom Fields Type" href="http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/" target="_blank">Buddypress Xprofile Custom Fields Type</a> helps to add more user functionality and community within your BuddyPress installation. It allows several custom fields to be used in reference to your users, such as the user&#8217;s birthday, email address, custom post type selector results, image fields, check box acceptances (for terms of service or rules acknowledgement) and other custom fields of your choosing. It also provides the user with the option to hide or show selected information on their user profile. All the fields work within the BP Profile Search plugin, so the information becomes completely searchable. I&#8217;m relatively new to BuddyPress, having created only a few small-scale private member sites. Any help that can come in the form of easy to configure fields and user options is always a welcome relief. If you are in the same boat that I am regarding editing and managing BuddyPress, you&#8217;ll appreciate the flexibility that this plugin provides.</p>\n<p>Thank you once again for joining me in another edition of The Daily Plugin. As always you can follow me on twitter <a title="Marcus Couch on Twitter" href="https://twitter.com/marcuscouch">@marcuscouch</a> or simply leave your feedback here at <a title="The Daily Plugin for 7-11-2013" href="http://www.wptavern.com/the-daily-plugin-for-07-11-2013">WPTavern</a>.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/RvrKSkVrDQs" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Jul 2013 21:22:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marcus Couch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WordPress.tv: Sam Xu: From Wireframe to WordPress Theme in 10 Minutes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20362";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.tv/2013/07/12/sam-xu-from-wireframe-to-wordpress-theme-in-10-minutes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:688:"<div id="v-wOeS4GEi-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20362&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/12/sam-xu-from-wireframe-to-wordpress-theme-in-10-minutes/"><img alt="Sam Xu: From Wireframe to WordPress Theme in 10 Minutes" src="http://videos.videopress.com/wOeS4GEi/video-fe423e1056_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Jul 2013 16:19:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Matt: Jay Z + Me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=42718";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"http://ma.tt/2013/07/jay-z-picasso/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5982:"<p>I think it was Dustin Curtis who said something along the lines of &#8220;you can learn a lot about someone by their bucket list,&#8221; and he <a href="http://dcurt.is/bucket-list">had posted his publicly recently</a>. (Posting it is a great idea by the way, people will help you with it.) I began to think about mine, which was a little strange because I&#8217;ve been trying to move away from desiring things or experiences and just be more grateful in the present, but immediately a few music ones came to mind: have WordPress name-checked in a major hip-hop song, be in a rap video, and perform with one of my favorite artists (somehow).</p>\n<p>It was less than a week later I got an email from a friend who was helping organize a hush-hush event where Jay-Z would sing his song Picasso Baby over and over 6 hours while interacting with various artists and an audience as a performance piece, and there might even be an opportunity to be one of the people he interacted with. My jaw dropped.</p>\n<p><span id="more-42718"></span></p>\n<p>The entire experience was fairly surreal, <a href="http://www.vulture.com/2013/07/jerry-saltz-face-to-face-with-jay-z.html">this article by Jerry Saltz captured it well</a>, and in the end I did get to &#8220;perform&#8221; (in a very loose performance art sense) directly with Jay (we&#8217;re on a first syllable basis now), <a href="https://twitter.com/joshm/status/355090504586776576">which was even caught in a photo</a>. An hour into the event I couldn&#8217;t find any trace of it on Twitter or blogs. I brought my Nikon D3S to the event and snapped a few photos, some of which of his performance with Marina Abramovic turned out really well. If I could do it again the only thing I&#8217;d do differently is try and get portraits of more of the amazing artists who were there, from <a href="https://en.wikipedia.org/wiki/Andres_Serrano">Andres Serrano</a> to <a href="http://en.wikipedia.org/wiki/Elizabeth_Peyton">Elizabeth Peyton</a>. Also huge thanks and kudos to <a href="https://twitter.com/YvonneForce">Yvonne Force Villerael</a> and <a href="http://www.salon94.com/">Jeanne Greenberg Rohatyn</a> for putting together such an unique happening.</p>\n<p>Here&#8217;s a video Shannon Lanier took when we went up together:</p>\n<p><span class="embed-youtube"></span></p>\n<p>Here are some of the photos from the event:</p>\n\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5930-2/" title="MCM_5930"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5932-2/" title="MCM_5932"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5934-4/" title="MCM_5934"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5937-4/" title="MCM_5937"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5938-2/" title="MCM_5938"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5941-3/" title="MCM_5941"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5944/" title="MCM_5944"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5947-2/" title="MCM_5947"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5951-3/" title="MCM_5951"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5954/" title="MCM_5954"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5956-4/" title="MCM_5956"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5960/" title="MCM_5960"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5968-2/" title="MCM_5968"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5972-3/" title="MCM_5972"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5974-5/" title="MCM_5974"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5975-4/" title="MCM_5975"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5978-2/" title="MCM_5978"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5980-3/" title="MCM_5980"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5988-3/" title="MCM_5988"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5989/" title="MCM_5989"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5992-2/" title="MCM_5992"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_5995/" title="MCM_5995"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6002/" title="MCM_6002"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6006/" title="MCM_6006"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6008-3/" title="MCM_6008"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6011-2/" title="MCM_6011"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6013/" title="MCM_6013"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6030-3/" title="MCM_6030"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6041-3/" title="MCM_6041"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6043-3/" title="MCM_6043"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6047-3/" title="MCM_6047"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6050/" title="MCM_6050"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6051-2/" title="MCM_6051"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6054-3/" title="MCM_6054"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6055-2/" title="MCM_6055"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6056/" title="MCM_6056"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6057-3/" title="MCM_6057"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6063-3/" title="MCM_6063"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6065/" title="MCM_6065"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6076-4/" title="MCM_6076"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/mcm_6078-2/" title="MCM_6078"><img /></a>\n<a href="http://ma.tt/2013/07/jay-z-picasso/bo2i7r2cuaa_mm4-1/" title="BO2I7r2CUAA_Mm4 (1)"><img /></a>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 22:45:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: Interview With The Founders of WPRemote";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7703";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/5HKzkOgsY1A/interview-with-the-founders-of-wpremote";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4780:"<p><a href="https://wpremote.com/" title="https://wpremote.com/">WPRemote</a> is a quick and easy way to monitor multiple websites all for the price of free. However, they&#8217;ve recently launched a $5.00 per month/per site automatic backup plan. I caught up with the founders of this small service to see what their plans were for the future. </p>\n<p><strong>What is WP Remote and why did you decide to start the service?</strong></p>\n<p><a href="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote1.jpg" rel="thumbnail"><img src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote1.jpg?resize=500%2C106" alt="Track All Your Sites" class="aligncenter size-large wp-image-7706" /></a></p>\n<p>WP Remote is a service for monitoring and updating all of your WordPress sites. Human Made built the initial version a few years back out of necessity — a way of streamlining the repetitive tasks associated with managing our many client sites. We received positive feedback on WP Remote from those we showed it to, and decided to invest a bit of time releasing a public version.</p>\n<p><strong>What’s all included in the free account?</strong></p>\n<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote2.jpg" rel="thumbnail"><img src="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote2.jpg?resize=500%2C122" alt="Daily Automatic Backups" class="aligncenter size-large wp-image-7707" /></a></p>\n<p>WP Remote will monitor your WordPress sites for updates to plugins, theme, and WordPress core. If it finds any out of date software, you can update individually or all at once. WP Remote also lets you perform an on-demand backup of an entire site. Signing up is easy, so go ahead and give it a try.</p>\n<p><strong>Why did you decide to offer a free account?</strong></p>\n<p>Much of the community is built on sharing what you know and have. We thought making WP Remote publicly available was an appropriate way for us to contribute back.</p>\n<p><strong>How does this service differ from VaultPress or some of the other security monitoring services?</strong></p>\n<p>WP Remote doesn’t do any security monitoring at this time. We’re focusing on the best functionality for managing your WordPress sites.</p>\n<p><strong>Can you provide some of the technical details involved with the backups such as where they are stored and what makes them secure?</strong></p>\n<p><a href="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote3.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPRemote3.jpg?resize=421%2C133" alt="Serious About Security" class="aligncenter size-full wp-image-7708" /></a></p>\n<p>On your web host, the backup file is first generated with our open source HM Backup library. Our on-demand backup feature then streams the backup file from your web host to your computer. On the other hand, our premium Automatic Backups feature stores your backup file in an encrypted Amazon S3 bucket that we manage, making it very easy for users who are looking for a hands off approach.</p>\n<p><strong>How are you able to offer such a service at such an affordable price?</strong></p>\n<p>It’s been a labor of love so far. We’d like to invest much more time into improving WP Remote though. To help us justify this investment, we plan to introduce additional features worth paying for (a cost that you can also pass on to your clients).</p>\n<p><strong>Are there plans in the future to add the ability to be able to automatically restore a site from a backup?</strong></p>\n<p>No set plans, but restoring a site from backup (or cloning an existing site) is a feature we’d love as well. We do have a handy guide for people who want to restore their site from a backup. We’re always looking for people to check out WP Remote and send us feedback.</p>\n<p><strong>What’s been the most common feedback you’ve received from your customers?</strong></p>\n<p>Funny you ask! We ran a survey just last week — one common request is for an email notification when you have a plugin or theme to update. We think this would be neat, and it would be even cooler to have WP Remote automatically upgrade plugins and themes it knew were safe to upgrade.</p>\n<p><strong>What is the long term goal of WP Remote?</strong></p>\n<p>To build a smart, intuitive application to manage our WordPress sites so we don’t have to. In doing so, we hope others grow to love WP Remote as much as we do. We are also working to expose an external API for WP Remote so developers can better integrate their own tools with us. We are pretty excited about the potential.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/5HKzkOgsY1A" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 22:22:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WPTavern: Page.ly Launches New CDN Called PressCDN";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://feedproxy.google.com/~r/WordpressTavern/~3/yr-eYAEMv0c/page-ly-launches-new-cdn-called-presscdn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3156:"<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/PressCDNLogo.jpg" rel="thumbnail"><img src="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/PressCDNLogo.jpg?resize=300%2C69" alt="PressCDN Logo" class="alignright size-medium wp-image-7856" /></a>Page.ly <a title="http://blog.page.ly/2013/07/presscdn-the-cdn-for-those-that-love-wordpress/" href="http://blog.page.ly/2013/07/presscdn-the-cdn-for-those-that-love-wordpress/">has announced</a> a brand new CDN service called PressCDN. Page.ly has partnered with a number of companies in order to provide a global distribution network. The biggest selling point they are pushing is speed. For those that don&#8217;t know, CDN stands for Content Delivery Network.</p>\n<blockquote><p>A CDN is a content delivery network that stores copies of your images and site files in locations all around the world. This allows them to be downloaded to your visitor’s computer faster, speeding up the overall load time of your page.</p></blockquote>\n<p>At $9 dollars per month, it&#8217;s a cheap way to speed up a website but it&#8217;s not cheaper than free. <a title="http://jetpack.me/support/photon/" href="http://jetpack.me/support/photon/">Photon</a>, which is one of the services built into the Jetpack plugin provides CDN capabilities. When enabled, images will be served dynamically from the servers that power the WordPress.com cloud. However, Photon does have its limitations. For example:</p>\n<ul>\n<li>Photon filters content but doesn’t change the info in the database.</li>\n<li>Photon currently only acts on images in posts and featured images (post thumbnails).</li>\n<li>Photon will apply to old posts and new ones alike and can be turned on or off easily.</li>\n<li>No cache invalidations – currently the images are cached “forever”. If you want to “refresh” an image you will need to change the name of the image.&nbsp;Adding random query arguments, commonly known as cachebusters, will not work.</li>\n<li>We only fetch, resize, and serve&nbsp;<strong>gif, png, and jpg</strong>&nbsp;images from servers that listen on&nbsp;<strong>port 80</strong>. This is about 99.99% of the web servers in the world.</li>\n<li>We will not “upscale” an image in most circumstances.&nbsp;If your original image is 1000px wide and you ask for us to make it 5000px, we will serve you the original 1000px image.&nbsp;Upscaled images are usually of poor quality and we want to avoid that.</li>\n<li>If your server takes longer than 10 seconds to upload the image to Photon, the upload will time out and your image will appear to be broken. Try to upload a differently-named image with a smaller file size if this happens.</li>\n<li>Animated gifs will probably break if resized or transformed via Photon.</li>\n</ul>\n<p>On paper, using any type of CDN is supposed to be beneficial to both the site and its visitors. However, until we see some comparison benchmarks preferably from a third-party comparing speeds and services like PressCDN with Photon, we&#8217;ll never know.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/yr-eYAEMv0c" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 20:49:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"BuddyPress: BuddyPress 1.8 – Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=167934";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://buddypress.org/2013/07/buddypress-1-8-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1025:"<p>BuddyPress 1.8 is so close you can smell it! (Incidentally, it smells kinda like pizza.) The first release candidate (RC1) for BP 1.8 is now available. </p>\n<p>&#8220;Release candidate&#8221; means we think everything&#8217;s in place for the final 1.8 release, but want to give developers and users one last chance to kick the tires. Not sure what to test? We&#8217;re working on formal release notes, but in the meantime visit <code>/wp-admin/index.php?page=bp-about</code> of your RC1 test installation for a summary of the major changes in 1.8.</p>\n<p>RC1 also means a strict string freeze. If you maintain any BuddyPress localizations, now is the time to complete any necessary translations against trunk.</p>\n<p>Get BP 1.8-RC1 via SVN, or <a href="http://downloads.wordpress.org/plugin/buddypress.1.8-RC1.zip">as a zip</a>. If you find issues or have questions, head for <a href="http://buddypress.org/support">our support forums</a> or <a href="http://buddypress.trac.wordpress.org">our development tracker</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 17:33:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WPTavern: Post Status Version 2 Launches";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://feedproxy.google.com/~r/WordpressTavern/~3/c8UI9KSN-LU/post-status-version-2-launches";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1939:"<p>Staying up late finally paid off as I became one of the first to see a preview of the new <a href="http://poststat.us/" title="http://poststat.us/">PostStat.us</a> redesign. In the <a href="http://us6.campaign-archive1.com/?u=ff3456b27ebe0be0155087894&id=8b92d9db31&e=08849ad4bd" title="http://us6.campaign-archive1.com/?u=ff3456b27ebe0be0155087894&id=8b92d9db31&e=08849ad4bd">latest edition</a> of the Post Status newsletter, founder Brian Krogsgard outlined the various changes that the redesign encompassed. Since long form content has generated some of the most interest and engagement on the site, the redesign features a left-handed column devoted exclusively to the long form content while the right-hand sidebar will contain the typical links that visitors are accustomed to. This enables the long form content to stick around longer without being buried by the different content types. </p>\n<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/RedesignPreview.png" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/RedesignPreview.png?resize=500%2C345" alt="Post Status Redesign Preview" class="aligncenter size-large wp-image-7848" /></a></p>\n<p>Another large piece of the revamped site gives us a glimpse as to one of the ways Brian is looking to monetize the site. With the redesign, he has entered an exclusive 3-month partnership with <a href="http://thethemefoundry.com/wordpress/" title="http://thethemefoundry.com/wordpress/">The Theme Foundry</a>. The ad is non-obtrusive, and blends into the site rather well. </p>\n<p>Overall, the design is crisp, clean, and easy on the eyes. Brian did a nice job. His new approach reminds me <a href="http://daringfireball.net/" title="http://daringfireball.net/">DaringFireball</a> but with a crowdsourced aspect added on. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/c8UI9KSN-LU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 15:31:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Dradcast Episode 18 Featuring Syed Balkhi Of WPBeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7841";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:117:"http://feedproxy.google.com/~r/WordpressTavern/~3/MMapgZH6yHg/dradcast-episode-18-featuring-syed-balkhi-of-wpbeginner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:844:"<p>Episode 18 of the <a href="http://dradcast.com/" title="http://dradcast.com/">Dradcast podcast</a> featured the one and only Syed Balkhi of WPbeginner.com. It was a great show filled with excellent content including Syed&#8217;s recent giveaway aimed at helping to <a href="http://fundraise.pencilsofpromise.org/fundraise?fcid=249743" title="http://fundraise.pencilsofpromise.org/fundraise?fcid=249743">build a school</a>. However, given that WPDaily has disappeared, I think the meat of the show starts at the 19 minute mark where the panel talks about the shutting down of WPDaily. Be warned, the following video has occasional strong language. </p>\n<div class="aligncenter"></div>\n<p>Overall, another great episode by the Dradcast team. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/MMapgZH6yHg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 11:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: The Daily Plugin for 07-10-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7623";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/9_CGK-i4pmA/the-daily-plugin-for-07-10-2013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7120:"<p>Welcome once again to The Daily Plugin, where we take a look at the newest and most frequently updated plugins from the WordPress Plugin Repository. Remember to install new plugins on a staging site first as to not expose your valuable sites to any risk of plugin conflict or crashes of your site. Also please consider that these plugins are not rated or suggested in any official capacity. This is merely my reaction to the latest plugins to be released. With that being said, let&#8217;s get plugged in!</p>\n<p><a href="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Easy-Responsive-Tabs-to-Accordion.png" rel="thumbnail"><img class="alignleft size-thumbnail wp-image-7826" alt="Easy Responsive Tabs to Accordion" src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Easy-Responsive-Tabs-to-Accordion.png?resize=150%2C150" /></a><a title="Easy Responsive Tabs To Accordion" href="http://wordpress.org/plugins/wp-easy-responsive-tabs-to-accordion/" target="_blank">Easy Responsive Tabs to Accordion</a> is a visually appealing way to add a tab/content component to your responsive WordPress site. This is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multiple devices for Desktop browsers, tablets and Mobile viewing. This plugin adapts the screen size and changes its action accordingly. I found the display options to be very configurable and highly attractive. There have been a lot of tab plugins released in the last several months, but this is the first one that I&#8217;ve seen that is actually completely responsive. It has a high degree of added ability when it comes to editing CSS. I had a complete set of tabs up and running to conform with the look of my site within 10 minutes. Not too shabby. So if you or your clients have been clamoring for a refresh on their website design, this element might help spruce things up a bit and give you added functionality to boot.</p>\n<p><a title="Featured Image from Google Images" href="http://wordpress.org/plugins/featured-image-from-google-images/" target="_blank">Featured Image from Google Images</a> has some pretty intriguing elements to it. Rather than having you upload a featured image into the media gallery, you instead can simply search based on keyword and find results in the Google images pool. With just a few clicks you can add that image straight into your blog without having to download it and upload it ahead of time. While I think this is a pretty fantastic way to add images, I do worry about copyright infringement and the implications that it might bring about. Using Google images is often a shortcut that we&#8217;re all guilty of. We need to also remember that there are photographers behind those images that should also be compensated for their creativity and hard work. If you&#8217;re going to use a plugin like this I would encourage you to stick with what is generally accepted as public domain or Creative Commons licensed material. Otherwise you run the risk of getting into trouble (or getting your client in trouble) because someone down the line forgot to purchase a license agreement for the images used. I&#8217;ve seen it happen several times, so if you are going to use this add-on, make sure to use common sense in doing so. Here&#8217;s a video that summarizes the functionality and setup of this plugin.</p>\n<div class="aligncenter"></div>\n<p><a href="http://i2.wp.com/s-plugins.wordpress.org/meetup-winner/assets/screenshot-1.jpg" rel="thumbnail"><img class="alignleft" alt="Meetup Winner! WordPress Plugin" src="http://i1.wp.com/s-plugins.wordpress.org/meetup-winner/assets/screenshot-1.jpg?resize=207%2C159" /></a><a title="Meetup Winner" href="http://wordpress.org/plugins/meetup-winner/" target="_blank">Meetup Winner!</a> is a plugin that taps into the Meetup.com API. I&#8217;ve not run across anything that has Meetup API functionality in the past, so I decided to check this one out. The basis of this plugin is basically one that allows you to reward those who RSVP to one of your meetups. How it works is that you set up an event ID shortcode corresponding to your individual event. Once at the event, you can call up the page where the shortcut resides and the plugin will randomly pick from those who have RSVP to the meeting. It will display the person&#8217;s name and the picture associated with them at meetup.com. I find this quite encouraging that different plugins are being developed around meetup.com. <strong>Regarding Meetup.com:</strong> Though there are some questionable groups that can be found on the site, I have found invaluable resources and relationships garnered at my local Southern California WordPress meet up group, which happens to be the <a title="OC WordPress Group on Meetup.com" href="http://www.meetup.com/OC-Wordpress-Group/" target="_blank">OC WordPress meetup</a> headed by <a title="Steve Zehngut on Twitter" href="https://twitter.com/Zengy" target="_blank">Steve Zehngut</a>. With other power WP users like Jason Tucker and Suzette Franck, co-hosts on the weekly <a title="Wordpress Water Cooler" href="http://www.wpwatercooler.com/">WP WaterCooler</a> Hangout. It&#8217;s one of the more active among WP Meetups. I applaud the concept and integration of this plugin and look forward to even more Meetup.com WordPress integration in the future. Hopefully this also means I might win something at a future meetup!</p>\n<p><a href="http://i0.wp.com/s-plugins.wordpress.org/lateralpress/assets/screenshot-1.jpg" rel="thumbnail"><img class="alignleft" alt="LateralPress" src="http://i2.wp.com/s-plugins.wordpress.org/lateralpress/assets/screenshot-1.jpg?resize=151%2C137" /></a><a title="LateralPress WordPress Plugin" href="http://wordpress.org/plugins/lateralpress/" target="_blank">LateralPress</a> is an interesting java based design plugin that allows you to display an animated scrolling timeline of content relative to the post date and a custom post type modifier. I found this plugin to be quite visually appealing. However the JavaScript time did take a while to load in the test application that I tried on a staging site. While posts set up for previous posts to be included in this plugin&#8217;s display is a tedious process, the results are rather difficult to compete with when it comes to final output. I think this would be an excellent plugin for people who would like to tell a story with their content over an evolutionary period of time. It adds a lot of visual appeal to what would otherwise be a boring about us or bio page on your WordPress installation.</p>\n<p>Thank you for joining me in another installation of the Daily Plugin. Remember that you can follow me on Twitter <a title="Marcus Couch on Twitter" href="https://twitter.com/marcuscouch">@marcuscouch</a> or simply leave your feedback right here on WPTavern. Join us again tomorrow as we dive headfirst into the WordPress plugin repository in search of the best and brightest new plugins as they are released.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/9_CGK-i4pmA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Jul 2013 03:14:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marcus Couch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"WPTavern: WPDaily Is No More";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7819";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://feedproxy.google.com/~r/WordpressTavern/~3/GfJmcCF51tk/wpdaily-is-no-more";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4703:"<p><a href="http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPDailyLogo.png" rel="thumbnail"><img class="alignright size-medium wp-image-7820" alt="WPDaily Logo" src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPDailyLogo.png?resize=300%2C75" /></a>First off, it&#8217;s extremely weird to be writing about the demise of a website that not too long ago, was writing about the demise and resurgence of WPTavern. <a title="http://wpdaily.co" href="http://wpdaily.co">WPDaily</a>, one of the many sites dedicated to all things WordPress has <a title="http://8bit.io/goodbye-wpdaily/" href="http://8bit.io/goodbye-wpdaily/">closed its doors today</a>. The move comes as a shock to many within the WordPress community, including me. WPDaily was spearheaded by John Saddington, leader of the development team <a title="http://8bit.io" href="http://8bit.io">8Bit</a> and project manager of <a title="http://pressgr.am/" href="http://pressgr.am/">PressGram</a>. While no direct cause of the shutdown was given, John noted that while the site achieved a variety of goals, it did not achieve the larger global goals and strategy of their organization at the present time.</p>\n<blockquote><p>We achieved every single goal and metric that we had set out to accomplish (and then some) in this glorious experiment and so we consider it a “success.” But, it did not achieve the much larger global goals and strategy of our organization at this present time.</p></blockquote>\n<p>One thing I can confirm is that criticism and negative reactions to some of their published content was definitely not a reason for the shutdown. I give John a lot of credit for everything he did with WPDaily. The man was a publishing machine and if you blinked, you missed a ton of content. I occasionally joked that John published so much content that he was the reason infinite scroll was invented. Everywhere I looked, I saw John Saddington with the first comment on posts. This just shows how much he was on the ball with information. I know from experience that the only way John could accomplish what he did with WPDaily involved ridiculously long hours, lots of typing, living within the inbox, and juggling his time with reviewing products and just being in touch with people. For anyone that thinks running a community news type website is easy, you&#8217;re wrong. It&#8217;s very difficult. It requires lots of time reading, communicating, piecing together stories, managing the conversations that take place and a host of other responsibilities. This is why I continue to think that if you don&#8217;t have a primary source of funding, that creating a site like WPDaily or WPTavern just isn&#8217;t worth it in the long run.</p>\n<p>However, the shutdown of WPDaily stirred up the conversation again around WordPress news sites and how they can be sustainable. According to one individual, the curation of WordPress content can not be achieved by 1 person or 10 but rather, <a title="https://twitter.com/wptavern/status/355084349428871169" href="https://twitter.com/wptavern/status/355084349428871169">should be an automated process</a>. Then, you could charge access to the site as it would do all of the filtering for you. Hard to say if that idea would take off but the site I have in mind that could potentially make this work is <a title="http://poststat.us/" href="http://poststat.us/">PostStat.us</a>. Brian Krogsgard has <a title="https://twitter.com/Krogsgard/status/355088909039968256" href="https://twitter.com/Krogsgard/status/355088909039968256">stated on Twitter</a> that he has a few tricks up his sleeve to monetize the site but we will have to wait until they are implemented to find out what they are.</p>\n<p>I want to personally say to John Saddington that I wish you the best of luck in your future endeavors and especially with PressGram. At the same time however, I make a formal request that you highly consider leaving the content archived somewhere for reference material or you either sell, or provide the archive to someone who is more concerned with the historical significance of the content than any other agenda.</p>\n<p>Last but not least, I want to thank the individuals who suggested to others that they can use WPTavern to get their fix for WordPress information. However, WPTavern can not and will not be a direct replacement for WPDaily. Both sites contain their own unique flavors, takes on various topics that come up in the community.</p>\n<p>*<strong>Update</strong>*<br />\nAs of July 11th 2013, the site has been turned back on and is in Archive mode. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/GfJmcCF51tk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 10 Jul 2013 23:51:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"BuddyPress: BuddyPress 1.7.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=167873";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://buddypress.org/2013/07/buddypress-1-7-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1197:"<p>BuddyPress 1.7.3 is now available. This is a security and maintenance release, and we urge all installations running BP 1.5 or later to upgrade immediately.</p>\n<p>Version 1.7.3 includes fixes for the following:</p>\n<ul>\n<li>A cross-site scripting vulnerability in the way that success/error messages are stored and then displayed</li>\n<li>A bug that caused Set-Cookie headers to be sent inappropriately, causing problems for certain caching configurations</li>\n</ul>\n<p>Complete details can be found in the <a href="http://codex.buddypress.org/developer/releases/version-1-7-3/">1.7.3 release notes</a>.</p>\n<p>Many thanks to <a href="http://nacin.com">Andrew Nacin</a> for his responsible disclosure of the XSS issue to the BuddyPress team. As a reminder to the community: if you think you&#8217;ve found a security issue in BuddyPress, please practice <a href="http://codex.wordpress.org/FAQ_Security">proper disclosure procedure</a>, and report issues directly to the BP development team (or to security [at] wordpress.org).</p>\n<p>Download BuddyPress 1.7.3 from Dashboard &gt; Updates, or from <a href="http://wordpress.org/plugins/buddypress/">the wordpress.org plugin repository</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 10 Jul 2013 13:41:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Dev Blog: Annual WordPress Survey &amp; WCSF";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2625";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1241:"<p><img class="alignright" alt="" align="right" src="http://wpdotorg.files.wordpress.com/2013/07/wcsf-2013.jpg" width="278" height="185" />It&#8217;s time for our third annual user and developer survey! If you&#8217;re a WordPress user, developer, or business, we want your feedback. Just like previous years, we&#8217;ll share the data at the upcoming <a href="http://2013.sf.wordcamp.org/">WordCamp San Francisco</a> (WCSF). Results will also be sent to each survey respondent.</p>\n<p>It only takes a few minutes to <a href="http://wp-survey.polldaddy.com/s/wp-2013">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<p>If you missed past State of the Word keynotes, be sure to check out them out for survey results from <a href="http://wordpress.org/news/2011/08/state-of-the-word/">2011</a> and <a href="http://ma.tt/2012/08/state-of-the-word-2012/">2012</a>.</p>\n<p>Speaking of WCSF, if you didn&#8217;t get a ticket or are too far away to attend, you can still <a href="http://2013.sf.wordcamp.org/tickets/">get a ticket for the live stream</a>! Watch the live video stream from the comfort of your home on July 26 and 27; WCSF t-shirt, or any shirt, optional.</p>\n<p>I hope to see you there.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 23:50:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WordPress.tv: Randy Hoyt: Structured Data in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=20455";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2013/07/09/randy-hoyt-structured-data-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:658:"<div id="v-RFBm2TTZ-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20455&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/07/09/randy-hoyt-structured-data-in-wordpress/"><img alt="Randy Hoyt: Structured Data in WordPress" src="http://videos.videopress.com/RFBm2TTZ/video-d88108f1d1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 19:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: Easy Guide To The GPL And WordPress Licensing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7812";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://feedproxy.google.com/~r/WordpressTavern/~3/pQpCqRDCYGc/easy-guide-to-the-gpl-and-wordpress-licensing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:677:"<p>Came across this recently published friendly <a title="http://www.ivycat.com/2013/07/a-newbies-guide-to-the-gpl-and-wordpress-licensing/" href="http://www.ivycat.com/2013/07/a-newbies-guide-to-the-gpl-and-wordpress-licensing/">guide to the GPL and WordPress licensing</a> by Ivycat. It&#8217;s not filled with debates on what plugins and themes should do but generally just covers the basics and highlights things to know. If you&#8217;re new to WordPress or curious of it&#8217;s licensing, this is a good article to read before diving into the entire GPL v2 license text.</p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/pQpCqRDCYGc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 18:36:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: iThemes Launches e-Commerce Plugin – Exchange";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7804";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/W0eMWQm4H4M/ithemes-launches-e-commerce-plugin-exchange";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1781:"<p>iThemes has launched their hotly anticipated e-Commerce platform called <a href="http://ithemes.com/exchange/" title="http://ithemes.com/exchange/">Exchange</a>. I was able to watch a one hour introduction video presented by one of the core developers of Exchange and my initial impression is <strong>wow</strong>. Based on what I&#8217;ve seen, they have done a great job with focusing on simplicity. One of the coolest aspects of their plugin is the modularity of it. </p>\n<p><a href="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/iThemesExchangeFeatures.jpg" rel="thumbnail"><img src="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/iThemesExchangeFeatures.jpg?resize=500%2C271" alt="Exchange Modularity" class="aligncenter size-large wp-image-7807" /></a></p>\n<p>You can enable/disable specific functionality so that your site only loads what is enabled. One of the other creative aspects behind Exchange is the ability to use it to invoice clients. For example, you can create an invoice which will be a product page, hide that product page from the store, send the client a link to that product page and once they pay, they get a link to a downloadable file which is a PDF with PAID stamped onto the invoice. The platform has over 300 different functions and will sport a hefty theme API. </p>\n<p>Marcus Couch will be taking an in-depth look at Exchange and he&#8217;ll give you his thoughts within the next week or two. Until then, <a href="http://ithemes.com/exchange-download.php" title="http://ithemes.com/exchange-download.php">download Exchange</a> as it&#8217;s free and give it a test run. Report back with your thoughts and opinions. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/W0eMWQm4H4M" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 17:59:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WPTavern: Helping WPBeginner To Build A School";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=7800";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://feedproxy.google.com/~r/WordpressTavern/~3/ruaIgB986Vg/helping-wpbeginner-to-build-a-school";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1660:"<p><a href="http://i2.wp.com/www.wptavern.com/wp-content/uploads/2009/08/wpbeginnerlogo.png" rel="thumbnail"><img src="http://i1.wp.com/www.wptavern.com/wp-content/uploads/2009/08/wpbeginnerlogo.png?resize=240%2C48" alt="wpbeginnerlogo" class="alignright size-full wp-image-2167" /></a>WPBeginner.com is currently in the middle of what could be the <a href="http://www.wpbeginner.com/wpbeginner-4th-birthday-largest-wordpress-giveaway/" title="http://www.wpbeginner.com/wpbeginner-4th-birthday-largest-wordpress-giveaway/">largest WordPress prize giveaway</a> I have ever seen. It&#8217;s to celebrate their fourth birthday (Happy birthday by the way) but there is also a very beneficial catch to this particular giveaway. For every dollar donated to the cause, WPBeginner founder Syed Balkhi will match that amount up to $25,000. So why has Syed decided to help build a school? According to a <a href="http://fundraise.pencilsofpromise.org/fundraise?fcid=249743" title="http://fundraise.pencilsofpromise.org/fundraise?fcid=249743">post on PencilsOfPromise.org</a>:</p>\n<blockquote><p>There are currently more than 61 million children without access to education, and together we can do something about it. Education is a cause that&#8217;s truly important to me, so I&#8217;m excited to join the Pencils of Promise movement that empowers lives around the world by building schools for children in need.</p></blockquote>\n<p>At the time this article was published, $1,791 of $25,000 has been raised with 28 donations. The giveaway ends in four days, 11 hours. </p>\n<img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/ruaIgB986Vg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Jul 2013 17:08:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 22 Jul 2013 14:15:08 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"162909";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Mon, 22 Jul 2013 14:00:28 GMT";s:4:"x-nc";s:11:"HIT lax 249";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20121202204312";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(380, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1374545759', 'no'),
(381, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1374502559', 'no'),
(382, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1374545759', 'no'),
(383, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/OPK4hi9ENjA/friendly-reminder-about-the-wordpress-domain-trademark'' title=''While reading press releases about new WordPress services or plugins, I’ll occasionally discover that their website uses the full term of WordPress in their domain name. According to the domain policy, this is a violation of the WordPress trademark unless they have explicit permission. A couple days ago, I came across one such site which was brand new and th [&hellip;]''>WPTavern: Friendly Reminder About The WordPress Domain Trademark</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/Omt-kVtPLcc/the-daily-plugin-for-07-19-2013'' title=''TGIF friends! We’ve made it through another week of widgets, fields, posts and plugins. It’s time to unwind with another installment of The Daily Plugin. We’ve got some really shiny new plugins to look at today in addition to some recent updates. The plugins listed represent a mere sampling of the most recently updated and newly released plugins from the Wor [&hellip;]''>WPTavern: The Daily Plugin for 07-19-2013</a></li><li><a class=''rsswidget'' href=''http://ma.tt/2013/07/emmy-nominated-wp-powered-app/'' title=''The 2013 Emmy nominations have been announced and included among the nominees is the Lift-built AMC The Walking Dead StorySync, which is nominated in the Outstanding Interactive Program category. Read more about it on the WP-powered Lift blog. [&hellip;]''>Matt: Emmy Nominated WP-Powered App</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2013/07/18/2011-state-of-the-word-qa/'' title='' [&hellip;]''>WordPress.tv: 2011 State of the Word Q&amp;A</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/FVkPZzomf64/the-daily-plugin-for-07-18-2013'' title=''Yeah I know what you’re thinking. It’s already Thursday and The Daily Plugin has yet to find that perfect plugin that you’ve been “Repository Diving” for all week-long. Well today is your lucky day my friend. Not because we may have found that hidden gem you’ve been on the hunt for, but because we saved you at least one day of having to look for it yourself. [&hellip;]''>WPTavern: The Daily Plugin for 07-18-2013</a></li></ul></div>', 'no'),
(384, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1374545760', 'no'),
(385, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jul 2013 14:14:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Lesson Scheduler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/plugins/lesson-scheduler/#post-56243";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 15:04:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56243@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:67:"Just another lesson schedule manegement plugin. Simple UI and look.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Teruo Morimoto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"OTW Portfolio Light";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/plugins/otw-portfolio-light/#post-56049";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 05:37:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56049@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:114:"Create a great looking responsive portfolio on your WordPress site. Categorize portfolio. Filterable or paginated.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"OTWthemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Interactive UK Map";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/interactive-uk-map/#post-56171";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 19 Jul 2013 19:21:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56171@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"Free WordPress plugin for embedding an interactive United Kingdom map with clickable regions. Easy to install and configure.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"html5maps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Add Customize URL to Appearance Menu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/plugins/add-customize-url-to-appearance-menu/#post-56094";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 15:22:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56094@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:66:"Adds a shortcut link to the Customize page in the Appearance menu.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"tiagonoronha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"YITH Footer Banner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/yith-footer-banner/#post-56081";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Jul 2013 09:04:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56081@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:81:"YITH Footer Banner gives you the ability to have a floating banner in your theme.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"yithemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"Facebook Master";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/plugins/facebook-master/#post-56242";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 14:41:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56242@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"Facebook Master let&#039;s you have full control over all good facebook social plugins in one go, only for professional wordpress websites.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"TechGasp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"TAB ME";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/plugins/tab-me/#post-56276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Jul 2013 01:05:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56276@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:32:"Tab your content with shortcodes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"MicahBlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WP Image Borders";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/plugins/wp-image-borders/#post-56271";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 20:16:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56271@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:95:"WP Image Borders makes it easy to add or remove image borders from pictures in your blog posts.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"BenSibley";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"WP Campaign Manager";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/plugins/wp-campaign-manager/#post-56244";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 15:31:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56244@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:72:"Provides Shortcodes to display and manage your Campaign banners. Useful!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"tomotomobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Pinterest Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/plugins/pinterest-widget/#post-56274";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 22:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56274@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"Plugin that provides users option to display Pinterest Widget on the Sidebar or Footer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"ujw0l";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"TPG Redirect";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/plugins/tpg-redirect/#post-56220";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 20 Jul 2013 17:52:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56220@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:35:"if not logged in, redirects to site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"cswaim";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Navayan TinyMCE Pretty Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/plugins/navayan-tinymce-pretty-code/#post-56075";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Jul 2013 22:56:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56075@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"Adds PrettyPrint and Code buttons in TinyMCE WYSIWYG editor to quickly mark text as code, add &#039;prettyprint&#039; class in &#039;pre&#039; tag.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Amol Nirmala Waman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WDL PGenealogy and Family History Person Profile Image and Title";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.org/plugins/wdl-genealogy-and-family-history-person-profile-title/#post-56227";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 00:49:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56227@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"Adds a Profile Image and Title to your Page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"wdlyons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WP URLs Shorten";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/plugins/wp-url-shorten/#post-56245";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 21 Jul 2013 16:44:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56245@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Automatically shortens the blog post URL via ref.li for twitter and can be used to hide your referer.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Zinger Zee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"StaffList";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/plugins/stafflist/#post-56219";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 20 Jul 2013 17:36:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"56219@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:46:"A super simplified staff directory tool (beta)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"era404";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:41:"http://wordpress.org/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 22 Jul 2013 14:15:09 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Sun, 21 Jul 2013 15:04:34 GMT";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20121202204312";}', 'no'),
(386, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1374545760', 'no'),
(387, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1374502560', 'no'),
(388, '_transient_timeout_plugin_slugs', '1374588960', 'no'),
(389, '_transient_plugin_slugs', 'a:6:{i:0;s:19:"akismet/akismet.php";i:1;s:23:"debug-bar/debug-bar.php";i:2;s:41:"debug-bar-extender/debug-bar-extender.php";i:3;s:9:"hello.php";i:4;s:13:"pank/pank.php";i:5;s:33:"posts-to-posts/posts-to-posts.php";}', 'no'),
(390, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1374545760', 'no'),
(391, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''http://wordpress.org/plugins/jetpack/''>Jetpack by WordPress.com</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=jetpack&amp;_wpnonce=93de71c25c&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''Jetpack by WordPress.com''>Install</a>)</span>\n<p>Supercharge your WordPress site with powerful features previously only available to WordPress.com users.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''http://wordpress.org/plugins/tab-me/''>TAB ME</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=tab-me&amp;_wpnonce=75fd877828&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''TAB ME''>Install</a>)</span>\n<p>Tab your content with shortcodes</p>\n', 'no');
-- --------------------------------------------------------
--
-- Table structure for table `wp_p2p`
--
CREATE TABLE `wp_p2p` (
`p2p_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`p2p_from` bigint(20) unsigned NOT NULL,
`p2p_to` bigint(20) unsigned NOT NULL,
`p2p_type` varchar(44) NOT NULL DEFAULT '',
PRIMARY KEY (`p2p_id`),
KEY `p2p_from` (`p2p_from`),
KEY `p2p_to` (`p2p_to`),
KEY `p2p_type` (`p2p_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `wp_p2p`
--
INSERT INTO `wp_p2p` (`p2p_id`, `p2p_from`, `p2p_to`, `p2p_type`) VALUES
(1, 64, 38, 'pieces_to_issues'),
(2, 53, 38, 'pieces_to_issues'),
(3, 52, 38, 'pieces_to_issues'),
(4, 39, 38, 'pieces_to_issues'),
(5, 74, 73, 'pieces_to_issues'),
(6, 75, 73, 'pieces_to_issues'),
(7, 77, 73, 'pieces_to_issues');
-- --------------------------------------------------------
--
-- Table structure for table `wp_p2pmeta`
--
CREATE TABLE `wp_p2pmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`p2p_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `p2p_id` (`p2p_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=154 ;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 5, '_edit_last', '1'),
(3, 5, '_edit_lock', '1374256169:1'),
(4, 17, '_edit_last', '1'),
(5, 17, '_edit_lock', '1373483936:1'),
(6, 35, '_edit_last', '1'),
(7, 35, '_edit_lock', '1373549628:1'),
(8, 38, '_edit_last', '1'),
(9, 38, '_edit_lock', '1374072699:1'),
(10, 39, '_edit_last', '1'),
(11, 39, '_edit_lock', '1373984071:1'),
(12, 40, '_edit_last', '1'),
(13, 40, '_edit_lock', '1373486621:1'),
(14, 40, '_wp_trash_meta_status', 'draft'),
(15, 40, '_wp_trash_meta_time', '1373486652'),
(16, 42, '_edit_last', '1'),
(17, 42, '_edit_lock', '1373486857:1'),
(18, 42, '_wp_trash_meta_status', 'publish'),
(19, 42, '_wp_trash_meta_time', '1373488017'),
(20, 43, '_edit_last', '1'),
(21, 43, '_edit_lock', '1373999224:1'),
(22, 44, '_edit_last', '1'),
(23, 44, '_edit_lock', '1373488319:1'),
(24, 5, '_wp_page_template', 'default'),
(25, 46, '_edit_last', '1'),
(26, 46, '_edit_lock', '1373550800:1'),
(27, 46, '_wp_page_template', 'default'),
(28, 39, '_pank_author_name', 'Person McPerson'),
(29, 52, '_edit_last', '1'),
(30, 52, '_edit_lock', '1373984058:1'),
(31, 52, '_pank_author_name', 'Leah Bertone'),
(32, 53, '_edit_last', '1'),
(33, 53, '_edit_lock', '1373984047:1'),
(34, 53, '_pank_author_name', 'Fergie Miller'),
(35, 55, '_edit_last', '1'),
(36, 55, '_edit_lock', '1373562155:1'),
(38, 57, '_edit_last', '1'),
(39, 57, '_edit_lock', '1373562182:1'),
(41, 59, '_edit_last', '1'),
(42, 59, '_edit_lock', '1373564268:1'),
(44, 61, '_edit_last', '1'),
(45, 61, '_edit_lock', '1373571057:1'),
(48, 64, '_edit_last', '1'),
(49, 64, '_edit_lock', '1374072240:1'),
(50, 64, '_pank_author_name', 'Billy Bob Joe'),
(51, 38, '_pank_season_and_year', 'April 2013'),
(52, 2, '_wp_trash_meta_status', 'publish'),
(53, 2, '_wp_trash_meta_time', '1373982420'),
(54, 66, '_edit_last', '1'),
(55, 66, '_edit_lock', '1373999206:1'),
(56, 66, '_pank_book_author', 'Sallie May'),
(57, 66, '_pank_book_price', '14.95'),
(58, 67, '_wp_attached_file', '2013/07/AwKvl.jpg'),
(59, 67, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:17:"2013/07/AwKvl.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"AwKvl-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"AwKvl-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(60, 66, '_pank_cover_image', 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/AwKvl2-300x300.jpg'),
(61, 68, '_wp_attached_file', '2013/07/AwKvl1.jpg'),
(62, 68, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:18:"2013/07/AwKvl1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"AwKvl1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"AwKvl1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(63, 69, '_wp_attached_file', '2013/07/AwKvl2.jpg'),
(64, 69, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:18:"2013/07/AwKvl2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"AwKvl2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"AwKvl2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(65, 66, '_pank_book_desc', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a. Phasellus ornare nunc et massa porta sodales. Nullam rutrum elit a nibh posuere fermentum. Proin ac elementum orci. Integer ligula nisl, fringilla vel tincidunt quis, blandit a lorem. Suspendisse vitae varius tortor, vel porttitor quam. Pellentesque convallis ornare ultricies. Curabitur vel eros ac neque tincidunt blandit quis quis tortor. Mauris et eros neque. In nec sapien non magna cursus imperdiet a vel turpis. Nam a pellentesque sapien. Aenean rhoncus porttitor pulvinar. Nunc quam dolor, elementum id fringilla at, elementum laoreet purus. Aenean posuere mauris et blandit semper. Aliquam rhoncus, metus tincidunt eleifend convallis, elit eros egestas eros, nec eleifend quam ante eu magna. Praesent pellentesque eros tincidunt magna facilisis, id aliquet eros hendrerit. '),
(66, 66, '_pank_isbn', '0-15-678732-6'),
(67, 66, '_pank_pages', '192'),
(68, 70, '_edit_last', '1'),
(69, 70, '_edit_lock', '1373999188:1'),
(70, 71, '_wp_attached_file', '2013/07/george-costanza.png'),
(71, 71, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:234;s:4:"file";s:27:"2013/07/george-costanza.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"george-costanza-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(72, 70, '_pank_book_author', 'George Costanza'),
(73, 70, '_pank_book_price', '19.99'),
(74, 70, '_pank_book_desc', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a. '),
(75, 70, '_pank_cover_image', 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/george-costanza.png'),
(76, 70, '_pank_isbn', '0-15-678732-9'),
(77, 70, '_pank_pages', '210'),
(78, 72, '_wp_attached_file', '2013/07/GeorgeCostanza_art_200v_20090306003944.jpg'),
(79, 72, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:284;s:4:"file";s:50:"2013/07/GeorgeCostanza_art_200v_20090306003944.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"GeorgeCostanza_art_200v_20090306003944-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:16:"Associated Press";s:6:"camera";s:0:"";s:7:"caption";s:125:"SEINFELD -- Pictured: (l-r) Jerry Seinfeld as Jerry Seinfeld, Jason Alexander as George Costanza -- Photo by: NBCU Photo Bank";s:17:"created_timestamp";i:1164787200;s:9:"copyright";s:22:"© NBC Universal, Inc.";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:8:"Seinfeld";}}'),
(80, 43, '_pank_book_author', 'Whoever Lastname'),
(81, 43, '_pank_book_price', '11.99'),
(82, 43, '_pank_book_desc', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a. '),
(83, 43, '_pank_cover_image', 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/GeorgeCostanza_art_200v_20090306003944.jpg'),
(84, 43, '_pank_isbn', '0-15-678732-1'),
(85, 43, '_pank_pages', '453'),
(86, 73, '_edit_last', '1'),
(87, 73, '_edit_lock', '1374072720:1'),
(88, 73, '_pank_season_and_year', 'May 2013'),
(89, 74, '_edit_last', '1'),
(90, 74, '_edit_lock', '1374072791:1'),
(91, 74, '_pank_author_name', 'George Costanza'),
(92, 75, '_edit_last', '1'),
(93, 75, '_edit_lock', '1374072812:1'),
(94, 75, '_pank_author_name', 'Billy the Kid'),
(95, 76, '_edit_last', '1'),
(96, 76, '_edit_lock', '1374072828:1'),
(97, 76, '_pank_author_name', 'Virginia Woolf'),
(98, 77, '_edit_last', '1'),
(99, 77, '_edit_lock', '1374072886:1'),
(100, 77, '_pank_author_name', 'Joe Smith'),
(101, 78, '_menu_item_type', 'taxonomy'),
(102, 78, '_menu_item_menu_item_parent', '0'),
(103, 78, '_menu_item_object_id', '2'),
(104, 78, '_menu_item_object', 'category'),
(105, 78, '_menu_item_target', ''),
(106, 78, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(107, 78, '_menu_item_xfn', ''),
(108, 78, '_menu_item_url', ''),
(110, 79, '_menu_item_type', 'taxonomy'),
(111, 79, '_menu_item_menu_item_parent', '0'),
(112, 79, '_menu_item_object_id', '3'),
(113, 79, '_menu_item_object', 'category'),
(114, 79, '_menu_item_target', ''),
(115, 79, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(116, 79, '_menu_item_xfn', ''),
(117, 79, '_menu_item_url', ''),
(119, 80, '_menu_item_type', 'post_type'),
(120, 80, '_menu_item_menu_item_parent', '0'),
(121, 80, '_menu_item_object_id', '73'),
(122, 80, '_menu_item_object', 'issue'),
(123, 80, '_menu_item_target', ''),
(124, 80, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(125, 80, '_menu_item_xfn', ''),
(126, 80, '_menu_item_url', ''),
(128, 81, '_menu_item_type', 'post_type'),
(129, 81, '_menu_item_menu_item_parent', '0'),
(130, 81, '_menu_item_object_id', '46'),
(131, 81, '_menu_item_object', 'page'),
(132, 81, '_menu_item_target', ''),
(133, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(134, 81, '_menu_item_xfn', ''),
(135, 81, '_menu_item_url', ''),
(137, 82, '_menu_item_type', 'post_type'),
(138, 82, '_menu_item_menu_item_parent', '0'),
(139, 82, '_menu_item_object_id', '17'),
(140, 82, '_menu_item_object', 'page'),
(141, 82, '_menu_item_target', ''),
(142, 82, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(143, 82, '_menu_item_xfn', ''),
(144, 82, '_menu_item_url', ''),
(146, 83, '_menu_item_type', 'post_type'),
(147, 83, '_menu_item_menu_item_parent', '0'),
(148, 83, '_menu_item_object_id', '5'),
(149, 83, '_menu_item_object', 'page'),
(150, 83, '_menu_item_target', ''),
(151, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(152, 83, '_menu_item_xfn', ''),
(153, 83, '_menu_item_url', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=99 ;
--
-- Dumping data for table `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2013-07-10 15:45:22', '2013-07-10 15:45:22', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2013-07-10 15:45:22', '2013-07-10 15:45:22', '', 0, 'http://localhost:8888/wordpress/?p=1', 0, 'post', '', 1),
(2, 1, '2013-07-10 15:45:22', '2013-07-10 15:45:22', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://localhost:8888/wordpress/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'trash', 'open', 'open', '', 'sample-page', '', '', '2013-07-16 13:47:00', '2013-07-16 13:47:00', '', 0, 'http://localhost:8888/wordpress/?page_id=2', 0, 'page', '', 0),
(5, 1, '2013-07-10 18:09:05', '2013-07-10 18:09:05', '<div class="center gray-text margin2of18 size14of18">\r\n<hr />\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center gray-text margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'ABOUT', '', 'publish', 'open', 'open', '', 'about', '', '', '2013-07-19 17:48:35', '2013-07-19 17:48:35', '', 0, 'http://localhost:8888/wordpress/?page_id=5', 0, 'page', '', 0),
(7, 1, '2013-07-10 17:35:34', '2013-07-10 17:35:34', '<h2>WHAT THE WHAT?</h2>\n\n<hr />\n\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n<hr />\n\n<h2>PRESS</h2>\n\n\n\n<blockquote>\n<p>"Publishes a raft of experimental fiction and poetry"</p>\n<b>New York Times Magazine</b>\n</blockquote>\n\n<blockquote>\n<p>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek"', 'About', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2013-07-10 17:35:34', '2013-07-10 17:35:34', '', 5, 'http://localhost:8888/wordpress/?p=7', 0, 'revision', '', 0),
(8, 1, '2013-07-10 17:44:05', '2013-07-10 17:44:05', '<h2 style="text-align: center;">WHAT THE WHAT?</h2>\n\n<hr />\n<p style="text-align: center;">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n\n<hr />\n\n<h2 style="text-align: center;">PRESS</h2>\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n\n<h2 style="text-align: center;">MASTHEAD</h2>\n\n<div id="workers" style="float: left;">\n<b>Editors</b>\nM. Bartley Seigel\nRoxane Gay\n\n<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n ', 'About', '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2013-07-10 17:44:05', '2013-07-10 17:44:05', '', 5, 'http://localhost:8888/wordpress/?p=8', 0, 'revision', '', 0),
(9, 1, '2013-07-10 17:51:44', '2013-07-10 17:51:44', '<h2 style="text-align: center;">WHAT THE WHAT?</h2>\n<br>\n<p style="text-align: center;">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n\n<hr />\n\n<h2 style="text-align: center;">PRESS</h2>\n<br>\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n\n<h2 style="text-align: center;">MASTHEAD</h2>\n<br>\n\n<div class="column" style="float: left;">\n<b>Editors</b>\nM. Bartley Seigel\nRoxane Gay\n\n<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n<b>Interns</b>\nStephanie Spicer\nMegan Walsh\n</div><!-- /Workers --> \n\n<div class="column" style="float: left;">\n<b>Readers</b>\nMatthew Burnside\nRobb Todd\nJoe Stracci\nPatrick Trotti\nNatalie Sypolt\nJen Knox\nJamie Fountaine\nHolly Wendt\nDerrick Martin-Campbell\nJoshua Diamond\nMelissa Bean\nRick D''Elia', 'About', '', 'inherit', 'open', 'open', '', '5-revision-3', '', '', '2013-07-10 17:51:44', '2013-07-10 17:51:44', '', 5, 'http://localhost:8888/wordpress/?p=9', 0, 'revision', '', 0),
(10, 1, '2013-07-10 17:56:13', '2013-07-10 17:56:13', '<h2>WHAT THE WHAT?</h2>\n<br>\n<p style="text-align: center;">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n\n<hr />\n\n<h2>PRESS</h2>\n<br>\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n\n<h2 style="text-align: center;">MASTHEAD</h2>\n<br>\n\n<div class="column">\n<b>Editors</b>\nM. Bartley Seigel\nRoxane Gay\n\n<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n<b>Interns</b>\nStephanie Spicer\nMegan Walsh\n</div><!-- /Workers --> \n\n<div class="column">\n<b>Readers</b>\nMatthew Burnside\nRobb Todd\nJoe Stracci\nPatrick Trotti\nNatalie Sypolt\nJen Knox\nJamie Fountaine\nHolly Wendt\nDerrick Martin-Campbell\nJoshua Diamond\nMelissa Bean\nRick D''Elia', 'About', '', 'inherit', 'open', 'open', '', '5-revision-4', '', '', '2013-07-10 17:56:13', '2013-07-10 17:56:13', '', 5, 'http://localhost:8888/wordpress/?p=10', 0, 'revision', '', 0),
(11, 1, '2013-07-10 18:00:08', '2013-07-10 18:00:08', '<h2>WHAT THE WHAT?</h2>\n<br>\n<p style="text-align: center;">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n\n<hr />\n\n<h2>PRESS</h2>\n<br>\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n\n<h2>MASTHEAD</h2>\n<br>\n\n<div class="column">\n<b>Editors</b>\nM. Bartley Seigel\nRoxane Gay\n\n<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n<b>Interns</b>\nStephanie Spicer\nMegan Walsh\n</div><!-- /Workers --> \n\n<div class="column">\n<b>Readers</b>\nMatthew Burnside\nRobb Todd\nJoe Stracci\nPatrick Trotti\nNatalie Sypolt\nJen Knox\nJamie Fountaine\nHolly Wendt\nDerrick Martin-Campbell\nJoshua Diamond\nMelissa Bean\nRick D''Elia\n</div>\n\n<div class="column">\n<b>Advisory Board</b>\nCecil Giscombe\nBob ', 'About', '', 'inherit', 'open', 'open', '', '5-revision-5', '', '', '2013-07-10 18:00:08', '2013-07-10 18:00:08', '', 5, 'http://localhost:8888/wordpress/?p=11', 0, 'revision', '', 0),
(12, 1, '2013-07-10 18:01:04', '2013-07-10 18:01:04', '<h2>WHAT THE WHAT?</h2>\r\n<br>\r\n<p style="text-align: center;">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n<br>\r\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<br>\r\n\r\n<div class="column">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div><!-- /Workers --> \r\n\r\n<div class="column">\r\n<b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="column">\r\n<b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth', 'About', '', 'inherit', 'open', 'open', '', '5-revision-6', '', '', '2013-07-10 18:01:04', '2013-07-10 18:01:04', '', 5, 'http://localhost:8888/wordpress/?p=12', 0, 'revision', '', 0),
(13, 1, '2013-07-10 18:05:32', '2013-07-10 18:05:32', '<hr />\n\n<h2>WHAT THE WHAT?</h2>\n\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n\n<hr />\n\n<h2>PRESS</h2>\n\n<blockquote style="text-align: center;">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote style="text-align: center;">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n\n<h2>MASTHEAD</h2>\n<div class="column"><b>Editors</b>\nM. Bartley Seigel\nRoxane Gay<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n<b>Interns</b>\nStephanie Spicer\nMegan Walsh\n\n</div>\n<div class="column"><b>Readers</b>\nMatthew Burnside\nRobb Todd\nJoe Stracci\nPatrick Trotti\nNatalie Sypolt\nJen Knox\nJamie Fountaine\nHolly Wendt\nDerrick Martin-Campbell\nJoshua Diamond\nMelissa Bean\nRick D''Elia</div>\n<div class="column"><b>Advisory Board</b>\nCecil Giscombe\nBob Hicok\nTaylor Mali\nMichael Martone\nDaniel Nester\nAmber Tamblyn\nKeith Taylor\nKette Thomas\nDeb Olin Unferth</div>', 'About', '', 'inherit', 'open', 'open', '', '5-revision-7', '', '', '2013-07-10 18:05:32', '2013-07-10 18:05:32', '', 5, 'http://localhost:8888/wordpress/?p=13', 0, 'revision', '', 0),
(14, 1, '2013-07-10 18:06:17', '2013-07-10 18:06:17', '<hr />\r\n\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'About', '', 'inherit', 'open', 'open', '', '5-revision-8', '', '', '2013-07-10 18:06:17', '2013-07-10 18:06:17', '', 5, 'http://localhost:8888/wordpress/?p=14', 0, 'revision', '', 0),
(15, 1, '2013-07-10 18:07:37', '2013-07-10 18:07:37', '<hr />\r\n\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'About', '', 'inherit', 'open', 'open', '', '5-revision-9', '', '', '2013-07-10 18:07:37', '2013-07-10 18:07:37', '', 5, 'http://localhost:8888/wordpress/?p=15', 0, 'revision', '', 0),
(16, 1, '2013-07-10 18:07:57', '2013-07-10 18:07:57', '<hr />\r\n\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'About', '', 'inherit', 'open', 'open', '', '5-revision-10', '', '', '2013-07-10 18:07:57', '2013-07-10 18:07:57', '', 5, 'http://localhost:8888/wordpress/?p=16', 0, 'revision', '', 0),
(17, 1, '2013-07-10 19:01:31', '2013-07-10 19:01:31', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n<div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue.</div>\r\n\r\n<hr />\r\n\r\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.</div>\r\n<div class="ad-space"><!-- Ad goes here --></div>\r\n\r\n<div class="content">\r\n<h2 style="text-align: left;">MORE FROM THIS ISSUE</h2>\r\n<div class="column">\r\n<div class="more-content"><b>Life of JoJo</b>\r\nUZODINMA OKEHI</div>\r\n<div class="more-content"><b>Four Poems</b>\r\nMATT MCBRIDE</div>\r\n<div class="more-content"><b>Self Portrait</b>\r\nLENA BERTONE</div>\r\n<div class="more-content"><b>Daughter</b>\r\nJESSICA ALEXANDER</div>\r\n<div class="more-content"><b>Doritos</b>\r\nRUSSELL JAFFE</div>\r\n</div><!-- /Column -->\r\n\r\n<div class="column">\r\n<div class="more-content"><b>Life of JoJo</b>\r\nUZODINMA OKEHI</div>\r\n<div class="more-content"><b>Four Poems</b>\r\nMATT MCBRIDE</div>\r\n<div class="more-content"><b>Self Portrait</b>\r\nLENA BERTONE</div>\r\n<div class="more-content"><b>Daughter</b>\r\nJESSICA ALEXANDER</div>\r\n<div class="more-content"><b>Doritos</b>\r\nRUSSELL JAFFE</div>\r\n</div>\r\n<!-- /Column -->\r\n<INPUT type="image" class="all-issues-button" value="">\r\n</div>\r\n<!-- /Content -->', 'STORY', '', 'publish', 'open', 'open', '', 'story', '', '', '2013-07-10 19:01:31', '2013-07-10 19:01:31', '', 0, 'http://localhost:8888/wordpress/?page_id=17', 0, 'page', '', 0),
(18, 1, '2013-07-10 18:12:17', '2013-07-10 18:12:17', '<div>FICTION 08.04 / APRIL 2013\n</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n<br>\n', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2013-07-10 18:12:17', '2013-07-10 18:12:17', '', 17, 'http://localhost:8888/wordpress/?p=18', 0, 'revision', '', 0),
(20, 1, '2013-07-10 18:12:40', '2013-07-10 18:12:40', '<div>FICTION 08.04 / APRIL 2013\r\n</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n<br>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue.\r\n</p>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2013-07-10 18:12:40', '2013-07-10 18:12:40', '', 17, 'http://localhost:8888/wordpress/?p=20', 0, 'revision', '', 0),
(21, 1, '2013-07-10 18:16:31', '2013-07-10 18:16:31', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n&nbsp;\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. </p>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2013-07-10 18:16:31', '2013-07-10 18:16:31', '', 17, 'http://localhost:8888/wordpress/?p=21', 0, 'revision', '', 0),
(22, 1, '2013-07-10 18:17:10', '2013-07-10 18:17:10', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</p>\r\n<br>\r\n<br>\r\n<p>\r\n<hr />\r\n</p>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-4', '', '', '2013-07-10 18:17:10', '2013-07-10 18:17:10', '', 17, 'http://localhost:8888/wordpress/?p=22', 0, 'revision', '', 0),
(23, 1, '2013-07-10 18:18:45', '2013-07-10 18:18:45', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n\n<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \n</p>\n<br>\n<br>\n<hr />\n<p>Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Re', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-5', '', '', '2013-07-10 18:18:45', '2013-07-10 18:18:45', '', 17, 'http://localhost:8888/wordpress/?p=23', 0, 'revision', '', 0),
(24, 1, '2013-07-10 18:09:05', '2013-07-10 18:09:05', '<hr />\r\n\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'About', '', 'inherit', 'open', 'open', '', '5-revision-11', '', '', '2013-07-10 18:09:05', '2013-07-10 18:09:05', '', 5, 'http://localhost:8888/wordpress/?p=24', 0, 'revision', '', 0),
(25, 1, '2013-07-10 18:19:11', '2013-07-10 18:19:11', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</p>\r\n<br>\r\n<br>\r\n<hr />\r\n<p>Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\r\n</p>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-6', '', '', '2013-07-10 18:19:11', '2013-07-10 18:19:11', '', 17, 'http://localhost:8888/wordpress/?p=25', 0, 'revision', '', 0),
(26, 1, '2013-07-10 18:22:39', '2013-07-10 18:22:39', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<div class="content">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</div>\r\n<br>\r\n<br>\r\n<hr />\r\n<p>Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\r\n</p>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-7', '', '', '2013-07-10 18:22:39', '2013-07-10 18:22:39', '', 17, 'http://localhost:8888/wordpress/?p=26', 0, 'revision', '', 0),
(27, 1, '2013-07-10 18:23:22', '2013-07-10 18:23:22', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<div class="content">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</div>\r\n<br>\r\n<br>\r\n<hr />\r\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\r\n</div>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-8', '', '', '2013-07-10 18:23:22', '2013-07-10 18:23:22', '', 17, 'http://localhost:8888/wordpress/?p=27', 0, 'revision', '', 0),
(28, 1, '2013-07-10 18:27:05', '2013-07-10 18:27:05', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<div class="content">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</div>\r\n<br>\r\n<br>\r\n<hr />\r\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\r\n</div>\r\n\r\n<div class="ad-space">\r\n</div>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-9', '', '', '2013-07-10 18:27:05', '2013-07-10 18:27:05', '', 17, 'http://localhost:8888/wordpress/?p=28', 0, 'revision', '', 0),
(29, 1, '2013-07-10 18:30:57', '2013-07-10 18:30:57', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n\n<div class="content">\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \n</div>\n<br>\n<br>\n<hr />\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\n</div>\n\n<div class="ad-space">\n<!-- Ad goes here -->\n</div>\n\n<div class="content">\n<h2>MORE FROM THIS ISSUE</h2>\n\n\n</div>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-10', '', '', '2013-07-10 18:30:57', '2013-07-10 18:30:57', '', 17, 'http://localhost:8888/wordpress/?p=29', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(30, 1, '2013-07-10 18:31:32', '2013-07-10 18:31:32', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n\r\n<div class="content">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \r\n</div>\r\n<br>\r\n<br>\r\n<hr />\r\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\r\n</div>\r\n\r\n<div class="ad-space">\r\n<!-- Ad goes here -->\r\n</div>\r\n\r\n<div class="content">\r\n<h2>MORE FROM THIS ISSUE</h2>\r\n\r\n\r\n</div>', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-11', '', '', '2013-07-10 18:31:32', '2013-07-10 18:31:32', '', 17, 'http://localhost:8888/wordpress/?p=30', 0, 'revision', '', 0),
(31, 1, '2013-07-10 18:39:33', '2013-07-10 18:39:33', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n\n<div class="content">\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. \n</div>\n<br>\n<br>\n<hr />\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.\n</div>\n\n<div class="ad-space">\n<!-- Ad goes here -->\n</div>\n\n<div class="content">\n<h2 style="text-align: left;">MORE FROM THIS ISSUE</h2>\n\n<div class="column">\n\n<div class="more-content">\n<b>Life of JoJo</b>\nUZODINMA OKEHI\n</div>\n<div class="more-content">\n<b>Four Poems</b>\nMATT MCBRIDE\n</div>\n<div class="more-content">\n<b>Self Portrait</b>\nLENA BERTONE\n</div>\n<div class="more-content">\n<b>Daughter</b>\nJESSICA ALEXANDER\n</div>\n<div class="more-content">\n<b>Doritos</b>\nRUSSELL JAFFE\n</div>\n</div> <!-- /Column -->\n\n<div class="column">\n\n<div class="more-content">\n<b>Life of JoJo</b>\nUZODINMA OKEHI\n</div>\n<div class="more-content">\n<b>Four Poems</b>\nMATT MCBRIDE\n</div>\n<div class="more-content">\n<b>Self Portrait</b>\nLENA BERTONE\n</div>\n<div class="more-content">\n<b>Daughter</b>\nJESSICA ALEXANDER\n</div>\n<div class="more-content">\n<b>Doritos</b>\nRUSSELL JAFFE\n</div>\n</div>\n</div> <!-- /Content -->', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-12', '', '', '2013-07-10 18:39:33', '2013-07-10 18:39:33', '', 17, 'http://localhost:8888/wordpress/?p=31', 0, 'revision', '', 0),
(32, 1, '2013-07-10 18:47:42', '2013-07-10 18:47:42', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n<div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue.</div>\n\n<hr />\n\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.</div>\n<div class="ad-space"><!-- Ad goes here --></div>\n\n<div class="content">\n<h2 style="text-align: left;">MORE FROM THIS ISSUE</h2>\n<div class="column">\n<div class="more-content"><b>Life of JoJo</b>\nUZODINMA OKEHI</div>\n<div class="more-content"><b>Four Poems</b>\nMATT MCBRIDE</div>\n<div class="more-content"><b>Self Portrait</b>\nLENA BERTONE</div>\n<div class="more-content"><b>Daughter</b>\nJESSICA ALEXANDER</div>\n<div class="more-content"><b>Doritos</b>\nRUSSELL JAFFE</div>\n</div><!-- /Column -->\n\n<div class="column">\n<div class="more-content"><b>Life of JoJo</b>\nUZODINMA OKEHI</div>\n<div class="more-content"><b>Four Poems</b>\nMATT MCBRIDE</div>\n<div class="more-content"><b>Self Portrait</b>\nLENA BERTONE</div>\n<div class="more-content"><b>Daughter</b>\nJESSICA ALEXANDER</div>\n<div class="more-content"><b>Doritos</b>\nRUSSELL JAFFE</div>\n</div>\n<!-- /Column -->\n<INPUT type="image''\n</div>\n<!-- /Content -->', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-13', '', '', '2013-07-10 18:47:42', '2013-07-10 18:47:42', '', 17, 'http://localhost:8888/wordpress/?p=32', 0, 'revision', '', 0),
(33, 1, '2013-07-10 18:48:19', '2013-07-10 18:48:19', '<div>FICTION 08.04 / APRIL 2013</div>\r\n<h1>Piece Title</h1>\r\n<h4>Author Name</h4>\r\n<div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue.</div>\r\n\r\n<hr />\r\n\r\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.</div>\r\n<div class="ad-space"><!-- Ad goes here --></div>\r\n\r\n<div class="content">\r\n<h2 style="text-align: left;">MORE FROM THIS ISSUE</h2>\r\n<div class="column">\r\n<div class="more-content"><b>Life of JoJo</b>\r\nUZODINMA OKEHI</div>\r\n<div class="more-content"><b>Four Poems</b>\r\nMATT MCBRIDE</div>\r\n<div class="more-content"><b>Self Portrait</b>\r\nLENA BERTONE</div>\r\n<div class="more-content"><b>Daughter</b>\r\nJESSICA ALEXANDER</div>\r\n<div class="more-content"><b>Doritos</b>\r\nRUSSELL JAFFE</div>\r\n</div><!-- /Column -->\r\n\r\n<div class="column">\r\n<div class="more-content"><b>Life of JoJo</b>\r\nUZODINMA OKEHI</div>\r\n<div class="more-content"><b>Four Poems</b>\r\nMATT MCBRIDE</div>\r\n<div class="more-content"><b>Self Portrait</b>\r\nLENA BERTONE</div>\r\n<div class="more-content"><b>Daughter</b>\r\nJESSICA ALEXANDER</div>\r\n<div class="more-content"><b>Doritos</b>\r\nRUSSELL JAFFE</div>\r\n</div>\r\n<!-- /Column -->\r\n<INPUT type="image" class="all-issues-button" value="">\r\n</div>\r\n<!-- /Content -->', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-14', '', '', '2013-07-10 18:48:19', '2013-07-10 18:48:19', '', 17, 'http://localhost:8888/wordpress/?p=33', 0, 'revision', '', 0),
(34, 1, '2013-07-10 18:59:05', '2013-07-10 18:59:05', '<div>FICTION 08.04 / APRIL 2013</div>\n<h1>Piece Title</h1>\n<h4>Author Name</h4>\n<div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec tellus vel nunc aliquet rutrum. Duis mattis tristique lacinia. Ut iaculis malesuada varius. Suspendisse cursus, lacus ut vulputate lacinia, mi turpis pulvinar nulla, at ultricies magna sapien ac nulla. Nam ac ornare nulla. Etiam posuere sed augue non ultricies. Cras sit amet turpis molestie libero bibendum porttitor eu sit amet massa. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce a mauris vulputate, sodales mauris eu, viverra justo. Nullam quis tortor viverra lacus porta dictum. Curabitur venenatis, neque ac auctor euismod, dolor purus varius arcu, vitae porta lacus odio vitae odio. Phasellus in elit rhoncus, viverra tortor et, euismod nibh. Fusce ut nisi pellentesque, congue purus quis, porttitor purus. Phasellus pharetra dapibus magna non porta. Nullam leo tellus, aliquam vitae interdum non, rutrum vel augue. Ut consectetur ante ut enim rutrum congue.</div>\n\n<hr />\n\n<div class="content">Author''s writing has appeared in Caketrain, Harpur Palate, Wigleaf, Matchbook, Gigantic, Redivider, NANO fiction, Prick of the Spindle, and other magazines.</div>\n<div class="ad-space"><!-- Ad goes here --></div>\n\n<div class="content">\n<h2 style="text-align: left;">MORE FROM THIS ISSUE</h2>\n<div class="column">\n<div class="more-content"><b>Life of JoJo</b>\nUZODINMA OKEHI</div>\n<div class="more-content"><b>Four Poems</b>\nMATT MCBRIDE</div>\n<div class="more-content"><b>Self Portrait</b>\nLENA BERTONE</div>\n<div class="more-content"><b>Daughter</b>\nJESSICA ALEXANDER</div>\n<div class="more-content"><b>Doritos</b>\nRUSSELL JAFFE</div>\n</div><!-- /Column -->\n\n<div class="column">\n<div class="more-content"><b>Life of JoJo</b>\nUZODINMA OKEHI</div>\n<div class="more-content"><b>Four Poems</b>\nMATT MCBRIDE</div>\n<div class="more-content"><b>Self Portrait</b>\nLENA BERTONE</div>\n<div class="more-content"><b>Daughter</b>\nJESSICA ALEXANDER</div>\n<div class="more-content"><b>Doritos</b>\nRUSSELL JAFFE</div>\n</div>\n<!-- /Column -->\n<INPUT type="image" class="all-issues-button" value="">\n</div>\n<!-- /Content -->', 'STORY', '', 'inherit', 'open', 'open', '', '17-revision-15', '', '', '2013-07-10 18:59:05', '2013-07-10 18:59:05', '', 17, 'http://localhost:8888/wordpress/?p=34', 0, 'revision', '', 0),
(35, 1, '2013-07-10 19:07:05', '2013-07-10 19:07:05', '<h1>08.04 / APRIL 2013</h1>\r\n<hr />\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>', 'ONLINE ISSUES', '', 'publish', 'open', 'open', '', 'online-issues', '', '', '2013-07-10 19:07:05', '2013-07-10 19:07:05', '', 0, 'http://localhost:8888/wordpress/?page_id=35', 0, 'page', '', 0),
(36, 1, '2013-07-10 19:05:44', '2013-07-10 19:05:44', '<h1>08.04 / APRIL 2013</h1>\n<hr />\n\n<div class="piece">\n<h4>Genre</h4>\n<h2>Title of Work</h2>\n<p>Author Name</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\n</div>', 'ONLINE ISSUES', '', 'inherit', 'open', 'open', '', '35-revision', '', '', '2013-07-10 19:05:44', '2013-07-10 19:05:44', '', 35, 'http://localhost:8888/wordpress/?p=36', 0, 'revision', '', 0),
(37, 1, '2013-07-10 19:06:09', '2013-07-10 19:06:09', '<h1>08.04 / APRIL 2013</h1>\r\n<hr />\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>\r\n\r\n<div class="piece">\r\n<h4>Genre</h4>\r\n<h2>Title of Work</h2>\r\n<p>Author Name</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a lacus eu lorem scelerisque ultricies id non velit. Proin tincidunt vel odio sed suscipit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla nisl dui, convallis vel orci sit amet, pulvinar consectetur nisl. Sed congue, lorem vel eleifend venenatis, enim nisl mattis sapien, sit amet convallis felis felis et risus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris porta auctor tellus, et semper velit. Fusce tincidunt leo sodales neque mollis rutrum. Maecenas facilisis urna ac mauris vestibulum, non pellentesque dolor tincidunt. Duis blandit ac risus ac varius. Sed nec justo varius, feugiat orci in, elementum nulla. Praesent congue viverra est vel placerat [...] </p>\r\n</div>', 'ONLINE ISSUES', '', 'inherit', 'open', 'open', '', '35-revision-2', '', '', '2013-07-10 19:06:09', '2013-07-10 19:06:09', '', 35, 'http://localhost:8888/wordpress/?p=37', 0, 'revision', '', 0),
(38, 1, '2013-07-10 19:10:05', '2013-07-10 19:10:05', '', 'Issue 18', '', 'publish', 'closed', 'closed', '', 'issue-18', '', '', '2013-07-11 20:14:04', '2013-07-11 20:14:04', '', 0, 'http://localhost:8888/wordpress/?post_type=issue&#038;p=38', 0, 'issue', '', 0),
(39, 1, '2013-07-10 19:22:17', '2013-07-10 19:22:17', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempor nisi ac lectus mattis, nec ultrices arcu elementum. Praesent hendrerit placerat tincidunt. Curabitur in aliquet dui, sed tincidunt lacus. Donec lacinia, risus eget aliquam molestie, nisl turpis sollicitudin velit, id cursus velit elit faucibus dui. Sed bibendum vulputate lacus ut interdum. Fusce adipiscing, quam ac tincidunt tempor, tellus urna malesuada quam, non sagittis urna arcu eu sem. Aliquam euismod mollis sodales.\r\n\r\nCras est erat, cursus vel varius ac, gravida sit amet nisl. Mauris auctor, sem et tristique scelerisque, nibh neque fermentum nunc, quis posuere nulla dui at turpis. Nunc mattis vestibulum lacinia. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque non lectus auctor, vestibulum massa eu, rutrum eros. Aliquam in posuere nibh. Aliquam pretium gravida eros, et convallis nunc viverra at. Etiam faucibus, leo eget ultricies facilisis, augue nunc tempus libero, non auctor ante felis id quam. Donec fermentum velit sem, eget euismod lectus cursus vitae. In nec aliquet nulla, vitae commodo augue. Fusce sollicitudin turpis sit amet leo rhoncus lacinia. Donec non massa purus. Vivamus feugiat consequat nisi. Sed pharetra risus nisl, at iaculis lorem cursus ut. Suspendisse metus neque, elementum quis semper non, ullamcorper a arcu.\r\n\r\nNunc mattis aliquam augue sit amet cursus. Nullam molestie imperdiet placerat. Morbi vel felis sapien. Vestibulum ac sagittis enim. Quisque urna odio, semper interdum nunc in, mollis pretium urna. Sed vel tellus ut felis tristique condimentum. Phasellus mollis sed turpis ac accumsan. Integer porta facilisis velit non fermentum. Proin cursus pulvinar ornare. Phasellus consectetur euismod erat, non facilisis lectus feugiat nec. ', 'Self Portrait', '', 'publish', 'closed', 'closed', '', 'self-portrait', '', '', '2013-07-16 14:16:20', '2013-07-16 14:16:20', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=39', 0, 'piece', '', 0),
(40, 1, '2013-07-10 20:03:41', '2013-07-10 20:03:41', '<h2', 'I Am Holding Your Hand', '', 'trash', 'open', 'open', '', 'i-am-holding-your-hand', '', '', '2013-07-10 20:04:12', '2013-07-10 20:04:12', '', 0, 'http://localhost:8888/wordpress/?page_id=40', 0, 'page', '', 0),
(41, 1, '2013-07-10 20:03:41', '2013-07-10 20:03:41', '<h2', 'I Am Holding Your Hand', '', 'inherit', 'open', 'open', '', '40-revision', '', '', '2013-07-10 20:03:41', '2013-07-10 20:03:41', '', 40, 'http://localhost:8888/wordpress/?p=41', 0, 'revision', '', 0),
(42, 1, '2013-07-10 20:09:29', '2013-07-10 20:09:29', '', 'I Am Holding Your Hand', '', 'trash', 'closed', 'closed', '', 'i-am-holding-your-hand', '', '', '2013-07-10 20:26:57', '2013-07-10 20:26:57', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=42', 0, 'piece', '', 0),
(43, 1, '2013-07-10 20:27:07', '2013-07-10 20:27:07', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a. ', 'I Am Holding Your Hand', '', 'publish', 'closed', 'closed', '', 'i-am-holding-your-hand', '', '', '2013-07-16 18:28:50', '2013-07-16 18:28:50', '', 0, 'http://localhost:8888/wordpress/?post_type=book&#038;p=43', 0, 'book', '', 0),
(44, 1, '2013-07-10 20:31:59', '0000-00-00 00:00:00', '', 'BOOKS', '', 'draft', 'open', 'open', '', '', '', '', '2013-07-10 20:31:59', '2013-07-10 20:31:59', '', 0, 'http://localhost:8888/wordpress/?page_id=44', 0, 'page', '', 0),
(45, 1, '2013-07-10 18:20:30', '2013-07-10 18:20:30', '<hr />\r\n\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-12', '', '', '2013-07-10 18:20:30', '2013-07-10 18:20:30', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-12/', 0, 'revision', '', 0),
(46, 1, '2013-07-11 13:41:11', '2013-07-11 13:41:11', '', 'HOME', '', 'publish', 'open', 'open', '', 'home', '', '', '2013-07-11 13:55:12', '2013-07-11 13:55:12', '', 0, 'http://localhost:8888/wordpress/?page_id=46', 0, 'page', '', 0),
(47, 1, '2013-07-11 13:40:46', '2013-07-11 13:40:46', '', 'Home', '', 'inherit', 'open', 'open', '', '46-revision', '', '', '2013-07-11 13:40:46', '2013-07-11 13:40:46', '', 46, 'http://localhost:8888/wordpress/2013/07/46-revision/', 0, 'revision', '', 0),
(48, 1, '2013-07-11 13:41:11', '2013-07-11 13:41:11', '', 'HOME', '', 'inherit', 'open', 'open', '', '46-revision-2', '', '', '2013-07-11 13:41:11', '2013-07-11 13:41:11', '', 46, 'http://localhost:8888/wordpress/2013/07/46-revision-2/', 0, 'revision', '', 0),
(49, 1, '2013-07-11 13:51:48', '2013-07-11 13:51:48', '<div class="wrap">\n<div class="feature"><span style="text-decoration: underline;">FICTION</span>\n<h2>Piece Title</h2>\n<h4>Author Name</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut lacinia condimentum odio, vitae bibendum enim iaculis vitae. Vivamus at lorem volutpat, porttitor tortor non, faucibus libero. Nunc mattis sapien at augue egestas euismod. In molestie ante id lacus rutrum, non consequat risus commodo. Etiam a est mollis, ullamcorper odio non, adipiscing magna. Integer in nunc eget augue faucibus molestie. Vestibulum laoreet sed odio a suscipit. Curabitur imperdiet sollicitudin magna, et pellentesque sapien congue eget. Quisque in euismod felis. Fusce mattis odio lorem, in euismod dui accumsan at. Vivamus tristique ultrices mollis.\n\n<a href="link-to-piece">CONTINUE</a>\n\n</div>\n<!-- feature -->\n<div class="right-column"><span style="text-decoration: underline;">FICTION</span>\n<h3>Piece Title</h3>\n<h4>Author Name</h4>\n<span style="text-decoration: underline;">FICTION</span>\n<h3>Piece Title</h3>\n<h4>Author Name</h4>\n<span style="text-decoration: underline;">FICTION</span>\n<h3>Piece Title</h3>\n<h4>Author Name</h4>\n</div>\n</div>', 'HOME', '', 'inherit', 'open', 'open', '', '46-autosave', '', '', '2013-07-11 13:51:48', '2013-07-11 13:51:48', '', 46, 'http://localhost:8888/wordpress/2013/07/46-autosave/', 0, 'revision', '', 0),
(50, 1, '2013-07-11 13:48:22', '2013-07-11 13:48:22', '<div class="wrap"> \r\n<div class="feature">\r\n<u>FICTION</u>\r\n<h2>Piece Title</h2>\r\n<h4>Author Name</h4> \r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut lacinia condimentum odio, vitae bibendum enim iaculis vitae. Vivamus at lorem volutpat, porttitor tortor non, faucibus libero. Nunc mattis sapien at augue egestas euismod. In molestie ante id lacus rutrum, non consequat risus commodo. Etiam a est mollis, ullamcorper odio non, adipiscing magna. Integer in nunc eget augue faucibus molestie. Vestibulum laoreet sed odio a suscipit. Curabitur imperdiet sollicitudin magna, et pellentesque sapien congue eget. Quisque in euismod felis. Fusce mattis odio lorem, in euismod dui accumsan at. Vivamus tristique ultrices mollis.</p>\r\n<a href="link-to-piece">CONTINUE</a> \r\n</div> <!-- feature -->\r\n \r\n <div class="right-column">\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n </div>\r\n </div>', 'HOME', '', 'inherit', 'open', 'open', '', '46-revision-3', '', '', '2013-07-11 13:48:22', '2013-07-11 13:48:22', '', 46, 'http://localhost:8888/wordpress/2013/07/46-revision-3/', 0, 'revision', '', 0),
(51, 1, '2013-07-11 13:49:53', '2013-07-11 13:49:53', '<div class="wrap"> \r\n <div class="feature">\r\n <u>FICTION</u>\r\n <h2>Piece Title</h2>\r\n <h4>Author Name</h4> \r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut lacinia condimentum odio, vitae bibendum enim iaculis vitae. Vivamus at lorem volutpat, porttitor tortor non, faucibus libero. Nunc mattis sapien at augue egestas euismod. In molestie ante id lacus rutrum, non consequat risus commodo. Etiam a est mollis, ullamcorper odio non, adipiscing magna. Integer in nunc eget augue faucibus molestie. Vestibulum laoreet sed odio a suscipit. Curabitur imperdiet sollicitudin magna, et pellentesque sapien congue eget. Quisque in euismod felis. Fusce mattis odio lorem, in euismod dui accumsan at. Vivamus tristique ultrices mollis.</p>\r\n <a href="link-to-piece">CONTINUE</a> \r\n </div> <!-- feature -->\r\n \r\n <div class="right-column">\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n\r\n <u>FICTION</u>\r\n <h3>Piece Title</h3>\r\n <h4>Author Name</h4>\r\n </div>\r\n</div>', 'HOME', '', 'inherit', 'open', 'open', '', '46-revision-4', '', '', '2013-07-11 13:49:53', '2013-07-11 13:49:53', '', 46, 'http://localhost:8888/wordpress/2013/07/46-revision-4/', 0, 'revision', '', 0),
(52, 1, '2013-07-11 16:46:51', '2013-07-11 16:46:51', '\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris purus velit, iaculis non malesuada nec, auctor nec mauris. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam ut consectetur risus. Nam libero ante, sagittis id vulputate et, rutrum eu tellus. Donec id nisl sem. Pellentesque faucibus, quam quis porta porttitor, est enim egestas quam, a pharetra diam ante vitae nibh. Mauris nec accumsan enim. Vivamus ante enim, ullamcorper eget libero non, dapibus ultricies ligula. Aliquam erat volutpat. Praesent laoreet, nulla nec ultrices dignissim, nunc lacus blandit leo, semper rutrum metus ipsum id libero. Etiam sollicitudin diam quam, quis euismod est fringilla vitae. Vestibulum tortor mi, pulvinar mattis libero vel, tempus condimentum justo.\r\n\r\nNulla in justo pretium ante volutpat hendrerit vitae bibendum ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sodales nisi iaculis, cursus nibh dignissim, tempus sem. Curabitur in nunc fermentum, adipiscing ipsum eget, luctus enim. Praesent egestas adipiscing mi, sed vulputate libero dignissim sit amet. Mauris nec felis nec purus ullamcorper tristique nec molestie nunc. Etiam molestie eu ante ut dapibus. Aenean enim eros, lacinia et hendrerit tempor, sollicitudin sit amet leo. Pellentesque libero erat, scelerisque et ultricies ut, accumsan a nunc. Nunc quis urna nulla. Fusce eu accumsan risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas volutpat non dolor ac fringilla.\r\n\r\nInterdum et malesuada fames ac ante ipsum primis in faucibus. Etiam pulvinar ut purus id egestas. Nulla varius diam a blandit ultricies. Phasellus vel felis non diam malesuada vestibulum eu ut est. Vivamus lectus ipsum, malesuada ac ullamcorper non, malesuada eu tortor. In mollis ligula vitae velit accumsan interdum. Integer odio quam, tempor id feugiat at, auctor nec diam. Nam sem arcu, vestibulum in justo ac, venenatis adipiscing arcu. Proin nec lobortis magna. Duis dapibus, lacus vel hendrerit auctor, leo ipsum facilisis mauris, vitae hendrerit ligula velit at leo. Etiam sed laoreet odio. Nunc id cursus diam. Sed eget nisl est. Fusce ut bibendum diam, et aliquet purus.\r\n\r\nPraesent eleifend quis felis a sollicitudin. Vivamus aliquet iaculis dolor, ac condimentum diam porttitor id. Aliquam commodo semper leo non ultrices. Sed eget euismod nisl. Suspendisse arcu erat, dictum id purus nec, gravida bibendum libero. Curabitur vel aliquet dolor. Nam quis porttitor ante. Nam euismod urna tellus, sed elementum magna egestas ac. ', 'Just Another Piece', '', 'publish', 'closed', 'closed', '', 'just-another-piece', '', '', '2013-07-16 14:16:10', '2013-07-16 14:16:10', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=52', 0, 'piece', '', 0),
(53, 1, '2013-07-11 16:58:35', '2013-07-11 16:58:35', '\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat pharetra mi, varius luctus lacus pretium vitae. Etiam id dignissim lectus. Phasellus commodo lectus quam, hendrerit sodales tortor pharetra vel. Vivamus odio velit, volutpat vel viverra eu, ornare at tellus. Donec tincidunt ligula eget tellus vehicula condimentum. Sed rutrum eros ut urna imperdiet elementum eu eget neque. Nulla ultricies neque massa, vitae tristique sem dignissim eu.\r\n\r\nFusce vestibulum ligula semper metus sagittis, et tempor tellus aliquam. Nullam eu aliquam mauris. Pellentesque pellentesque odio vel tempor tristique. Proin et venenatis tortor. Aliquam a mauris vestibulum, viverra enim quis, suscipit ligula. Proin tempor diam vel nibh adipiscing tincidunt. Phasellus vel purus eu lacus sodales egestas. Nullam a ipsum lectus. Aliquam sodales ornare velit nec consequat.\r\n\r\nMorbi tempus a quam et sodales. Praesent nisi arcu, tincidunt eu justo non, pharetra tristique massa. Nullam laoreet vel velit pharetra bibendum. Maecenas lacus dui, ultricies ut rhoncus eu, pharetra ac est. In varius velit quis ligula dapibus, eu pharetra mi suscipit. Donec in mauris porttitor, fringilla purus quis, iaculis dui. Nullam consectetur nisl id erat ullamcorper congue. Pellentesque eget lacus magna. Nulla volutpat pharetra diam, ut dictum neque commodo vitae. Donec sapien augue, sodales fringilla bibendum et, rhoncus a est. Pellentesque ut fringilla purus, ut iaculis odio. Integer iaculis faucibus diam, sollicitudin hendrerit felis condimentum non. Maecenas consectetur, mi sed rhoncus aliquam, erat eros consequat est, in fringilla velit urna eget mauris. Vestibulum a diam enim. Vestibulum vestibulum tempus erat in tempus. Donec et adipiscing ipsum. ', 'One Final Piece', '', 'publish', 'closed', 'closed', '', 'one-final-piece', '', '', '2013-07-16 14:15:58', '2013-07-16 14:15:58', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=53', 0, 'piece', '', 0),
(55, 1, '2013-07-11 17:04:17', '2013-07-11 17:04:17', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat pharetra mi, varius luctus lacus pretium vitae. Etiam id dignissim lectus. Phasellus commodo lectus quam, hendrerit sodales tortor pharetra vel. Vivamus odio velit, volutpat vel viverra eu, ornare at tellus. Donec tincidunt ligula eget tellus vehicula condimentum. Sed rutrum eros ut urna imperdiet elementum eu eget neque. Nulla ultricies neque massa, vitae tristique sem dignissim eu.\r\n\r\nFusce vestibulum ligula semper metus sagittis, et tempor tellus aliquam. Nullam eu aliquam mauris. Pellentesque pellentesque odio vel tempor tristique. Proin et venenatis tortor. Aliquam a mauris vestibulum, viverra enim quis, suscipit ligula. Proin tempor diam vel nibh adipiscing tincidunt. Phasellus vel purus eu lacus sodales egestas. Nullam a ipsum lectus. Aliquam sodales ornare velit nec consequat. ', 'The Lightning Room With Alice Bolin', '', 'publish', 'open', 'open', '', 'the-lightning-room-with-alice-bolin', '', '', '2013-07-11 17:04:17', '2013-07-11 17:04:17', '', 0, 'http://localhost:8888/wordpress/?p=55', 0, 'post', '', 0),
(56, 1, '2013-07-11 17:03:53', '2013-07-11 17:03:53', '', 'The Lightning Room ', '', 'inherit', 'open', 'open', '', '55-revision', '', '', '2013-07-11 17:03:53', '2013-07-11 17:03:53', '', 55, 'http://localhost:8888/wordpress/2013/07/55-revision/', 0, 'revision', '', 0),
(57, 1, '2013-07-11 17:04:49', '2013-07-11 17:04:49', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat pharetra mi, varius luctus lacus pretium vitae. Etiam id dignissim lectus. Phasellus commodo lectus quam, hendrerit sodales tortor pharetra vel. Vivamus odio velit, volutpat vel viverra eu, ornare at tellus. Donec tincidunt ligula eget tellus vehicula condimentum. Sed rutrum eros ut urna imperdiet elementum eu eget neque. Nulla ultricies neque massa, vitae tristique sem dignissim eu.\r\n\r\nFusce vestibulum ligula semper metus sagittis, et tempor tellus aliquam. Nullam eu aliquam mauris. Pellentesque pellentesque odio vel tempor tristique. Proin et venenatis tortor. Aliquam a mauris vestibulum, viverra enim quis, suscipit ligula. Proin tempor diam vel nibh adipiscing tincidunt. Phasellus vel purus eu lacus sodales egestas. Nullam a ipsum lectus. Aliquam sodales ornare velit nec consequat. ', 'The Lightning Room With Alice Green', '', 'publish', 'open', 'open', '', 'the-lightning-room-with-alice-green', '', '', '2013-07-11 17:04:49', '2013-07-11 17:04:49', '', 0, 'http://localhost:8888/wordpress/?p=57', 0, 'post', '', 0),
(58, 1, '2013-07-11 17:04:43', '2013-07-11 17:04:43', '', 'The Lightning Room With Alice Green', '', 'inherit', 'open', 'open', '', '57-revision', '', '', '2013-07-11 17:04:43', '2013-07-11 17:04:43', '', 57, 'http://localhost:8888/wordpress/2013/07/57-revision/', 0, 'revision', '', 0),
(59, 1, '2013-07-11 17:05:42', '2013-07-11 17:05:42', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat pharetra mi, varius luctus lacus pretium vitae. Etiam id dignissim lectus. Phasellus commodo lectus quam, hendrerit sodales tortor pharetra vel. Vivamus odio velit, volutpat vel viverra eu, ornare at tellus. Donec tincidunt ligula eget tellus vehicula condimentum. Sed rutrum eros ut urna imperdiet elementum eu eget neque. Nulla ultricies neque massa, vitae tristique sem dignissim eu.\r\n\r\nFusce vestibulum ligula semper metus sagittis, et tempor tellus aliquam. Nullam eu aliquam mauris. Pellentesque pellentesque odio vel tempor tristique. Proin et venenatis tortor. Aliquam a mauris vestibulum, viverra enim quis, suscipit ligula. Proin tempor diam vel nibh adipiscing tincidunt. Phasellus vel purus eu lacus sodales egestas. Nullam a ipsum lectus. Aliquam sodales ornare velit nec consequat. ', 'Tell Everyone I Said Hi By Chad Simpson (A Review By Dawn West)', '', 'publish', 'open', 'open', '', 'tell-everyone-i-said-hi-by-chad-simpson-a-review-by-dawn-west', '', '', '2013-07-11 17:05:42', '2013-07-11 17:05:42', '', 0, 'http://localhost:8888/wordpress/?p=59', 0, 'post', '', 0),
(60, 1, '2013-07-11 17:05:09', '2013-07-11 17:05:09', '', 'Te', '', 'inherit', 'open', 'open', '', '59-revision', '', '', '2013-07-11 17:05:09', '2013-07-11 17:05:09', '', 59, 'http://localhost:8888/wordpress/2013/07/59-revision/', 0, 'revision', '', 0),
(61, 1, '2013-07-11 19:32:35', '2013-07-11 19:32:35', '\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec non tincidunt leo. Proin odio lorem, egestas et leo non, tempor sodales tortor. Nulla facilisi. Quisque id vestibulum purus. Cras a lorem dolor. Integer justo leo, accumsan a magna ac, dignissim vehicula nunc. Quisque auctor urna quis rutrum dapibus. Duis blandit nulla libero. Nulla lacinia tempus est a porta. Curabitur eget imperdiet tortor, et mattis purus. Donec vestibulum libero elit, quis suscipit mi tempor vel. Nunc sed velit fermentum, semper nisl vel, scelerisque neque. Phasellus cursus hendrerit erat, ut sodales arcu molestie eget. Etiam non euismod dui, nec condimentum justo.\r\n\r\nDonec a porta elit. Praesent magna mi, suscipit cursus sem ac, vulputate luctus risus. Suspendisse hendrerit vitae nibh ac laoreet. Praesent dui metus, sodales quis tincidunt sit amet, ultricies at lorem. Vestibulum et eros ut ipsum placerat pretium. Nulla adipiscing eros dolor. Nunc quis lobortis ante. Etiam aliquet est nec elit venenatis commodo.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec id condimentum neque. Nunc hendrerit orci at nisi condimentum, a cursus urna consectetur. Vivamus ultricies malesuada sem in ultrices. Cras dui quam, pulvinar quis magna dictum, ullamcorper volutpat magna. Quisque interdum, nulla quis convallis facilisis, elit dui feugiat ligula, vitae suscipit lacus metus et tellus. In sed blandit eros, ac auctor magna. Duis nunc diam, vestibulum nec nunc eu, tempus aliquet augue. Donec eget faucibus sem, eget euismod lorem. Curabitur eget massa arcu. Quisque bibendum tortor eu ante gravida, quis molestie est blandit. Praesent accumsan orci nisl, sed viverra dolor aliquet ut. Aliquam et tristique ante. Sed tempor gravida sodales. Ut quis libero vitae arcu vulputate facilisis. ', 'Slaughterhouse Five (Review By Woody Woodpecker)', '', 'publish', 'open', 'open', '', 'slaughterhouse-five-review-by-woody-woodpecker', '', '', '2013-07-11 19:32:46', '2013-07-11 19:32:46', '', 0, 'http://localhost:8888/wordpress/?p=61', 0, 'post', '', 0),
(62, 1, '2013-07-11 19:32:09', '2013-07-11 19:32:09', '', 'Slaughterhouse Five (Review By Woody Woodpecker)', '', 'inherit', 'open', 'open', '', '61-revision', '', '', '2013-07-11 19:32:09', '2013-07-11 19:32:09', '', 61, 'http://localhost:8888/wordpress/2013/07/61-revision/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(63, 1, '2013-07-11 19:32:35', '2013-07-11 19:32:35', '\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec non tincidunt leo. Proin odio lorem, egestas et leo non, tempor sodales tortor. Nulla facilisi. Quisque id vestibulum purus. Cras a lorem dolor. Integer justo leo, accumsan a magna ac, dignissim vehicula nunc. Quisque auctor urna quis rutrum dapibus. Duis blandit nulla libero. Nulla lacinia tempus est a porta. Curabitur eget imperdiet tortor, et mattis purus. Donec vestibulum libero elit, quis suscipit mi tempor vel. Nunc sed velit fermentum, semper nisl vel, scelerisque neque. Phasellus cursus hendrerit erat, ut sodales arcu molestie eget. Etiam non euismod dui, nec condimentum justo.\r\n\r\nDonec a porta elit. Praesent magna mi, suscipit cursus sem ac, vulputate luctus risus. Suspendisse hendrerit vitae nibh ac laoreet. Praesent dui metus, sodales quis tincidunt sit amet, ultricies at lorem. Vestibulum et eros ut ipsum placerat pretium. Nulla adipiscing eros dolor. Nunc quis lobortis ante. Etiam aliquet est nec elit venenatis commodo.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec id condimentum neque. Nunc hendrerit orci at nisi condimentum, a cursus urna consectetur. Vivamus ultricies malesuada sem in ultrices. Cras dui quam, pulvinar quis magna dictum, ullamcorper volutpat magna. Quisque interdum, nulla quis convallis facilisis, elit dui feugiat ligula, vitae suscipit lacus metus et tellus. In sed blandit eros, ac auctor magna. Duis nunc diam, vestibulum nec nunc eu, tempus aliquet augue. Donec eget faucibus sem, eget euismod lorem. Curabitur eget massa arcu. Quisque bibendum tortor eu ante gravida, quis molestie est blandit. Praesent accumsan orci nisl, sed viverra dolor aliquet ut. Aliquam et tristique ante. Sed tempor gravida sodales. Ut quis libero vitae arcu vulputate facilisis. ', 'Slaughterhouse Five (Review By Woody Woodpecker)', '', 'inherit', 'open', 'open', '', '61-revision-2', '', '', '2013-07-11 19:32:35', '2013-07-11 19:32:35', '', 61, 'http://localhost:8888/wordpress/2013/07/61-revision-2/', 0, 'revision', '', 0),
(64, 1, '2013-07-11 19:38:33', '2013-07-11 19:38:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec non tincidunt leo. Proin odio lorem, egestas et leo non, tempor sodales tortor. Nulla facilisi. Quisque id vestibulum purus. Cras a lorem dolor. Integer justo leo, accumsan a magna ac, dignissim vehicula nunc. Quisque auctor urna quis rutrum dapibus. Duis blandit nulla libero. Nulla lacinia tempus est a porta. Curabitur eget imperdiet tortor, et mattis purus. Donec vestibulum libero elit, quis suscipit mi tempor vel. Nunc sed velit fermentum, semper nisl vel, scelerisque neque. Phasellus cursus hendrerit erat, ut sodales arcu molestie eget. Etiam non euismod dui, nec condimentum justo.\r\n\r\nDonec a porta elit. Praesent magna mi, suscipit cursus sem ac, vulputate luctus risus. Suspendisse hendrerit vitae nibh ac laoreet. Praesent dui metus, sodales quis tincidunt sit amet, ultricies at lorem. Vestibulum et eros ut ipsum placerat pretium. Nulla adipiscing eros dolor. Nunc quis lobortis ante. Etiam aliquet est nec elit venenatis commodo.\r\n\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec id condimentum neque. Nunc hendrerit orci at nisi condimentum, a cursus urna consectetur. Vivamus ultricies malesuada sem in ultrices. Cras dui quam, pulvinar quis magna dictum, ullamcorper volutpat magna. Quisque interdum, nulla quis convallis facilisis, elit dui feugiat ligula, vitae suscipit lacus metus et tellus. In sed blandit eros, ac auctor magna. Duis nunc diam, vestibulum nec nunc eu, tempus aliquet augue. Donec eget faucibus sem, eget euismod lorem. Curabitur eget massa arcu. Quisque bibendum tortor eu ante gravida, quis molestie est blandit. Praesent accumsan orci nisl, sed viverra dolor aliquet ut. Aliquam et tristique ante. Sed tempor gravida sodales. Ut quis libero vitae arcu vulputate facilisis. ', 'The Piece From Beyond', '', 'publish', 'closed', 'closed', '', 'the-piece-from-beyond', '', '', '2013-07-16 14:16:35', '2013-07-16 14:16:35', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=64', 0, 'piece', '', 0),
(65, 1, '2013-07-10 15:45:22', '2013-07-10 15:45:22', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://localhost:8888/wordpress/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2013-07-10 15:45:22', '2013-07-10 15:45:22', '', 2, 'http://localhost:8888/wordpress/2013/07/2-revision/', 0, 'revision', '', 0),
(66, 1, '2013-07-16 14:27:18', '2013-07-16 14:27:18', 'Book summary Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a.', 'Hard to Say', '', 'publish', 'closed', 'closed', '', 'hard-to-say', '', '', '2013-07-16 18:28:38', '2013-07-16 18:28:38', '', 0, 'http://localhost:8888/wordpress/?post_type=book&#038;p=66', 0, 'book', '', 0),
(67, 1, '2013-07-16 14:50:29', '2013-07-16 14:50:29', '', 'Hard to Say', '', 'inherit', 'open', 'open', '', 'awkvl', '', '', '2013-07-16 14:50:29', '2013-07-16 14:50:29', '', 66, 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/AwKvl.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2013-07-16 14:58:56', '2013-07-16 14:58:56', '', 'AwKvl', '', 'inherit', 'open', 'open', '', 'awkvl-2', '', '', '2013-07-16 14:58:56', '2013-07-16 14:58:56', '', 66, 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/AwKvl1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2013-07-16 14:59:56', '2013-07-16 14:59:56', '', 'AwKvl', '', 'inherit', 'open', 'open', '', 'awkvl-3', '', '', '2013-07-16 14:59:56', '2013-07-16 14:59:56', '', 66, 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/AwKvl2.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2013-07-16 15:55:22', '2013-07-16 15:55:22', ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempor placerat ligula, sed blandit ipsum. Etiam auctor dapibus tortor, bibendum ultrices enim eleifend in. Proin turpis nulla, ornare sit amet turpis sit amet, congue adipiscing felis. Curabitur eu libero lacus. Donec egestas, neque eu dignissim adipiscing, dolor nisi placerat nulla, et bibendum risus nulla a erat. Quisque mattis sem ac lectus porta, eget dapibus elit sagittis. Nunc convallis ipsum risus, nec pretium eros volutpat in. Quisque adipiscing eros commodo scelerisque feugiat. Donec venenatis, mi vitae bibendum pretium, dolor nulla mollis ligula, sit amet laoreet lectus mi eget eros. Nunc auctor quis est sed lobortis. Praesent nibh eros, rutrum non congue non, venenatis id enim. Sed pellentesque, lorem ac auctor aliquet, lorem mi vestibulum ipsum, sit amet ultrices lorem ante vitae magna. Nam lorem mi, consectetur non facilisis quis, tincidunt quis felis. Phasellus bibendum tincidunt orci, quis eleifend leo eleifend a. ', 'Another Book', '', 'publish', 'closed', 'closed', '', 'another-book', '', '', '2013-07-16 18:28:14', '2013-07-16 18:28:14', '', 0, 'http://localhost:8888/wordpress/?post_type=book&#038;p=70', 0, 'book', '', 0),
(71, 1, '2013-07-16 15:54:56', '2013-07-16 15:54:56', '', 'george-costanza', '', 'inherit', 'open', 'open', '', 'george-costanza', '', '', '2013-07-16 15:54:56', '2013-07-16 15:54:56', '', 70, 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/george-costanza.png', 0, 'attachment', 'image/png', 0),
(72, 1, '2013-07-16 15:59:04', '2013-07-16 15:59:04', 'SEINFELD -- Pictured: (l-r) Jerry Seinfeld as Jerry Seinfeld, Jason Alexander as George Costanza -- Photo by: NBCU Photo Bank', 'Seinfeld', '', 'inherit', 'open', 'open', '', 'seinfeld', '', '', '2013-07-16 15:59:04', '2013-07-16 15:59:04', '', 43, 'http://localhost:8888/wordpress/wp-content/uploads/2013/07/GeorgeCostanza_art_200v_20090306003944.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2013-07-17 14:53:47', '2013-07-17 14:53:47', '', 'Issue 19', '', 'publish', 'closed', 'closed', '', 'issue-19', '', '', '2013-07-17 14:53:47', '2013-07-17 14:53:47', '', 0, 'http://localhost:8888/wordpress/?post_type=issue&#038;p=73', 0, 'issue', '', 0),
(74, 1, '2013-07-17 14:55:01', '2013-07-17 14:55:01', '\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla condimentum fringilla nulla sed consectetur. Morbi a dapibus eros. Nunc et elit vel diam tempus tincidunt. Quisque ut nulla posuere, elementum augue et, eleifend arcu. Aenean sit amet auctor erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque suscipit, metus nec ullamcorper varius, lorem quam condimentum ante, in pretium ante ipsum luctus nisl. Integer quis lectus lobortis, fermentum dolor vitae, tempor purus. Praesent quam lacus, eleifend a metus non, tempus elementum diam. Integer sed nisl a diam bibendum fringilla.\r\n\r\nMaecenas cursus, est in pharetra porttitor, diam velit consectetur sapien, at tincidunt est urna sit amet nibh. Sed commodo nibh in tincidunt volutpat. Proin venenatis libero urna, nec pharetra lacus volutpat eu. Maecenas ullamcorper eget purus vel mollis. Maecenas nec risus fringilla, semper est eu, pretium lectus. Donec nisi tellus, pharetra volutpat fringilla eu, eleifend nec ante. Praesent feugiat, ipsum et egestas adipiscing, leo arcu egestas sapien, ultricies porttitor purus nisi a urna. Cras ac tincidunt metus, ut viverra ligula. Fusce quis tincidunt nibh. Curabitur rutrum felis ut justo euismod, fermentum suscipit orci vehicula. Nunc sagittis dolor lectus, eget suscipit lorem fermentum eu. Aliquam dapibus sapien eget feugiat mollis. Pellentesque turpis lectus, congue quis turpis a, adipiscing commodo ante.\r\n\r\nNunc pharetra velit non lorem ornare laoreet. Ut vestibulum urna at scelerisque eleifend. Praesent pellentesque feugiat nisi, ut feugiat lectus pretium vitae. Quisque varius elit eu vehicula tempus. Nunc sagittis odio at sem ultricies, eget ullamcorper nulla pulvinar. Nam vel turpis at est elementum varius. Maecenas at ipsum nec nisi aliquet tincidunt vulputate a dui. Praesent euismod quam nec facilisis aliquam. Suspendisse porta ac ipsum ut dapibus. Aenean ornare enim in lectus fringilla auctor. Vestibulum eleifend mattis velit, sed pulvinar libero consectetur sit amet.\r\n\r\nUt molestie justo a ipsum placerat lobortis elementum eget sapien. Donec id tellus nec sapien dictum mattis. Nam euismod lacinia porttitor. Ut sagittis arcu nec blandit sagittis. Suspendisse hendrerit vitae nisi eu porta. Suspendisse non erat non tortor venenatis ultrices venenatis eget quam. Fusce at aliquam felis, id varius lacus. Nam eu dignissim ligula. Donec eu cursus dui. Integer interdum risus eget imperdiet volutpat. Etiam orci eros, rutrum eu feugiat et, viverra pretium libero. ', 'First Sample', '', 'publish', 'closed', 'closed', '', 'first-sample', '', '', '2013-07-17 14:55:01', '2013-07-17 14:55:01', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=74', 0, 'piece', '', 0),
(75, 1, '2013-07-17 14:55:22', '2013-07-17 14:55:22', '\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla condimentum fringilla nulla sed consectetur. Morbi a dapibus eros. Nunc et elit vel diam tempus tincidunt. Quisque ut nulla posuere, elementum augue et, eleifend arcu. Aenean sit amet auctor erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque suscipit, metus nec ullamcorper varius, lorem quam condimentum ante, in pretium ante ipsum luctus nisl. Integer quis lectus lobortis, fermentum dolor vitae, tempor purus. Praesent quam lacus, eleifend a metus non, tempus elementum diam. Integer sed nisl a diam bibendum fringilla.\r\n\r\nMaecenas cursus, est in pharetra porttitor, diam velit consectetur sapien, at tincidunt est urna sit amet nibh. Sed commodo nibh in tincidunt volutpat. Proin venenatis libero urna, nec pharetra lacus volutpat eu. Maecenas ullamcorper eget purus vel mollis. Maecenas nec risus fringilla, semper est eu, pretium lectus. Donec nisi tellus, pharetra volutpat fringilla eu, eleifend nec ante. Praesent feugiat, ipsum et egestas adipiscing, leo arcu egestas sapien, ultricies porttitor purus nisi a urna. Cras ac tincidunt metus, ut viverra ligula. Fusce quis tincidunt nibh. Curabitur rutrum felis ut justo euismod, fermentum suscipit orci vehicula. Nunc sagittis dolor lectus, eget suscipit lorem fermentum eu. Aliquam dapibus sapien eget feugiat mollis. Pellentesque turpis lectus, congue quis turpis a, adipiscing commodo ante.\r\n\r\nNunc pharetra velit non lorem ornare laoreet. Ut vestibulum urna at scelerisque eleifend. Praesent pellentesque feugiat nisi, ut feugiat lectus pretium vitae. Quisque varius elit eu vehicula tempus. Nunc sagittis odio at sem ultricies, eget ullamcorper nulla pulvinar. Nam vel turpis at est elementum varius. Maecenas at ipsum nec nisi aliquet tincidunt vulputate a dui. Praesent euismod quam nec facilisis aliquam. Suspendisse porta ac ipsum ut dapibus. Aenean ornare enim in lectus fringilla auctor. Vestibulum eleifend mattis velit, sed pulvinar libero consectetur sit amet.\r\n\r\nUt molestie justo a ipsum placerat lobortis elementum eget sapien. Donec id tellus nec sapien dictum mattis. Nam euismod lacinia porttitor. Ut sagittis arcu nec blandit sagittis. Suspendisse hendrerit vitae nisi eu porta. Suspendisse non erat non tortor venenatis ultrices venenatis eget quam. Fusce at aliquam felis, id varius lacus. Nam eu dignissim ligula. Donec eu cursus dui. Integer interdum risus eget imperdiet volutpat. Etiam orci eros, rutrum eu feugiat et, viverra pretium libero. ', 'Second Sample', '', 'publish', 'closed', 'closed', '', 'second-sample', '', '', '2013-07-17 14:55:22', '2013-07-17 14:55:22', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=75', 0, 'piece', '', 0),
(76, 1, '2013-07-17 14:55:39', '2013-07-17 14:55:39', '\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla condimentum fringilla nulla sed consectetur. Morbi a dapibus eros. Nunc et elit vel diam tempus tincidunt. Quisque ut nulla posuere, elementum augue et, eleifend arcu. Aenean sit amet auctor erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque suscipit, metus nec ullamcorper varius, lorem quam condimentum ante, in pretium ante ipsum luctus nisl. Integer quis lectus lobortis, fermentum dolor vitae, tempor purus. Praesent quam lacus, eleifend a metus non, tempus elementum diam. Integer sed nisl a diam bibendum fringilla.\r\n\r\nMaecenas cursus, est in pharetra porttitor, diam velit consectetur sapien, at tincidunt est urna sit amet nibh. Sed commodo nibh in tincidunt volutpat. Proin venenatis libero urna, nec pharetra lacus volutpat eu. Maecenas ullamcorper eget purus vel mollis. Maecenas nec risus fringilla, semper est eu, pretium lectus. Donec nisi tellus, pharetra volutpat fringilla eu, eleifend nec ante. Praesent feugiat, ipsum et egestas adipiscing, leo arcu egestas sapien, ultricies porttitor purus nisi a urna. Cras ac tincidunt metus, ut viverra ligula. Fusce quis tincidunt nibh. Curabitur rutrum felis ut justo euismod, fermentum suscipit orci vehicula. Nunc sagittis dolor lectus, eget suscipit lorem fermentum eu. Aliquam dapibus sapien eget feugiat mollis. Pellentesque turpis lectus, congue quis turpis a, adipiscing commodo ante.\r\n\r\nNunc pharetra velit non lorem ornare laoreet. Ut vestibulum urna at scelerisque eleifend. Praesent pellentesque feugiat nisi, ut feugiat lectus pretium vitae. Quisque varius elit eu vehicula tempus. Nunc sagittis odio at sem ultricies, eget ullamcorper nulla pulvinar. Nam vel turpis at est elementum varius. Maecenas at ipsum nec nisi aliquet tincidunt vulputate a dui. Praesent euismod quam nec facilisis aliquam. Suspendisse porta ac ipsum ut dapibus. Aenean ornare enim in lectus fringilla auctor. Vestibulum eleifend mattis velit, sed pulvinar libero consectetur sit amet.\r\n\r\nUt molestie justo a ipsum placerat lobortis elementum eget sapien. Donec id tellus nec sapien dictum mattis. Nam euismod lacinia porttitor. Ut sagittis arcu nec blandit sagittis. Suspendisse hendrerit vitae nisi eu porta. Suspendisse non erat non tortor venenatis ultrices venenatis eget quam. Fusce at aliquam felis, id varius lacus. Nam eu dignissim ligula. Donec eu cursus dui. Integer interdum risus eget imperdiet volutpat. Etiam orci eros, rutrum eu feugiat et, viverra pretium libero. ', 'Third Sample', '', 'publish', 'closed', 'closed', '', 'third-sample', '', '', '2013-07-17 14:55:39', '2013-07-17 14:55:39', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=76', 0, 'piece', '', 0),
(77, 1, '2013-07-17 14:56:11', '2013-07-17 14:56:11', '\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla condimentum fringilla nulla sed consectetur. Morbi a dapibus eros. Nunc et elit vel diam tempus tincidunt. Quisque ut nulla posuere, elementum augue et, eleifend arcu. Aenean sit amet auctor erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque suscipit, metus nec ullamcorper varius, lorem quam condimentum ante, in pretium ante ipsum luctus nisl. Integer quis lectus lobortis, fermentum dolor vitae, tempor purus. Praesent quam lacus, eleifend a metus non, tempus elementum diam. Integer sed nisl a diam bibendum fringilla.\r\n\r\nMaecenas cursus, est in pharetra porttitor, diam velit consectetur sapien, at tincidunt est urna sit amet nibh. Sed commodo nibh in tincidunt volutpat. Proin venenatis libero urna, nec pharetra lacus volutpat eu. Maecenas ullamcorper eget purus vel mollis. Maecenas nec risus fringilla, semper est eu, pretium lectus. Donec nisi tellus, pharetra volutpat fringilla eu, eleifend nec ante. Praesent feugiat, ipsum et egestas adipiscing, leo arcu egestas sapien, ultricies porttitor purus nisi a urna. Cras ac tincidunt metus, ut viverra ligula. Fusce quis tincidunt nibh. Curabitur rutrum felis ut justo euismod, fermentum suscipit orci vehicula. Nunc sagittis dolor lectus, eget suscipit lorem fermentum eu. Aliquam dapibus sapien eget feugiat mollis. Pellentesque turpis lectus, congue quis turpis a, adipiscing commodo ante.\r\n\r\nNunc pharetra velit non lorem ornare laoreet. Ut vestibulum urna at scelerisque eleifend. Praesent pellentesque feugiat nisi, ut feugiat lectus pretium vitae. Quisque varius elit eu vehicula tempus. Nunc sagittis odio at sem ultricies, eget ullamcorper nulla pulvinar. Nam vel turpis at est elementum varius. Maecenas at ipsum nec nisi aliquet tincidunt vulputate a dui. Praesent euismod quam nec facilisis aliquam. Suspendisse porta ac ipsum ut dapibus. Aenean ornare enim in lectus fringilla auctor. Vestibulum eleifend mattis velit, sed pulvinar libero consectetur sit amet.\r\n\r\nUt molestie justo a ipsum placerat lobortis elementum eget sapien. Donec id tellus nec sapien dictum mattis. Nam euismod lacinia porttitor. Ut sagittis arcu nec blandit sagittis. Suspendisse hendrerit vitae nisi eu porta. Suspendisse non erat non tortor venenatis ultrices venenatis eget quam. Fusce at aliquam felis, id varius lacus. Nam eu dignissim ligula. Donec eu cursus dui. Integer interdum risus eget imperdiet volutpat. Etiam orci eros, rutrum eu feugiat et, viverra pretium libero. ', 'Fourth Sample', '', 'publish', 'closed', 'closed', '', 'fourth-sample', '', '', '2013-07-17 14:56:11', '2013-07-17 14:56:11', '', 0, 'http://localhost:8888/wordpress/?post_type=piece&#038;p=77', 0, 'piece', '', 0),
(78, 1, '2013-07-17 19:43:14', '2013-07-17 19:43:14', ' ', '', '', 'publish', 'open', 'open', '', '78', '', '', '2013-07-17 19:43:14', '2013-07-17 19:43:14', '', 0, 'http://localhost:8888/wordpress/?p=78', 2, 'nav_menu_item', '', 0),
(79, 1, '2013-07-17 19:43:14', '2013-07-17 19:43:14', ' ', '', '', 'publish', 'open', 'open', '', '79', '', '', '2013-07-17 19:43:14', '2013-07-17 19:43:14', '', 0, 'http://localhost:8888/wordpress/?p=79', 3, 'nav_menu_item', '', 0),
(80, 1, '2013-07-17 19:43:14', '2013-07-17 19:43:14', ' ', '', '', 'publish', 'open', 'open', '', '80', '', '', '2013-07-17 19:43:14', '2013-07-17 19:43:14', '', 0, 'http://localhost:8888/wordpress/?p=80', 4, 'nav_menu_item', '', 0),
(81, 1, '2013-07-17 19:43:14', '2013-07-17 19:43:14', ' ', '', '', 'publish', 'open', 'open', '', '81', '', '', '2013-07-17 19:43:14', '2013-07-17 19:43:14', '', 0, 'http://localhost:8888/wordpress/?p=81', 1, 'nav_menu_item', '', 0),
(82, 1, '2013-07-17 19:43:15', '2013-07-17 19:43:15', ' ', '', '', 'publish', 'open', 'open', '', '82', '', '', '2013-07-17 19:43:15', '2013-07-17 19:43:15', '', 0, 'http://localhost:8888/wordpress/?p=82', 5, 'nav_menu_item', '', 0),
(83, 1, '2013-07-17 19:43:15', '2013-07-17 19:43:15', ' ', '', '', 'publish', 'open', 'open', '', '83', '', '', '2013-07-17 19:43:15', '2013-07-17 19:43:15', '', 0, 'http://localhost:8888/wordpress/?p=83', 6, 'nav_menu_item', '', 0),
(84, 1, '2013-07-19 16:17:18', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2013-07-19 16:17:18', '0000-00-00 00:00:00', '', 0, 'http://localhost:8888/wordpress/?p=84', 0, 'post', '', 0),
(85, 1, '2013-07-19 17:42:51', '2013-07-19 17:42:51', '<hr />\n\n<div class="center margin2of18 size14of18">\n<h2>WHAT THE WHAT?</h2>\n\n<p class="gray-text">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\n\n<hr />\n\n<h2>PRESS</h2>\n\n<blockquote class="gray-text">"Publishes a raft of experimental fiction and poetry"\n<b>New York Times Magazine</b></blockquote>\n<blockquote class="gray-text">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\n<b>Shelflife Magazine</b></blockquote>\n\n<hr />\n</div><!-- /grid container --> \n\n<h2>MASTHEAD</h2>\n<div class="center gray-text margin2of18 size4of18">\n<b>Editors</b>\nM. Bartley Seigel\nRoxane Gay\n\n<b>Associate Editors</b>\nBrad Green\nSheila Squillante\n\n\n<b>Interns</b>\nStephanie Spicer\nMegan Walsh\n\n<div class="center gray-text margin1of18 size4of18"><b>Readers</b>\nMatthew Burnside\nRobb Todd\nJoe Stracci\nPatrick Trotti\nNatalie Sypolt\nJen Knox\nJamie Fountaine\nHolly Wendt\nDerrick Martin-Campbell\nJoshua Diamond\nMelissa Bean\nRick D''Elia\n</div>\n\n<div class="center gray-text margin1of18 size4of18"><b>Advisory Board</b>\nCecil Giscombe\nBob Hicok\nTaylor Mali\nMichael Martone\nDaniel Nester\nAmber Tamblyn\nKeith Taylor\nKette Thomas\nDeb Olin Unferth</div>\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-autosave', '', '', '2013-07-19 17:42:51', '2013-07-19 17:42:51', '', 5, 'http://localhost:8888/wordpress/2013/07/5-autosave/', 0, 'revision', '', 0),
(86, 1, '2013-07-11 13:21:09', '2013-07-11 13:21:09', '<hr />\r\n\r\n<div class="center">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="column"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="column"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n<div class="column"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-13', '', '', '2013-07-11 13:21:09', '2013-07-11 13:21:09', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-13/', 0, 'revision', '', 0),
(87, 1, '2013-07-19 17:19:12', '2013-07-19 17:19:12', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="margin2of18 size4of18"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-14', '', '', '2013-07-19 17:19:12', '2013-07-19 17:19:12', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-14/', 0, 'revision', '', 0),
(88, 1, '2013-07-19 17:20:05', '2013-07-19 17:20:05', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="margin1of18 size4of18"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-15', '', '', '2013-07-19 17:20:05', '2013-07-19 17:20:05', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-15/', 0, 'revision', '', 0),
(89, 1, '2013-07-19 17:20:21', '2013-07-19 17:20:21', '<hr />\r\n\r\n<div class="center margin1of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="margin1of18 size4of18"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-16', '', '', '2013-07-19 17:20:21', '2013-07-19 17:20:21', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-16/', 0, 'revision', '', 0),
(90, 1, '2013-07-19 17:20:51', '2013-07-19 17:20:51', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="size4of18"><b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n</div>\r\n<div class="margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-17', '', '', '2013-07-19 17:20:51', '2013-07-19 17:20:51', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-17/', 0, 'revision', '', 0),
(91, 1, '2013-07-19 17:27:23', '2013-07-19 17:27:23', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-18', '', '', '2013-07-19 17:27:23', '2013-07-19 17:27:23', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-18/', 0, 'revision', '', 0),
(92, 1, '2013-07-19 17:28:00', '2013-07-19 17:28:00', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-19', '', '', '2013-07-19 17:28:00', '2013-07-19 17:28:00', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-19/', 0, 'revision', '', 0),
(93, 1, '2013-07-19 17:30:17', '2013-07-19 17:30:17', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center margin1of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-20', '', '', '2013-07-19 17:30:17', '2013-07-19 17:30:17', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-20/', 0, 'revision', '', 0),
(94, 1, '2013-07-19 17:30:38', '2013-07-19 17:30:38', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-21', '', '', '2013-07-19 17:30:38', '2013-07-19 17:30:38', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-21/', 0, 'revision', '', 0),
(95, 1, '2013-07-19 17:36:49', '2013-07-19 17:36:49', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p class="gray-text">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote class="gray-text">"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote class="gray-text">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center margin2of18 size4of18">\r\n<b>Editors</b>\r\n<div class="gray-text">\r\nM. Bartley Seigel\r\nRoxane Gay\r\n</div>\r\n\r\n<b>Associate Editors</b>\r\n<div class="gray-text">\r\nBrad Green\r\nSheila Squillante\r\n</div>\r\n\r\n<b>Interns</b>\r\n<div class="gray-text">\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Readers</b>\r\n<div class="gray-text">\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n</div>\r\n\r\n<div class="center margin1of18 size4of18"><b>Advisory Board</b>\r\n<div class="gray-text">\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div></div>\r\n</div> <!-- Center -->', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-22', '', '', '2013-07-19 17:36:49', '2013-07-19 17:36:49', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-22/', 0, 'revision', '', 0),
(96, 1, '2013-07-19 17:43:31', '2013-07-19 17:43:31', '<hr />\r\n\r\n<div class="center margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p class="gray-text">Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote class="gray-text">"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote class="gray-text">"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center gray-text margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-23', '', '', '2013-07-19 17:43:31', '2013-07-19 17:43:31', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-23/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(97, 1, '2013-07-19 17:46:14', '2013-07-19 17:46:14', '<hr />\r\n\r\n<div class="center gray-text margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center gray-text margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-24', '', '', '2013-07-19 17:46:14', '2013-07-19 17:46:14', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-24/', 0, 'revision', '', 0),
(98, 1, '2013-07-19 17:47:45', '2013-07-19 17:47:45', '<hr />\r\n\r\n<div class="center gray-text margin2of18 size14of18">\r\n<h2>WHAT THE WHAT?</h2>\r\n\r\n<p>Founded in 2006, the nonprofit literary arts collective [PANK] - PANK Magazine, Pankmagazine.com, the PANK Books, the Invasion Reading Series - fosters access to emerging and experimental poetry and prose, publishing the brightest and most promising writers for the most adventurous readers. To the end of the road, up country, a far shore, the edge of things, to a place of amalgamation and unplumbed depths, where the known is made and unmade, and where unimagined features are born, a place inhabited by contradictions, a place of quirk and startling anomaly. [PANK], no soft pink hands allowed.</p>\r\n\r\n<hr />\r\n\r\n<h2>PRESS</h2>\r\n\r\n<blockquote>"Publishes a raft of experimental fiction and poetry"\r\n<b>New York Times Magazine</b></blockquote>\r\n<blockquote>"More interested in innovation than recycling what''s already been done... bursting with tasty high-minded prose with a touch of tongue and cheek."\r\n<b>Shelflife Magazine</b></blockquote>\r\n\r\n<hr />\r\n</div><!-- /grid container --> \r\n\r\n<h2>MASTHEAD</h2>\r\n<div class="center gray-text margin2of18 size4of18">\r\n<b>Editors</b>\r\nM. Bartley Seigel\r\nRoxane Gay\r\n\r\n<b>Associate Editors</b>\r\nBrad Green\r\nSheila Squillante\r\n\r\n<b>Interns</b>\r\nStephanie Spicer\r\nMegan Walsh\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Readers</b>\r\nMatthew Burnside\r\nRobb Todd\r\nJoe Stracci\r\nPatrick Trotti\r\nNatalie Sypolt\r\nJen Knox\r\nJamie Fountaine\r\nHolly Wendt\r\nDerrick Martin-Campbell\r\nJoshua Diamond\r\nMelissa Bean\r\nRick D''Elia\r\n</div>\r\n\r\n<div class="center gray-text margin1of18 size4of18"><b>Advisory Board</b>\r\nCecil Giscombe\r\nBob Hicok\r\nTaylor Mali\r\nMichael Martone\r\nDaniel Nester\r\nAmber Tamblyn\r\nKeith Taylor\r\nKette Thomas\r\nDeb Olin Unferth</div>', 'ABOUT', '', 'inherit', 'open', 'open', '', '5-revision-25', '', '', '2013-07-19 17:47:45', '2013-07-19 17:47:45', '', 5, 'http://localhost:8888/wordpress/2013/07/5-revision-25/', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'INTERVIEWS', 'interviews', 0),
(3, 'REVIEWS', 'reviews', 0),
(4, 'Fiction', 'fiction', 0),
(5, 'Header', 'header', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_relationships`
--
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(39, 4, 0),
(52, 4, 0),
(53, 4, 0),
(55, 2, 0),
(57, 2, 0),
(59, 3, 0),
(61, 3, 0),
(64, 4, 0),
(74, 4, 0),
(75, 4, 0),
(77, 4, 0),
(78, 5, 0),
(79, 5, 0),
(80, 5, 0),
(81, 5, 0),
(82, 5, 0),
(83, 5, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'category', '', 0, 2),
(3, 3, 'category', '', 0, 2),
(4, 4, 'genre', '', 0, 7),
(5, 5, 'nav_menu', '', 0, 6);
-- --------------------------------------------------------
--
-- Table structure for table `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=24 ;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'bean'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '84'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";i:2;s:15:"add-post_format";}'),
(17, 1, 'wp_user-settings', 'hidetb=1&editor=html&align=none&imgsize=medium'),
(18, 1, 'wp_user-settings-time', '1373990118'),
(19, 1, 'closedpostboxes_piece', 'a:0:{}'),
(20, 1, 'metaboxhidden_piece', 'a:1:{i:0;s:7:"slugdiv";}'),
(21, 1, 'closedpostboxes_issue', 'a:0:{}'),
(22, 1, 'metaboxhidden_issue', 'a:1:{i:0;s:7:"slugdiv";}'),
(23, 1, 'nav_menu_recently_edited', '5');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'bean', '$P$BvWDuSTUY.Dq8EwU5qGIt/HivVsTOW1', 'bean', 'zpalexander@gmail.com', '', '2013-07-10 15:45:22', '', 0, 'bean');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment