0byt3m1n1
Path:
/
data
/
26
/
2
/
151
/
123
/
2640612
/
meta
/
2897635
/
mysql.backup
/
[
Home
]
File: 1_034c4c2_1.mysqlcluster4.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster4 Database: 1_034c4c2_1 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) DEFAULT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1555 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://blog.scsbluejays.org/wp1','yes'),(2,'home','http://blog.scsbluejays.org/wp1','yes'),(3,'blogname','wp1','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','conzoman@gmail.com','yes'),(7,'start_of_week','0','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:19:\"akismet/akismet.php\";i:1;s:22:\"footer-putter/main.php\";i:2;s:49:\"google-calendar-events/google-calendar-events.php\";i:3;s:35:\"insert-headers-and-footers/ihaf.php\";i:4;s:25:\"tablepress/tablepress.php\";i:5;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:4:{i:0;s:119:\"\\\\WDP\\DFS\\43\\2\\4\\6\\4368522642\\user\\sites\\2897635.site\\www\\wp\\wp1/wp-content/plugins/insert-headers-and-footers/ihaf.php\";i:1;s:103:\"\\\\WDP\\DFS\\43\\2\\4\\6\\4368522642\\user\\sites\\2897635.site\\www\\wp\\wp1/wp-content/plugins/akismet/akismet.php\";i:2;s:109:\"\\\\WDP\\DFS\\43\\2\\4\\6\\4368522642\\user\\sites\\2897635.site\\www\\wp\\wp1/wp-content/plugins/tablepress/tablepress.php\";i:3;s:0:\"\";}','no'),(41,'template','twentyfifteen','yes'),(42,'stylesheet','spacious','yes'),(43,'comment_whitelist','','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','71','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";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'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'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'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:16:{s:19:\"wp_inactive_widgets\";a:0:{}s:22:\"spacious_right_sidebar\";a:4:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";}s:21:\"spacious_left_sidebar\";a:0:{}s:23:\"spacious_header_sidebar\";a:0:{}s:42:\"spacious_business_page_top_section_sidebar\";a:0:{}s:55:\"spacious_business_page_middle_section_left_half_sidebar\";a:0:{}s:56:\"spacious_business_page_middle_section_right_half_sidebar\";a:0:{}s:45:\"spacious_business_page_bottom_section_sidebar\";a:0:{}s:29:\"spacious_contact_page_sidebar\";a:0:{}s:31:\"spacious_error_404_page_sidebar\";a:0:{}s:27:\"spacious_footer_sidebar_one\";a:0:{}s:27:\"spacious_footer_sidebar_two\";a:0:{}s:29:\"spacious_footer_sidebar_three\";a:0:{}s:28:\"spacious_footer_sidebar_four\";a:0:{}s:11:\"last-footer\";a:1:{i:0;s:18:\"footer_copyright-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1459891433;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:1459902567;a:1:{s:24:\"akismet_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:1459956265;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:1459963217;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'),(143,'_transient_random_seed','3bc793c486cebac0d5dbf6dbbf7935ec','yes'),(146,'_site_transient_timeout_browser_e8fbc8a07755d6baed6476ad7f3e4315','1452353066','yes'),(149,'_site_transient_browser_e8fbc8a07755d6baed6476ad7f3e4315','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.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'),(206,'_site_transient_timeout_wporg_theme_feature_list','1451763409','yes'),(209,'_site_transient_wporg_theme_feature_list','a:4:{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:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;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'),(213,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451752703;s:4:\"data\";a:2:{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\";}}}}','yes'),(216,'current_theme','Spacious','yes'),(219,'theme_mods_spacious','a:5:{i:0;b:0;s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:93:\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-wp1-header_SchoolFront.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:341;s:3:\"url\";s:93:\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-wp1-header_SchoolFront.jpg\";s:13:\"thumbnail_url\";s:93:\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-wp1-header_SchoolFront.jpg\";s:6:\"height\";i:400;s:5:\"width\";i:1400;}s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}}','yes'),(222,'theme_switched','','yes'),(224,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(236,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(242,'widget_spacious_call_to_action_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(245,'widget_spacious_featured_single_page_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(248,'widget_spacious_recent_work_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_spacious_service_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(254,'widget_spacious_testimonial_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(261,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(264,'spacious','a:5:{s:29:\"spacious_pages_default_layout\";s:13:\"right_sidebar\";s:22:\"spacious_primary_color\";s:7:\"#003366\";s:16:\"spacious_favicon\";s:70:\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/favicon.ico\";s:25:\"spacious_activate_favicon\";i:1;s:24:\"spacious_activate_slider\";s:0:\"\";}','yes'),(270,'recently_activated','a:0:{}','yes'),(272,'wordpress_api_key','d19b0b5b6076','yes'),(273,'akismet_strictness','1','yes'),(276,'akismet_show_user_comments_approved','0','yes'),(284,'site_icon','0','yes'),(287,'medium_large_size_w','768','yes'),(290,'medium_large_size_h','0','yes'),(293,'db_upgraded','','yes'),(302,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(308,'can_compress_scripts','0','yes'),(333,'_site_transient_timeout_popular_importers_en_US','1451950048','yes'),(336,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(353,'widget_gce_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(374,'simple-calendar_version','3.0.11','yes'),(377,'calendar_feed_children','a:0:{}','yes'),(380,'calendar_type_children','a:0:{}','yes'),(383,'simple-calendar_admin_notices','a:0:{}','yes'),(390,'simple-calendar_settings_advanced','a:1:{s:6:\"assets\";a:1:{s:14:\"always_enqueue\";s:3:\"yes\";}}','yes'),(393,'simple-calendar_defaults','1','yes'),(395,'simple-calendar_settings_feeds','a:1:{s:6:\"google\";a:1:{s:7:\"api_key\";s:39:\"AIzaSyBLodH5TFOEqT3Bqdnj8huQOetV7V4CkIU\";}}','yes'),(407,'calendar_category_children','a:0:{}','yes'),(410,'simple-calendar_settings_calendars','','yes'),(426,'tablepress_plugin_options','{\"plugin_options_db_version\":32,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.7\",\"first_activation\":1451778859,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(440,'_site_transient_timeout_available_translations','1451790883','yes'),(443,'_site_transient_available_translations','a:72:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-30 08:58:25\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.4/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 16:27:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 16:20:56\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-29 08:35:52\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-29 08:36:14\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.4/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-30 01:21:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 10:23:11\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 12:35:15\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 13:19:37\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-29 19:19:47\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 05:14:35\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-22 14:45:38\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-12 11:44:09\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 18:10:01\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 05:11:43\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 22:05:31\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-12 18:07:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-21 08:04:30\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-25 07:46:19\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 07:35:25\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-15 05:49:00\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2016-01-01 12:07:02\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-19 13:20:56\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-30 22:40:18\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 18:41:28\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-30 10:37:54\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-07 09:13:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.4/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:7:\"4.4-RC1\";s:7:\"updated\";s:19:\"2015-12-04 10:22:09\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4-RC1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.4\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(444,'WPLANG','','yes'),(482,'widget_footer_copyright','a:2:{i:2;a:12:{s:8:\"nav_menu\";i:0;s:6:\"center\";i:1;s:9:\"two_lines\";i:1;s:14:\"show_copyright\";i:1;s:12:\"show_address\";i:1;s:14:\"show_telephone\";i:1;s:10:\"show_email\";i:1;s:11:\"show_return\";i:1;s:12:\"return_class\";s:0:\"\";s:12:\"footer_class\";s:0:\"\";s:10:\"visibility\";s:0:\"\";s:13:\"use_microdata\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(485,'widget_footer_trademarks','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486,'_transient_timeout_feed_141a16f104db7746cf2906cb829f01e3','1451825316','no'),(489,'_transient_feed_141a16f104db7746cf2906cb829f01e3','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:22:\"\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:27:\"NewsFeed – DIY Webmastery\";s: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://www.diywebmastery.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress Plugins, WordPress Training and Web Design\";s: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:\"Mon, 28 Dec 2015 13:22: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: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:28:\"https://wordpress.org/?v=4.4\";s: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:1:{i:0;a:6:{s:4:\"data\";s:30:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"ClickMagick – Best Click Tracker\";s: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://www.diywebmastery.com/4543/clickmagick-offer\";s: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 Dec 2014 23:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"FeedOnly\";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:\"NewsFeed\";s: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:36:\"http://www.diywebmastery.com/?p=4543\";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:556:\"<img width=\"200\" height=\"240\" src=\"http://www.diywebmastery.com/wp-content/uploads/diy-4543.png\" class=\" wp-post-image\" alt=\"diy-4543\" /><p>Please Wait While We Redirect You Take a free trial of the most feature-rich link tracker, link cloaker, link redirection and click manager you have ever experienced. Go To Offer Now!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.diywebmastery.com/4543/clickmagick-offer\">ClickMagick – Best Click Tracker</a> appeared first on <a rel=\"nofollow\" href=\"http://www.diywebmastery.com\">DIY Webmastery</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Russell\";s: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:73:\"http://www.diywebmastery.com/tags/newsfeed/feed/?images=1&featured_only=1\";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:9:{s:6:\"server\";s:11:\"nginx/1.8.0\";s:4:\"date\";s:29:\"Sun, 03 Jan 2016 00:48:35 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:33:\"Accept-Encoding,Cookie,User-Agent\";s:4:\"etag\";s:34:\"\"7d462f34dc346408b0832351e9a81d0e\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:65:\"<http://www.diywebmastery.com/wp-json/>; rel=\"https://api.w.org/\"\";s:13:\"last-modified\";s:29:\"Mon, 28 Dec 2015 13:22:32 GMT\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(492,'_transient_timeout_feed_mod_141a16f104db7746cf2906cb829f01e3','1451825318','no'),(495,'_transient_feed_mod_141a16f104db7746cf2906cb829f01e3','1451782118','no'),(497,'footer_credits_options','a:21:{s:5:\"terms\";a:20:{s:4:\"site\";s:20:\"blog.scsbluejays.org\";s:5:\"owner\";s:27:\"St. Cecilia Catholic School\";s:7:\"address\";s:0:\"\";s:14:\"street_address\";s:13:\"302 West Main\";s:8:\"locality\";s:9:\"Broussard\";s:6:\"region\";s:9:\"Louisiana\";s:11:\"postal_code\";s:5:\"70518\";s:7:\"country\";s:24:\"United States of America\";s:8:\"latitude\";s:9:\"30.149582\";s:9:\"longitude\";s:10:\"-91.965875\";s:3:\"map\";s:155:\"https://www.google.com/maps/place/St.+Cecilia+School/@30.149267,-91.965652,330m/data=!3m1!1e3!4m2!3m1!1s0x8624829ed9c0e8bd:0x8866dd5d1621d9b3!6m1!1e1?hl=en\";s:5:\"email\";s:27:\"jconzelmann@scsbluejays.org\";s:9:\"telephone\";s:12:\"337-837-6363\";s:9:\"copyright\";s:21:\"Copyright © 2016\";s:20:\"copyright_start_year\";s:0:\"\";s:18:\"copyright_preamble\";s:0:\"\";s:6:\"courts\";s:161:\"St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.\";s:7:\"updated\";s:0:\"\";s:15:\"privacy_contact\";s:0:\"\";s:13:\"terms_contact\";s:0:\"\";}s:8:\"nav_menu\";i:0;s:6:\"center\";b:1;s:9:\"two_lines\";b:1;s:9:\"separator\";s:20:\" · \";s:14:\"item_separator\";s:6:\" \";s:17:\"section_separator\";s:5:\"<br/>\";s:14:\"show_copyright\";b:1;s:14:\"show_telephone\";b:1;s:10:\"show_email\";b:0;s:12:\"show_address\";b:1;s:11:\"show_return\";b:1;s:11:\"return_text\";s:13:\"Return To Top\";s:12:\"return_class\";s:0:\"\";s:12:\"footer_class\";s:0:\"\";s:11:\"footer_hook\";s:9:\"wp_footer\";s:13:\"footer_remove\";b:0;s:18:\"footer_filter_hook\";s:0:\"\";s:10:\"visibility\";s:0:\"\";s:13:\"use_microdata\";b:0;s:14:\"hide_wordpress\";s:0:\"\";}','yes'),(506,'tablepress_tables','{\"last_id\":2,\"table_post\":{\"1\":182,\"2\":227}}','yes'),(533,'_transient_timeout_tablepress_0501b8a0201c01ac5ac022f5c64a700c','1451873268','no'),(536,'_transient_tablepress_0501b8a0201c01ac5ac022f5c64a700c','\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-224\"><img src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-150x150.jpg\" alt=\"2015-2016 SCS Logo\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-224\" /></a></td><td class=\"column-2\">Living Our Strengths<br />\nThrough Service</td>\n</tr>\n</tbody>\n</table>\n','no'),(539,'_transient_timeout_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','1451959668','no'),(542,'_transient_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','[\"tablepress_0501b8a0201c01ac5ac022f5c64a700c\"]','no'),(545,'category_children','a:0:{}','yes'),(546,'_site_transient_timeout_browser_37b7801637f9e0d69233a59f9d1e7cc0','1452392853','yes'),(549,'_site_transient_browser_37b7801637f9e0d69233a59f9d1e7cc0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(584,'ihaf_insert_header','','yes'),(587,'ihaf_insert_footer','<script>\r\n (function(i,s,o,g,r,a,m){i[\\\'GoogleAnalyticsObject\\\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\\\'script\\\',\\\'//www.google-analytics.com/analytics.js\\\',\\\'ga\\\');\r\n\r\n ga(\\\'create\\\', \\\'UA-26484244-1\\\', \\\'auto\\\');\r\n ga(\\\'send\\\', \\\'pageview\\\');\r\n\r\n</script>','yes'),(588,'rewrite_rules','a:107:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:64:\"index.php/calendar_feed/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:59:\"index.php/calendar_feed/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:52:\"index.php/calendar_feed/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_feed=$matches[1]&paged=$matches[2]\";s:34:\"index.php/calendar_feed/([^/]+)/?$\";s:35:\"index.php?calendar_feed=$matches[1]\";s:64:\"index.php/calendar_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:59:\"index.php/calendar_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:52:\"index.php/calendar_type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_type=$matches[1]&paged=$matches[2]\";s:34:\"index.php/calendar_type/([^/]+)/?$\";s:35:\"index.php?calendar_type=$matches[1]\";s:68:\"index.php/calendar_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:63:\"index.php/calendar_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:56:\"index.php/calendar_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?calendar_category=$matches[1]&paged=$matches[2]\";s:38:\"index.php/calendar_category/([^/]+)/?$\";s:39:\"index.php?calendar_category=$matches[1]\";s:46:\"index.php/calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"index.php/calendar/([^/]+)/embed/?$\";s:41:\"index.php?calendar=$matches[1]&embed=true\";s:39:\"index.php/calendar/([^/]+)/trackback/?$\";s:35:\"index.php?calendar=$matches[1]&tb=1\";s:47:\"index.php/calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&paged=$matches[2]\";s:54:\"index.php/calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/calendar/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?calendar=$matches[1]&page=$matches[2]\";s:35:\"index.php/calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=71&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([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:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(724,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"conzoman@gmail.com\";s:7:\"version\";s:5:\"4.4.2\";s:9:\"timestamp\";i:1455488879;}','yes'),(925,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1459885973;s:15:\"version_checked\";s:5:\"4.4.2\";s:12:\"translations\";a:0:{}}','yes'),(937,'_site_transient_timeout_browser_ad38ec150dffe390de69dc60d7cd73fe','1456094026','yes'),(940,'_site_transient_browser_ad38ec150dffe390de69dc60d7cd73fe','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1239,'_transient__simple-calendar_feed_ids','a:1:{i:80;s:12:\"SCS Calendar\";}','no'),(1242,'_transient_timeout__simple-calendar_feed_ids','1460051269','no'),(1248,'_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3','1460051275','yes'),(1254,'_site_transient_browser_f27a70fef65ab50236291e1635e268f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1301,'_site_transient_timeout_browser_a03822759b9f89c6b315fdcb839d03f3','1460162260','yes'),(1304,'_site_transient_browser_a03822759b9f89c6b315fdcb839d03f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1379,'_transient_timeout_tablepress_7b5eb4862642fbf44d517a568d674feb','1459900129','no'),(1382,'_transient_tablepress_7b5eb4862642fbf44d517a568d674feb','\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">PK</th><th class=\"column-2\">11 Monthly Payments</th><th class=\"column-3\">1 Yearly Payment</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">PK-4 years by Sept. 30</td><td class=\"column-2\">$475.00</td><td class=\"column-3\">$5,225.00</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\"></td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">K thru 8th</td><td class=\"column-2\"></td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Number of Children</td><td class=\"column-2\"></td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">1</td><td class=\"column-2\">$465.00</td><td class=\"column-3\">$5,016.00</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">2</td><td class=\"column-2\">$888.00</td><td class=\"column-3\">$9,768.00</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">3</td><td class=\"column-2\">$1,265.05</td><td class=\"column-3\">$13,915.55</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">4</td><td class=\"column-2\">$1,637.00</td><td class=\"column-3\">$18,007.00</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">5</td><td class=\"column-2\">$2,046.05</td><td class=\"column-3\">$22,506.55</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">6</td><td class=\"column-2\">$2,456.00</td><td class=\"column-3\">$27,016.00</td>\n</tr>\n</tbody>\n</table>\n','no'),(1385,'_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','1459986529','no'),(1388,'_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','[\"tablepress_7b5eb4862642fbf44d517a568d674feb\"]','no'),(1461,'_site_transient_timeout_browser_4f0993a6950c3817a9929207c89f556c','1460489016','yes'),(1464,'_site_transient_browser_4f0993a6950c3817a9929207c89f556c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.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'),(1467,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1459927439','no'),(1470,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1459927439','no'),(1473,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1459884239','no'),(1476,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1459927439','no'),(1479,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:50:\"WP Mobile Apps: WordPress for Android: Version 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.org/?p=3242\";s: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:72:\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3271:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.2 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<p>In version 5.2, you may notice a difference in font in the app: we replaced the Open Sans font in the UI with Roboto, the default Android font. For those with a sharp eye, you also might notice that we’re still using the Merriweather font for user-generated content, like reader comments and the content in your post editor. (For the typographically curious, take a look at the <a href=\"https://wordpress.com/design-handbook/typography/\">WordPress.com Design Handbook</a>.)</p>\n\n<a href=\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/mysites-5-1-opensans-2/\"><img width=\"640\" height=\"1067\" src=\"https://apps.files.wordpress.com/2016/03/mysites-5-1-opensans1.png?w=640&h=1067\" class=\"attachment-full size-full\" alt=\"Open Sans (5.1-)\" /></a>\n<a href=\"https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/mysites-5-2-roboto-2/\"><img width=\"640\" height=\"1067\" src=\"https://apps.files.wordpress.com/2016/03/mysites-5-2-roboto1.png?w=640&h=1067\" class=\"attachment-full size-full\" alt=\"Roboto (5.2+)\" /></a>\n\n<p>Version 5.2 also comes with an updated Account Settings screen. You can change your email address, primary site, and web address in your app:</p>\n<ul>\n<li><strong>Email address:</strong> This is your primary email address associated with your account, which is not publicly displayed. If you update your email address, you will receive an email to confirm it.</li>\n<li><strong>Primary site:</strong> Your primary site is typically the one you most commonly use. You can update your primary site from a popover display with a list of all of your sites.</li>\n<li><strong>Web address:</strong> This is the URL that is shown publicly when you comment on blogs.</li>\n</ul>\n<p>We also dropped the “auto-share” and “post signature” settings from this screen.</p>\n<p><img class=\"aligncenter size-full wp-image-3304\" src=\"https://apps.files.wordpress.com/2016/03/account-settings1.png?w=640&h=1067\" alt=\"account-settings\" width=\"640\" height=\"1067\" /></p>\n<p>We’re working hard on new features for the next versions, and you can track development progress for the next version by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.3\">our 5.3 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p><a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/tetra2000\">@tetra2000</a> and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3242&subd=apps&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, 05 Apr 2016 15:30:07 +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:\"Maxime\";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:71:\"WPTavern: User Role Editor 4.25 Patches Critical Security Vulnerability\";s: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://wptavern.com/?p=53192\";s: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://wptavern.com/user-role-editor-4-25-patches-critical-security-vulnerability\";s: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:1585:\"<p>Vladimir Garagulya, developer of the <a href=\"https://wordpress.org/plugins/user-role-editor\">User Role Editor</a> has <a href=\"https://wordpress.org/plugins/user-role-editor/changelog/\">patched a critical security vulnerability</a>. User Role Editor is used to edit, manage, and create user roles and capabilities and is active on more than 300K sites.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/UserRoleEditorScreenshot.png\"><img class=\"size-full wp-image-53194\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/UserRoleEditorScreenshot.png?resize=680%2C560\" alt=\"User Role Editor Interface\" /></a>User Role Editor Interface\n<p>User Role Editor 4.24 and below allows any registered user to gain administrator access. <a href=\"https://wordpress.org/plugins/wordfence/\">Wordfence</a>, a popular security plugin for WordPress <a href=\"https://www.wordfence.com/blog/2016/04/user-role-editor-vulnerability/?utm_source=list&utm_medium=email&utm_campaign=urole\">has more details</a> and explains why the plugin was vulnerable:</p>\n<blockquote><p>The author was checking if users have access to edit another user using the ‘current_user_can’ function and checking for the ‘edit_user’ (without an ‘s’ on the end) capability on a specific user ID. A user can edit themselves, and so sending data to the plugin that supplies the current user’s ID to this access check would bypass the check.</p></blockquote>\n<p>Users should immediately upgrade to 4.25 to protect sites from this vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></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, 04 Apr 2016 21:31: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:68:\"WPTavern: WP REST API Team Aims for WordPress 4.7 for Merge Proposal\";s: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://wptavern.com/?p=53171\";s: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:78:\"http://wptavern.com/wp-rest-api-team-aims-for-wordpress-4-7-for-merge-proposal\";s: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:3323:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team released <a href=\"https://github.com/WP-API/WP-API/releases/tag/2.0-beta13\" target=\"_blank\">version 2.0 beta 13</a> of the feature <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">plugin</a> today. This release includes a couple of breaking changes, JavaScript client updates, and many other fixes and improvements.</p>\n<p>Developers who use the plugin in their projects can expect it to follow a more stable release cycle in the future, as beta 13 marks the last of the breaking changes. According to project lead Ryan McCue, the team plans to add new features to minor releases in the 2.x series and bugfix releases in the 2.0.x series.</p>\n<p>“Along these lines, we’re going to release a 2.0 final version in the coming months,” McCue said. “This will be a completely stable release with guaranteed backwards compatibility for the foreseeable future. This backwards compatibility ensures that your sites can remain up-to-date with minimal maintenance or issues with upgrading.”</p>\n<p>The beta release post also included an updated roadmap for the project. The team is not planning to put forward part two of their merge proposal, which would add the core endpoints, for WordPress 4.6. They will be holding off until WordPress 4.7 in hopes of gaining more users with the stable 2.0 release.</p>\n<blockquote><p>We believe endpoints for the main WordPress objects (posts, users, comments, terms, and taxonomies) are not enough to garner the support needed for the proposal to be accepted. Our hope is that with a stable version 2.0 release, we will attract our community members that have been waiting for the endpoints to be available in core, and submit a merge proposal for the WordPress 4.7 release cycle.</p></blockquote>\n<p>Although the greater WordPress development community is excited about the potential of the REST API, the contributor base remains relatively small and spread thin for the task of keeping pace with core. McCue, speaking on behalf of the team, said they are looking to get more help from WordPress core component maintainers as well as outside developers.</p>\n<p>“Moving forward, the API team sees our role as advisory over the API itself, with the API treated as an integral part of the component rather than maintained by a separate team,” McCue said. “We’re also going to continue to work on our feature plugins (metadata, site/multisite, menus/widgets, and authentication) in parallel, and are looking for help on these as well.”</p>\n<p>With the plugin approaching its 2.0 final version on a more stable path, it is a good time for new developers to get involved. The WP REST API team plans to allocate more time for mentoring and helping developers use the API. If you want to get involved, jump in on the comments of the <a href=\"https://make.wordpress.org/core/2016/04/04/wp-rest-api-2-0-beta-13-roadmap/\" target=\"_blank\">release post</a> or join the team in the #core-restapi Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></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, 04 Apr 2016 19:02: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:13:\"Sarah Gooding\";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:78:\"WPTavern: Color Safe: Build Accessible Color Palettes Based on WCAG Guidelines\";s: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://wptavern.com/?p=53152\";s: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:87:\"http://wptavern.com/color-safe-build-accessible-color-palettes-based-on-wcag-guidelines\";s: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:2476:\"<p>Last month WordPress contributors <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\" target=\"_blank\">approved accessibility coding standards</a> for the core handbook. All new and updated code will need to conform with <a href=\"https://www.w3.org/WAI/intro/wcag\" target=\"_blank\">WCAG 2.0 level AA guidelines</a>.</p>\n<p>With WordPress core moving firmly in the direction of accessibility, its new guidelines set the bar for themes, plugins, and websites built on top of the platform. Text and background contrast, an important factor in readability, is one of the easiest places to get started. WCAG 2.0 color requirements recommend a contrast ratio of 4.5 for small text or 3 for large text, which is 24px or 18px bold.</p>\n<p><a href=\"http://colorsafe.co/\" target=\"_blank\">Color Safe</a> is a handy web app that helps designers select color combinations that will meet WCAG 2.0 guidelines for those with different visual capabilities. You enter the background color, font family, text size and weight, and the tool generates a palette of safe options for your text color.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/color-safe.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/color-safe.png?resize=1025%2C392\" alt=\"color-safe\" class=\"aligncenter size-full wp-image-53155\" /></a></p>\n<p>The palette can be sorted by general color groups and selections can be previewed at the top of the screen. By default, the generator uses AA level guidelines. If you’re building for a company or government website that requires AAA specifications, you can select it from the dropdown and all colors generated in the palette will be in compliance.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/color-palette.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/color-palette.png?resize=1025%2C419\" alt=\"color-palette\" class=\"aligncenter size-full wp-image-53157\" /></a></p>\n<p>Color Safe was built by Salesforce UX engineer <a href=\"http://donielleberg.com/\" target=\"_blank\">Donielle Berg</a> and product designer <a href=\"http://adrianrapp.com\" target=\"_blank\">Adrian Rapp</a> to help designers include accessibility as part of the design process. The tool takes the guesswork out of complying with WCAG guidelines and makes it easy to visually explore accessible color combinations.</p>\n<div id=\"epoch-width-sniffer\"></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, 04 Apr 2016 15:44:53 +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:13:\"Sarah Gooding\";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:43:\"WPTavern: In Case You Missed It – Issue 6\";s: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:44:\"http://wptavern.com?p=53139&preview_id=53139\";s: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://wptavern.com/in-case-you-missed-it-issue-6\";s: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:5496:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Jen Mylo Moves on From Automattic</h2>\n<p>Jen Mylo, formerly known as Jane Wells, <a href=\"http://jenmylo.com/2016/03/23/end-of-an-era/\">announced she has left</a> her position at Automattic after eight years to pursue other opportunities. Normally, people switching or leaving jobs isn’t news but Mylo is an exception to the rule because of the impact she’s had on the WordPress project and community over those eight years.</p>\n<p>From leading the effort to redesign the <a href=\"https://wordpress.org/news/2008/12/coltrane/\">WordPress 2.7 “Coltrane”</a> backend which was code-named <a href=\"https://wordpress.org/news/2008/10/the-new-27-dashboard/\">Crazyhorse</a>, to helping WordCamp organizers behind the scenes, to the <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">Kim Parsell travel scholarship</a>. She also facilitated and helped many WordPress lead developers.</p>\n<p>Thanks Jen for everything you’ve done and contributed to the WordPress project and its community. I wish and hope for the best for you in your future endeavors.</p>\n<h2>Generous in Spirit</h2>\n<p>Carrie Dils reminds us that the WordPress community is generous of spirit. If you haven’t experienced it yet, get in touch with her and she’ll introduce you.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> community is so generous of spirit. If you feel disconnected from it and want to be a part, message me & I\'ll introduce you.</p>\n<p>— carrie dils (@cdils) <a href=\"https://twitter.com/cdils/status/715339254000275456\">March 31, 2016</a></p></blockquote>\n<p></p>\n<h2>How to Protect a GPL Licensed Plugin from Being Copied</h2>\n<p>There’s <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1126950354033844/\">a post on the Advanced WordPress Facebook group</a> that asks, what are the best ways to protect a GPL licensed plugin from being copied? The thread has more than a dozen responses with many explaining that copying is at the core of the license. The simple answer is that you don’t.</p>\n<h2>Comparison: Working from Home vs In an Office</h2>\n<p>The Onion <a href=\"http://www.theonion.com/graphic/working-home-vs-working-office-52630?utm_medium=RSS&utm_campaign=feeds\">compares what it’s like</a> to work from home as opposed to working in an office. I think the humorous comparisons ring true for many.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/TheOnionComparesWorkFromHome.jpg\"><img class=\"size-full wp-image-53144\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/TheOnionComparesWorkFromHome.jpg?resize=960%2C1121\" alt=\"Working From Home Compared to Working In an Office\" /></a>Working From Home Compared to Working In an Office\n<h2>WordPress 4.5 Field Guide</h2>\n<p>Everything you need to know to prepare for WordPress 4.5 is in <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">the field guide</a>. Thanks to Aaron Jorbin for putting the guide together as it’s a great resource for those not able to keep up with development.</p>\n<h2>Jumboji</h2>\n<p>The only thing better than emoji in core is jumbo emoji. Thankfully, <a href=\"https://wordpress.org/plugins/big-emoji-comments/\">there’s a plugin</a> available that turns emoji into almost larger than life emoji.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I am delighted to unveil Big Emoji Comments (Jumboji) for WordPress: <a href=\"https://t.co/AcEBzmvjCV\">https://t.co/AcEBzmvjCV</a> <a href=\"https://t.co/3g6Ii8AsUg\">pic.twitter.com/3g6Ii8AsUg</a></p>\n<p>— george stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/status/712822383208505344\">March 24, 2016</a></p></blockquote>\n<p></p>\n<h2>Gianuu or Italian Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Gianduu is the official mascot of <a href=\"https://2016.torino.wordcamp.org/\">WordCamp Torino 2016</a>. Gianduu is a mix between Gianuja, a famous carnival mask and Gianduiotto, a Turin confectionery tradition.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/Gianduu.png\"><img class=\"size-full wp-image-53145\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/Gianduu.png?resize=744%2C817\" alt=\"Gianduu\" /></a>Gianduu\n<p>That’s it for issue six. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 01 Apr 2016 22:23: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:73:\"WPTavern: Features-as-Plugins First Transitions Into Features-as-Projects\";s: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://wptavern.com/?p=53097\";s: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://wptavern.com/features-as-plugins-first-transitions-into-features-as-projects\";s: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:7058:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/FeaturesAsPluginsFeaturedImage.png\"><img class=\"size-full wp-image-53129\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/FeaturesAsPluginsFeaturedImage.png?resize=689%2C346\" alt=\"Features as projects featured image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/25132305@N05/3514532960\">Office Pranks</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>Last year, I <a href=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\">identified key factors</a> that suggested the <strong>features-as-plugins</strong> first model was falling apart. A lack of communication, direction, buy-in from core developers, and synchronized development between plugins on Github and WordPress.org were some of the contributing factors highlighted.</p>\n<h2>Features-as-Projects</h2>\n<p>WordPress lead developer <a href=\"http://profiles.wordpress.org/helen\" target=\"_blank\">Helen Hou-Sandí</a> has <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/\">outlined a new strategy</a> for the model transitioning from a <strong>features-as-plugins</strong> approach to <strong>features-as-projects. </strong></p>\n<p>“Thinking of features as plugins has strapped us in a number of ways, in large part because the ‘plugin’ part implies a functional project from the start,” Hou-Sandí said.</p>\n<p>“From observation, experienced and newer contributors alike set their initial goal to be some sort of functional plugin. As a result, by the time something is being proposed in whatever forum, there’s been a fair amount of effort spent – and personal attachment developed – for something that might be headed in the wrong direction. Changing direction at that point is very demoralizing and has led to burn out and less participation.”<strong><br />\n</strong></p>\n<h2>A New Page for Featured Projects</h2>\n<p>Feature projects are listed <a href=\"https://make.wordpress.org/core/features/\">on a new page</a> which includes a brief explanation of the problems being solved. Active projects include WordPress NUX which aims to remove barriers to entry and Font Natively which switches to system fonts to load faster and provide a more native experience.</p>\n<p>Anyone can suggest a feature project but its mission statement must clearly address what problem it’s trying to solve, its goals, and how it fits into <a href=\"https://wordpress.org/about/philosophy/\">WordPress’ core philosophies</a> and objective. The new page also serves as a roadmap for future feature projects.</p>\n<p>By changing their approach, the core team hopes to achieve the following individual goals.</p>\n<ul>\n<li>To attract and retain a greater range of skill sets in contributors, for example through being able to more thoroughly engage designers in early stages.</li>\n<li>Implementing methods of collecting usage information and other data.</li>\n<li>Supporting feature projects with resources for user testing and more structured feedback.</li>\n<li>Advance both contributor and general community knowledge around product design and development.</li>\n</ul>\n<p>Beginning <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160405T1700\">Tuesday, April 5th, 2016 at 1PM Eastern Daylight Time</a>, in the <a href=\"https://make.wordpress.org/chat/\">#core Slack channel</a>, bi-weekly meetings will be held where people can propose and discuss feature projects. These meetings are also where project leaders can ask for help, provide status updates, and maintain direction.</p>\n<h2>Design and Discovery First</h2>\n<p>Perhaps one of the most important changes in the process is the focus on discovery and design first. Instead of testing features after they’re developed, this plan focuses on gathering testing and usage data from users before technical implementation occurs.</p>\n<p>“Feature design and development should come from interviews with users, developed personas, surveys of those personas, documented flows, and other fairly standard methods,” Hou-Sandí said.</p>\n<p>“Proper discovery will allow for testing long before functional development begins using low-fidelity storyboards and walking through potential concepts with users, both verbally and visually. Projects should check in at a meeting when discovery results are available and continue to check in through the design process.”</p>\n<p>Even though the discovery and design phase may not lead to a full-fledged feature in core, the process should help discover pain points along the way which can translate into other improvements.</p>\n<h2>Iterating is Not Just For Software</h2>\n<p>The new model incorporates <a href=\"https://make.wordpress.org/core/2014/11/03/open-update-thread/#comment-20735\">many of the suggestions</a> by WordPress lead developer, Ryan Boren from 2014.</p>\n<ul>\n<li>Be present and up-to-date in the plugin directory.</li>\n<li>Be as ready to go on mobile as they are on desktop.</li>\n<li>Have visual records for major flows through all new interfaces on all devices.</li>\n<li>Have mature UI that isn’t going to derail the release train.</li>\n<li>Have a history of posting weekly updates to make/core.</li>\n<li>Have a history of regular plugin directory updates.</li>\n<li>Have a testing audience.</li>\n<li>Publish a merge consideration post on make/core complete with visual records and other diligence.</li>\n<li>Exist for at least one release cycle. Plugins created at the beginning of a release cycle should not be considered for merge until the next release.</li>\n</ul>\n<p>It also focuses on establishing a direction for a project early on instead of people aimlessly developing it to see where it goes. It’s worth noting that <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/#comment-29594\">Boren supports </a>the changes to the model.</p>\n<p>Early feedback suggests this is a great move. Michelle Schulp, Founder of <a href=\"http://marktimemedia.com/\">Marktime Media</a>, had this to say about the changes:</p>\n<blockquote><p>Love this, not only because it a) treats WordPress more like an actual product where decisions on features should be tested and vetted before they’re built, and b) validates the design and discovery process as ‘important to WordPress’ and saves a ton of unnecessary dev time, but also c) will help encourage those with other important talents like design/ux/ui/user testing (but not core-level development skills) to contribute.</p></blockquote>\n<p>Although I suggested renaming feature plugins to feature experiments, feature projects is pretty good name. It’s nice to see the model evolve and address many of the problems I outlined in 2015. I encourage you to <a href=\"https://make.wordpress.org/core/2016/03/31/iterating-on-feature-plugins/\">read the full post</a> and let us know what you think of the changes.</p>\n<div id=\"epoch-width-sniffer\"></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, 01 Apr 2016 20:47: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:13:\"Jeff Chandler\";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:85:\"WPTavern: bbPress 2.6 Expected Later This Year, Two Major Features Pushed Back to 2.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53134\";s: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://wptavern.com/bbpress-2-6-expected-later-this-year-two-major-features-pushed-back-to-2-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1961:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\"><img class=\"aligncenter size-full wp-image-24338\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png?resize=1025%2C378\" alt=\"bbpress\" /></a>There hasn’t been a lot of news about bbPress lately but earlier this week on the project’s development blog, John James Jacoby <a href=\"https://bbpress.org/blog/2016/03/an-update-on-bbpress-2-6/\">provided a status update</a> on the progress of 2.6 and what to expect for 2.7.</p>\n<p>According to the post, the team has worked hard on 2.6 since <a href=\"https://bbpress.org/blog/2013/11/bbpress-2-5-released/\">2.5’s release</a> in 2013. Unfortunately, two highly anticipated features that were expected to be in 2.6 have been pushed back to 2.7. Jacoby explains why:</p>\n<blockquote><p>Stephen and I have been steadily improving and readying the next major version (2.6) ever since releasing 2.5.0, and while many huge features and neat little improvements have already landed in the development version, there are 2 features that will likely get bumped to 2.7 so we can call 2.6 done:</p>\n<ul>\n<li>bbPress as Post Comments</li>\n<li>Forums as Taxonomies</li>\n</ul>\n<p>These two features are fully architected and planned, but do not have enough progress in code for them to hold up the release of 2.6.</p></blockquote>\n<p>Users can expect to see betas and release candidates of bbPress 2.6 in the coming weeks. Jacoby notes that development on 2.7 will exclusively focus on the two missing features.</p>\n<p>As someone who is waiting on the bbPress as Post Comments feature before diving into bbPress, I’m disappointed. I’m grateful for the time and effort Jacoby, Stephen Edgar, and others put into the project but considering its release history, it may be another 1-2 years before 2.7 is a reality. I don’t know if I can wait that long.</p>\n<div id=\"epoch-width-sniffer\"></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, 01 Apr 2016 20:34:51 +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:13:\"Jeff Chandler\";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:76:\"WPTavern: BuddyPress 2.6 Development Kicks Off, David Cavins to Lead 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53003\";s: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:85:\"http://wptavern.com/buddypress-2-6-development-kicks-off-david-cavins-to-lead-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3909:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>Development on BuddyPress 2.6 began this week with a meeting to set the schedule and scope for the release. The BuddyPress project recently moved to adopt <a href=\"https://make.wordpress.org/core/2015/04/01/release-leads-for-wordpress-4-3-and-4-4/\" target=\"_blank\">release leads</a> as part of the core development process.</p>\n<p>“The release lead gets a sense at the beginning of the dev cycle what he/she would like to accomplish, as well as what others want and are willing to contribute,” Boone Gorges said during last week’s development meeting. “Within those parameters, there is likely lots of room for the lead to make decisions about what the focus should be.”</p>\n<p><a href=\"https://twitter.com/daveycavey\" target=\"_blank\">David Cavins</a> was named release lead for the upcoming 2.6 release and <a href=\"https://profiles.wordpress.org/mercime\" target=\"_blank\">@mercime</a> will be on deck for 2.7. During <a href=\"https://wordpress.slack.com/archives/buddypress/p1459364425000688\" target=\"_blank\">this week’s meeting</a>, Cavins set a schedule for 2.6:</p>\n<ul>\n<li>Beta: May 25</li>\n<li>RC1: June 8</li>\n<li>Official Release: June 15</li>\n</ul>\n<p>Cavins said that 2.6 will focus on performance and UI polish, as many of the tickets filed for the milestone fall into those general categories. Contributors chimed in during the meeting to express interest in working on specific goals and tickets:</p>\n<ul>\n<li>A new API to manage single items navigation (<a href=\"https://buddypress.trac.wordpress.org/ticket/6534\" target=\"_blank\">#6534</a>)</li>\n<li>Incrementor-based caching for ID queries (<a href=\"https://buddypress.trac.wordpress.org/ticket/6643\" target=\"_blank\">#6643</a>)</li>\n<li>Explore implementing Behat to add a functional testing capability to the project</li>\n<li>Extend BuddyPress’ use of caching to group memberships</li>\n<li>Framework for bulk data handling after updates (#<a href=\"https://buddypress.trac.wordpress.org/ticket/6841\" target=\"_blank\">6841</a>)</li>\n</ul>\n<p>Cavins is also organizing a few “<a href=\"https://bpdevel.wordpress.com/2016/03/30/bp-work-parties-april-2016/\" target=\"_blank\">BuddyPress Work Parties</a>” early in the release cycle where contributors can get together to collaborate on tickets, documentation, testing patches, and answering support questions.</p>\n<p>In addition to the new release leads concept, the BuddyPress core team is also considering implementing component maintainers, similar to the way WordPress core is organized.</p>\n<p>“It gives newcomers a sense of where to look if they have questions about a part of BP, or want to get involved in contributing,” Gorges said. “It also creates a sense of ownership for people who are already doing the practical work of triaging certain kinds of tickets, and encourages people to step up and take a role of responsibility.”</p>\n<p>BuddyPress project lead John James Jacoby said that component maintainers has been one of his personal leadership goals for BuddyPress for a long time, with individuals and eventually teams “owning” components to make them shine.</p>\n<p>“The main reasons to do it are empowering people to make decisions, and to elevate everyone’s contributions by promoting within and creating goals for contributors to graduate to, to celebrate their value,” Jacoby said.</p>\n<p>Specific maintainers and/or teams have not yet been identified but the core team is working towards making this more official to streamline contributions.</p>\n<div id=\"epoch-width-sniffer\"></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, 01 Apr 2016 20:13:47 +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:13:\"Sarah Gooding\";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:64:\"Post Status: WordPress Questions & Answers — Draft podcast\";s: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:\"https://poststatus.com/?p=23159\";s: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:\"https://poststatus.com/wordpress-questions-answers-draft-podcast/\";s: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:5738:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Today, we answer questions from Post Status community members, who asked us all sorts of stuff on the <a href=\"https://poststatus.com/ask/\">Post Status Ask</a> page. If you’d like to ask a question, be sure to go there and we’ll see if we can answer it on a future show.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/34442.mp3\">https://audio.simplecast.com/34442.mp3</a>\n<p><a href=\"http://audio.simplecast.com/34442.mp3\">Direct Download</a></p>\n<h3>Questions & Links</h3>\n<p><span>We answered the following questions:</span></p>\n<p><strong>Why WordPress?</strong></p>\n<p>In a survey I did before my PressNomics talk, the top answer for what’s important to people in regards to the WordPress world was the quality of the community. WordPress’ ubiquity — powering 26% of the web — helps too.</p>\n<p><strong>What is the biggest mistake you made learning WordPress? (Or, what would you do differently?)</strong></p>\n<p>Joe and I each shared what we tend to do wrong when learning new things. We are fully on opposite ends of the spectrum. Recommended link: <a href=\"http://justbuildwebsites.com/\">Just Build Websites</a>. Also, my post on <a href=\"https://poststatus.com/learn-wordpress-development/\">learning WordPress</a>s holds up pretty well, considering I wrote it in 2014.</p>\n<p><strong>Why did a lot of web and WordPress people get upset about the Mandrill pricing changes, when we want people to value the work we’re doing ourselves?</strong></p>\n<p>We discuss what made Mandrill’s pricing changes controversial, and why we think some level of “outcry” is understandable here. Basically, Mandrill isn’t differentiated enough to warrant the new pricing, in our opinions. However, it’s obviously their right to change their pricing and structure, and the questioner has a valid point in how we value other services versus our own.</p>\n<p><strong>The WordPress REST API clearly has the attention of savvy WordPress developers, but will it really change WordPress as we know it?</strong></p>\n<p>It’s hard to know exactly how the REST API will change WordPress. It partly depends on how extensive the core inclusion of the API is. But at a minimum, the WordPress REST API plugin will be maintained and offer a new way of interacting with WordPress for anyone that wants to do so. And efforts into learning the API will definitely be transferable to using other REST APIs on the web.</p>\n<p><strong>Why isn’t the WordPress importer being worked on more intensively?</strong></p>\n<p>Good question! We talk about the state of the importer, some other options like <a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate DB Pro</a>, <a href=\"http://www.wpallimport.com/\">WP All Import</a>, and <a href=\"http://wp-cli.org/commands/import/\">WP CLI</a>. We also discuss how to get involved with open source development.</p>\n<p><strong>Should taxonomies have the same feature capabilities as posts in the future?</strong></p>\n<p>There’s been a lot of interesting work on taxonomies in the last several releases, and you can read more about some of that and find links going back from my <a href=\"https://poststatus.com/wordpress-4-4/\">release post for WordPress 4.4</a>. However, we think taxonomies and posts should be different. With the introduction of term meta, it is more important to consider architectural choices well in advance. Finally, the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API</a> will be interesting in how it affects customizing term edit screens.</p>\n<p><strong>How should I use my own domains with Multisite?</strong></p>\n<p>This turned interesting! Fortunately, Multisite component maintainer Jeremy Felt came through while we were on the show to point us to tickets that were merged in WordPress 3.9 for <a href=\"https://core.trac.wordpress.org/ticket/27003\">enabling simpler domain mapping</a>, and in 4.3, when <a href=\"https://core.trac.wordpress.org/ticket/22383\">a better UI was introduced</a>. So, today, it’s much easier to use a custom domain in a network — within the existing WordPress Multisite options interface — versus using a tool like <a href=\"https://github.com/humanmade/Mercator\">Mercator</a>.</p>\n<hr />\n<p>In addition to these questions, we also banter on about some other things and answer a few less serious questions we got from funny listeners. And at the end, I make a pretty big announcement…</p>\n<hr />\n<p>Today’s podcast is sponsored by Design Palette Pro. Design Palette Pro makes it easy to customize pretty much any Genesis theme, without touching code. It’s perfect for when you’re helping a friend with a website, but they don’t have a full service budget and you don’t have time to custom code every element. Get a great website in no time, with Design Palette Pro. Go to <a href=\"https://genesisdesignpro.com/\">GenesisDesignPro.com</a> for more information. Thank you to the team at <a href=\"http://reaktivstudios.com/\">Reaktiv Studios</a>, who builds Design Palette Pro, for being a Post Status partner.</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, 01 Apr 2016 19:21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";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:40:\"Akismet: Akismet WordPress Plugin 3.1.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1909\";s: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:67:\"http://blog.akismet.com/2016/04/01/akismet-wordpress-plugin-3-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p>Version 3.1.10 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update fixes a bug that could cause comments caught as spam to end up in the Pending queue. It also fixes the History entries for comments caught by WordPress’s built-in Comment Blacklist in WordPress 4.4 or later.</p>\n<p>Version 3.1.10 is confirmed compatible with WordPress 4.5, which is <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\">coming soon</a>.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1909/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1909/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1909&subd=akismet&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:\"Fri, 01 Apr 2016 17:07: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:17:\"Christopher Finke\";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:80:\"WPTavern: Jetpack 3.9.6 Fixes Bug that Inserts Random Vimeo Videos into 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53075\";s: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://wptavern.com/jetpack-3-9-6-fixes-bug-that-inserts-random-vimeo-videos-into-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2109:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/jetpack-lego.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/jetpack-lego.jpg?resize=1024%2C504\" alt=\"photo credit: Tek F - cc\" class=\"size-full wp-image-33617\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tekf/3509155200/\">Tek F</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://jetpack.com/2016/03/31/jetpack-3-9-5-maintenance-release/\" target=\"_blank\">Jetpack 3.9.5</a> was released yesterday with compatibilities for the upcoming WordPress 4.5 release and a handful of enhancements/bug fixes. Shortly after issuing the routine maintenance update, the Jetpack team began <a href=\"https://wordpress.org/support/topic/update-to-395-major-issue-adding-un-wanted-video-to-comments\" target=\"_blank\">receiving</a> <a href=\"https://wordpress.org/support/topic/update-to-395-major-issue-adding-un-wanted-video-to-comments\" target=\"_blank\">reports</a> of random, unwanted videos being added to the comments of posts. Any number string in the comments was automatically converted into a Vimeo video.</p>\n<p>No, this bug was not an April Fool’s Day prank, although it seemed like it. As a temporary fix, support representatives recommended that users deactivate the Shortcode Embeds module.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We’re aware of an issue with numbers in comments embedding random Vimeo videos and are working to get 3.9.6 out as a fix ASAP.</p>\n<p>— Jetpack (@jetpack) <a href=\"https://twitter.com/jetpack/status/715603405432074240\">March 31, 2016</a></p></blockquote>\n<p></p>\n<p>The Jetpack team scrambled to fix the rather humorous and annoying bug, which had been introduced while fixing <a href=\"https://github.com/Automattic/jetpack/issues/3534\" target=\"_blank\">another Vimeo bug</a>. A few hours later they shipped 3.9.6 on the heels of the maintenance release. Users who updated to 3.9.5 right away will need to update again in order to avoid running into this bug.</p>\n<div id=\"epoch-width-sniffer\"></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, 01 Apr 2016 04:43:39 +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:13:\"Sarah Gooding\";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:81:\"WPTavern: WordPress.org UX Research Begins as Part of Long-Term Plan for Redesign\";s: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://wptavern.com/?p=53042\";s: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:91:\"http://wptavern.com/wordpress-org-ux-research-begins-as-part-of-long-term-plan-for-redesign\";s: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:3995:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?resize=1025%2C507\" alt=\"photo credit: Lukasz Kowalewski\" class=\"size-full wp-image-44957\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>WordPress.org is second only to WordPress.com in Google search results for “WordPress,” followed by the project’s download, about, and featured themes pages. Unfortunately, visitors to WordPress.org land on an outdated website that doesn’t accurately represent the vibrance of the WordPress project and its strong community. As the face of the open source project, WordPress.org is in desperate need of a redesign.</p>\n<p>Designer Hugo Baeta is currently gathering feedback on the user experience of the site as part of a long-term plan for its improvement. WordPress.org is a slow-moving machine when it comes to updates and design changes, but Baeta’s research is a solid first step towards action.</p>\n<p>“As we take on efforts of documenting and creating more polished and art directed design foundations for the WordPress project as a whole, the .org sites need to get some love as well,” Baeta said.</p>\n<p>He posted <a href=\"https://make.wordpress.org/meta/2016/03/30/wordpress-org-ux-research/\" target=\"_blank\">results of a lengthy 55-question survey</a>, summarizing anonymous feedback from 32 of WordPress’ most active contributors – project leads, team reps, and highly active community members. The survey asked open-ended questions to encourage honest feedback on the site’s biggest pain-points.</p>\n<p>“This survey will help us get a better idea of the direction we need to go on a long-term plan to make improvements to WordPress.org, building a more solid and thought-out foundation so the community can grow and thrive for years to come,” Baeta said.</p>\n<p>For 81% of respondents, the primary reason they visit WordPress.org is to contribute to WordPress. Nearly all agreed that the design feels tired, old, outdated, and inconsistent. It’s not surprising, given the sample’s demographic, that most respondents rarely (if ever) visit the WordPress download page, the themes directory, hosting, or showcase pages.</p>\n<p>Overall, the survey’s participants find the current design to be inconsistent and confusing to navigate unless you are an insider. Several responses communicated frustration that the site isn’t 100% WordPress and that its underlying code prevents it from being easily updated.</p>\n<p>Survey participants offered both sharp criticism and constructive feedback. If you have the time and inclination, the <a href=\"https://make.wordpress.org/meta/2016/03/30/wordpress-org-ux-research/\" target=\"_blank\">results</a> are worth a read.</p>\n<p>WordPress.org serves two different types of users: contributors and the millions of people who use and the software. Baeta did not indicate his next step in the UX research, but it would be worthwhile to sample some first time visitors and users who frequent the pages that contributors don’t often visit.</p>\n<p>While open source software websites aren’t usually known for their cutting edge designs, many inspirational examples can be found at <a href=\"http://beautifulopen.com/\" target=\"_blank\">BeautifulOpen.com</a>. Browsing that catalogue, it’s clear that WordPress.org could greatly benefit from a brighter, more user-friendly design.</p>\n<p>Companies like Wix and Weebly, some of WordPress’ commercial competitors, could never get away with having websites that don’t demonstrate the quality of their products. If WordPress is going to continue to grow past its current 26% market share, the project’s website should reflect its reputation of being easy-to-use software for creating beautiful websites.</p>\n<div id=\"epoch-width-sniffer\"></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, 31 Mar 2016 21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:55:\"WPTavern: WPWeekly Episode 228 – Communication is Key\";s: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:44:\"http://wptavern.com?p=53084&preview_id=53084\";s: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:61:\"http://wptavern.com/wpweekly-episode-228-communication-is-key\";s: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:3473:\"<p>We didn’t have a guest this week so <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest news and events happening in the WordPress community. We update listeners as to the status of the W3 Total Cache plugin. This segues into a conversation on whether caching plugins are necessary considering the improvements in technology in the last decade.</p>\n<p>We congratulate Rian Rietveld on winning the Heroes of Accessibility award and then dive deep into why communication is a key component of success for developers. We provide a status update on WordPress 4.5 and end the show with the plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/frederick-townes-confirms-w3-total-cache-is-not-abandoned\">Frederick Townes Confirms W3 Total Cache is Not Abandoned</a><br />\n<a href=\"http://wptavern.com/versions-of-wp-cli-prior-to-0-23-0-are-incompatible-with-wordpress-4-5\">Versions of WP-CLI Prior to 0.23.0 Are Incompatible with WordPress 4.5</a><br />\n<a href=\"http://wptavern.com/draft-and-save-customizer-changes-for-later-with-new-customize-snapshots-plugin\">Draft and Save Customizer Changes for Later with New Customize Snapshots Plugin</a><br />\n<a href=\"http://wptavern.com/modern-tribe-acquires-gigpress-exploring-saas-events-management-solution\">Modern Tribe Acquires GigPress, Exploring SaaS Events Management Solution</a><br />\n<a href=\"http://wptavern.com/wordpress-contributor-rian-rietveld-wins-heroes-of-accessibility-award\">WordPress Contributor Rian Rietveld Wins Heroes of Accessibility Award</a><br />\n<a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">A Little Communication Goes a Long Way</a><br />\n<a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">WordPress 4.5 Field Guide</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/flatty-flat-admin-theme/\">Flatty – Flat Admin Theme</a> is a new Admin theme based off the flat design trend of 2015. Simply install the plugin and configure how you want the admin area to look.</p>\n<p><a href=\"https://wordpress.org/plugins/scratching-effect/\">Scratching Effect</a> allows you to easily simulate a gift card or instant lottery ticket by adding a scratchable area to your site.</p>\n<p><a href=\"https://wordpress.org/plugins/fb-instant-articles/\">Facebook Instant Articles for WP</a> adds support for Instant Articles for Facebook, which is a new way for publishers to distribute fast, interactive stories on Facebook. Instant Articles are preloaded in the Facebook mobile app so they load instantly.</p>\n<p><a href=\"https://wordpress.org/plugins/wapuufall/\">Wapuu Fall plugin</a> allows you to have falling Wapuus, similar to a falling snow plugin.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 6th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #228:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 31 Mar 2016 21:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:90:\"WPTavern: A Week of REST: WordPress REST API Developer Bootcamp Coming to the UK Late 2016\";s: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://wptavern.com/?p=53059\";s: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:99:\"http://wptavern.com/a-week-of-rest-wordpress-rest-api-developer-bootcamp-coming-to-the-uk-late-2016\";s: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:2086:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/bootcamp.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/bootcamp.jpg?resize=1024%2C532\" alt=\"photo credit: November Company – Confidence Course – Nov. 18, 2015 - (license)\" class=\"size-full wp-image-53064\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/59356205@N02/23194697112\">November Company – Confidence Course – Nov. 18, 2015</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>A Day of REST, the first conference dedicated to the WordPress REST API, was held in London at the end of January 2016, hosted by the events team at <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a>. Attendees offered overwhelmingly positive feedback after the conference finished, with <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">81% of the 221 participants saying they would attend again</a>.</p>\n<p>The event’s organizers announced today that the next WP REST API conference will be held in the UK in late 2016. <a href=\"https://aweekofrest.hm/\" target=\"_blank\">A Week of REST</a> is being organized as a four-day residential developer bootcamp. As such, the £1,500 (~$2157 USD) ticket price is for an immersive experience that includes all meals, accommodation, and training.</p>\n<p>After the first conference, attendees indicated that they would be interested in a longer event that offered more advanced training. Although specific sessions have not yet been announced, organizers are focusing the bootcamp around three main learning objectives: how to leverage the WordPress REST API, creating your own API with custom endpoints, and displaying WordPress data in a frontend JavaScript application.</p>\n<p>Developers can sign up at <a href=\"https://aweekofrest.hm/\" target=\"_blank\">aweekofrest.hm</a> to indicate interest in the event and subscribe to updates from the organization team. Location and exact dates will be announced soon.</p>\n<div id=\"epoch-width-sniffer\"></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, 31 Mar 2016 17:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:73:\"WPTavern: Latte: A Free One-Page WordPress Theme to Showcase Your Profile\";s: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://wptavern.com/?p=52997\";s: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:82:\"http://wptavern.com/latte-a-free-one-page-wordpress-theme-to-showcase-your-profile\";s: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:4485:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/latte.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/latte.png?resize=1025%2C477\" alt=\"latte\" class=\"aligncenter size-full wp-image-53014\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/latte/\" target=\"_blank\">Latte</a> is a new parallax style WordPress portfolio theme created by <a href=\"http://www.hardeepasrani.com/\" target=\"_blank\">Hardeep Asrani</a>. The 19-year old developer from India already has 17 plugins and four themes to his credit on WordPress.org. We recently featured his work on the <a href=\"http://wptavern.com/write-css-in-the-customizer-with-the-advanced-css-editor-plugin\" target=\"_blank\">Advanced CSS Editor</a> plugin, which allows users to write CSS in the customizer.</p>\n<p>Latte follows suit with extensive customizer options for every section of the one-page scrolling theme. It was created for developers, designers, and freelancers who want to feature their work in a visual resume format with a profile photo, short bio, services, newsletter subscription, and more. Each of these sections are optional and can be turned on/off with a simple checkbox in the customizer.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/latte-customizer.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/latte-customizer.png?resize=1025%2C578\" alt=\"latte-customizer\" class=\"aligncenter size-full wp-image-53019\" /></a></p>\n<p>Latte theme users can choose to highlight different skills, portfolio items, blog posts, and/or services they provide. It is geared towards individuals who want to lead with their profile and keep all their relevant information on the home page.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/skills-portfolio.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/skills-portfolio.png?resize=1025%2C664\" alt=\"skills-portfolio\" class=\"aligncenter size-full wp-image-53023\" /></a></p>\n<p>In many one-page scrolling themes, blog posts become somewhat of an afterthought that don’t receive the same design attention. Latte, on the other hand, includes a simple, tasteful single post design that is harmonious with the rest of the site. A blog header image can be set in the customizer to be unique or match the rest of the site.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/latte-single-post.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/latte-single-post.png?resize=1025%2C647\" alt=\"latte-single-post\" class=\"aligncenter size-full wp-image-53028\" /></a></p>\n<p>If you’re not a fan of the preloader or the scrolling parallax animations, you can disable them in the customizer. The theme supports a slide-out navigation menu, which can also be disabled if you plan to keep all the content on the homepage without posting any blogs.</p>\n<p>Asrani built 100+ color control options into the theme and prides himself on its customizability. Latte’s homepage states that if you find something in the theme which is not customizable, then he will work on adding it to the theme.</p>\n<p>The services, skills, and subscribe sections are widgetized areas where the content is generated by special widgets that are included in the theme. <a href=\"https://themes.svn.wordpress.org/latte/0.6/documentation/Latte%20Documentation.pdf\" target=\"_blank\">Documentation</a> for setting up the various sections is included in the theme’s zip file. If you want to add pricing tables, a contact form, portfolio section, or a map, you’ll need to purchase the pro version. To Asrani’s credit, the free version is not cluttered by pro version “teaser” controls in the customizer.</p>\n<p>Check out the <a href=\"http://www.hardeepasrani.com/demo/latte/\" target=\"_blank\">live demo</a> to see each of the available sections in action on the page.</p>\n<p>Latte offers a welcome alternative to clunky, confusing page builders or drag-and-drop editors. With everything in the customizer, the user doesn’t have to hunt around for how to edit its many sections. If you want a simple one-page theme to showcase your profile and services, you’d be hard pressed to find one more customizable than Latte. <a href=\"https://wordpress.org/themes/latte/\" target=\"_blank\">Download</a> it for free from WordPress.org or via your admin themes browser.</p>\n<div id=\"epoch-width-sniffer\"></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, 30 Mar 2016 19:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:\"WPTavern: A Little Communication Goes a Long 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://wptavern.com/?p=52977\";s: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://wptavern.com/a-little-communication-goes-a-long-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:4926:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\"><img class=\"size-full wp-image-15569\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg?resize=637%2C200\" alt=\"Communication Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/elycefeliz/3224486233/\">elycefeliz</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Whether you manage WordPress plugins, themes, or a service, a key component to keeping users happy is communication. Users and especially paying customers want to know what’s going on. Going an extended period of time without communicating leads to doubt, a feeling of abandonment, and speculation.</p>\n<p>Communicating is not hard and these days, developers have more ways than ever to keep users and customers informed. If you’re experiencing writer’s block or don’t know what to write about, here are a few ideas.</p>\n<ul>\n<li>New Features</li>\n<li>Major Bug Fixes</li>\n<li>White Papers</li>\n<li>User Testimonials/Reviews</li>\n<li>Major Changes or Announcements</li>\n</ul>\n<p>The key is to maintain a cycle where you communicate, users and customers provide feedback, and implement the feedback into continued improvements. While it doesn’t always work this way, it’s an ideal strategy that keeps developers and users on the same page.</p>\n<h2>Controlling The Flow of Information</h2>\n<p>Ideally, a news site is not the first place users should discover what’s going on with a particular project. Blogs attached to a project’s site are an excellent way to keep insiders and outsiders informed. By utilizing Facebook, Twitter, change logs, and a blog, you control the flow of information and what you want people to know.</p>\n<p>Speaking of change logs, last year, <a href=\"http://wptavern.com/wordpress-plugin-developers-need-to-communicate-better-in-change-logs\">I offered advice</a> on what information to include and how to differentiate between the changes. Users read change logs and should be an important part of any developer’s communication strategy.</p>\n<h2>How Much Communication?</h2>\n<p>There’s no set rule on how much you should communicate but with all the options available, there’s no excuse not to push out a few updates a week. However, this all depends on how many users you have, how much development activity is going on, etc. Sometimes, there’s nothing to report and that’s fine. When it becomes concerning is when there is a lack of communication after a month or more.</p>\n<h2>Communication Can Make or Break a Business</h2>\n<p>Most of what I’ve discussed so far deals with software development. However, there is one aspect of communication that can make or break a business and that’s during a security issue.</p>\n<p>If your plugin, theme, or service experiences a security issue, the best thing to do is own it, be as transparent as possible, and inform users immediately. A great example is when <a href=\"https://ithemes.com/2014/09/23/important-security-update-for-all-customers/\">iThemes experienced a security breach</a> in late 2014, that affected approximately 60,000 customers.</p>\n<p>iThemes CEO Cory Miller could have swept the breach under the rug and fix things behind the scenes but instead, chose to <a href=\"http://wptavern.com/ithemes-suffers-security-breach-customers-urged-to-reset-passwords\">immediately inform customers</a>. In his post, he explains what happened, takes full responsibility, and explains what they’re going to do to make things right.</p>\n<p>As the company learned more about the breach, they shared that information with customers and the public. Thanks to Miller’s honest approach of attacking the issue head on, a lot of upset customers pledged their support for the company.</p>\n<h2>Be Honest</h2>\n<p>If iThemes chose to keep the breach under wraps for as long as possible, chances are that at some point it would be exposed likely causing the company irreparable damage. Humans are not perfect and security vulnerabilities happen, but it’s how they’re handled that can make or break a business.</p>\n<p>Be honest with yourself and to those giving you money. Nothing good happens by ignoring customers or setting unrealistic expectations.</p>\n<p>As the user and customer base of plugins, themes, and services increases, so does the impact of communication. You don’t have to write a thesis every week but it’s nice to know that the developers behind a project have a pulse, especially if it’s for something people are paying for.</p>\n<p>If communication is something you’re struggling with, let us know in the comments. If you develop a popular theme or plugin, let us know what your strategy is for keeping people informed.</p>\n<div id=\"epoch-width-sniffer\"></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, 29 Mar 2016 23:24: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:13:\"Jeff Chandler\";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:83:\"WPTavern: Keep Track of Your WordPress.org Themes and Plugins with WP Dev Dashboard\";s: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://wptavern.com/?p=52662\";s: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://wptavern.com/keep-track-of-your-wordpress-org-themes-and-plugins-with-wp-dev-dashboard\";s: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:4595:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg?resize=960%2C443\" alt=\"photo credit: Drew Patrick Miller\" class=\"size-full wp-image-52988\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2724C9A9DE\"> Drew Patrick Miller</a>\n<p>The official <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">plugin directory</a> is arguably the best place to host a plugin if you’re looking for the widest distribution, but it’s also one of the most inhospitable for developers. A current meta team <a href=\"https://make.wordpress.org/meta/2016/02/25/plugin-directory-v3/\" target=\"_blank\">initiative</a> is focused on improving search, including prioritizing translated plugins for international users, and streamlining plugin submission, among other improvements. This <a href=\"http://wptavern.com/the-wordpress-plugin-directory-is-getting-a-makeover\" target=\"_blank\">major overhaul</a> is slated to be finished at the end of June 2016.</p>\n<p>In the meantime, WordPress.org plugin author <a href=\"http://mickeykaycreative.com/\" target=\"_blank\">Mickey Kay</a> has created a plugin that he intends to be the go-to resource for plugin and theme authors looking for a better management experience. The <a href=\"https://wordpress.org/plugins/wp-dev-dashboard/\" target=\"_blank\">WP Dev Dashboard</a> plugin offers statistics for all of your WordPress.org plugins and themes in one convenient dashboard, along with a list of unresolved support requests.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/wp-dev-dashboard.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/wp-dev-dashboard.gif?resize=1025%2C814\" alt=\"wp-dev-dashboard\" class=\"aligncenter size-full wp-image-52980\" /></a></p>\n<p>In a post titled “<a href=\"http://mickeykay.me/2016/03/model-for-new-wordpress-plugin-directory/\" target=\"_blank\">A model for the new WordPress plugin directory</a>,” Kay identifies some of the common pain points that developers experience with the existing directory: “dependency on SVN instead of Git, inconsistent search results, inclusion of obsolete information, obfuscation of more important statistics, etc.”</p>\n<p>Kay built WP Dev Dashboard to assist those who are trying to manage numerous extensions on WordPress.org, a process that currently requires drilling down into each plugin/theme to view data and support requests.</p>\n<p>“If I had to sum up the main problem I’m trying to solve, it’d be something like this: As a developer, and now maintainer of 16 plugins, it’s become all too easy for me to lose track of support requests, outdated core WP compatibility, and last updated dates,” Kay said.</p>\n<p>“The current directory requires developers to manually click through to each plugin via their “<a href=\"https://profiles.wordpress.org/mcguive7/#content-plugins\" target=\"_blank\">dashboard</a>” to check these stats. Plus, there are no options for notifications and/or other helpful automated features that would make my life much simpler.”</p>\n<p>When he first released the plugin, he planned to launch a free, hosted service that could automatically send out regular notifications for things like unresolved tickets and daily/weekly/monthly download counts. The hosted service would provide a centralized command center for managing WordPress.org-hosted extensions.</p>\n<p>“I haven’t built anything yet as there’s so much talk about building out a better solution natively within WordPress.org,” Kay said. “My strong preference would be for the new plugin directory efforts to incorporate ideas like these to create a better, more seamless experience for both end users and developers.”</p>\n<p>One of the items on the roadmap for the second milestone is the creation of a “<a href=\"https://meta.trac.wordpress.org/ticket/1571\" target=\"_blank\">Plugin Author Admin</a>.” Kay hopes that his implementation could serve as an inspiration for what WordPress.org could provide for developers with the existing Plugin API.</p>\n<p>“The base functionality is already there as part of WordPress core, and all of the data is readily available via the existing Plugin API,” Kay said. “I think plugin authors stand to gain a ton from an updated admin/dashboard experience, and with 40,000+ plugins and counting, that’s a lot of happy points.”</p>\n<div id=\"epoch-width-sniffer\"></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, 29 Mar 2016 21:10: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:13:\"Sarah Gooding\";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:80:\"WPTavern: WordPress Contributor Rian Rietveld Wins Heroes of Accessibility Award\";s: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://wptavern.com/?p=52962\";s: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://wptavern.com/wordpress-contributor-rian-rietveld-wins-heroes-of-accessibility-award\";s: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:2407:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/rian.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/rian.jpg?resize=760%2C382\" alt=\"rian\" class=\"aligncenter size-full wp-image-52968\" /></a></p>\n<p>The 31st Annual <a href=\"http://www.csun.edu/cod/conference/2016/sessions/\" target=\"_blank\">International Technology and Persons with Disabilities Conference</a> was held in San Diego, California, last week. Every year thousands of attendees gather to share knowledge and best practices for technology that removes barriers for people with disabilities.</p>\n<p>This year <a href=\"http://www.rianrietveld.com/\" target=\"_blank\">Rian Rietveld</a> was recognized by <a href=\"http://Knowbility.org\" target=\"_blank\">Knowbility.org</a> for her accessibility contributions to WordPress core. She took first place in the Individual Achievement category of the Heroes of Accessibility Awards. Rietveld’s nomination read as follows:</p>\n<blockquote><p>She leads the push to make WordPress core accessible and is a knowledgeable, dedicated, and effective advocate for accessibility in the global WordPress community. Her achievements in 2015 were significant and are having a major impact on the core accessibility of the application that is used to build more than 25% of all the websites in the world.</p></blockquote>\n<p>Other finalists included <a href=\"http://www.karlgroves.com/\" target=\"_blank\">Karl Groves</a>, developer of <a href=\"http://wptavern.com/access-monitor-plugin-tests-wordpress-sites-for-accessibility-compliance\" target=\"_blank\">Tenon.io</a>, and <a href=\"https://twitter.com/mostgood\" target=\"_blank\">Sally Shephard</a>, an iOS developer and accessibility educator. A <a href=\"http://events.tvworldwide.com/Events/CSUN2016/TabId/1294/VideoId/2223/Knowbilitys-Second-Annual-Community-Heroes-Of-Accessibility-Awards.aspx\" target=\"_blank\">video of the awards ceremony</a> is available on the event’s website and you can see Rietveld’s award announced starting from the 6:50 timestamp.</p>\n<p>In addition to her core contributions, Rietveld provides accessibility auditing and consultancy for WordPress plugin and theme developers. After learning that she had won, Rietveld said the award was “a huge encouragement to continue working on WordPress accessibility together with the team.”</p>\n<div id=\"epoch-width-sniffer\"></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, 29 Mar 2016 18:15:10 +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:13:\"Sarah Gooding\";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:83:\"WPTavern: Modern Tribe Acquires GigPress, Exploring SaaS Events Management Solution\";s: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://wptavern.com/?p=52870\";s: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://wptavern.com/modern-tribe-acquires-gigpress-exploring-saas-events-management-solution\";s: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:4434:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/gigpress.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/gigpress.jpg?resize=960%2C505\" alt=\"photo credit: Antoine Beauvillain\" class=\"size-full wp-image-52906\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/P6IFK1ELC6\">Antoine Beauvillain</a>\n<p><a href=\"http://tri.be/\" target=\"_blank\">Modern Tribe</a>, a top digital agency with a <a href=\"https://profiles.wordpress.org/moderntribe/#content-plugins\" target=\"_blank\">collection</a> of popular plugins on WordPress.org, announced that it has <a href=\"http://tri.be/blog/welcoming-gigpress-to-modern-tribe/\" target=\"_blank\">acquired GigPress</a>. With 20,000+ active installs and more than 260,000 downloads, <a href=\"https://wordpress.org/plugins/gigpress/\" target=\"_blank\">GigPress</a> is one of the most widely used plugins for musicians and performers who want to manage events with WordPress.</p>\n<p>Despite the plugin’s solid placement in the WordPress events niche, GigPress creator Derek Hogue is passing the keys over to Modern Tribe as an alternative to letting it “slowly die of neglect.” In his <a href=\"http://gigpress.com/blog/2016/03/gigpress-joins-modern-tribe/\" target=\"_blank\">acquisition announcement</a>, Hogue said:</p>\n<blockquote><p>Eventually I started using other CMS’ more often than not, so my passion and impetus for improving GigPress fell off a cliff.</p>\n<p>For several years I kept GigPress alive via mostly bug fixes and compatibility updates. Last year I finally decided that the best hope for bringing my baby from its extended adolescence into adulthood would be to find it a new home.</p></blockquote>\n<p>Hogue assured users that GigPress will continue to be a free, open-source plugin but with better support and a brighter future. He confessed that he was not able to sufficiently monetize the plugin to make it worth his time.</p>\n<p>“You can give away your plugin for free all day long, but as soon as you hit a certain scale, support becomes a burden,” Hogue said. “Creating revenue from plugins in WordPress takes an infrastructure which is prohibitive for many small developers.”</p>\n<p>Modern Tribe, however, has fresh plans for GigPress and has already added some compatibilities for its <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\" target=\"_blank\">Events Calendar</a> and <a href=\"https://theeventscalendar.com/product/wordpress-event-tickets-plus/\" target=\"_blank\">Event Tickets Plus</a> plugins.</p>\n<p>“GigPress has a big foothold in a really important vertical and a strong user base,” said Modern Tribe CEO Shane Pearlman. “One of our former team members made the introduction a few months back and exploring it together, the team was excited.”</p>\n<p>Pearlman and his team see GigPress as a key addition to their suite of event management plugins but are still considering different paths for monetizing it.</p>\n<p>“We’re definitely going to start serving specific verticals, with live music and touring artists being one of those,” Pearlman said. “Whether that’s directly through the evolution of the GigPress product, or introduction of complementary products is still in planing. Our first step is to gracefully integrate our <a href=\"https://wordpress.org/plugins/event-tickets/\" target=\"_blank\">Event Tickets</a> plugin so that bands and venues can sell tickets through the WP commerce platform of choice.”</p>\n<p>Pearlman said that as one of the principal players in the events management space, Modern Tribe plans to go beyond calendars and tickets. The team is looking into a SaaS model for its growing suite of event management plugins.</p>\n<p>“We are actively exploring the nuances of a SaaS solution,” he said. “We have an internal business plan showdown in progress and another strategic acquisition conversation in play.” Pearlman would not elaborate on the company’s next acquisition.</p>\n<p>The good news for those using GigPress is that Modern Tribe plans to build a profitable business on it, which will help to fund the support and future development of the open source plugin. If you’ve been waiting for help and updates in the past, chances are the experience of using GigPress will soon be greatly improved.</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Mar 2016 23:29:51 +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:13:\"Sarah Gooding\";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:72:\"WPTavern: HeroPress Publishes Essays From 18 Countries in its First Year\";s: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://wptavern.com/?p=52918\";s: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:82:\"http://wptavern.com/heropress-publishes-essays-from-18-countries-in-its-first-year\";s: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:3247:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg?resize=956%2C423\" alt=\"heropress\" class=\"aligncenter size-full wp-image-37733\" /></a><br />\n<a href=\"http://heropress.com/\">HeroPress.com, </a>where inspirational essays are published each week from people across the world is one year old. In a <a href=\"http://heropress.com/one-year/\">post celebrating the milestone</a>, Topher DeRosia highlights some of the site’s accomplishments throughout 2015.</p>\n<p>Authors from <a href=\"http://heropress.com/contributor-map/\">eighteen countries</a> have published essays including, Lebanon, Nepal, New Zealand, Nigeria, and more. There are twice as many men as women with published essays, something DeRosia says he is working on, “That tilts SLIGHTLY better in the coming weeks, but not enough, so I’m looking for the voices and wisdom of more women,” he said.</p>\n<p>DeRosia thanked his family for their support and <a href=\"https://x-team.com/profile/dave-rosen/\">Dave Rosen</a>, Founder of web development firm <a href=\"https://x-team.com/about/\">X-Team</a>, for facilitating the idea and allowing him to manage the site despite <a href=\"http://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\">failing to reach his crowdfunding goal</a> in early 2015.</p>\n<p>To learn about the site’s origin and its future, I invite you to listen to our one hour interview with DeRosia. In it, he describes what inspired him to create the site and shares a personal story of someone who couldn’t submit an essay because they’re spending all of their time trying to stay alive.</p>\n<div class=\"audio-shortcode-wrap\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg?resize=175%2C131\" alt=\"HeroPress Publishes Essays From 18 Countries in its First Year\" class=\"landscape cw-greater thumbnail post-thumbnail audio-image\" /><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://wptavern.com/wp-content/uploads/2016/03/EPISODE-227-The-HeroPress-Story-with-Topher-DeRosia.mp3\">http://wptavern.com/wp-content/uploads/2016/03/EPISODE-227-The-HeroPress-Story-with-Topher-DeRosia.mp3</a></div><div class=\"media-shortcode-extend\"><div class=\"media-info audio-info\"><ul class=\"media-meta\"><li><span class=\"prep\">Run Time</span><span class=\"data\">1:09:57</span></li><li><span class=\"prep\">Artist</span><span class=\"data\">Jeff Chandler and Marcus Couch</span></li><li><span class=\"prep\">Album</span><span class=\"data\">WordPress Weekly</span></li><li><span class=\"prep\">Track</span><span class=\"data\">227</span></li><li><span class=\"prep\">File Type</span><span class=\"data\">MP3</span></li><li><span class=\"prep\">File Name</span><span class=\"data\"><a href=\"http://wptavern.com/wp-content/uploads/2016/03/EPISODE-227-The-HeroPress-Story-with-Topher-DeRosia.mp3\">EPISODE-227-The-HeroPress-Story-with-Topher-DeRosia.mp3</a></span></li><li><span class=\"prep\">Mime Type</span><span class=\"data\">audio/mpeg</span></li></ul></div><button class=\"media-info-toggle\">Audio Info</button></div>\n<div id=\"epoch-width-sniffer\"></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, 28 Mar 2016 23:28: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:56:\"WPTavern: Add Child Theme Support to Any WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52912\";s: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://wptavern.com/add-child-theme-support-to-any-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2736:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/child-theme.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/child-theme.jpg?resize=960%2C562\" alt=\"photo credit: Leeroy\" class=\"size-full wp-image-52929\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/R0C7A5M4WB\">Leeroy</a>\n<p>If you’re a developer, you may take for granted how easy it is for you to create a child theme for storing customizations separate from the parent theme. This one seemingly simple task can pose a significant hurdle for your average WordPress user. Without understanding the best practice of creating a child theme, users resort to cramming all changes into the active theme. This puts them in a vulnerable position when security updates are available but they cannot update without overwriting their changes.</p>\n<p><a href=\"https://twitter.com/mgibbs189\" target=\"_blank\">Matt Gibbs</a>, lead developer of <a href=\"https://facetwp.com/\" target=\"_blank\">FacetWP</a>, has created a little project to help users with creating child themes. “<a href=\"https://github.com/FacetWP/use-child-theme\" target=\"_blank\">Use Child Theme</a>” is a simple drop-in PHP class that theme developers can use to alert their users to activate a child theme and automatically create one for them.</p>\n<div class=\"embed-wrap\"></div>\n<p>“Normally, themes have to point users to a child theme documentation page or link to a pre-built child theme zip,” Gibbs said. “Most users don’t even bother.”</p>\n<p>Gibbs said the Use Child Theme project was built to make it easy for theme authors to support it. The project was also an offshoot of his experiences supporting FacetWP.</p>\n<p>“I do a lot of plugin support, and this issue keeps coming up over and over,” Gibbs said. “Users are on super old theme versions and they’re afraid to upgrade because they’ve modified the parent theme at one point, and don’t want to lose changes.”</p>\n<p>The idea behind <a href=\"https://github.com/FacetWP/use-child-theme\" target=\"_blank\">Use Child Theme</a> is to automatically create a child theme for someone who otherwise might not know how to create one. It’s not a plugin but rather a tool that theme developers can opt to include with just one line in functions.php:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">include( dirname( __FILE__ ) . \'/use-child-theme.php\' );</pre>\n<p>WordPress theme developers, is this a method you would consider using to prompt users to activate a child theme? Or would you rather rely on links to documentation and/or a download link to a pre-built child theme?</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Mar 2016 21:27: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:52:\"WPTavern: Take the Mental Health in Tech 2016 Survey\";s: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://wptavern.com/?p=52889\";s: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:62:\"http://wptavern.com/take-the-mental-health-in-tech-2016-survey\";s: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:2517:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/mental-health-in-tech-2016.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/mental-health-in-tech-2016.png?resize=1025%2C528\" alt=\"mental-health-in-tech-2016\" class=\"aligncenter size-full wp-image-52893\" /></a></p>\n<p>Ed Finkler is on a mission to raise mental health awareness in the tech community with his <a href=\"https://osmihelp.org/\" target=\"_blank\">Open Source Mental Illness</a> (OSMI) campaign. In 2013 Finkler started speaking at conferences and gathering information on mental health in the tech workplace. His goal is to provide resources and documentation that companies can use to create more supportive environments for those dealing with mental health disorders.</p>\n<p>As part of the organization’s ongoing research, Finkler and the team at OSMI have authored <a href=\"https://cojfunkatroncom.typeform.com/to/Ao6BTw\" target=\"_blank\">a survey open to anyone working in the IT/tech community</a>. Respondents are not required to have a mental health issue in order to participate. The responses are recorded as anonymous and the survey does not collect any personal information.</p>\n<p>The bulk of the questions in the 10-minute survey gather information about employee’s perceptions of their co-workers and employer’s stance on dealing with mental health issues in the workplace. It asks if employers provide education on mental health topics, if there would be negative consequences of discussing these disorders in the workplace, and what kinds of benefits employers offer for treating mental health issues.</p>\n<p>After the survey concludes, OSMI will release the stats and information collected under a <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\">Creative Commons Attribution-ShareAlike 4.0 International license</a>.</p>\n<p>Finkler, who has suffered from depression, anxiety, and ADHD, is working to combat the associated shame and stigma by speaking openly about mental illness at tech conferences, including Open Source Bridge, Connect-JS, and Laracon US. In May, he will be speaking at <a href=\"https://2016.minneapolis.wordcamp.org/\" target=\"_blank\">WordCamp Minneapolis</a>. Check out <a href=\"https://channel9.msdn.com/Shows/Code+To+Live/Open-Sourcing-Mental-Health\" target=\"_blank\">Josh Holmes’ interview with Finkler</a> in a recent episode of Code to Live to find out more about how he started OSMI.</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Mar 2016 18:10:51 +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:13:\"Sarah Gooding\";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:39:\"Akismet: Akismet WordPress Plugin 3.1.9\";s: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://blog.akismet.com/?p=1907\";s: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://blog.akismet.com/2016/03/28/akismet-wordpress-plugin-3-1-9/\";s: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:937:\"<p>Version 3.1.9 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update adds compatibility that allows Akismet to be auto-configured, and it fixes a bug where some comment data wouldn’t get included in the Akismet API request.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1907/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1907/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1907&subd=akismet&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:\"Mon, 28 Mar 2016 18:05:24 +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:17:\"Christopher Finke\";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:49:\"Post Status: WordPress and SaaS — Draft podcast\";s: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:\"https://poststatus.com/?p=23047\";s: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:\"https://poststatus.com/wordpress-saas-draft-podcast/\";s: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:2569:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Software as a service (SaaS) is often viewed as a holy grail for successful online business. The ability to generate recurring revenue that doesn’t require hours-for-dollars is attractive to most entrepreneurs.</span></p>\n<p><span>WordPress can be a helpful tool to get a lot of SaaS functionality out of the box. In today’s episode, we discuss WordPress and SaaS in two contexts: one, using WordPress as a technology basis for a SaaS in another industry, and two, creating a SaaS catered to the WordPress world.</span></p>\n<a href=\"https://audio.simplecast.com/33745.mp3\">https://audio.simplecast.com/33745.mp3</a>\n<p><a href=\"http://audio.simplecast.com/33745.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<p><span>We mentioned the following SaaS products, and probably some others too.</span></p>\n<ul>\n<li><span><a href=\"http://www.happytables.com/\">Happy Tables</a> </span></li>\n<li><span><a href=\"http://restaurantengine.com/\">Restaurant Engine</a> </span></li>\n<li><span><a href=\"https://eventsmart.com/\">Event Smart</a> </span></li>\n<li><span><a href=\"http://faithmade.com/\">Faithmade</a> </span></li>\n<li><span><a href=\"http://varsitynewsnetwork.com/\">Varsity News Network</a> </span></li>\n<li><a href=\"https://www.imagely.com/\">Imagely</a></li>\n<li><span><a href=\"http://rainmakerplatform.com/\">Rainmaker</a> </span></li>\n<li><span><a href=\"https://wordpress.com/\">WordPress.com</a> </span></li>\n<li><span><a href=\"http://optinmonster.com/\">OptinMonster</a> </span></li>\n<li><span><a href=\"https://ithemes.com/sync/\">iThemes Sync</a> </span></li>\n<li><span><a href=\"https://wpremote.com/\">WP Remote</a> </span></li>\n<li><span><a href=\"https://akismet.com/\">Akismet</a> </span></li>\n<li><span><a href=\"https://vaultpress.com/\">VaultPress</a> </span></li>\n</ul>\n<p>Today’s podcast is sponsored by WP Migrate DB Pro by <a href=\"https://deliciousbrains.com/\">Delicious Brains</a>, the tool that makes syncing your databases effortless. Check out WP Migrate DB Pro and all their other great products on their website.</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, 26 Mar 2016 17:44:47 +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:\"Katie Richards\";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:89:\"WPTavern: Draft and Save Customizer Changes for Later with New Customize Snapshots 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://wptavern.com/?p=52655\";s: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:99:\"http://wptavern.com/draft-and-save-customizer-changes-for-later-with-new-customize-snapshots-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:6422:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/snapshots.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/snapshots.jpg?resize=750%2C446\" alt=\"photo credit: Chantel Lucas\" class=\"size-full wp-image-52875\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/410Y7ES74I\">Chantel Lucas</a>\n<p>As the WordPress customizer becomes more widely adopted by theme and plugin developers, users often have a host of live preview options to play with when personalizing their sites. Different combinations can produce wildly different designs. What if you could save a preview of customizations before going live with it? This is the idea behind the new <a href=\"https://wordpress.org/plugins/customize-snapshots/\" target=\"_blank\">Customize Snapshots</a> plugin from Weston Ruter, Derek Herman, and the team at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a>.</p>\n<p>Customize Snapshots lets you draft and preview customizer states that can be shared via a private URL that the plugin generates. Users who are not authenticated can preview snapshots on the frontend without loading the customizer. Authenticated users will be able to load the snapshot inside the customizer to make further edits or publish the draft.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/customize-snapshot.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/customize-snapshot.gif?resize=1025%2C525\" alt=\"customize-snapshot\" class=\"aligncenter size-full wp-image-52864\" /></a></p>\n<p>You may not be able to see it in the demo above, but snapshots can be saved with a scope of full or dirty, according to the plugin details page:</p>\n<ul>\n<li><strong>Full:</strong> will playback all the settings during preview [changeset]</li>\n<li><strong>Dirty:</strong> will only playback the ones that were marked dirty when the snapshot was taken [snapshot]</li>\n</ul>\n<p>“Snapshots was written as a feature plugin to implement a key feature that the <a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\" target=\"_blank\">Customizer Transactions proposal</a> will make possible,” Weston Ruter said. Ruter is the Technology Director at XWP and a co-maintainer of WordPress’ core customizer component. He said the plugin was also developed specifically for a client’s project requirements.</p>\n<p>“Customize Snapshots stores the Customizer state in a custom post type,” he said. “You can access the frontend of the site with the UUID for the snapshot added as a URL parameter to load the site with that Customizer state applied. So this makes it possible to preview Customizer changes on other devices entirely.”</p>\n<h3>Coming Soon: Schedule Customizier Changes to Go Live at a Future Date</h3>\n<p>WordPress core lacks the ability to schedule out changes to content that has already been published. The only option for editing published posts is to push changes live. This is also the same for the customizer, but the XWP team is aiming to add scheduling to Customize Snapshots.</p>\n<p>“The idea here, though not implemented yet in the feature plugin, is that you could also schedule a snapshot (aka transaction) to go live at a certain time,” Ruter said. “So you could bundle up a bunch of changes in the Customizer and ‘Save & Publish’ at a scheduled time, like Sunday at midnight.”</p>\n<p>With transactions added to the customizer, users could build up a large ‘changeset’ as a draft, including things like building new pages, adding a collection of widgets, and updating menu items. The entire set of changes can then be scheduled to go live at the same time.</p>\n<p>“On the other side of that coin, it allows for there to be revision history for changes made in the Customizer,” Ruter said. “And this will work seamlessly with the <a href=\"https://github.com/xwp/wp-customize-posts\" target=\"_blank\">Customize Posts</a> feature plugin – the goal being to let the author do as much as possible during a Customizer session, for all changes to be previewed together, submitted for review and iteration, and staged for publishing at some point in time.”</p>\n<p>Ruter said he sees Customize Snapshots as another take on the common desire to build out content on a staging environment, preview changes, and then promote those changes to production.</p>\n<p>“This is a hard problem to solve, and lots of plugins are available with solutions, like WP-CFM, Ramp, and others,” he said. “But in the Customizer it’s something you can get for free because of its model, and you don’t need multiple environments. You just need to indicate which snapshot/transaction state you want to preview.”</p>\n<p>If you previously had a difficult time grasping the technical details of Ruter’s <a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\" target=\"_blank\">customizer transactions proposal</a>, the Customize Snapshots plugin is a perfect example of the kind of functionality that transactions would enable. The feature plugin is an adaptation of his proposed changes that implement the more fundamental “transactions” construct.</p>\n<p>Customize Snapshots adds to <a href=\"https://profiles.wordpress.org/xwp/#content-plugins\" target=\"_blank\">XWP’s collection of plugins</a> that extend the customizer in innovative ways and intersect with <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">the framework’s long-term roadmap</a>. Occasionally, this will also tie into client work, as with the case of Customize Snapshots.</p>\n<p>“We try to propose Customizer solutions for client projects as a way to fund Customizer advances, but we also believe in the Customizer and would be working on it regardless,” Ruter said.</p>\n<p><a href=\"https://wordpress.org/plugins/customize-snapshots/\" target=\"_blank\">Customize Snapshots</a> makes the customizer a more collaborative environment within WordPress. If you need to make a large number of changes and share a preview with others, this plugin will help you do that. The ability to see snapshots in the admin and schedule changes will make it even more useful in the future.</p>\n<div id=\"epoch-width-sniffer\"></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, 25 Mar 2016 20:52:53 +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:13:\"Sarah Gooding\";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:50:\"WPTavern: Get Your Widgets Ready for WordPress 4.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:28:\"http://wptavern.com/?p=52812\";s: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://wptavern.com/get-your-widgets-ready-for-wordpress-4-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:2255:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/testing.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/testing.jpg?resize=960%2C474\" alt=\"testing\" class=\"aligncenter size-full wp-image-46092\" /></a></p>\n<p>WordPress 4.5 is right around the corner with the <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\" target=\"_blank\">first release candidate</a> now available for download. It includes <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37077&stop_rev=37026&limit=120&verbose=on\" target=\"_blank\">49 changes</a> from the last beta – improvements to the new custom logo feature, a minor update to jQuery, updates to inline documentation, and fixes for various small bugs.</p>\n<p>The upcoming release is packed full of <a href=\"https://make.wordpress.org/core/2016/03/10/customizer-improvements-in-4-5/\" target=\"_blank\">improvements to the customizer</a>: selective refresh, support for setting-less controls, and device preview. Plugin and theme authors who want to be on the cutting edge of the customizer’s new capabilities will want to review Weston Ruter’s post on <a href=\"https://make.wordpress.org/core/2016/03/22/implementing-selective-refresh-support-for-widgets/\" target=\"_blank\">Implementing Selective Refresh Support for Widgets</a>. All of the default WordPress themes and core widgets will ship with selective refresh in 4.5, but the feature is opt-in for plugins and themes.</p>\n<p>For most themes with standard sidebars, adding selective refresh is as simple as including one line to declare theme support:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_theme_support( \'customize-selective-refresh-widgets\' );</pre>\n<p>Adding support for widgets is a bit more involved, depending on whether the widget uses JavaScript for initialization. Ruter’s post includes a tutorial for how to add selective refresh in either scenario. The <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">target release date for 4.5</a> is April 12, 2016, so plugin and theme developers still have three weeks to add support.</p>\n<div id=\"epoch-width-sniffer\"></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, 25 Mar 2016 16:18: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:80:\"WPTavern: Versions of WP-CLI Prior to 0.23.0 Are Incompatible with WordPress 4.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:28:\"http://wptavern.com/?p=52830\";s: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://wptavern.com/versions-of-wp-cli-prior-to-0-23-0-are-incompatible-with-wordpress-4-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:1873:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/restful-wp-cli.png\"><img class=\"aligncenter size-full wp-image-49286\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/restful-wp-cli.png?resize=1025%2C459\" alt=\"restful-wp-cli\" /></a>Daniel Bachhuber, maintainer of <a href=\"http://wp-cli.org/\">WP-CLI</a>, a popular command line interface utility for managing WordPress sites, <a href=\"http://wp-cli.org/blog/version-0.23.0.html\">has released</a> version 0.23.0. This release includes a number of bug fixes, improvements, and features, but the most important thing to note is that earlier versions of WP-CLI will not work with WordPress 4.5.</p>\n<p>According to Bachhuber, WordPress 4.5 loads a file in wp-settings.php and since WP-CLI uses a custom wp-settings-cli.php file, 0.23.0 and above are the only versions compatible with WordPress 4.5. Bachhuber created a <a href=\"https://core.trac.wordpress.org/ticket/34936\">new ticket on Trac</a> to start a discussion on using wp-settings.php instead of the custom file.</p>\n<p>“WP-CLI uses a custom wp-settings-cli.php to load WordPress, instead of wp-settings.php,” Bachhuber said. “While I appreciate the <a class=\"ext-link\" href=\"http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html\">historical justifications</a> for the bootstrap process, it would be much better if WP-CLI could use wp-settings.php because, occasionally, there are <a class=\"ext-link\" href=\"http://wp-cli.org/blog/versions-0.21.1-and-0.20.4.html\">substantial problems</a> arising from needing to maintain a fork.”</p>\n<p>To see a full list of changes with detailed explanations on how to use new features such as installing community commands from the package index, check out the <a href=\"http://wp-cli.org/blog/version-0.23.0.html\">release post</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 24 Mar 2016 21:59: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:13:\"Jeff Chandler\";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:74:\"WPTavern: WPWeekly Episode 227 – The HeroPress Story with Topher DeRosia\";s: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:44:\"http://wptavern.com?p=52825&preview_id=52825\";s: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://wptavern.com/wpweekly-episode-227-the-heropress-story-with-topher-derosia\";s: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:2102:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a> to learn about the origins of <a href=\"http://heropress.com/\">HeroPress</a>. DeRosia explains his motivation for creating the site and why despite not reaching his crowdfunding goal, decided to press on.</p>\n<p>We also discuss the impact the essays are having on people across the world and whether or not HeroPress is accomplishing <a href=\"http://heropress.com/about/\">its mission</a>. Last but not least, DeRosia shares a personal story of someone who couldn’t write an essay for the site because they’re spending all of their time trying to stay alive.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/media-from-ftp/\">Media from FTP</a> allows you to import items into the WordPress media library that are uploaded via FTP.</p>\n<p class=\"shortdesc\"><a href=\"https://wordpress.org/plugins/wp-open-last-modified/\">WP Open Last Modified </a>adds the last modified date and the current revision of your post/page using the [last_modified_date] shortcode.</p>\n<p><a href=\"https://wordpress.org/plugins/advanced-wp-reset/\">Advanced WordPress Reset</a> is a convenient way to restore WordPress back to a fresh install without having to go through the traditional installation process.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 30th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #227:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 24 Mar 2016 20:56: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:13:\"Jeff Chandler\";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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.org/?p=3229\";s: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:\"https://apps.wordpress.com/2016/03/24/wordpress-for-ios-version-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2905:\"<p>Hello, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.0 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Delete sites from the app!</strong> We know, we know, creating WordPress.com sites can get addictive. But if you feel like decluttering your dashboard, you can now delete a site (or two) directly from the app.</p>\n\n<a href=\"https://apps.wordpress.com/img_2103/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/03/img_2103.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"It\'s now possible to delete sites from within the app.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2104/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/03/img_2104.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"You can choose to keep all your content when deleting a site.\" /></a>\n\n<p><strong>More improvements.</strong> Several magical <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aclosed+is%3Aissue+milestone%3A6.0+label%3A%22%5BType%5D+Enhancement%22+\">behind-the-scenes improvements</a> to make sure our codebase is stronger than ever.</p>\n<p><strong>Bug fixes.</strong> As usual, we squashed some bugs, but there weren’t many this time around. Keep an eye on <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aclosed+is%3Aissue+milestone%3A6.0+label%3A%22%5BType%5D+Bug%22+\">the complete list of bugs here</a>.</p>\n<h1>Thank You!</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/hugobaeta\">@hugobaeta</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/sendhil\">@sendhil</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>..</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aopen+is%3Aissue+milestone%3A6.1\" target=\"_blank\">our 6.1 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3229&subd=apps&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:\"Thu, 24 Mar 2016 12:48: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:14:\"diegoreymendez\";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:81:\"WPTavern: Cast of Silicon Valley Nails The Meaning of Automattic on The First Try\";s: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://wptavern.com/?p=52809\";s: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:91:\"http://wptavern.com/cast-of-silicon-valley-nails-the-meaning-of-automattic-on-the-first-try\";s: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:1475:\"<p><a href=\"http://www.hbo.com/silicon-valley\">Silicon Valley</a> is a comedic television series on HBO about a group of six engineers who create a startup company in Silicon Valley. <a href=\"http://www.wired.com/\">Wired.com</a> sat down with the cast and gave them the names to real startup companies to see if they could guess what they do.</p>\n<p>Among the names mentioned is <a href=\"https://automattic.com/\">Automattic</a>. Fast forward to <a href=\"https://youtu.be/5Y64UeNeiOM?t=1m14s\">1:14</a> to watch Kumail Nanjiani, who plays <a href=\"http://www.hbo.com/silicon-valley/cast-and-crew/kumail-nanjiani/index.html\">Dinesh</a> on the show, correctly guess the meaning of the name on his first try, “Automattic with two T’s is a company ran by a dude named Matt,” he says. His response to being told he’s correct is pretty funny.</p>\n<p>Warning, the video contains strong language and is not safe for work.</p>\n<div class=\"embed-wrap\"></div>\n<p>Automattic, founded in 2005, is the driving force behind WordPress.com and a handful of other services like Akismet, Gravatar, VaultPress, IntenseDebate, Polldaddy, and more.</p>\n<p>While many people are confused between WordPress the software project and WordPress.com, the reason for two T’s in Automattic was guessed correctly on the first try by someone who is not deeply involved in the community. There’s something mildly humorous about that.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Mar 2016 23:45: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:13:\"Jeff Chandler\";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:53:\"WPTavern: Restrict BuddyPress Signups by Email Domain\";s: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://wptavern.com/?p=52202\";s: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://wptavern.com/restrict-buddypress-signups-by-email-domain\";s: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:2637:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/mailboxes.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/mailboxes.jpg?resize=1024%2C496\" alt=\"mailboxes\" class=\"aligncenter size-full wp-image-39214\" /></a></p>\n<p>Spam is one of the most discouraging things about managing a BuddyPress-powered social network. Since WordPress itself is already a magnet for spam signups and comments, BuddyPress is subject to the same and then some. With an ordinary WordPress site you can block most of it fairly well, but with BuddyPress you often have to wade through signups to verify that real humans aren’t getting blocked.</p>\n<p>One of the best ways to cut down on the avalanche of unwanted signups is to restrict them by email domain. <a href=\"https://wordpress.org/plugins/bp-rsed/\" target=\"_blank\">BP Restrict Signup by Email Domain</a> is a plugin that allows you to whitelist an email domain or set of domains that will be required for registration on the site. You can also set an error message and create a custom message to appear on the registration page.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/email-address-restrictions.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/email-address-restrictions.png?resize=566%2C862\" alt=\"email-address-restrictions\" class=\"aligncenter size-full wp-image-52791\" /></a></p>\n<p>The plugin was created by BuddyPress contributing developer Ray Hoh for the <a href=\"http://commons.gc.cuny.edu/\" target=\"_blank\">CUNY Academic Commons</a>. It’s part of a suite of plugins recommended by the <a href=\"http://commonsinabox.org/\" target=\"_blank\">Commons In A Box (CBOX)</a> free software project. The university uses the plugin to ensure that anyone signing up to the Academic Commons will have a CUNY email address. You can see it in action on the <a href=\"http://commons.gc.cuny.edu/register/\" target=\"_blank\">registration page</a>.</p>\n<p>BP Restrict Signup by Email Domain works on both single site and multisite installations of WordPress. It has been tested with the latest version of BuddyPress (2.5) but should also be compatible back to version 1.6.</p>\n<p>Not every social site can afford to limit email domains, but this plugin works well for academic sites, nonprofit or other types of organizations, or any community that excludes all but a few set email domains. <a href=\"https://wordpress.org/plugins/bp-rsed/\" target=\"_blank\">BP Restrict Signup by Email Domain</a> is open source on WordPress.org and is actively maintained for use on CUNY.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Mar 2016 23:09:28 +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:13:\"Sarah Gooding\";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:67:\"WPTavern: Frederick Townes Confirms W3 Total Cache is Not Abandoned\";s: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://wptavern.com/?p=52766\";s: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://wptavern.com/frederick-townes-confirms-w3-total-cache-is-not-abandoned\";s: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:7219:\"<p><a href=\"https://wordpress.org/plugins/w3-total-cache/\">W3 Total Cache</a> is a free, caching WordPress plugin created by <a href=\"https://profiles.wordpress.org/fredericktownes/\">Frederick Townes</a> that’s active on more than one million sites. While the plugin’s core functionality is free to use, there’s a handful of services users can buy from within the plugin such as enhanced support to server and site configurations.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/W3TCUpsells.png\"><img class=\"size-full wp-image-52768\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/W3TCUpsells.png?resize=1025%2C700\" alt=\"W3 Total Cache Upsells\" /></a>W3 Total Cache Upsells\n<p>A recent post by Scott Tuchman on the <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1116520665076813/\">Advanced WordPress Facebook group</a> cites that the plugin hasn’t been updated in more than seven months and is not compatible with WordPress 4.4.2. Out of 44 reports, 34 people say W3 Total Cache 0.9.4.1 doesn’t work with WordPress 4.4.2.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/W3TCBroken.png\"><img class=\"size-full wp-image-52769\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/W3TCBroken.png?resize=884%2C626\" alt=\"W3 Total Cache Not Compatible With WordPress 4.4.2\" /></a>W3 Total Cache Not Compatible With WordPress 4.4.2\n<p>The plugin was recently updated with the <a href=\"https://plugins.trac.wordpress.org/changeset/1375883/w3-total-cache\">only change</a> being the readme.txt file which states it has been tested up to WordPress 4.5. A cursory glance at the support forums indicates <a href=\"https://wordpress.org/support/topic/how-come-the-version-0941-now-says-updated-on-mar-21\">some users</a> are <a href=\"https://wordpress.org/support/topic/compatible-up-to-45-but-no-update-since-9-months-ago\">not pleased</a> with the simple update.</p>\n<h2>A Rocky Year</h2>\n<p>In 2015, a disgruntled customer who purchased services from <a href=\"http://www.w3-edge.com/\">W3 Edge</a>, <a href=\"https://www.reddit.com/r/Wordpress/comments/2r7un1/my_experience_with_what_its_like_with_w3_total/\">described their negative experience</a> in a post on the WordPress subreddit. The complaints include, a lack of communication, not receiving purchased services, and project delays. Mike McAlister, of <a href=\"https://arraythemes.com/\">Array Themes</a>, told the Tavern about his experience with W3 Edge.</p>\n<blockquote><p>In 2014, I signed up for the premium version of W3 Total Cache to unlock some of the advanced caching features. The email confirmation said that the license would auto-renew unless cancelled, so I contacted them right away with my request to cancel the auto-renewal. I didn’t hear anything back and wrongly assumed this was taken care of.</p>\n<p>Fast forward one year and I get an email out of nowhere that my W3 license had been renewed. I immediately contacted W3 with details of my order and politely requested a solution, but never heard a response.</p>\n<p>I wrote a total of four emails and several tweets directed at W3 Edge and its founder, Frederick Townes, with not a single response throughout the ordeal. Like many others, I had to resort to calling the bank and filing a dispute to get my money back, which dragged the issue out for several months.</p></blockquote>\n<p>At the end of the Reddit thread, W3 Edge <a href=\"https://www.reddit.com/r/Wordpress/comments/2r7un1/my_experience_with_what_its_like_with_w3_total/cqag9sw\">responded to the criticism</a> and admitted that the company let users down with its lack of engagement. It also admitted to having a small team and the challenges involved with its support model.</p>\n<p>“One of the largest lessons learned is that there’s a lot to get right especially with a small team,” W3 Edge said. “We’ve made some changes to the team recently and we’re working to rectify experiences like the ones noted here. Since it’s the customer experience that matters and not intentions, I apologize for the negative experiences. Our mission remains to enable independent publishers with great software and solutions.”</p>\n<h2>W3 Total Cache Status Update</h2>\n<p>The company’s <a href=\"https://twitter.com/w3edge/with_replies?lang=en\">official Twitter account</a> has been inactive since April of 2015 and the <a href=\"https://www.w3-edge.com/weblog/\">last post published</a> on its blog was 10 months ago. Combined with the lack of plugin updates, it’s understandable why customers and users are concerned with the plugin’s status.</p>\n<p>Frederick Townes, founder of W3 Edge, issued the following statement to the Tavern.</p>\n<blockquote><p>Since the last update, development and other operations have been ongoing. There have been several hundred bug fixes based on user feedback, more than 100 improvements and numerous major improvements. We’ve added tens of thousands of unit tests for the various bugs and improvements in an attempt to allow us to release more updates faster in the future.</p>\n<p>We’re also working on a new services and support model, which is more exclusive in an attempt to reduce the volume of service requests and misaligned customer / subscriber expectations.</p>\n<p>Our goal is unchanged, to create easy ways for publishers and developers to increase WordPress performance and tune user-experience in self-hosted environments. As we work towards leaving beta and moving towards a 1.0 release (and making our GitHub repository public rather than private) our goal is to offer hosted services that use automation to simplify the performance optimization process in the future.</p></blockquote>\n<p>I spoke to Townes for an hour on Skype and he comes across as a sincere, concerned business owner who is struggling to find a system that works for the amount of support volume he and his team are dealing with. I asked what keeps him motivated to continue working on W3 Total Cache, “I love solving complex problems which is what W3 Total Cache does,” Townes replied.</p>\n<p>I can only imagine how heavy the burdens are maintaining a free plugin that’s active on more than a million sites. Joost de Valk, founder of <a href=\"https://yoast.com/\">Yoast.com</a>, and lead developer of <a href=\"https://wordpress.org/plugins/wordpress-seo/\">WordPress SEO</a>, a plugin active on more than one million sites shared some of the <a href=\"https://yoast.com/yoast-seo-3-0-release-a-recap/\">lessons he learned</a> after users experienced issues upgrading to 3.0.</p>\n<h2>Have The Changes Worked?</h2>\n<p>While researching for this article, I requested feedback from thousands of people to learn what recent customers are experiencing with the company but no one responded. This can mean any number of things but it’s difficult to determine whether the changes mentioned in the Reddit thread have improved the situation without getting feedback from recent customers.</p>\n<p>If you’ve recently purchased services from W3 Edge, please share your experience with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Mar 2016 20:42:57 +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:13:\"Jeff Chandler\";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:76:\"WPTavern: GitHub Issue and Pull Request Templates: Choose Your Own Adventure\";s: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://wptavern.com/?p=52746\";s: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:85:\"http://wptavern.com/github-issue-and-pull-request-templates-choose-your-own-adventure\";s: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:2633:\"<p>Last month GitHub <a href=\"http://wptavern.com/github-introduces-issue-and-pull-request-templates\" target=\"_blank\">introduced issue and pull request templates</a> in response to the <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">“Dear GitHub” letter of complaints</a> from open source project maintainers. The new templates let maintainers streamline contributions to be more structured and meaningful for the project.</p>\n<p>Creating issue and pull request templates could be a boring addition to your project’s task list, or you can have a little fun with <a href=\"https://twitter.com/TalAter\" target=\"_blank\">Tal Ater</a>‘s new <a href=\"https://www.talater.com/open-source-templates/\" target=\"_blank\">open source template generator</a>. It leads you on a whimsical journey inspired by Lewis Carroll and H.P. Lovecraft while creating templates for your project.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/issue-pull-request-generator.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/issue-pull-request-generator.png?resize=1025%2C485\" alt=\"issue-pull-request-generator\" class=\"aligncenter size-full wp-image-52757\" /></a></p>\n<p>The generator lets you build your templates in the style of a Choose Your Own Adventure book. At every step you make selections that will help structure the final templates. For example, you can choose whether or not to focus on bug reports, or prioritize new features/improvements, or make room for both in your issues template.</p>\n<p>In a post titled “<a href=\"http://www.theopensourcer.com/2016/learning-to-ship-through-ridiculousness/\" target=\"_blank\">Learn to Ship Faster by Embracing Ridiculousness</a>,” Ater explains how he built the project over three days as an exercise to help him learn to let go and ship imperfect products:</p>\n<blockquote><p>The project’s own imperfections are by definition its greatest strengths. Is it user friendly? About as friendly as a mad hatter. Does the writing make sense? Absolutely not. Did I get it from idea to shipping in 3 days? Abso-freaking-lutely.</p></blockquote>\n<p>The result is a fun little time machine that transports you back to childhood while outputting some useful templates for your open source projects. They may require a bit of additional tweaking for your particular use, but Ater’s <a href=\"https://www.talater.com/open-source-templates/#/\" target=\"_blank\">generator</a> gives you an easy way to get started.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Mar 2016 16:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:77:\"WPTavern: WordPress Theme Review Team Moves Towards Automating Review Process\";s: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://wptavern.com/?p=52730\";s: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:87:\"http://wptavern.com/wordpress-theme-review-team-moves-towards-automating-review-process\";s: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:2402:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg?resize=1024%2C500\" alt=\"photo credit: pollas - cc\" class=\"size-full wp-image-37241\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/pollas/526544001/\">pollas</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Getting a theme approved for the WordPress directory can sometimes take months, depending on the number of corrections required and reviewers available to handle the queue. As part of a larger plan to make things more efficient, the WordPress Theme Review Team is making progress towards automating many of the time-consuming checks involved in reviewing submissions and updates.</p>\n<p><a href=\"https://twitter.com/grapplerulrich\" target=\"_blank\">Ulrich Pogson</a>, who is leading the effort, published a <a href=\"https://make.wordpress.org/themes/2016/03/21/work-on-requirements-automation-update-1/\" target=\"_blank\">list of requirements</a> that might be good candidates for automated checks. Each item is now an issue on GitHub where contributors can discuss implementation and help build the checks. A few examples include “<a href=\"https://github.com/Otto42/theme-check/issues/133\" target=\"_blank\">Use the Customizer for implementing theme options</a>,” “<a href=\"https://github.com/Otto42/theme-check/issues/134\" target=\"_blank\">Don’t include any plugins</a>,” and “<a href=\"https://github.com/Otto42/theme-check/issues/126\" target=\"_blank\">Don’t include admin/feature pointers</a>.”</p>\n<p>During the most recent meeting, the team approved a <a href=\"https://make.wordpress.org/themes/2016/03/22/22-march-team-meeting/\" target=\"_blank\">list of 13 requirements</a> they are aiming to automate. They will need to write checks for each one and are inviting collaboration on GitHub.</p>\n<p>“It could be making a pull request, helping write the regex, or contributing ideas how to implement the check,” Pogson said. “Once the checks have been written we need help testing them for false positives.”</p>\n<p>Check out the <a href=\"https://github.com/Otto42/theme-check/issues\" target=\"_blank\">issues queue</a> for the Theme Check plugin if you want to help the team automate more checks.</p>\n<div id=\"epoch-width-sniffer\"></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, 22 Mar 2016 22:30:51 +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:13:\"Sarah Gooding\";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:81:\"WPTavern: Submit Pull Requests to WordPress Core with the GitHub-to-Patch Utility\";s: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://wptavern.com/?p=52711\";s: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:91:\"http://wptavern.com/submit-pull-requests-to-wordpress-core-with-the-github-to-patch-utility\";s: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:3623:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/github-to-patch.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/github-to-patch.png?resize=1025%2C499\" alt=\"github-to-patch\" class=\"aligncenter size-full wp-image-52720\" /></a></p>\n<p>When Matt Mullenweg asked the audience who has used Git and/or GitHub during his <a href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" target=\"_blank\">2014 State of the Word</a> address, the response was almost unanimous. “Whoah, that’s all the hands!” he exclaimed before announcing that core contributors will soon be able to submit pull requests on GitHub.</p>\n<p>Two years later, an official patch workflow has not yet been established. In addition to ironing out the logistics, contributors must also take into account what might be lost or gained in the GitHub approach to problem solving. The GitHub pull request collaboration style is markedly different than the lengthy discussions that happen on WordPress Trac.</p>\n<p>Nevertheless, WordPress contributors who use GitHub as part of daily life are eager to see progress on an official pipeline for pull requests. In the meantime, Ryan McCue has just launched a utility that allows contributors to submit pull requests to core. <a href=\"https://rmccue.io/patch/\" target=\"_blank\">GitHub-to-Patch</a> is a proof-of-concept that provides an easy way to submit a pull request as a patch.</p>\n<p>The process that McCue outlines in his <a href=\"http://journal.rmccue.io/367/patch-wordpress-via-github/\" target=\"_blank\">post</a> involves submitting a pull request to the <a href=\"https://github.com/WordPress/WordPress\" target=\"_blank\">WordPress/WordPress repo</a>, selecting the request via the utility, and associating the request with the corresponding ticket number. He also advises heading back to the ticket to leave a comment about the patch you added.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/github-to-patch-step-1.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/github-to-patch-step-1.png?resize=1025%2C703\" alt=\"github-to-patch-step-1\" class=\"aligncenter size-full wp-image-52726\" /></a></p>\n<p>“Internally, the utility uses GitHub’s API to get a patch format of the pull request, then uses Trac’s XML-RPC API to upload,” McCue said. “This requires your WordPress.org credentials, and because of cross-origin policy, also requires an intermediary server. I hope to fix this in the future, either by integrating the tool into Trac itself, or by using OAuth with WordPress.org.”</p>\n<p>McCue clarified on Twitter that his utility is not meant to be a final solution to WordPress/GitHub interactions but rather a stop-gap measure until a better solution is available. He <a href=\"https://twitter.com/rmccue/status/712143679780200448\" target=\"_blank\">referenced</a> Weston Ruter’s approach that <a href=\"https://make.xwp.co/2015/12/05/streamlining-contributions-to-wordpress-core-via-github/\" target=\"_blank\">uses Travis CI to handle uploading patches from trusted pull requests to Trac</a> as one of the more elegant examples in the works.</p>\n<p>For those with no SVN experience, GitHub-to-Patch significantly lowers the barrier to entry for contributing to core. If you don’t want to use the <a href=\"https://rmccue.io/patch/\" target=\"_blank\">utility</a> on McCue’s server, the code is available on GitHub and can be installed on your own server.</p>\n<div id=\"epoch-width-sniffer\"></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, 22 Mar 2016 18:34: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:13:\"Sarah Gooding\";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:86:\"WPTavern: WordPress Adopts Accessibility Coding Standards for All New and Updated 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=52690\";s: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://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3221:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/paper-1.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/paper-1.jpg?resize=960%2C501\" alt=\"photo credit: Startup Stock Photos\" class=\"size-full wp-image-52706\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/L2KBJB91D6\">Startup Stock Photos</a>\n<p>The Accessibility Team announced today that the <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/\" target=\"_blank\">WordPress Accessibility Coding Standards</a> have been approved for the core handbook. The team <a href=\"http://wptavern.com/your-chance-to-give-feedback-on-wordpress-accessibility-coding-standards\" target=\"_blank\">sought feedback on the draft of the guidelines</a> earlier this year and, after a few revisions, the coding standards are out of draft status.</p>\n<p>Contributors will now be required to meet these guidelines in order to have their code merged into core:</p>\n<blockquote><p>All new or updated code released in WordPress must conform with the <a href=\"https://www.w3.org/WAI/intro/wcag\" target=\"_blank\">WCAG 2.0 guidelines</a> at level AA.</p></blockquote>\n<p>Level AA, according to accessibility team member Rian Rietveld, includes guidelines used as a reference for a legal standard in many countries. WordPress’ new accessibility coding standards cover five key areas:</p>\n<ul>\n<li>HTML Semantics</li>\n<li>Color Contrast</li>\n<li>Keyboard Accessibility</li>\n<li>Images and Icons</li>\n<li>Labeling</li>\n</ul>\n<p>The default Twenty Sixteen theme is already compliant with WCAG 2 AA and more <a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility-ready themes</a> are tagged in the official directory. At this time, themes and plugins hosted on WordPress.org are not required to meet these guidelines.</p>\n<p>“Having a dedicated principle that WordPress needs to meet a certain level of accessibility standards is incredibly powerful,” contributor Joe Dolson said in a reaction on his <a href=\"https://www.joedolson.com/2016/03/wordpress-goes-wcag-mean/\" target=\"_blank\">blog</a>.</p>\n<p>“Since it doesn’t change the fact that the WordPress Accessibility team consists of a relatively small group of part-time volunteers, we have to realistically acknowledge that we won’t catch everything.</p>\n<p>“But that still leaves us with an overall arc that leads to a future with a more accessible WordPress, and that’s an unmistakable win for accessibility,” he said.</p>\n<p>Vocal accessibility advocates have been <a href=\"http://wptavern.com/your-chance-to-give-feedback-on-wordpress-accessibility-coding-standards\" target=\"_blank\">calling for WordPress to adopt a set of standards</a> and these new guidelines demonstrate the project’s commitment to serving those with a disability. With WCAG 2 AA established as the standard, the accessibility team is now in a better position to provide a list of requirements for an <a href=\"https://make.wordpress.org/accessibility/2014/05/02/automated-accessibility-testing/\" target=\"_blank\">automated testing tool</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 22 Mar 2016 05:17: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:13:\"Sarah Gooding\";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:78:\"WPTavern: WP Engine Adds 2FA to User Portal, Opt-In PHP 7 Support In the Works\";s: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://wptavern.com/?p=52657\";s: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:88:\"http://wptavern.com/wp-engine-adds-2fa-to-user-portals-opt-in-php-7-support-in-the-works\";s: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:6799:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\"><img class=\"aligncenter size-full wp-image-34106\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" /></a></p>\n<p>WP Engine <a href=\"https://wpengine.com/blog/two-factor-authentication/\" target=\"_blank\">announced</a> today that two-factor authentication (2FA) is now available to its 42,000 customers. The security measure will help combat increasing attempts on the host’s user portal.</p>\n<p>“As we grow, almost everything about the company changes, and security is one of them,” said WP Engine founder Jason Cohen. “For example, we see things like fraudulent accounts and account impersonation/phishing, and other things which didn’t appear often when we were smaller and less of a target.”</p>\n<p>Adding 2FA is part of a larger plan for improved security that the company began last year when it hired Eric Murphy as its new security director.</p>\n<p>“We’ve had a cross-departmental internal security group of about a dozen people for a few years now, but in 2015 we decided we needed even more leadership in that area,” Cohen said.</p>\n<p>“We hired Eric last year, in fact before the December security incident, so in hindsight that was excellent timing.”</p>\n<p>Murphy is now overseeing the technical aspects of security, like firewalls and VPNs, as well as the social engineering and training aimed at protecting customer account access.</p>\n<p>After the December breach where <a href=\"http://wptavern.com/wp-engine-security-breach-customer-credentials-exposed\" target=\"_blank\">customer credentials were exposed</a>, WP Engine began moving its customers off of Linode’s cloud infrastructure. Cohen confirmed that thousands of customers have been moved and that no new customers have been added to Linode.</p>\n<h3>The Challenges of Implementing 2FA</h3>\n<p>Although providing 2FA for accounts is a security best practice, Cohen said that it would not have prevented the December breach, as the entry point was with Linode. Regardless, WP Engine customers have been requesting 2FA support for the user portal for years. When asked why it took the company so long to implement it, Cohen identified a few of the technical challenges.</p>\n<p>“One of the challenges was in identity recovery,” he said. “We can’t use email as a way to recover from a lost phone, because then the email address becomes a ‘single factor,’ i.e. you can use it to recover your password as well as your phone aspect.</p>\n<p>“However, nowadays with the advent of Google Authenticator and other apps, plus people’s general awareness of how to use things like scratch codes, we felt it was now not going to be hard for people to use,” Cohen said.</p>\n<p>When it comes to protecting WordPress, WP Engine customers have always been able to use a plugin to add 2FA. Cohen said that the company is investigating a solution to make it more convenient for customers who manage multiple accounts.</p>\n<p>“Suppose you manage 50 WP sites and you want 2FA,” he said. “So do you configure 2FA on every site and have 50 entries in your Google Authenticator App? That stinks!</p>\n<p>“So, something better would be a SSO system somewhere, have 2FA on <em>that</em>, and then use that to get into WordPress,” Cohen said.</p>\n<p>“Another way would be to use OAuth, e.g. use Google OAuth on WP, and indeed for customers who already use Google Apps, we do recommend that method. Another method might be that our own User Portal be an OAuth provider.”</p>\n<p>With a host of solutions already available, Cohen said they are also considering simply pointing customers to a list of recommendations.</p>\n<p>“Even if we do our own, we’d always support the other methods,” he said. “The idea isn’t to box anyone into a single method.”</p>\n<h3>WP Engine Plans to Add Opt-In PHP 7 Support in 2016</h3>\n<p>WP Engine is currently <a href=\"https://wpengine.com/blog/php-7-the-way-of-the-future/\" target=\"_blank\">working on a PHP 7 implementation</a> for all customers. In December, the company tested 25 concurrent users over 5 minutes across 10 randomly selected URLs — run against a basic WordPress (4.3.1) install on its Mercury Vagrant configuration. The results showed that PHP 7 handles the raw hits 2.6x faster than PHP 5.5.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/wp-engine-testing.png\"><img class=\"aligncenter size-full wp-image-52674\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/wp-engine-testing.png?resize=1025%2C709\" alt=\"wp-engine-testing\" /></a></p>\n<p>Unfortunately, customers who are eager to see WP Engine upgrade to PHP 7 across the board will be waiting for the rest of the WordPress ecosystem to catch up. As an alternative, the company is looking at the possibility of making PHP 7 an opt-in.</p>\n<p>“We have PHP7 running on some machines,” Cohen said. “But it’s actually amazing how few WP sites in the field are compatible. We’re finding that it’s less than 20%. There will need to be an opt-in for that reason.”</p>\n<p>Although WordPress core is compatible with PHP 7, the vast majority of WordPress plugins and themes are not.</p>\n<p>“Even WooCommerce doesn’t completely work with it,” Cohen said. “Many big, popular plugins are not yet compatible. With PHP v5.5 there was some of that, but this is much more. Of course PHP7 is the future so it’s inevitable, but it’s going to take more time than some other PHP releases did.”</p>\n<p>Cohen said the best case scenario would be for customers to choose PHP 7 on an install-by-install basis and change at any time. He does not yet have an ETA, as the company is working on an undisclosed big project that Cohen says is part and parcel of it.</p>\n<p>“We have to make some decisions about how much to put into it before release, versus releasing it earlier and then layering in more things afterwards,” he said.</p>\n<p>There are several large hurdles to allowing PHP version selection on an install-by-install basis, which need to be worked out before rolling it out to thousands of customers.</p>\n<p>“One challenge is running multiple versions at the same time on the same machine,” Cohen said. “Another is tech support — if something doesn’t work in it, we need our 150+ support techs to understand how to figure that out and help.”</p>\n<p>Cohen said he could see opt-in PHP 7 support happening for customers as early as this year but could not specify when.</p>\n<div id=\"epoch-width-sniffer\"></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, 21 Mar 2016 20:17: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:13:\"Sarah Gooding\";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:33:\"Matt: Chamath on Growing Facebook\";s: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:22:\"https://ma.tt/?p=46387\";s: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:\"https://ma.tt/2016/03/chamath-on-growing-facebook/\";s: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:1405:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This is a cool talk from <a href=\"https://twitter.com/chamath\">Chamath Palihapitiya</a> from a few years ago in 2013 which makes it extra interesting. It seems like a smaller audience so it’s fun and unguarded. (Though a great thing about Chamath is he’s incredibly candid in every context.) You can’t see the slides in the video, and there’s not much to them, but here they are:</p>\n<p> \n<div> <strong> <a href=\"https://www.slideshare.net/growthhackersconference/how-we-put-facebook-on-the-path-to-1-billion-users\" title=\"Facebook's Growth Hacker on how they put Facebook on the Path to 1 Billion Users\" target=\"_blank\">Facebook's Growth Hacker on how they put Facebook on the Path to 1 Billion Users</a> </strong> from <strong><a target=\"_blank\" href=\"http://www.slideshare.net/growthhackersconference\">growthhackersconference</a></strong> </div>\n<p>Here are the values he talks about at the end:</p>\n<ol>\n<li>Very high IQ.</li>\n<li>Strong sense of purpose.</li>\n<li>Relentless focus on success.</li>\n<li>Aggressive and competitive.</li>\n<li>High quality bar bordering on perfectionism.</li>\n<li>Likes changing and disrupting things.</li>\n<li>New ideas on how to do things better.</li>\n<li>High integrity.</li>\n<li>Surrounds themselves with good people.</li>\n<li>Cares about building real value over perception.</li>\n</ol>\";s: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, 21 Mar 2016 02:00: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: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: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:43:\"WPTavern: In Case You Missed It – Issue 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:44:\"http://wptavern.com?p=52645&preview_id=52645\";s: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://wptavern.com/in-case-you-missed-it-issue-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:7253:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Human Made Hires Siobhan McKeown</h2>\n<p>Development firm, Human Made Ltd., <a href=\"https://hmn.md/2016/03/17/siobhan-mckeown-joins-human-made/\">announced</a> that it has hired Siobhan McKeown as their events director. Human Made worked closely with McKeown who helped organize and run <a href=\"https://feelingrestful.com\">A Day of REST</a>, a conference devoted to the WordPress REST API. According to the post, McKeown’s role is to expand the company’s events, including the Day of Rest conference.</p>\n<h2>WordPress is the Light in a Sea of Darkness</h2>\n<p>Raghavendra Satish Peri from India, who discovered at the age of 14 that he was 80% blind, <a href=\"http://heropress.com/essays/finding-hope-darkness/\">describes how WordPress</a> became a shining light in a sea of darkness.</p>\n<blockquote><p>WordPress has changed the way I see my life, today I am a full time <a href=\"http://www.digitala11y.com\">Digital Accessibility Consultant</a> & I build most of my code examples on WP. This is helping me grow professionally & personally each day. I am financially independent, travel around the world, attend & speak at conferences/meet-ups, fought depression with my writing, wrote a bucket list & am actively pursuing it. All this would have not been possible with the power of publishing & WP has simplified it for me.</p></blockquote>\n<p>In the post, Satish Peri says he has two wishes. The first is to attend WordCamp US and meet Matt Mullenweg. The second is to see every part of WordPress core be accessible. While the <a href=\"https://make.wordpress.org/accessibility/\">WordPress accessibility team</a> is working on his second wish, how can we as a community grant the first?</p>\n<h2>WordPress’ Greatest Threat Isn’t a CMS</h2>\n<p>Chris Wallace explains why the <a href=\"http://chriswallace.org/the-biggest-threat-to-wordpress-isnt-another-cms/\">greatest threat to WordPress</a> isn’t a competing CMS, but the people who criticize it in a rude and disrespectful way.</p>\n<blockquote><p>But the biggest threat to WordPress right now is not a CMS. Heck, it’s not even a technology challenge or an issue with legacy code. The biggest threat to WordPress is people in the community who voice opinions in a rude and disrespectful way, echoing a deep lack of appreciation for the contributors and project leaders simply trying to make WordPress better within the framework of being used on 25% of the web <em>with a desire to continue increasing that number</em>.</p></blockquote>\n<p>I tried to explain <a href=\"http://wptavern.com/how-not-to-communicate-grievances-with-wordpress\">how to be helpful</a> when criticizing WordPress last year, but I’m not sure I made an impact. I know from experience that encountering a constant barrage of criticism is unhealthy and can lead to burnout. The same holds true for those who are committed to improving WordPress on a daily basis.</p>\n<p>It’s not that things need to be sugarcoated, it’s that criticism should be given in an actionable way to make things better for all involved. It’s also about civil discourse and treating others with respect.</p>\n<p>The final part of Wallace’s post is great advice:</p>\n<blockquote><p>Let’s all take a few minutes to be grateful for the opportunity to make a living off the hard work of thousands of other people who donated their time and code to build something that has made a huge impact on the Internet and in people’s actual lives.</p></blockquote>\n<h2>Matt Mullenweg on The Changelog Podcast</h2>\n<p>Matt Mullenweg appeared on <a href=\"https://changelog.com/197/\">The Changelog podcast</a> to discuss the future of WordPress and how Calypso fits in. It’s a great show as the duo dive deep into the role JavaScript plays in the future of WordPress.</p>\n<h2>Developing a WordPress Plugin That Uses Service APIs</h2>\n<p>Smashing Magazine <a href=\"https://www.smashingmagazine.com/2016/03/making-a-wordpress-plugin-that-uses-service-apis/\">published a great guide</a> that explains how to create a plugin that taps into third-party service APIs.</p>\n<h2>Adopting Plugins is Life Changing for Some</h2>\n<p><a href=\"http://www.zdnet.com/meet-the-team/us/david-gewirtz/\">David Gewirtz</a>, who writes for ZDNet, describes how <a href=\"http://www.zdnet.com/article/a-year-later-what-happens-when-you-adopt-an-open-source-project/\">adopting 10 WordPress plugins changed his life</a>. It’s one of the coolest stories I’ve read on the use of the <a href=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">“Adopt-Me” tag</a> in the WordPress plugin directory. One of the best parts of the story is when Gewirtz explains what happened when he adopted a plugin with more than 10K active installs.</p>\n<blockquote><p>Seamless Donations had more than 10,000 active users on the day I adopted it. I expected my workload would be roughly the same as for the widget. I’d make a few security fixes as they came along and tweaks for compatibility.</p>\n<p>I was wrong.</p>\n<p>I also expected the users to be seasoned webmasters. After all, if you’re installing an open source project on your server, you’re obviously going to be experienced with Linux and PHP and all the rest, right? Right?</p>\n<p>Oh, how wrong I was.</p></blockquote>\n<p>Definitely give this a read if you’re thinking about adopting a popular plugin.</p>\n<h2>Warm Weather Wapuu</h2>\n<p>As a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Since the first day of Spring in the US is Sunday, March 20th, I decided to feature the Wapuu family from WordCamp Miami. Each member of the family except for the basketball one, is a reminder that warmer weather is on the way!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The official <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> Wapuu family. <a href=\"http://t.co/U2Ao9Yh0qN\">pic.twitter.com/U2Ao9Yh0qN</a></p>\n<p>— WordCamp Miami (@wordcampmiami) <a href=\"https://twitter.com/wordcampmiami/status/606179756472692736\">June 3, 2015</a></p></blockquote>\n<p></p>\n<p>That’s it for issue five. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 19 Mar 2016 01:40:10 +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:13:\"Jeff Chandler\";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:79:\"WPTavern: WordPress 4.5 to Add oEmbed Support for Twitter Moments and Timelines\";s: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://wptavern.com/?p=52535\";s: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://wptavern.com/wordpress-4-5-to-add-oembed-support-for-twitter-moments-and-timelines\";s: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:1549:\"<p>WordPress introduced oEmbed support for tweets in its <a href=\"https://codex.wordpress.org/Version_3.4\" target=\"_blank\">3.4 release</a>, but recent changes to Twitter’s API requires updates to core. On May 1, Twitter will be <a href=\"https://twittercommunity.com/t/deprecation-of-xml-response-type-for-single-tweet-oembed/62013\" target=\"_blank\">removing the XML response format</a> from the single Tweet oEmbed endpoint. Twitter engineer Niall Kennedy opened a <a href=\"https://core.trac.wordpress.org/ticket/36197\" target=\"_blank\">ticket</a> to change the oEmbed URL for single tweets from api.twitter.com to publish.twitter.com.</p>\n<p>In addition to the patch Kennedy submitted with the ticket, core committer Dominik Schilling added a patch to extend the provider list to support <a href=\"https://about.twitter.com/moments\" target=\"_blank\">moments</a> and <a href=\"https://support.twitter.com/articles/164083\" target=\"_blank\">timelines</a> from Twitter.</p>\n<p>The update was included in this week’s <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\" target=\"_blank\">WordPress 4.5 Beta 4 release</a>. To see it in action you can take the latest beta for a test drive or check out the embedded moment and timeline links below.</p>\n<p><a class=\"twitter-moment\" href=\"https://twitter.com/i/moments/650667182356082688\">The Obamas\' wedding anniversary</a></p>\n<p><a class=\"twitter-grid\" href=\"https://twitter.com/TwitterDev/timelines/539487832448843776\">National Park Tweets</a></p>\n<div id=\"epoch-width-sniffer\"></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, 18 Mar 2016 21:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:48:\"Post Status: WordPress Hosting — Draft podcast\";s: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:\"https://poststatus.com/?p=22401\";s: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:\"https://poststatus.com/wordpress-hosting-draft-podcast/\";s: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:2464:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>WordPress hosting is always a hot topic of conversation, due to the difficult task of differentiating one host from another. There is also a lot of money and marketing involved in the industry — an industry that includes some of the largest companies in the WordPress ecosystem.</p>\n<p>In this episode, Joe and I attempt to break down what different types of hosting are available, how they are applicable to WordPress, and even dig in to some of the drama and politics that surround the hosting world.</p>\n<p>The techical part of the conversation is the first 50 minutes or so, and around that mark, we get into the politics and non-technical issues around WordPress hosting, as well as tell some stories of how companies have successfully marketed themselves by getting embedded in the WordPress community.</p>\n<p><a href=\"https://audio.simplecast.com/32589.mp3\">https://audio.simplecast.com/32589.mp3</a><br />\n<a href=\"https://audio.simplecast.com/32589.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://reviewsignal.com\">Review Signal</a> is a great resource for comparing hosting.</li>\n<li>The 2015 <a href=\"http://reviewsignal.com/blog/2015/07/28/wordpress-hosting-performance-benchmarks-2015/\">Review Signal WordPress hosting review</a> is a nice guide.</li>\n<li>WordPress <a href=\"https://wordpress.org/hosting/\">recommended hosting page</a> is a source of a number of questions.</li>\n<li>We talk about a lot of different hosting companies during this episode. Just Google them.</li>\n</ul>\n<p>This episode is sponsored by one of our great partners, Prospress. Check out <a href=\"https://poststatus.com/organizations/prospress-inc/\">Prospress’s Post Status profile</a>, as well as <a href=\"https://prospress.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">their website</a>. They are the makers of the excellent WooCommerce Subscriptions plugin, amongst other helpful products.</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, 18 Mar 2016 20:02:49 +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:15:\"Brian Krogsgard\";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:59:\"WPTavern: Is W3C Replicating the WordPress Pingback System?\";s: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://wptavern.com/?p=52624\";s: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://wptavern.com/is-w3c-replicating-the-wordpress-pingback-system\";s: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:6137:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/JamesRichmanProfile.png\" rel=\"attachment wp-att-52632\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/JamesRichmanProfile.png?resize=150%2C150\" alt=\"JamesRichmanProfile\" class=\"alignright size-thumbnail wp-image-52632\" /></a>This post was contributed by guest author <a href=\"http://1stwebdesigner.com/\" target=\"_blank\">James Richman</a>. James writes about marketing, digital design, entrepreneurship, and technology. He has gained most of his experience from running a variety of his own businesses for more than a decade.<br />\n </p>\n<hr />\n<p>On January 12, 2016, the W3C (the World Wide Web Consortium) released its first public working draft of <a href=\"https://www.w3.org/TR/2016/WD-webmention-20160112/\" target=\"_blank\">Webmentions</a>, but the announcement didn’t feel new. In fact, Webmentions have been around since IndieWebCamp created them in 2013, and <a href=\"https://www.toptal.com/wordpress\" target=\"_blank\">top WordPress developers</a> are already using a Webmentions plugin to utilize the tool.</p>\n<p>Yet, for those who use WordPress, Webmentions seemed like a retread of WordPress’ Pingback system from the early 2000s, which featured a similar concept.</p>\n<p>The Pingback system was invented in 2002 by Stuart Langridge, and in essence, it allowed pieces that were published on different WordPress sites to talk to each other. This is perhaps best explained by walking through an example scenario:</p>\n<ol>\n<li>Website A posts a new entry on its blog.</li>\n<li>Website B responds to that blog post with its own post and links to the post on Website A.</li>\n<li>The Pingback system then notifies Website A that Website B wrote about and linked to its blog post.</li>\n<li>Website A then verifies the content and link on Website B. If it is not spam, Website A will post a comment on the original blog post linking to Website B’s post.</li>\n</ol>\n<p>It’s important to note a few things about the Pingback system. First, it is exclusively for WordPress sites, and both sites have to enable Pingback for it to work. Second, the whole Pingback system is automated, streamlining the process of trackbacks, which is the manual equivalent of the automated Pingback.</p>\n<p>Yet despite its perks, <a href=\"http://wptavern.com/its-time-for-xml-rpc-in-wordpress-to-hit-the-road\" target=\"_blank\">Pingback system usage</a> declined after the automatic system was taken advantage of by spammers.</p>\n<p>The issue of spamming and abuse of such a communication channel has long been the problem with this type of communication channel. Prior to Pingbacks, WordPress used a Trackback system that provided the same type of communication.</p>\n<p>The only difference between the Trackback system and Pingbacks is that Trackbacks had to be inputted manually. Spamming problems were just as prevalent with trackbacks. In fact the WPTavern site <a href=\"http://wptavern.com/wptavern-was-trackbacked-to-death\" target=\"_blank\">shut down in 2010</a> because of trackback spam.</p>\n<p>So what makes Webmentions different than the Pingbacks and Trackbacks that came before? Well, not all that much. Turns out, Webmentions do the exact same thing as the Pingback system; they just do it better.</p>\n<p>The biggest difference between the two is the code they’re composed of. Pingback uses XMLRPC, an outdated approach that encodes data with XML and then transports that data with HTTP. The Pingback system is bulky and slow. Webmentions, on the other hand, uses HTTP and x-www-form-urlencoded content, a much more widely accepted format in today’s world. The result is that Webmentions is much faster and much easier to integrate.</p>\n<p>As Pingback’s creator Langridge <a href=\"http://www.kryogenix.org/days/2014/11/29/enabling-webmentions/\" target=\"_blank\">points out on his blog</a>, “XMLRPC is considerably less popular than it was, and is really heavyweight for this sort of thing. We’ve learned since then that HTTP can actually do all this stuff for us way more simply.” If you haven’t guessed, the Pingback founder has converted to Webmentions too.</p>\n<p>Webmention’s growing popularity is due to the tool’s ease of use and the fact that it blocks spam effectively with the <a href=\"http://indiewebcamp.com/Vouch\" target=\"_blank\">Vouch protocol</a>. But Webmentions also look better aesthetically in the comments section. Pingback comments look robotic and aren’t exactly readable; a Pingback comment contains the title of the post that sent the Pingback and an ellipsed summary that doesn’t make much sense.</p>\n<p>Webmentions look and feel like human comments with the help of the <a href=\"https://github.com/pfefferle/wordpress-semantic-linkbacks\" target=\"_blank\">Semantic Linkbacks plugin</a>. This plugin parses the Webmention linkback and translates it into a full sentence (e.g. ‘Sarah mentioned this post in her article x on site y’) and can even include the author’s profile picture.</p>\n<p>Webmentions are quickly replacing the Pingback system because of the tool’s convenience and better implementation to reach a similar goal, and this has been happening prior to W3C’s public endorsement. So what does W3C’s support of <a href=\"http://indiewebcamp.com/webmention\" target=\"_blank\">IndieWebCamp’s creation</a> mean?</p>\n<p>Ultimately, W3C’s announcement will likely help cement Webmention’s place on the internet. And so W3C’s recent push can be and should be considered as an effort to standardize the wild web.</p>\n<p>The internet was created to communicate and share information, yet individual pieces of content are unable to communicate with each other as easily as users can. The Pingback system was a worthy, but flawed, attempt to change that, and now Pingback’s legacy survives through the broader support and growing distribution of Webmention’s network. If Webmentions become more popular, maybe one day in the future, they will connect the strands of the web together, so that the web will have earned its namesake in truth.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 Mar 2016 17:40:57 +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:13:\"Sarah Gooding\";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:107:\"WPTavern: Cory Miller and Pippin Williamson Discuss the Importance of Mental Health on Office Hours Podcast\";s: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://wptavern.com/?p=52599\";s: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://wptavern.com/cory-miller-and-pippin-williamson-discuss-the-importance-of-mental-health-on-office-hours-podcast\";s: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:2006:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/heart.jpg\" rel=\"attachment wp-att-52604\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/heart.jpg?resize=1024%2C587\" alt=\"photo credit: rubryan\" class=\"size-full wp-image-52604\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rubyran2626/2263837091/in/faves-57854010@N05/\">rubryan</a>\n<p>In the latest episode of <a href=\"http://officehours.fm/\" target=\"_blank\">Office Hours</a>, a WordPress business podcast, host Carrie Dils interviewed <a href=\"https://ithemes.com/\" target=\"_blank\">Cory Miller</a> and <a href=\"https://pippinsplugins.com/\" target=\"_blank\">Pippin Williamson</a> to discuss the importance of personal wellness. The episode is titled “<a href=\"http://officehours.fm/podcast/95-2/\" target=\"_blank\">Taking Care of Your Business Means Taking Care of Yourself</a>” and the video is now available on OfficeHours.fm.</p>\n<p>Both Miller and Williamson are successful WordPress entrepreneurs who have recently shared their experiences on maintaining mental health. In this interview Dils chats with the guests about stress and depression and how they can impact your business. They each share tips for how to recharge or “Go find your soul food,” as Williamson put it. The episode covers a broad range of topics that aren’t often discussed in the world of business:</p>\n<ul>\n<li>Extracting yourself from toxic relationships</li>\n<li>Fear of failure/ fear of not working</li>\n<li>Setting healthy boundaries</li>\n<li>Taking breaks</li>\n<li>Establishing a support team</li>\n<li>Transparency with peers</li>\n<li>Combatting negative thoughts</li>\n<li>Finding a mentor</li>\n</ul>\n<p>If you are experiencing the unique pressures of entrepreneurship or struggling with maintaining your mental health, check out the <a href=\"http://officehours.fm/podcast/95-2/\" target=\"_blank\">latest episode of Office Hours</a> for some practical tips.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 Mar 2016 05:25: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:13:\"Sarah Gooding\";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:82:\"WPTavern: WPForms Aims to be the Most Beginner Friendly Forms Plugin for 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://wptavern.com/?p=52516\";s: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://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-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:9192:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsFeaturedImage.png\" rel=\"attachment wp-att-52594\"><img class=\"aligncenter size-full wp-image-52594\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsFeaturedImage.png?resize=817%2C261\" alt=\"WPForms Featured Image\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/wpforms-lite/\">WPForms Lite</a> is a new plugin developed by <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a> and <a href=\"https://profiles.wordpress.org/jaredatch/\">Jared Atchison</a> that aims to be the most beginner friendly form creation plugin in the market, “We made simple tasks EASY rather than letting the complex tasks define how hard simple will be,” Balkhi told the Tavern. I took the plugin for a test drive to see how easy it is to use.</p>\n<h2>A Great Introduction</h2>\n<p>Upon activation, a WPForms introduction screen is displayed. This screen provides information on how to create your first form and includes an embedded video explaining how. I had to watch the video a few times to follow along but overall it serves its purpose.</p>\n<p>If video is not your thing, consider walking through the <a href=\"https://wpforms.com/docs/creating-first-form/\">step by step guide</a> on the WPForms website. Those who want to jump right in can do so by clicking the <strong>WPForms > Add New</strong> link.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsIntroductionScreen.png\" rel=\"attachment wp-att-52581\"><img class=\"size-full wp-image-52581\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsIntroductionScreen.png?resize=1025%2C675\" alt=\"WP Forms Introduction Screen\" /></a>WPForms Introduction Screen\n<h2>WPForm User Interface Forces You to Focus</h2>\n<p>One of the first things I noticed is the user interface and how it appears over WordPress. It was shocking at first to see WordPress disappear but the team chose to use this interface to avoid being constrained with WordPress’ user interface. After working with WPForms for more than an hour, I found myself enjoying the fact that the interface forced me to focus on creating my form.</p>\n<p>WPForms ships with six different templates to handle the most common use cases. All templates except the Blank Form and the Simple Contact form require you to upgrade to the commercial version. I chose the simple contact form template.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormTemplates.png\" rel=\"attachment wp-att-52582\"><img class=\"size-full wp-image-52582\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormTemplates.png?resize=1025%2C559\" alt=\"WPForm Templates\" /></a>WPForm Templates\n<p>The simple contact form template automatically adds a name, email, paragraph, and submit fields to the form. An important time saver that sets WPForms apart from other plugins is that, the fields are automatically flagged as required.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormSimpleContactFormTemplate.png\" rel=\"attachment wp-att-52583\"><img class=\"size-full wp-image-52583\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormSimpleContactFormTemplate.png?resize=1025%2C605\" alt=\"WPForm Simple Contact Form Template\" /></a>WPForm Simple Contact Form Template\n<p>You can rearrange the fields by clicking and dragging them up or down. Rearranging fields is a breeze, doesn’t require a page refresh, and doesn’t bog down the browser. When clicking on a field, its properties are displayed on the left where you can configure its label, format, description, and whether or not its required.</p>\n<p>Advanced options enable you to determine a field’s size, placeholder text, default values, and whether to hide the label or sub-labels. Switching between screens and configuring fields is a fast, straightforward process.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormFieldOptions.png\" rel=\"attachment wp-att-52584\"><img class=\"size-full wp-image-52584\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormFieldOptions.png?resize=1025%2C671\" alt=\"WPForm Field Options\" /></a>WPForm Field Options\n<p>Once the fields are configured, you’ll want to click the Settings screen. This is where you can configure what happens when a visitor clicks the submit button. You can enable or disable email notifications and use smart tags to configure the form’s output. This version of WPForms Lite doesn’t have email templates but Balkhi says it’s something the team is working on.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormSmartTags.png\" rel=\"attachment wp-att-52585\"><img class=\"size-full wp-image-52585\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormSmartTags.png?resize=1025%2C489\" alt=\"WPForm Smart Tags\" /></a>WPForm Smart Tags\n<p>Here is what the form’s output looks like in Thunderbird. Personally, I like Jetpack’s formatting style more but this could change once WPForms supports email templates.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormOutput.png\" rel=\"attachment wp-att-52586\"><img class=\"size-full wp-image-52586\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormOutput.png?resize=836%2C367\" alt=\"WPForm Output\" /></a>WPForms Output\n<p>As a comparison, this is what Jetpack’s Contact Form module output looks like in Thunderbird. The text looks better and I appreciate the bold field names.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/JetpacksFormOutput.png\" rel=\"attachment wp-att-52588\"><img class=\"size-full wp-image-52588\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/JetpacksFormOutput.png?resize=809%2C310\" alt=\"Jetpack Contact Form Output\" /></a>Jetpack Contact Form Module Output\n<p>WPForms battles spam using two different methods, honeypot and <a href=\"https://wpforms.com/docs/setup-captcha-wpforms/\">reCAPTCHA.</a> reCAPTCHA is a free, <a href=\"https://www.google.com/recaptcha/intro/index.html\">anti-spam service</a> provided by Google. In order to use it with WPForms, you’ll need to sign up for an account and add your site key and secret key to WPForm’s settings page.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsSettingsPage.png\" rel=\"attachment wp-att-52590\"><img class=\"size-full wp-image-52590\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsSettingsPage.png?resize=1025%2C420\" alt=\"WPForms Settings Page\" /></a>WPForms Settings Page\n<p>Once a form is configured and saved, adding it to a page is easy. Simply create a new page in WordPress and in the editor, click the Add Form button. A modal will pop up giving you the option to choose which form to add to the page. You can also choose whether to show the form’s title and description from this box. When a form is added to the page, WPForms puts a shortcode like [ wpforms id=”50582″ ] into the content area.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormInsertUI.png\" rel=\"attachment wp-att-52592\"><img class=\"size-full wp-image-52592\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormInsertUI.png?resize=498%2C219\" alt=\"UI For Inserting a WPForm into a Page\" /></a>UI For Inserting a WPForm into a Page\n<p>I configured WPForms to not apply styling to my form. However, you can choose whether WPForms applies base and form theme styling or base styling only. You’ll want to experiment with these options to see if your form looks any better with styles applied.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsTavernContactForm.png\" rel=\"attachment wp-att-52593\"><img class=\"size-full wp-image-52593\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/WPFormsTavernContactForm.png?resize=696%2C881\" alt=\"WPForms Contact Form on The Tavern Frontend\" /></a>WPForms Contact Form on The Tavern Frontend\n<h2>My Verdict?</h2>\n<p>You should know that outside of creating simple contact forms and what’s available via the standard fields, almost everything else requires you to upgrade to the commercial version, including the ability to store and view form entries in WordPress. However, the plugin doesn’t nag or annoy you with popups that a commercial version is available. Upgrade prompts are only triggered when trying to access a commercial feature.</p>\n<p>After putting WPForms Lite through its paces, it’s definitely one of the easiest and fastest ways to set up a contact form. It’s clear by using the supplied templates that Balkhi and his team have considered common pitfalls and have done a great job eliminating them.</p>\n<p>I haven’t looked into the contact form space in WordPress for a few years but after testing WPForms, I’m motivated to compare some of the most popular plugins in the space to see how each one tackles the user experience. Expect a detailed roundup in the next few weeks.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 Mar 2016 02:05: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:123:\"WPTavern: Stack Overflow Survey Results Show WordPress is Trending Up, Despite Being Ranked Among Most Dreaded Technologies\";s: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://wptavern.com/?p=52540\";s: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:132:\"http://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies\";s: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:7217:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/stack-overflow-developer-survey-2016.png\" rel=\"attachment wp-att-52554\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/stack-overflow-developer-survey-2016.png?resize=1025%2C462\" alt=\"stack-overflow-developer-survey-2016\" class=\"aligncenter size-full wp-image-52554\" /></a></p>\n<p>Stack Overflow published the results of its <a href=\"https://stackoverflow.com/research/developer-survey-2016\" target=\"_blank\">2016 Developer Survey</a>, summarizing responses from 56,033 developers in 173 countries. The 45-question survey collected answers from more than twice as many developers as the previous year.</p>\n<p>The results were published along with a disclaimer recognizing that the survey is “biased against devs who don’t speak English, or who don’t like taking English-language surveys.” Nevertheless, since the survey captured responses from such a large number of developers on a site that receives 40 million visitors per month, the results are definitely worth a read.</p>\n<p>The average age of developers surveyed was 29.6 years old and 92.8% of the respondents were male. Most of them are at least partially self-taught (69%) with 45% of them having acquired degrees in computer science or a related field.</p>\n<p>A quick developer profile of those surveyed shows that the largest section (28%) is made up of those who identify as a full-stack web developer.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/developer-profile.png\" rel=\"attachment wp-att-52557\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/developer-profile.png?resize=1025%2C490\" alt=\"developer-profile\" class=\"aligncenter size-full wp-image-52557\" /></a></p>\n<h3>Developers Value Diversity</h3>\n<p>Despite the fact that the vast majority of the respondents were male, the results indicate that developers value diversity. In summarizing 42,156 responses, Stack Overflow found the following:</p>\n<blockquote><p>Overall, about 73% of developers tell us they think diversity is at least somewhat important in the workplace. 41% of developers say diversity is very important. And developers who most often influence hiring decisions are more likely to believe in the value of diversity than other developer types.</p></blockquote>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/diversity.png\" rel=\"attachment wp-att-52544\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/diversity.png?resize=1025%2C481\" alt=\"diversity\" class=\"aligncenter size-full wp-image-52544\" /></a></p>\n<h3>Visual Basic and WordPress Top the List for Most Dreaded Technologies</h3>\n<p>WordPress moved up one spot from last year in the ranking of <a href=\"https://stackoverflow.com/research/developer-survey-2016#technology-most-loved-dreaded-and-wanted\" target=\"_blank\">most dreaded technologies</a> that respondents would prefer not to use. This is not surprising given that the most popular tags for posts on Stack Overflow are JavaScript, Java, Android, and Python.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/most-dreaded.png\" rel=\"attachment wp-att-52546\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/most-dreaded.png?resize=1025%2C634\" alt=\"most-dreaded\" class=\"aligncenter size-full wp-image-52546\" /></a></p>\n<p>On the other hand, when surveying the <a href=\"https://stackoverflow.com/research/developer-survey-2016#most-popular-technologies-per-occupation\" target=\"_blank\">most popular technologies per developer type</a>, WordPress is currently used by 24.1% of front-end developers. As a side note, this also corresponds roughly to its current <a href=\"http://w3techs.com/technologies/history_overview/content_management/all\" target=\"_blank\">market share</a> (26%).</p>\n<h3>WordPress and JavaScript Technologies Are Trending Up</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/trending-technologies.png\" rel=\"attachment wp-att-52548\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/trending-technologies.png?resize=1025%2C842\" alt=\"trending-technologies\" class=\"aligncenter size-full wp-image-52548\" /></a></p>\n<p>Newer technologies like React, Node.js, and AngularJS are trending, with the above percentages representing the change in share of Stack Overflow votes between January 2015 and January 2016. All three are also among the <a href=\"https://stackoverflow.com/research/developer-survey-2016#technology-top-paying-tech\" target=\"_blank\">top-paying technologies</a> per occupation for both full stack and front-end developers.</p>\n<p>It’s worth noting that all of these trending technologies are also becoming more readily integrated with WordPress, and will be more widely used when the REST API is finally merged with core.</p>\n<p>Despite the fact that WordPress ranks second in the most dreaded technology category, it is also trending up 18.5% from 2015. According to these results, WordPress’ popularity is increasing at a rate similar to that of many JavaScript-based technologies.</p>\n<h3>Job Title and Remote Work Are Important Priorities for Experienced Developers</h3>\n<p>The 2016 results found that 91% of developers surveyed worldwide are “gainfully employed” (full-time, self-employed, or freelance). Developers are in high demand, with just 15% of respondents actively looking for a job. It’s also interesting to note that 78% of developers surveyed are interested in exploring new employment opportunities.</p>\n<p>If you’re trying to hire a developer, one of the most important things to consider is that they highly prioritize being able to work remotely. Responses from 49,521 developers indicate that as they gain more years of experience, both job title and remote work options are increasing priorities.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/priorities.png\" rel=\"attachment wp-att-52549\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/priorities.png?resize=1025%2C675\" alt=\"priorities\" class=\"aligncenter size-full wp-image-52549\" /></a></p>\n<p>Only 30% of developers currently work remotely part-time or full-time, but Stack Overflow found that remote developers are more likely to love their jobs than other developers. If you own a company that hires developers, chances are that you will attract a larger, more experienced pool of applicants if employees are allowed to work remotely.</p>\n<p>Developers who want to get a better understanding of the broader industry’s work challenges, salary expectations, and most popular technologies will want to review the full <a href=\"https://stackoverflow.com/research/developer-survey-2016\" target=\"_blank\">results of the survey</a>.</p>\n<p>The document includes some important feedback for the WordPress community to consider. Although WordPress is among the technologies that are trending up, the broader development community still does not seem to enjoy working with it. How can we make the software more developer-friendly without compromising user friendliness?</p>\n<div id=\"epoch-width-sniffer\"></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, 17 Mar 2016 21:57: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:13:\"Sarah Gooding\";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:42:\"WPTavern: WPWeekly Episode 226 – Burnout\";s: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:44:\"http://wptavern.com?p=52552&preview_id=52552\";s: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://wptavern.com/wpweekly-episode-226-burnout\";s: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:2888:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the symptoms of burnout and share tips on how to prevent it. We provide a status update on WordPress 4.5 and discuss my experience hooking up a site to Apple News Publisher. To round out the show, Marcus shares his experience using Shopify’s new WordPress plugin.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/when-contributing-to-wordpress-full-time-leads-to-burnout\">When Contributing to WordPress Full-Time Leads to Burnout</a><br />\n<a href=\"http://wptavern.com/wordpress-global-translation-day-set-for-april-24-2016\">WordPress Global Translation Day Set for April 24, 2016</a><br />\n<a href=\"http://wptavern.com/tickets-for-wordcamp-jacksonville-2016-now-on-sale\">Tickets for WordCamp Jacksonville 2016 Now on Sale</a><br />\n<a href=\"http://wptavern.com/how-to-connect-your-wordpress-powered-site-to-apple-news-publisher\">How to Connect Your WordPress Powered Site to Apple News Publisher</a><br />\n<a href=\"http://wptavern.com/shopify-launches-official-plugin-for-wordpress\">Shopify Launches Official Plugin for WordPress</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/shopify-ecommerce-shopping-cart/\">Shopify</a> is an eCommerce plugin for WordPress that makes selling products on your site simple. In just a few clicks, you can create a Buy Button that lets visitors securely checkout from any page on your site.</p>\n<p><a href=\"https://wordpress.org/plugins/woomaxmin/\">WooMaxMin for WooCommerce </a>gives you the ability to set up minimum and maximum purchase limits for your customers.</p>\n<p><a href=\"https://wordpress.org/plugins/lifterlms-wpmktgengine-extension/\">LifterLMS – WPMKTGENGINE Extension </a>allows you to automatically track all of the participation within a LifterLMS installation from your WPMktgEngine customer database. You can use this information to incorporate their participation with courses and memberships along with other activity information to target messages, create new products that will hit the mark, and build tighter and trusting relationships with customers.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 23rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #226:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 17 Mar 2016 21:05: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:13:\"Jeff Chandler\";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:25:\"Matt: Saving the Open Web\";s: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:22:\"https://ma.tt/?p=46383\";s: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:42:\"https://ma.tt/2016/03/saving-the-open-web/\";s: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:230:\"<p><a href=\"http://buytaert.net/can-we-save-the-open-web\">Dries Buytaert asks “Can we save the open web?”</a> and makes an amazing case for why we should. I agree with and endorse basically everything in that 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:\"Thu, 17 Mar 2016 14:39: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:\"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: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:88:\"WPTavern: Fight for the Future Launches “Save Security” Campaign in Support of Apple\";s: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://wptavern.com/?p=52486\";s: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://wptavern.com/fight-for-the-future-launches-save-security-campaign-in-support-of-apple\";s: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:3063:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/save-security.png\" rel=\"attachment wp-att-52525\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/save-security.png?resize=1025%2C456\" alt=\"save-security\" class=\"aligncenter size-full wp-image-52525\" /></a></p>\n<p><a href=\"https://www.fightforthefuture.org/\" target=\"_blank\">Fight for the Future</a>, a non-profit organization that works to preserve freedom of expression on the web, launched its new “<a href=\"https://savesecurity.org/\" target=\"_blank\">Save Security</a>” campaign today in support of Apple. The FBI has requested that the company hack into an iPhone recovered from one of the terrorists involved in the <a href=\"https://en.wikipedia.org/wiki/2015_San_Bernardino_attack\" target=\"_blank\">San Bernardino mass shooting</a> to assist in the criminal investigation.</p>\n<p>Apple has refused numerous court orders to create a new tool that would allow the government to circumvent the iPhone’s security measures that protect the encrypted communications of private individuals. The company will go to court on March 22nd for hearing in Riverside, CA. Fight for the Future plans to display thousands of statements in support of Apple from Internet users outside the courthouse.</p>\n<p>The Save Security campaign website summarized what is at stake with the government forcing Apple to weaken its encryption:</p>\n<blockquote><p>In its attacks on Apple, the FBI is seeking a legal precedent that would let them force any company to weaken the security of its products. Engineers use consumer products like the iPhone to maintain the most sensitive systems on the planet. Hospitals. Air traffic control. Nuclear power. What the FBI is asking for puts lives at risk, by undermining security everywhere.</p></blockquote>\n<p>Two weeks ago, Automattic <a href=\"https://transparency.automattic.com/2016/03/03/automattic-and-wordpress-com-stand-with-apple-to-support-digital-security/\" target=\"_blank\">announced</a> that it stands with Apple to support digital security. The company <a href=\"https://cloudup.com/iZG9vzAV3U3\" target=\"_blank\">filed an amicus brief</a> in support of Apple alongside Cloudflare, Ebay, Kickstarter, Twitter, GitHub, Reddit, Square, and other leading technology companies.</p>\n<p>“The fact is that if a security flaw exists, there is no way to ensure that only trusted governments, investigating a crime, can exploit that vulnerability,” Automattic’s attorney Paul Sieminski said in the announcement. “Improving security for everyone means aggressively finding and closing holes, not creating new ones.”</p>\n<p>If you want to join in Fight for the Future’s campaign to support Apple, the <a href=\"https://savesecurity.org/\" target=\"_blank\">SaveSecurity.org</a> website offers a profile picture you can use as well as a website banner (see <a href=\"https://savesecurity.org/?ALWAYS_SHOW_SC_BANNER=true\" target=\"_blank\">live demo</a>) to raise awareness.</p>\n<div id=\"epoch-width-sniffer\"></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, 16 Mar 2016 22:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:76:\"WPTavern: How to Connect Your WordPress Powered Site to Apple News Publisher\";s: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://wptavern.com/?p=52502\";s: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://wptavern.com/how-to-connect-your-wordpress-powered-site-to-apple-news-publisher\";s: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:5623:\"<p>When Apple News Publisher <a href=\"http://www.apple.com/pr/library/2015/06/08Apple-Announces-News-App-for-iPhone-iPad.html\">launched in September, 2015</a>, it partnered with 20 publishers including, ESPN, The New York Times, and CNN. Today, publishers large and small are able to <a href=\"https://icloud.com/newspublisher\">sign up</a> to Apple’s <a href=\"https://developer.apple.com/news-publisher/\">News Publisher program</a> which delivers content from sites to devices running iOS 9 or above. Since its launch, the service has garnered more than <a href=\"http://9to5mac.com/2015/10/27/apple-news-40-million/\">40 million users</a>.</p>\n<p>Aside from its user base, one of the main benefits to syndicating through News Publisher is that content is optimized across all of Apple’s iOS 9 devices, providing a better user experience as opposed to RSS readers that can render content unpredictably.</p>\n<h2>Configuring Sites for News Publisher</h2>\n<p>There are three options for publishers to push content to the service. You can use the content creation screen inside of News Publisher, connect an existing site using a plugin, or submit the URL to your site’s RSS feed.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/NewsPublisherContentAuthoring.png\" rel=\"attachment wp-att-52504\"><img class=\"size-full wp-image-52504\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/NewsPublisherContentAuthoring.png?resize=1025%2C544\" alt=\"News Publisher Content Creation Screen\" /></a>News Publisher Content Creation Screen\n<p>I submitted the Tavern to News Publisher a few weeks ago and received a notification today that the site is approved. When submitting your site, you’ll need to give Apple your contact phone number and physical address. You’ll also need to upload a PNG logo that’s transparent, less than 2MB in size, and meets <a href=\"https://help.apple.com/newspublisher/icloud/#/apd7c9ae979c\">Apple’s logo guidelines</a>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/PublisherSubmissionProcess2.png\" rel=\"attachment wp-att-52506\"><img class=\"size-full wp-image-52506\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/PublisherSubmissionProcess2.png?resize=837%2C652\" alt=\"News Publisher Submission Process\" /></a>News Publisher Submission Process\n<p>If you use WordPress and your site is approved, consider using the <a href=\"https://wordpress.org/plugins/publish-to-apple-news/\">Publish to Apple News</a> plugin developed by <a href=\"http://www.alleyinteractive.com/\">Alley Interactive</a> and other contributing developers. Once installed, visit your channel’s administration page in News Publisher and click on the API Key link. This will give you the three things needed to connect your site.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/ChannelAPIInfo.png\" rel=\"attachment wp-att-52507\"><img class=\"size-full wp-image-52507\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/ChannelAPIInfo.png?resize=693%2C536\" alt=\"Channel API Information\" /></a>Channel API Information\n<p>Login to your WordPress site and visit <strong>Settings > Apple News</strong> and insert the following information into the corresponding fields. Since the field names and order don’t match, I created this short list.</p>\n<ul>\n<li>Channel ID > API Channel</li>\n<li>Key ID > API Key</li>\n<li>Secret > API Secret</li>\n</ul>\n<p>From the settings screen, you can configure if the plugin should publish and update articles to Apple News automatically and whether to do it at the same time as WordPress in one action. You can also choose which Post Types are available. At the bottom of the screen, there are a host of design options that enable you to alter the display of how your articles look in Apple News.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/NewsPublisherOptionsPage.png\" rel=\"attachment wp-att-52508\"><img class=\"size-full wp-image-52508\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/NewsPublisherOptionsPage.png?resize=757%2C835\" alt=\"News Publisher Plugin Options Page\" /></a>News Publisher Plugin Options Page\n<p>I don’t know what the Tavern’s content looks like on News Publisher as I wait for the initial series of posts to be approved. For the time being, the content is styled with the default settings.</p>\n<h3>Monetizing Your Feed</h3>\n<p>To monetize your News Publisher feed, enable iTunes connect with your developer ID. If you don’t have one, you’ll need to enroll in <a href=\"https://developer.apple.com/programs/enroll/\">Apple’s Developer Program </a>Once that’s complete, sign the Apple News Content Agreement and provide your tax and banking information on iTunes Connect. Note, that in order to <a href=\"https://help.apple.com/newspublisher/icloud/#/apdd44eeeeeb\">place ads</a> in your content, you need to publish articles from a CMS like WordPress.</p>\n<h2>Is News Publisher Worth the Hassle?</h2>\n<p>As a new publisher to Apple’s syndication system, it’s too early to tell if signing up was a waste of time or a benefit to readers. In the next week or two, I’ll report my findings, including feedback from Tavern readers on what they think of the format. Until then, you can subscribe to our channel by <a href=\"https://apple.news/TQYQeeBHDRce_JL3U0PCWGw\">opening this link</a> on a device that uses iOS 9 or later. If you subscribe to the Tavern, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 16 Mar 2016 20:46: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:13:\"Jeff Chandler\";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:33:\"Matt: Kat Hagan Works Differently\";s: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:22:\"https://ma.tt/?p=46347\";s: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:\"https://ma.tt/2016/03/kat-hagan-works-differently/\";s: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:246:\"<p><span class=\"embed-youtube\"></span></p>\n<p> </p>\n<p><a href=\"http://workdifferent.com/wdstories-kat-hagan-automatic/\">Kat Hagan is an engineer and a team lead at Automattic, and you can read all about her story that led her there</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, 16 Mar 2016 18:51: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:\"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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 Apr 2016 19:23:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"221217\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 05 Apr 2016 19:15:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1482,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1459927440','no'),(1485,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1459884240','no'),(1488,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1459927440','no'),(1491,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:117:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: 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:45:\"https://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:34:\"WordPress Plugins » View: 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:\"Tue, 05 Apr 2016 19:09: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: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:30:{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:46:\"https://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:16:\"TinyMCE Advanced\";s: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:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s: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 Jun 2007 15:00: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s: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:\"Andrew Ozz\";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: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:56:\"https://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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 14 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: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:14:\"W3 Total Cache\";s: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:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s: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, 29 Jul 2009 18:46: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:\"12073@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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s: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:\"Frederick Townes\";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:14:\"WP Super Cache\";s: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:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s: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 Nov 2007 11:40: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:\"2572@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:73:\"A very fast caching engine for WordPress that produces static html files.\";s: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:\"Donncha O Caoimh\";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:11:\"WP-PageNavi\";s: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:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s: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:17:57 +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:\"363@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:49:\"Adds a more advanced paging navigation interface.\";s: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:\"Lester Chan\";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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s: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, 04 Sep 2011 03:13:51 +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:\"29832@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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s: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:\"Wordfence\";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: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:55:\"https://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: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:\"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:59:\"https://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:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site 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: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: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:60:\"https://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: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:21:\"Regenerate Thumbnails\";s: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:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s: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, 23 Aug 2008 14:38: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:34:\"6743@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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s: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:25:\"Alex Mills (Viper007Bond)\";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:11:\"WooCommerce\";s: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:\"https://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: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:11:\"Hello Dolly\";s: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:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s: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, 29 May 2008 22:11: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:34:\"5790@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:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s: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: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:14:\"Duplicate Post\";s: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:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s: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, 05 Dec 2007 17:40: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:\"2646@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:22:\"Clone posts and pages.\";s: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:\"Lopo\";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:22:\"Advanced Custom Fields\";s: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:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s: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, 17 Mar 2011 04:07: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:35:\"25254@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:68:\"Customise WordPress with powerful, professional and intuitive fields\";s: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:\"elliotcondon\";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: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:21:\"Really Simple 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:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s: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, 09 Mar 2009 02:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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:16;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:49:\"https://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:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s: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:\"Tim Moore\";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: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:25:\"Google Analytics 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:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s: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, 14 Sep 2007 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@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:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s: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:18;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:\"Yoast SEO\";s: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:\"https://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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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: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:19;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:64:\"https://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:14:\"Arne Brachhold\";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: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:26:\"Page Builder by SiteOrigin\";s: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:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s: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 10:36: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:35:\"51888@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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s: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:\"Greg Priday\";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: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:\"Disable 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s: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, 27 May 2011 04:42: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:\"26907@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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s: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:\"Samir Shah\";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: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:\"WP Multibyte Patch\";s: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:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s: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, 14 Jul 2011 12:22:53 +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:\"28395@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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s: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:\"plugin-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:\"\";}}}}}i:23;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:\"Black Studio TinyMCE 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:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s: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, 10 Nov 2011 15:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@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:39:\"The visual editor widget for 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";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: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:\"Google Analytics Dashboard for WP\";s: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:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s: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, 10 Mar 2013 17:07: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:\"50539@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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s: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:\"Alin Marcu\";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: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:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s: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, 22 Oct 2010 22:06: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:\"21738@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:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s: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:\"iThemes\";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: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:30:\"Clef Two-Factor Authentication\";s: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:\"https://wordpress.org/plugins/wpclef/#post-47509\";s: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 Dec 2012 01:25:57 +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:\"47509@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:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s: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:\"Dave Ross\";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: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:34:\"UpdraftPlus Backup and Restoration\";s: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:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s: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, 21 May 2012 15:14: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:\"38058@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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s: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:\"David Anderson\";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: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:10:\"Duplicator\";s: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:\"https://wordpress.org/plugins/duplicator/#post-26607\";s: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, 16 May 2011 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s: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:\"Cory Lamle\";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: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:11:\"Meta Slider\";s: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:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s: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, 14 Feb 2013 16:56: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:\"49521@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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s: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:\"Matcha Labs\";s: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:46:\"https://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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 Apr 2016 19:24:00 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:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Fri, 09 Mar 2007 22:11:30 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1494,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1459927440','no'),(1497,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1459884240','no'),(1500,'_transient_timeout_plugin_slugs','1459973783','no'),(1503,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:22:\"footer-putter/main.php\";i:2;s:9:\"hello.php\";i:3;s:35:\"insert-headers-and-footers/ihaf.php\";i:4;s:49:\"google-calendar-events/google-calendar-events.php\";i:5;s:25:\"tablepress/tablepress.php\";i:6;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(1506,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1459927442','no'),(1509,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\'>WordPress 4.5 Release Candidate</a> <span class=\"rss-date\">March 24, 2016</span><div class=\"rssSummary\">The release candidate for WordPress 4.5 is now available. We’ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/04/05/wordpress-for-android-version-5-2/\'>WP Mobile Apps: WordPress for Android: Version 5.2</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/user-role-editor-4-25-patches-critical-security-vulnerability\'>WPTavern: User Role Editor 4.25 Patches Critical Security Vulnerability</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wp-rest-api-team-aims-for-wordpress-4-7-for-merge-proposal\'>WPTavern: WP REST API Team Aims for WordPress 4.7 for Merge Proposal</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=12416c7bf9&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(1518,'_site_transient_timeout_theme_roots','1459886340','yes'),(1521,'_site_transient_theme_roots','a:2:{s:8:\"spacious\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(1524,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1459885975;s:7:\"checked\";a:2:{s:8:\"spacious\";s:5:\"1.3.6\";s:14:\"twentythirteen\";s:3:\"1.7\";}s:8:\"response\";a:1:{s:8:\"spacious\";a:4:{s:5:\"theme\";s:8:\"spacious\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/themes/spacious/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/spacious.1.3.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(1530,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1459896695','yes'),(1533,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5800\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3598\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3560\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3071\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2756\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2287\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2191\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2062\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2009\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1981\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1967\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1922\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1843\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1654\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1572\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1549\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1523\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1351\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1292\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1276\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1194\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1091\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1056\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1002\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"965\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"949\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"909\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"900\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"887\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"882\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"828\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"806\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"786\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"758\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"753\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"748\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"741\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"741\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"740\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"733\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"731\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"693\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"686\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"678\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"675\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"670\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"666\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"649\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"638\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"632\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"610\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"602\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"594\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"589\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"588\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"585\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"585\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"574\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"566\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"558\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"553\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"544\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"540\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"528\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"524\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"513\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"510\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"509\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"496\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"496\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"494\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"486\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"469\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"453\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"439\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"439\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"437\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"437\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"436\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"423\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"415\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"414\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"410\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"407\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"405\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"405\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"399\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"396\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"392\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"388\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"388\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"388\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"388\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"386\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"384\";}}','yes'),(1536,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1459885999;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"3.1.6\";s:22:\"footer-putter/main.php\";s:6:\"1.14.1\";s:9:\"hello.php\";s:3:\"1.6\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"1.3.3\";s:49:\"google-calendar-events/google-calendar-events.php\";s:6:\"3.0.11\";s:25:\"tablepress/tablepress.php\";s:3:\"1.7\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.4.8\";}s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"3.1.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.3.1.10.zip\";s:6:\"tested\";s:3:\"4.5\";s:13:\"compatibility\";b:0;}s:49:\"google-calendar-events/google-calendar-events.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"15794\";s:4:\"slug\";s:22:\"google-calendar-events\";s:6:\"plugin\";s:49:\"google-calendar-events/google-calendar-events.php\";s:11:\"new_version\";s:6:\"3.0.16\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/google-calendar-events/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/google-calendar-events.3.0.16.zip\";s:6:\"tested\";s:3:\"4.5\";s:13:\"compatibility\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:22:\"footer-putter/main.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"37229\";s:4:\"slug\";s:13:\"footer-putter\";s:6:\"plugin\";s:22:\"footer-putter/main.php\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/footer-putter/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/footer-putter.1.14.1.zip\";s:14:\"upgrade_notice\";s:34:\"Mandatory - Fix module name error\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33017\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.zip\";}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"32125\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tablepress.1.7.zip\";s:14:\"upgrade_notice\";s:92:\"This update is a stability, maintenance, and compatibility release. Updating is recommended.\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.8.zip\";s:14:\"upgrade_notice\";s:38:\"Removed malware URL in a code comment.\";}}}','yes'),(1539,'ossdl_off_cdn_url','http://blog.scsbluejays.org/wp1','yes'),(1542,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(1545,'ossdl_off_exclude','.php','yes'),(1548,'ossdl_cname','','yes'),(1551,'wpsupercache_start','1459886101','yes'),(1554,'wpsupercache_count','0','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=967 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(3,6,'_wp_attached_file','2016/01/scs_grey_cross.png'),(6,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:119;s:4:\"file\";s:26:\"2016/01/scs_grey_cross.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9,9,'_wp_attached_file','2016/01/cropped-scs_grey_cross.png'),(12,9,'_wp_attachment_context','custom-header'),(15,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:118;s:4:\"file\";s:34:\"2016/01/cropped-scs_grey_cross.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(18,9,'_wp_attachment_custom_header_last_used_spacious','1451753188'),(21,9,'_wp_attachment_is_custom_header','spacious'),(23,11,'_wp_attached_file','2016/01/wp1-header.jpg'),(26,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2016/01/wp1-header.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wp1-header-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:21:\"wp1-header-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"wp1-header-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:22:\"wp1-header-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:22:\"wp1-header-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"wp1-header-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:22:\"wp1-header-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(29,11,'_wp_attachment_custom_header_last_used_spacious','1451754934'),(32,11,'_wp_attachment_is_custom_header','spacious'),(35,14,'_edit_last','1'),(38,14,'_edit_lock','1451784143:1'),(41,14,'spacious_page_layout','default_layout'),(44,14,'_wp_page_template','default'),(45,18,'_wp_attached_file','2016/01/favicon.ico'),(71,23,'_menu_item_type','post_type'),(74,23,'_menu_item_menu_item_parent','0'),(77,23,'_menu_item_object_id','14'),(80,23,'_menu_item_object','page'),(83,23,'_menu_item_target',''),(86,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,23,'_menu_item_xfn',''),(92,23,'_menu_item_url',''),(95,26,'_edit_last','1'),(98,26,'_edit_lock','1451785422:1'),(99,26,'spacious_page_layout','no_sidebar_full_width'),(102,26,'_wp_page_template','default'),(104,30,'_edit_last','1'),(107,30,'_edit_lock','1451784329:1'),(108,30,'spacious_page_layout','default_layout'),(111,30,'_wp_page_template','default'),(114,36,'_edit_last','1'),(117,36,'_edit_lock','1451787407:1'),(119,36,'spacious_page_layout','default_layout'),(122,36,'_wp_page_template','default'),(123,41,'_edit_last','1'),(126,41,'_edit_lock','1451784158:1'),(128,41,'spacious_page_layout','default_layout'),(131,41,'_wp_page_template','default'),(134,45,'_edit_last','1'),(137,45,'_edit_lock','1451786186:1'),(140,45,'spacious_page_layout','default_layout'),(143,45,'_wp_page_template','default'),(146,48,'_edit_last','1'),(149,48,'_edit_lock','1451786345:1'),(150,48,'spacious_page_layout','default_layout'),(153,48,'_wp_page_template','default'),(155,53,'_menu_item_type','post_type'),(158,53,'_menu_item_menu_item_parent','0'),(161,53,'_menu_item_object_id','45'),(164,53,'_menu_item_object','page'),(167,53,'_menu_item_target',''),(170,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(173,53,'_menu_item_xfn',''),(176,53,'_menu_item_url',''),(179,56,'_menu_item_type','post_type'),(182,56,'_menu_item_menu_item_parent','0'),(185,56,'_menu_item_object_id','48'),(188,56,'_menu_item_object','page'),(191,56,'_menu_item_target',''),(194,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(197,56,'_menu_item_xfn',''),(200,56,'_menu_item_url',''),(203,59,'_menu_item_type','post_type'),(206,59,'_menu_item_menu_item_parent','0'),(209,59,'_menu_item_object_id','41'),(212,59,'_menu_item_object','page'),(215,59,'_menu_item_target',''),(218,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(221,59,'_menu_item_xfn',''),(224,59,'_menu_item_url',''),(227,62,'_menu_item_type','post_type'),(230,62,'_menu_item_menu_item_parent','0'),(233,62,'_menu_item_object_id','36'),(236,62,'_menu_item_object','page'),(239,62,'_menu_item_target',''),(242,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(245,62,'_menu_item_xfn',''),(248,62,'_menu_item_url',''),(251,65,'_menu_item_type','post_type'),(254,65,'_menu_item_menu_item_parent','0'),(257,65,'_menu_item_object_id','30'),(260,65,'_menu_item_object','page'),(263,65,'_menu_item_target',''),(266,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(269,65,'_menu_item_xfn',''),(272,65,'_menu_item_url',''),(275,68,'_menu_item_type','post_type'),(278,68,'_menu_item_menu_item_parent','0'),(281,68,'_menu_item_object_id','26'),(284,68,'_menu_item_object','page'),(287,68,'_menu_item_target',''),(290,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(293,68,'_menu_item_xfn',''),(296,68,'_menu_item_url',''),(299,71,'_edit_last','1'),(302,71,'_edit_lock','1451787380:1'),(305,71,'spacious_page_layout','default_layout'),(308,71,'_wp_page_template','default'),(309,75,'_menu_item_type','post_type'),(312,75,'_menu_item_menu_item_parent','0'),(315,75,'_menu_item_object_id','71'),(318,75,'_menu_item_object','page'),(321,75,'_menu_item_target',''),(324,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(327,75,'_menu_item_xfn',''),(330,75,'_menu_item_url',''),(338,80,'_edit_last','1'),(341,80,'_calendar_view','a:1:{s:16:\"default-calendar\";s:4:\"grid\";}'),(344,80,'_calendar_begins','today'),(347,80,'_calendar_begins_nth','1'),(350,80,'_calendar_begins_custom_date',''),(353,80,'_feed_earliest_event_date','months_before'),(356,80,'_feed_earliest_event_date_range','1'),(359,80,'_feed_latest_event_date','years_after'),(362,80,'_feed_latest_event_date_range','1'),(365,80,'_calendar_is_static','no'),(368,80,'_no_events_message',''),(371,80,'_feed_timezone_setting','use_calendar'),(374,80,'_feed_timezone','UTC'),(377,80,'_calendar_date_format_setting','use_site'),(380,80,'_calendar_date_format','l, d F Y'),(383,80,'_calendar_date_format_php','F j, Y'),(386,80,'_calendar_time_format_setting','use_site'),(389,80,'_calendar_time_format','G:i a'),(392,80,'_calendar_time_format_php','g:i a'),(395,80,'_calendar_datetime_separator','@'),(398,80,'_calendar_week_starts_on_setting','use_site'),(401,80,'_calendar_week_starts_on','0'),(404,80,'_feed_cache_user_amount','0'),(407,80,'_feed_cache_user_unit','3600'),(410,80,'_feed_cache','1'),(413,80,'_calendar_version','3.0.11'),(416,80,'_google_calendar_id',''),(419,80,'_google_events_search_query',''),(422,80,'_google_events_recurring','show'),(425,80,'_google_events_max_results','1000'),(428,80,'_grouped_calendars_source','ids'),(431,80,'_grouped_calendars_ids',''),(434,80,'_grouped_calendars_category',''),(437,80,'_default_calendar_style_theme','light'),(440,80,'_default_calendar_style_today','#1e73be'),(443,80,'_default_calendar_style_days_events','#000000'),(446,80,'_default_calendar_list_range_span','1'),(449,80,'_default_calendar_list_range_type','monthly'),(452,80,'_default_calendar_list_header','no'),(455,80,'_default_calendar_compact_list','no'),(458,80,'_default_calendar_limit_visible_events','no'),(461,80,'_default_calendar_visible_events','3'),(464,80,'_default_calendar_event_bubble_trigger','hover'),(467,80,'_default_calendar_trim_titles','no'),(470,80,'_default_calendar_trim_titles_chars','20'),(473,80,'_default_calendar_expand_multi_day_events','no'),(476,80,'_edit_lock','1451789508:1'),(483,90,'_edit_last','1'),(486,90,'_edit_lock','1451779233:1'),(488,90,'spacious_page_layout','default_layout'),(491,90,'_wp_page_template','default'),(500,99,'_edit_last','1'),(503,99,'_edit_lock','1451781567:1'),(504,102,'_wp_attached_file','2016/01/2015FunShootTshirt.jpg'),(507,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:310;s:4:\"file\";s:30:\"2016/01/2015FunShootTshirt.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2015FunShootTshirt-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:30:\"2015FunShootTshirt-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:30:\"2015FunShootTshirt-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"2015FunShootTshirt-374x300.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:30:\"2015FunShootTshirt-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(521,99,'spacious_page_layout','default_layout'),(525,99,'_thumbnail_id','102'),(548,125,'_wp_attached_file','2016/01/2015FunShootBenelliSponsors.jpg'),(551,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:570;s:4:\"file\";s:39:\"2016/01/2015FunShootBenelliSponsors.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2015FunShootBenelliSponsors-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:39:\"2015FunShootBenelliSponsors-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:39:\"2015FunShootBenelliSponsors-522x350.jpg\";s:5:\"width\";i:522;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:39:\"2015FunShootBenelliSponsors-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"2015FunShootBenelliSponsors-522x300.jpg\";s:5:\"width\";i:522;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:39:\"2015FunShootBenelliSponsors-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(554,128,'_wp_attached_file','2016/01/2015FunShootBrowningSponsors.jpg'),(557,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:315;s:4:\"file\";s:40:\"2016/01/2015FunShootBrowningSponsors.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2015FunShootBrowningSponsors-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:40:\"2015FunShootBrowningSponsors-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:40:\"2015FunShootBrowningSponsors-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"2015FunShootBrowningSponsors-526x300.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:40:\"2015FunShootBrowningSponsors-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(563,132,'_edit_last','1'),(566,132,'_edit_lock','1451781860:1'),(567,132,'spacious_page_layout','default_layout'),(572,137,'_wp_attached_file','2016/01/2015Jan21ProLifeMarch_0.jpg'),(575,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2016/01/2015Jan21ProLifeMarch_0.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-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:35:\"2015Jan21ProLifeMarch_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015Jan21ProLifeMarch_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_0-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421790417;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"34.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(578,140,'_wp_attached_file','2016/01/2015Jan21ProLifeMarch_1.jpg'),(581,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2016/01/2015Jan21ProLifeMarch_1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-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:35:\"2015Jan21ProLifeMarch_1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015Jan21ProLifeMarch_1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421790377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"30.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(584,143,'_wp_attached_file','2016/01/2015Jan21ProLifeMarch_2.jpg'),(587,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2016/01/2015Jan21ProLifeMarch_2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-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:35:\"2015Jan21ProLifeMarch_2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015Jan21ProLifeMarch_2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421790806;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"19.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(588,144,'_wp_attached_file','2016/01/2015Jan21ProLifeMarch_3.jpg'),(591,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2016/01/2015Jan21ProLifeMarch_3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_3-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:35:\"2015Jan21ProLifeMarch_3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2015Jan21ProLifeMarch_3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015Jan21ProLifeMarch_3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_3-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_3-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_3-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:35:\"2015Jan21ProLifeMarch_3-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421791453;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"25.2\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(624,162,'_wp_attached_file','2016/01/Application-for-SCS-2016-2017.pdf'),(626,182,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(629,182,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(632,212,'_wp_attached_file','2016/01/SafeEnv_VirtusOnlineTrainingRecertification_1.pdf'),(633,213,'_wp_attached_file','2016/01/SafeEnv_VirtusOnlineTrainingRecertification_2.pdf'),(641,227,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(644,227,'_tablepress_table_visibility','{\"rows\":[1],\"columns\":[1,1]}'),(651,237,'_wp_attached_file','2016/01/2015-2016-SCS-Logo.jpg'),(654,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:391;s:4:\"file\";s:30:\"2016/01/2015-2016-SCS-Logo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2015-2016-SCS-Logo-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:30:\"2015-2016-SCS-Logo-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:30:\"2015-2016-SCS-Logo-376x350.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:30:\"2015-2016-SCS-Logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"2015-2016-SCS-Logo-376x300.jpg\";s:5:\"width\";i:376;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:30:\"2015-2016-SCS-Logo-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(657,252,'_edit_lock','1451841091:3'),(660,252,'_edit_last','3'),(662,254,'_wp_attached_file','2016/01/2014AprilAlumni_CelioAnthony.jpg'),(665,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:237;s:4:\"file\";s:40:\"2016/01/2014AprilAlumni_CelioAnthony.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2014AprilAlumni_CelioAnthony-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:40:\"2014AprilAlumni_CelioAnthony-204x230.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(668,252,'spacious_page_layout','default_layout'),(677,263,'_wp_attached_file','2016/01/2014AprilAlumni_CelioAlex.jpg'),(680,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:203;s:6:\"height\";i:238;s:4:\"file\";s:37:\"2016/01/2014AprilAlumni_CelioAlex.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2014AprilAlumni_CelioAlex-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:37:\"2014AprilAlumni_CelioAlex-203x230.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(681,264,'_wp_attached_file','2016/01/2014AprilAlumni_MeredithGuidry.jpg'),(684,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:235;s:4:\"file\";s:42:\"2016/01/2014AprilAlumni_MeredithGuidry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_MeredithGuidry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_MeredithGuidry-200x230.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(690,270,'_wp_attached_file','2016/01/2014AprilAlumni_MadisonJudice.jpg'),(693,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:231;s:4:\"file\";s:41:\"2016/01/2014AprilAlumni_MadisonJudice.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"2014AprilAlumni_MadisonJudice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:41:\"2014AprilAlumni_MadisonJudice-199x230.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(696,273,'_wp_attached_file','2016/01/2014AprilAlumni_CatherineMiller.jpg'),(699,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:236;s:4:\"file\";s:43:\"2016/01/2014AprilAlumni_CatherineMiller.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"2014AprilAlumni_CatherineMiller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:43:\"2014AprilAlumni_CatherineMiller-201x230.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(702,276,'_wp_attached_file','2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg'),(705,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:235;s:4:\"file\";s:61:\"2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"2014AprilAlumni_FutureBluejay-AshleyComeauxDenais-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:61:\"2014AprilAlumni_FutureBluejay-AshleyComeauxDenais-229x230.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(707,278,'_wp_attached_file','2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg'),(710,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:154;s:4:\"file\";s:59:\"2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"2014AprilAlumni_FutureBluejay-AshleyZimmerDavid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:59:\"2014AprilAlumni_FutureBluejay-AshleyZimmerDavid-230x154.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(711,279,'_wp_attached_file','2016/01/2014AprilAlumni_JordanRay.jpg'),(714,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:223;s:4:\"file\";s:37:\"2016/01/2014AprilAlumni_JordanRay.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2014AprilAlumni_JordanRay-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:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(717,282,'_wp_attached_file','2016/01/2014AprilAlumni_KimberlaPrevost.jpg'),(720,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:240;s:4:\"file\";s:43:\"2016/01/2014AprilAlumni_KimberlaPrevost.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"2014AprilAlumni_KimberlaPrevost-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:43:\"2014AprilAlumni_KimberlaPrevost-198x230.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(722,284,'_wp_attached_file','2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg'),(725,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:236;s:4:\"file\";s:44:\"2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"2014AprilAlumni_MakaylaPrevost-M-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:44:\"2014AprilAlumni_MakaylaPrevost-M-198x230.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(728,287,'_wp_attached_file','2016/01/2014AprilAlumni_Walker-artwork.jpg'),(731,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:392;s:4:\"file\";s:42:\"2016/01/2014AprilAlumni_Walker-artwork.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_Walker-artwork-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:42:\"2014AprilAlumni_Walker-artwork-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_Walker-artwork-293x350.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_Walker-artwork-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_Walker-artwork-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:42:\"2014AprilAlumni_Walker-artwork-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(737,293,'_wp_attached_file','2016/01/2013July_BlakeLangstonMilson.jpg'),(740,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2016/01/2013July_BlakeLangstonMilson.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2013July_BlakeLangstonMilson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:40:\"2013July_BlakeLangstonMilson-200x230.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(741,294,'_wp_attached_file','2016/01/2013July_EllenBarker.jpg'),(744,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:222;s:4:\"file\";s:32:\"2016/01/2013July_EllenBarker.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2013July_EllenBarker-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:32:\"2013July_EllenBarker-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:32:\"2013July_EllenBarker-270x222.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:32:\"2013July_EllenBarker-230x222.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:2;s:6:\"credit\";s:15:\"KATIE HOFFPAUIR\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365271300;s:9:\"copyright\";s:29:\"Katie Hoffpauir Photography\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(747,297,'_wp_attached_file','2016/01/2013July_EmmaDietlein.jpg'),(750,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:33:\"2016/01/2013July_EmmaDietlein.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2013July_EmmaDietlein-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2013July_EmmaDietlein-200x230.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(752,300,'_edit_lock','1452387428:3'),(755,300,'_edit_last','3'),(758,300,'spacious_page_layout','default_layout'),(770,312,'_edit_lock','1452387360:3'),(771,312,'_edit_last','3'),(773,312,'spacious_page_layout','default_layout'),(779,317,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-0.jpg'),(782,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-0.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-0-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:33:\"2010Nov1_VeteranDay-0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-0-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-0-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-0-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-0-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289419902;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"52.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(783,318,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-1.jpg'),(786,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:359;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-1-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:33:\"2010Nov1_VeteranDay-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-1-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289419933;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"52.8\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(788,320,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-3.jpg'),(791,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-3-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:33:\"2010Nov1_VeteranDay-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-3-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-3-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-3-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-3-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289420122;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(792,321,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-4.jpg'),(795,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-4-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:33:\"2010Nov1_VeteranDay-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-4-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-4-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-4-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-4-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289420144;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.4\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(798,324,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-5.jpg'),(801,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-5-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:33:\"2010Nov1_VeteranDay-5-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-5-360x350.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-5-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-5-360x300.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-5-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289420174;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"59.7\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(804,327,'_wp_attached_file','2016/01/2010Nov1_VeteranDay-6.jpg'),(807,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2016/01/2010Nov1_VeteranDay-6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-6-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:33:\"2010Nov1_VeteranDay-6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-6-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-6-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-6-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:33:\"2010Nov1_VeteranDay-6-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1289420318;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"29.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(812,335,'_wp_attached_file','2016/01/wp1-header_SchoolFront.jpg'),(815,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2016/01/wp1-header_SchoolFront.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-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:33:\"wp1-header_SchoolFront-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wp1-header_SchoolFront-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:34:\"wp1-header_SchoolFront-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(816,336,'_wp_attached_file','2016/01/wp1-header_StCecilaStatue.jpg'),(819,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/01/wp1-header_StCecilaStatue.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-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:36:\"wp1-header_StCecilaStatue-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"wp1-header_StCecilaStatue-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:37:\"wp1-header_StCecilaStatue-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(821,338,'_wp_attached_file','2016/01/wp1-header_ZoomedToSign.jpg'),(824,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:35:\"2016/01/wp1-header_ZoomedToSign.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-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:34:\"wp1-header_ZoomedToSign-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"wp1-header_ZoomedToSign-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:35:\"wp1-header_ZoomedToSign-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(827,341,'_wp_attached_file','2016/01/cropped-wp1-header_SchoolFront.jpg'),(830,341,'_wp_attachment_context','custom-header'),(833,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2016/01/cropped-wp1-header_SchoolFront.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-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:41:\"cropped-wp1-header_SchoolFront-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-wp1-header_SchoolFront-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:42:\"cropped-wp1-header_SchoolFront-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(836,341,'_wp_attachment_custom_header_last_used_spacious','1451859931'),(839,341,'_wp_attachment_is_custom_header','spacious'),(842,343,'_edit_lock','1452387294:3'),(844,343,'_edit_last','3'),(845,343,'spacious_page_layout','default_layout'),(851,347,'_wp_attached_file','2016/01/IMG_8571.jpg'),(854,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2016/01/IMG_8571.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8571-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:20:\"IMG_8571-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8571-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8571-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_8571-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_8571-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"IMG_8571-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:20:\"IMG_8571-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:2.7000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449816739;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(857,347,'_wp_attachment_image_alt','2015 Live nativity'),(862,355,'_wp_attached_file','2016/01/IMG_8581.jpg'),(865,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2016/01/IMG_8581.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8581-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:20:\"IMG_8581-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8581-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8581-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_8581-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_8581-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"IMG_8581-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:20:\"IMG_8581-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:2.7000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449817094;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(868,361,'_wp_attached_file','2016/02/2016-Pro-Life-Walk_1.jpg'),(871,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4912;s:6:\"height\";i:3264;s:4:\"file\";s:32:\"2016/02/2016-Pro-Life-Walk_1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-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:32:\"2016-Pro-Life-Walk_1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"2016-Pro-Life-Walk_1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-5N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1453286768\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(874,364,'_wp_attached_file','2016/02/2016-Pro-Life-Walk_2.jpg'),(877,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4912;s:6:\"height\";i:3264;s:4:\"file\";s:32:\"2016/02/2016-Pro-Life-Walk_2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-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:32:\"2016-Pro-Life-Walk_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"2016-Pro-Life-Walk_2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:32:\"2016-Pro-Life-Walk_2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-5N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1453286790\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(880,369,'_edit_lock','1459557785:3'),(883,369,'_edit_last','3'),(886,369,'spacious_page_layout','default_layout'),(889,373,'_wp_attached_file','2016/02/1-B-Mardi-Gras_2016.jpg'),(892,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:31:\"2016/02/1-B-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-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:31:\"1-B-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"1-B-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:31:\"1-B-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454621397\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(894,375,'_wp_attached_file','2016/02/1-L-Mardi-Gras_2016.jpg'),(897,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:31:\"2016/02/1-L-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-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:31:\"1-L-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"1-L-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:31:\"1-L-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454621651\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(900,378,'_wp_attached_file','2016/02/3rd-grade-Mardi-Gras_2016.jpg'),(903,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:37:\"2016/02/3rd-grade-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-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:37:\"3rd-grade-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"3rd-grade-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:37:\"3rd-grade-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454619868\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(904,379,'_wp_attached_file','2016/02/4th-grade-Mardi-Gras_2016.jpg'),(907,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:37:\"2016/02/4th-grade-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-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:37:\"4th-grade-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"4th-grade-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:37:\"4th-grade-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454622443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(910,382,'_wp_attached_file','2016/02/5th-grade-Student-of-the-Year-finalists-2016.jpg'),(913,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:56:\"2016/02/5th-grade-Student-of-the-Year-finalists-2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-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:56:\"5th-grade-Student-of-the-Year-finalists-2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"5th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:56:\"5th-grade-Student-of-the-Year-finalists-2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454450103\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(916,385,'_wp_attached_file','2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg'),(919,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:43:\"2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-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:43:\"8th-grade-Josie-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:43:\"8th-grade-Josie-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454626291\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(921,387,'_wp_attached_file','2016/02/8th-grade-Mardi-Gras_2016.jpg'),(924,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:37:\"2016/02/8th-grade-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-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:37:\"8th-grade-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"8th-grade-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:37:\"8th-grade-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454619410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(925,388,'_wp_attached_file','2016/02/8th-grade-Student-of-the-Year-finalists-2016.jpg'),(928,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:56:\"2016/02/8th-grade-Student-of-the-Year-finalists-2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-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:56:\"8th-grade-Student-of-the-Year-finalists-2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"8th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:56:\"8th-grade-Student-of-the-Year-finalists-2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454450202\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(931,391,'_wp_attached_file','2016/02/K-B-Mardi-Gras_2016.jpg'),(934,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:31:\"2016/02/K-B-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-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:31:\"K-B-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"K-B-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:31:\"K-B-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454620812\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.5\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(936,393,'_wp_attached_file','2016/02/PreK-Willis-Mardi-Gras_2016.jpg'),(939,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:39:\"2016/02/PreK-Willis-Mardi-Gras_2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-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:39:\"PreK-Willis-Mardi-Gras_2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"PreK-Willis-Mardi-Gras_2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:39:\"PreK-Willis-Mardi-Gras_2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454620450\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(940,394,'_wp_attached_file','2016/02/Supporters-of-the-Year-2016.jpg'),(943,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:39:\"2016/02/Supporters-of-the-Year-2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-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:39:\"Supporters-of-the-Year-2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Supporters-of-the-Year-2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:39:\"Supporters-of-the-Year-2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454450441\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(945,396,'_wp_attached_file','2016/02/Teacher-of-the-Year-2016.jpg'),(948,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:36:\"2016/02/Teacher-of-the-Year-2016.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-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:36:\"Teacher-of-the-Year-2016-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Teacher-of-the-Year-2016-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"featured-blog-large\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"featured-blog-medium\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-642x300.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featured-blog-medium-small\";a:4:{s:4:\"file\";s:36:\"Teacher-of-the-Year-2016-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454450328\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(949,399,'_edit_lock','1459559783:3'),(951,399,'_edit_last','3'),(954,400,'_edit_last','3'),(957,400,'_edit_lock','1455493200:3'),(960,400,'spacious_page_layout','default_layout'),(966,399,'spacious_page_layout','default_layout'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=469 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2015-09-16 21:23:53','2015-09-16 21:23:53','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 website. I live in Los Angeles, have a great dog named Jack, and I like piñ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://blog.scsbluejays.org/wp1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://blog.scsbluejays.org/wp1/?page_id=2',0,'page','',0),(6,1,'2016-01-02 16:46:08','2016-01-02 16:46:08','','scs_grey_cross','','inherit','open','closed','','scs_grey_cross','','','2016-01-02 16:46:08','2016-01-02 16:46:08','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/scs_grey_cross.png',0,'attachment','image/png',0),(9,1,'2016-01-02 16:46:23','2016-01-02 16:46:23','http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-scs_grey_cross.png','cropped-scs_grey_cross.png','','inherit','open','closed','','cropped-scs_grey_cross-png','','','2016-01-02 16:46:23','2016-01-02 16:46:23','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-scs_grey_cross.png',0,'attachment','image/png',0),(11,1,'2016-01-02 17:15:10','2016-01-02 17:15:10','','SCS Header','','inherit','open','closed','','wp1-header','','','2016-01-02 17:15:26','2016-01-02 17:15:26','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/wp1-header.jpg',0,'attachment','image/jpeg',0),(14,1,'2016-01-02 17:22:20','2016-01-02 17:22:20','<h2>Admission Policy</h2>\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n\r\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\r\n\r\n<a href=\"/wp1/wp-content/uploads/2016/01/Application-for-SCS-2016-2017.pdf\">Download Admissions Packet (2016-2017)</a>\r\n\r\n<strong>Priority Status One</strong>\r\n\r\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\r\n\r\nAll financial accounts must be current.\r\nAn average of no less that a \"C\" in conduct for the current year.\r\nA good discipline record. (To be determined by the Principal.)\r\nA completed registration form must be submitted by the published deadline.\r\n\r\n<strong>Priority Status Two</strong>\r\n\r\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\r\n\r\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\r\nA Catholic sibling of a student currently enrolled at St. Cecilia School\r\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\r\n\r\n<strong>Priority Status Three</strong>\r\n\r\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church Priority\r\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\n\r\n<strong>Priority Status Four</strong>\r\n\r\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\r\nOther Catholic students\r\nAll non-Catholic students\r\n\r\n<em><strong>Notes:</strong></em>\r\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\r\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\r\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\r\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\r\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\r\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\r\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\r\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\r\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<!--more-->','Admissions','','publish','closed','closed','','admissions','','','2016-01-03 01:24:15','2016-01-03 01:24:15','',0,'http://blog.scsbluejays.org/wp1/?page_id=14',0,'page','',0),(17,1,'2016-01-02 17:22:20','2016-01-02 17:22:20','<strong>Admission Policy</strong>\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n\r\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\r\n\r\nDownload Admissions Packet (2016-2017)\r\n\r\nPriority Status One\r\n\r\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\r\n\r\nAll financial accounts must be current.\r\nAn average of no less that a \"C\" in conduct for the current year.\r\nA good discipline record. (To be determined by the Principal.)\r\nA completed registration form must be submitted by the published deadline.\r\n\r\nPriority Status Two\r\n\r\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\r\n\r\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\r\nA Catholic sibling of a student currently enrolled at St. Cecilia School\r\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\r\n\r\nPriority Status Three\r\n\r\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph ChurchPriority\r\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\n\r\nPriority Status Four\r\n\r\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\r\nOther Catholic students\r\nAll non-Catholic students\r\n\r\nNotes\r\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\r\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\r\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\r\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\r\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\r\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\r\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\r\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\r\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\r\n\r\n</div>\r\n</div>\r\n</div>','Admissions','','inherit','closed','closed','','14-revision-v1','','','2016-01-02 17:22:20','2016-01-02 17:22:20','',14,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/14-revision-v1/',0,'revision','',0),(18,1,'2016-01-02 17:25:46','2016-01-02 17:25:46','','favicon','','inherit','open','closed','','favicon','','','2016-01-02 17:25:46','2016-01-02 17:25:46','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/favicon.ico',0,'attachment','image/x-icon',0),(23,1,'2016-01-02 17:27:25','2016-01-02 17:27:25',' ','','','publish','closed','closed','','23','','','2016-01-02 17:27:25','2016-01-02 17:27:25','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/23/',3,'nav_menu_item','',0),(26,1,'2016-01-02 17:31:09','2016-01-02 17:31:09','<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n\r\n<hr />\r\n\r\n<h2>TUITION</h2>\r\n[table id=1 /]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tuition','','publish','closed','closed','','tuition','','','2016-01-03 01:45:58','2016-01-03 01:45:58','',0,'http://blog.scsbluejays.org/wp1/?page_id=26',0,'page','',0),(27,1,'2016-01-02 17:30:52','2016-01-02 17:30:52','<div class=\"article_titleinner\">\r\n<h2>Tuition and Fees</h2>\r\n</div>\r\n<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h1>2016 - 2017 REGISTRATION</h1>\r\nThese fees are paid once a year.\r\nREGISTRATION IS NON-REFUNDABLE\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> 11 Monthly Payments</span></td>\r\n<td><span style=\"font-size: small;\"> 1 Yearly Payment</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> PK (PK – 4 years by Sept. 30)</span></td>\r\n<td><span style=\"font-size: small;\"> $475.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,225.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> K thru 8th</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> Number of Children</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 1</span></td>\r\n<td><span style=\"font-size: small;\"> $456.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,016.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 2</span></td>\r\n<td><span style=\"font-size: small;\"> $888.00</span></td>\r\n<td><span style=\"font-size: small;\"> $9,768.00\r\n</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 3</span></td>\r\n<td><span style=\"font-size: small;\"> $1265.05</span></td>\r\n<td><span style=\"font-size: small;\"> $13,915.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 4</span></td>\r\n<td><span style=\"font-size: small;\"> $1,637.00</span></td>\r\n<td><span style=\"font-size: small;\">$18,007.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 5</span></td>\r\n<td><span style=\"font-size: small;\"> $2,046.05</span></td>\r\n<td><span style=\"font-size: small;\"> $22,506.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 6</span></td>\r\n<td><span style=\"font-size: small;\">$2,456.00</span></td>\r\n<td><span style=\"font-size: small;\">$27,016.00</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-02 17:30:52','2016-01-02 17:30:52','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/26-revision-v1/',0,'revision','',0),(30,1,'2016-01-02 17:31:59','2016-01-02 17:31:59','The cornerstone of the spiritual formation of students at Saint Cecilia School is developing a love for the Catholic faith and Christian values within the hearts and minds of every student. This approach to spreading the Gospel message establishes an atmosphere that encourages the awareness of the presence of Jesus Christ throughout each school day. Special emphasis is placed on fostering the development of students in the image and likeness of Jesus Christ. The challenge of accepting the awesome and humbling task of teaching as Jesus did comes to our faculty from our patroness, St. Cecilia, for she obeyed God in all things and taught others about Jesus through prayer and music.\r\n\r\nOur Religion formation program encompasses many dimensions. Each day our school family begins and ends the day in school wide prayer. Students focus on a saint of the week, a weekly scripture passage and particular prayers being focused on for the month. All students attend weekly Mass on Wednesday mornings, while student prayer services are held each Thursday morning before school, whereby students attend on a voluntary basis. Throughout the liturgical year students are involved in many other experiences such as the Living Rosary, First Friday Adoration, the Way of the Cross, a Pro-Life Walk/Rosary, Penance services, the Crowning of St. Cecilia, the Blessing of the Classrooms, the Last Supper Reenactment, the All Saints Day Program, the Living Way of the Cross, retreats (grades 2-8), the Religion Fair (grades 1-5), the Live Nativity, vocation chalice/seminarian adoption, the Mass buddy program, St. Joseph’s Altar, Grandparent’s and Mother’s Day liturgies, para-liturgies (PreK-K), Youth Ministry Club (grades 4-8) and a Jr. High FAST (grades 7-8).\r\n\r\nIn an effort to help our students become more aware and concerned about the needs of others, we have developed two different methods of action which provide real life experiences of service. Each individual student is required to serve others for a designated amount of time during each nine week period (time varies depending on the grade level). Each class also adopts a service project that they work on together during the school year. Some of the organizations that our school family has supported in the past are: Sacred Heart’s Christmas Food Drive, Coats for Kids, St. Joseph’s Diner, St. Francis’ Diner, St. Jude’s Hospital, the St. Vincent de Paul Food Pantry, St. Secilia of Kenya, Food for the Poor, the Desormeaux Foundation, the diocesan Child Smile project, the 256th Infantry, Rosewood Retirement Community, Carmelite Monastery, Camelot Nursing Home and the Children’s Shelter.\r\n\r\nThe St. Cecilia Christian Leadership Award is given once a month to one student in each class who exemplifies the image of Christ through their words, actions and deeds on a daily basis. The highest honors bestowed on our students are given on the last day of school each year --- the St. Cecilia Christian Leaders of the Year Awards. These students live for Christ as they mirror our patroness in following God’s will.','Spiritual Life','','publish','closed','closed','','spiritual-life','','','2016-01-03 01:27:43','2016-01-03 01:27:43','',0,'http://blog.scsbluejays.org/wp1/?page_id=30',0,'page','',0),(33,1,'2016-01-02 17:31:59','2016-01-02 17:31:59','Spiritual Life Content Here','Spiritual Life','','inherit','closed','closed','','30-revision-v1','','','2016-01-02 17:31:59','2016-01-02 17:31:59','',30,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/30-revision-v1/',0,'revision','',0),(36,1,'2016-01-02 17:32:31','2016-01-02 17:32:31','The home of the Bluejays boasts a wide range of athletic involvement. Sports opportunities include:\r\n<ul>\r\n <li>Football</li>\r\n <li>Basketball</li>\r\n <li>Golf</li>\r\n <li>Volleyball</li>\r\n <li>Soccer</li>\r\n <li>Softball</li>\r\n <li>Baseball</li>\r\n <li>Cheerleading</li>\r\n</ul>\r\nStudents who wish to participate in activities outside the classroom may seek membership in one or more of the following organizations:\r\n<ul>\r\n <li>Junior Beta</li>\r\n <li>Youth Ministry</li>\r\n <li>Speech/Drama</li>\r\n <li>Quiz Bowl</li>\r\n <li>Liturgical Dance</li>\r\n <li>4H</li>\r\n <li>Bell Choir</li>\r\n</ul>','Extra-Curricular','','publish','closed','closed','','extra-curricular','','','2016-01-03 02:17:55','2016-01-03 02:17:55','',0,'http://blog.scsbluejays.org/wp1/?page_id=36',0,'page','',0),(38,1,'2016-01-02 17:32:31','2016-01-02 17:32:31','Extra-Curricular Content Here','Extra-Curricular','','inherit','closed','closed','','36-revision-v1','','','2016-01-02 17:32:31','2016-01-02 17:32:31','',36,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/36-revision-v1/',0,'revision','',0),(41,1,'2016-01-02 17:33:09','2016-01-02 17:33:09','<h2>In the Classroom:</h2>\r\nSt. Cecilia’s curriculum begins with the Louisiana Department of Education’s Grade Level Expectations and is enhanced with SAT 10 compendium standards. It is further refined and enriched through vertical teaming in each subject area. SRA/OpenCourt is the driving force behind our reading/language program beginning in Pre-K. Renaissance Reading comprises a significant portion of our reading program in grades 2nd thru 8th, and contributes greatly to the undeniable fact that St. Cecilia is a school filled with readers in every desirable sense of the word! Our systematic mathematics program begins in Pre-K following a logical scope and sequence through Junior high.\r\n\r\nAdministration and faculty are dedicated to the education of every child regardless of his/her learning style and ability level. Faculty members participate regularly in professional development to improve differentiated instruction and assessment. Furthermore, in an effort to reduce the exaggerated learning stressors unique to the adolescent years, SCS employs gender-specific learning environments for the majority of middle school classes, grades 6-8th. This arrangement also affords teachers the ability to differentiate according to gender influenced interests and learning styles.\r\n\r\nA vast majority of text books are available to students online and in the classroom, in addition to hard copies issued to each child. SCS students participate in the National Spelling Bee, National Geographic’s Geography Bee, and state Quiz Bowl. All students, pre-k thru 5th, participate weekly in vocal music and French enrichment. Our junior high students’ enrichment schedule includes a Technology Course, Physical Education, Library Science, and Exploratory Art.\r\n\r\nThe Individual Needs Committee meets regularly with faculty members to identify students with special learning needs and to prescribe classroom interventions and strategies to better ensure that every child has the opportunity to succeed. Our Academic Support Program (ASP) provides services to assist teachers and students in areas of need, whether it be in areas of academic deficiency, enrichment, or assistance. In addition, support services for the gifted and speech therapy are provided through the Lafayette Parish school System.\r\n\r\nIntegrated technology can be found across the curriculum in every classroom. All teachers have opportunities for extensive professional development and nearly all are Intech certified. Each classroom is equipped with student computers as well as hardware for classroom presentation. Many classrooms utilize interactive SmartBoards and all have access to such in the computer lab. Other rooms have Neo labs affording every student in the class access to word processing and AR testing. As an extension of the classroom, all classes visit the computer lab a minimum of once per week accessing a variety of application software, educational websites, and multimedia programs.\r\n<h2>SAT/ OLSAT:</h2>\r\nThe Stanford 10 achievement test is administered each spring to all students in grades first through eighth with the additional writing assessment component in 4th, 6th and 8th grades. The Otis-Lennon ability test is administered in the first, 3rd, 5th and 7th grades. Administrators compile and analyze result data to determine areas for improved curriculum alignment and, together with faculty members, create prescriptive strategies.\r\n<h2>RenWeb:</h2>\r\nParents enjoy 24/7 online access to student grades, homework assignments, test schedules, classroom policies, calendars, and more.','Curriculum','','publish','closed','closed','','curriculum','','','2016-01-03 01:16:30','2016-01-03 01:16:30','',0,'http://blog.scsbluejays.org/wp1/?page_id=41',0,'page','',0),(44,1,'2016-01-02 17:33:09','2016-01-02 17:33:09','Curriculum Content Here','Curriculum','','inherit','closed','closed','','41-revision-v1','','','2016-01-02 17:33:09','2016-01-02 17:33:09','',41,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/41-revision-v1/',0,'revision','',0),(45,1,'2016-01-02 17:33:40','2016-01-02 17:33:40','<h3>Initial Training</h3>\r\nAs per Diocesan policy, St. Cecilia provides INITIAL training to all those who are interested in becoming volunteers for the school in any capacity (chaperone, coach, room mom, etc.). These training dates are held each fall between September and November.\r\n\r\nPlease contact the school for dates.\r\n<h3>Recertification</h3>\r\n<a href=\"/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_1.pdf\">1st Time Re-certification (download form)</a>\r\n\r\n<a href=\"/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_2.pdf\">2nd Time Re-certification (download form)</a>','Safe Environment','','publish','closed','closed','','safe-environment','','','2016-01-03 01:57:42','2016-01-03 01:57:42','',0,'http://blog.scsbluejays.org/wp1/?page_id=45',0,'page','',0),(47,1,'2016-01-02 17:33:40','2016-01-02 17:33:40','Safe Environment Content Here','Safe Environment','','inherit','closed','closed','','45-revision-v1','','','2016-01-02 17:33:40','2016-01-02 17:33:40','',45,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/45-revision-v1/',0,'revision','',0),(48,1,'2016-01-02 17:34:28','2016-01-02 17:34:28','<h3>New Parents</h3>\r\nBefore you are able to use RebWeb, the school must have your email address in our system. Please email Sharon Higginbotham with your email address if needed. (<a href=\"mailto:shigginbotham@scsbluejays.org\">shigginbotham@scsbluejays.org</a>)\r\n<h3>Returning Parents</h3>\r\nThe link below should allow you to login to RebWeb from now on without having to put in your District Code and Email address each time. <a href=\"https://www.renweb.com\" target=\"_blank\">Link to RenWeb</a>','Renweb','','publish','closed','closed','','renweb','','','2016-01-03 02:00:44','2016-01-03 02:00:44','',0,'http://blog.scsbluejays.org/wp1/?page_id=48',0,'page','',0),(51,1,'2016-01-02 17:34:28','2016-01-02 17:34:28','Renweb Content Here\r\n\r\n \r\n\r\nNew Parents\r\n\r\n \r\n\r\nReturning Parents','Renweb','','inherit','closed','closed','','48-revision-v1','','','2016-01-02 17:34:28','2016-01-02 17:34:28','',48,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/48-revision-v1/',0,'revision','',0),(53,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','53','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/53/',7,'nav_menu_item','',0),(56,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','56','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/56/',8,'nav_menu_item','',0),(59,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','59','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/59/',3,'nav_menu_item','',0),(62,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','62','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/62/',4,'nav_menu_item','',0),(65,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','65','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/65/',5,'nav_menu_item','',0),(68,1,'2016-01-02 17:35:53','2016-01-02 17:35:53',' ','','','publish','closed','closed','','68','','','2016-01-02 17:35:53','2016-01-02 17:35:53','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/68/',6,'nav_menu_item','',0),(71,1,'2016-01-02 17:38:38','2016-01-02 17:38:38','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n<hr />\r\n\r\n \r\n\r\n[caption id=\"attachment_237\" align=\"alignleft\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','publish','closed','closed','','home','','','2016-01-03 02:16:52','2016-01-03 02:16:52','',0,'http://blog.scsbluejays.org/wp1/?page_id=71',0,'page','',0),(74,1,'2016-01-02 17:38:38','2016-01-02 17:38:38','Living Our Strengths Through Service','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-02 17:38:38','2016-01-02 17:38:38','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/71-revision-v1/',0,'revision','',0),(75,1,'2016-01-02 17:39:30','2016-01-02 17:39:30',' ','','','publish','closed','closed','','75','','','2016-01-02 17:39:30','2016-01-02 17:39:30','',0,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/75/',1,'nav_menu_item','',0),(80,1,'2016-01-03 02:49:13','2016-01-03 02:49:13','<strong>[title]</strong>\r\n\r\n[when]\r\n[location]\r\n<div>[description]</div>\r\n[link newwindow=\"yes\"]See more details[/link]','SCS Calendar','','publish','closed','closed','','scs-calendar','','','2016-01-03 02:52:25','2016-01-03 02:52:25','',0,'http://blog.scsbluejays.org/wp1/?post_type=calendar&p=80',0,'calendar','',0),(84,1,'2016-01-03 02:15:33','2016-01-03 02:15:33','<h2>Our History</h2>\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\n<h2>Our Staff</h2>\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working tow\n\n[caption id=\"attachment_237\" align=\"alignleft\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\n\nard a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\n\n \n\n<hr />\n\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-autosave-v1','','','2016-01-03 02:15:33','2016-01-03 02:15:33','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/71-autosave-v1/',0,'revision','',0),(87,1,'2016-01-02 23:57:53','2016-01-02 23:57:53','<h2 style=\"text-align: center;\"><span style=\"color: #003366;\"><strong><em>\"Living Our Strengths Through Service\"</em></strong></span></h2>\r\n<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does.','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-02 23:57:53','2016-01-02 23:57:53','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/02/71-revision-v1/',0,'revision','',0),(90,1,'2016-01-03 00:02:43','2016-01-03 00:02:43','<table border=\"0\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"54%\"></td>\r\n<td width=\"3%\"></td>\r\n<td width=\"43%\"></td>\r\n</tr>\r\n<tr>\r\n<td>PRINCIPAL</td>\r\n<td></td>\r\n<td><a href=\"mailto:gfontenot@scsbluejays.org\">George K. Fontenot</a></td>\r\n</tr>\r\n<tr>\r\n<td>DIRECTOR OF CURRICULUM/Instruction</td>\r\n<td></td>\r\n<td><a href=\"mailto:tboone@scsbluejays.org\">Tara Boone</a></td>\r\n</tr>\r\n<tr>\r\n<td>DIRECTOR OF STUDENT SERVICES/Discipline</td>\r\n<td></td>\r\n<td><a href=\"mailto:mlanglinais@scsbluejays.org\">Michelle Langlinais</a></td>\r\n</tr>\r\n<tr>\r\n<td>DEVELOPMENT DIRECTOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:jconzelmann@scsbluejays.org\">Jennifer Conzelmann</a></td>\r\n</tr>\r\n<tr>\r\n<td>RELIGION ADMINISTRATOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:lmelancon@scsbluejays.org\">Lisa Melancon</a></td>\r\n</tr>\r\n<tr>\r\n<td>RELIGION ADMINISTRATOR ASSISTANT</td>\r\n<td></td>\r\n<td><a href=\"mailto:dgary@scsbluejays.org\">Dawn Gary</a></td>\r\n</tr>\r\n<tr>\r\n<td>GUIDANCE COUNSELOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:hleger@scsbluejays.org\">Holly Leger</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>PRE-KINDERGARTEN</td>\r\n<td></td>\r\n<td>Allison Girouard\r\nLeslie Willis</td>\r\n</tr>\r\n<tr>\r\n<td>PRE- K AIDES</td>\r\n<td></td>\r\n<td>Brenda Reaux\r\nAdele Bodin</td>\r\n</tr>\r\n<tr>\r\n<td height=\"31\">KINDERGARTEN</td>\r\n<td></td>\r\n<td>Cristy Savoie\r\nHeather Bertrand</td>\r\n</tr>\r\n<tr>\r\n<td>KINDERGARTEN AIDES</td>\r\n<td></td>\r\n<td>Susan Davenport\r\nLisa Patin</td>\r\n</tr>\r\n<tr>\r\n<td>FIRST GRADE</td>\r\n<td></td>\r\n<td>Lisa Dugas\r\nRachel Hebert</td>\r\n</tr>\r\n<tr>\r\n<td>FIRST GRADE AIDE</td>\r\n<td></td>\r\n<td>Chrisi Vidrine\r\nSean Matt</td>\r\n</tr>\r\n<tr>\r\n<td>SECOND GRADE</td>\r\n<td></td>\r\n<td>Michelle Melancon\r\nTerri Brungart</td>\r\n</tr>\r\n<tr>\r\n<td>THIRD GRADE</td>\r\n<td></td>\r\n<td>Brandy Hollier\r\nGenee\' Champagne</td>\r\n</tr>\r\n<tr>\r\n<td>FOURTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Linda Robichaux\r\nKayla Pere’</td>\r\n</tr>\r\n<tr>\r\n<td>FIFTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Michelle Benson\r\nAngela Forbes</td>\r\n</tr>\r\n<tr>\r\n<td>SIXTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Monique Terracina (Science)\r\nLacia Boudreaux (Math)</td>\r\n</tr>\r\n<tr>\r\n<td>SEVENTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Loretta LeDoux (Social Studies 6-7)\r\nAndrea Hebert (Language/Reading 6-7)</td>\r\n</tr>\r\n<tr>\r\n<td>EIGHTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Melanie Voisin (Language/Reading 7-8)\r\nKristen Dunbar (Religion)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>ALGEBRA</td>\r\n<td></td>\r\n<td>Michelle Langlinais (8th)</td>\r\n</tr>\r\n<tr>\r\n<td>SOCIAL STUDIES / ASP</td>\r\n<td></td>\r\n<td>Christopher Giordano (8th)</td>\r\n</tr>\r\n<tr>\r\n<td>ASP</td>\r\n<td></td>\r\n<td>Denise Fontenot</td>\r\n</tr>\r\n<tr>\r\n<td>MUSIC/ASP</td>\r\n<td></td>\r\n<td>Beth Hebert</td>\r\n</tr>\r\n<tr>\r\n<td>LIBRARIAN</td>\r\n<td></td>\r\n<td>Sonia Renard</td>\r\n</tr>\r\n<tr>\r\n<td>LIBRARY ASSISTANT</td>\r\n<td></td>\r\n<td>Natalie Johnson</td>\r\n</tr>\r\n<tr>\r\n<td>PHYSICAL EDUCATION</td>\r\n<td></td>\r\n<td>Dina Capritto</td>\r\n</tr>\r\n<tr>\r\n<td>ATHLETIC DIRECTOR</td>\r\n<td></td>\r\n<td>Chuck Soprano</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>TECHNOLOGY COORDINATOR</td>\r\n<td></td>\r\n<td>Claire Carluen</td>\r\n</tr>\r\n<tr>\r\n<td>FRENCH/ASP</td>\r\n<td></td>\r\n<td>Jill Barousse</td>\r\n</tr>\r\n<tr>\r\n<td>AFTER SCHOOL CARE MANAGER</td>\r\n<td></td>\r\n<td>Debi Baer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>BOOKKEEPER</td>\r\n<td></td>\r\n<td>Dana Ledet</td>\r\n</tr>\r\n<tr>\r\n<td>SECRETARY</td>\r\n<td></td>\r\n<td>Sharon Higginbotham</td>\r\n</tr>\r\n<tr>\r\n<td>SECRETARY</td>\r\n<td></td>\r\n<td>Robyn Heliickson</td>\r\n</tr>\r\n<tr>\r\n<td>CUSTODIAN</td>\r\n<td></td>\r\n<td>JoAnna Sam</td>\r\n</tr>\r\n<tr>\r\n<td>CUSTODIAN</td>\r\n<td></td>\r\n<td>Alzina St. Julien</td>\r\n</tr>\r\n</tbody>\r\n</table>','Faculty and Staff','','publish','closed','closed','','faculty-and-staff','','','2016-01-03 00:02:43','2016-01-03 00:02:43','',0,'http://blog.scsbluejays.org/wp1/?page_id=90',0,'page','',0),(92,1,'2016-01-03 00:02:43','2016-01-03 00:02:43','<table border=\"0\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"54%\"></td>\r\n<td width=\"3%\"></td>\r\n<td width=\"43%\"></td>\r\n</tr>\r\n<tr>\r\n<td>PRINCIPAL</td>\r\n<td></td>\r\n<td><a href=\"mailto:gfontenot@scsbluejays.org\">George K. Fontenot</a></td>\r\n</tr>\r\n<tr>\r\n<td>DIRECTOR OF CURRICULUM/Instruction</td>\r\n<td></td>\r\n<td><a href=\"mailto:tboone@scsbluejays.org\">Tara Boone</a></td>\r\n</tr>\r\n<tr>\r\n<td>DIRECTOR OF STUDENT SERVICES/Discipline</td>\r\n<td></td>\r\n<td><a href=\"mailto:mlanglinais@scsbluejays.org\">Michelle Langlinais</a></td>\r\n</tr>\r\n<tr>\r\n<td>DEVELOPMENT DIRECTOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:jconzelmann@scsbluejays.org\">Jennifer Conzelmann</a></td>\r\n</tr>\r\n<tr>\r\n<td>RELIGION ADMINISTRATOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:lmelancon@scsbluejays.org\">Lisa Melancon</a></td>\r\n</tr>\r\n<tr>\r\n<td>RELIGION ADMINISTRATOR ASSISTANT</td>\r\n<td></td>\r\n<td><a href=\"mailto:dgary@scsbluejays.org\">Dawn Gary</a></td>\r\n</tr>\r\n<tr>\r\n<td>GUIDANCE COUNSELOR</td>\r\n<td></td>\r\n<td><a href=\"mailto:hleger@scsbluejays.org\">Holly Leger</a></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>PRE-KINDERGARTEN</td>\r\n<td></td>\r\n<td>Allison Girouard\r\nLeslie Willis</td>\r\n</tr>\r\n<tr>\r\n<td>PRE- K AIDES</td>\r\n<td></td>\r\n<td>Brenda Reaux\r\nAdele Bodin</td>\r\n</tr>\r\n<tr>\r\n<td height=\"31\">KINDERGARTEN</td>\r\n<td></td>\r\n<td>Cristy Savoie\r\nHeather Bertrand</td>\r\n</tr>\r\n<tr>\r\n<td>KINDERGARTEN AIDES</td>\r\n<td></td>\r\n<td>Susan Davenport\r\nLisa Patin</td>\r\n</tr>\r\n<tr>\r\n<td>FIRST GRADE</td>\r\n<td></td>\r\n<td>Lisa Dugas\r\nRachel Hebert</td>\r\n</tr>\r\n<tr>\r\n<td>FIRST GRADE AIDE</td>\r\n<td></td>\r\n<td>Chrisi Vidrine\r\nSean Matt</td>\r\n</tr>\r\n<tr>\r\n<td>SECOND GRADE</td>\r\n<td></td>\r\n<td>Michelle Melancon\r\nTerri Brungart</td>\r\n</tr>\r\n<tr>\r\n<td>THIRD GRADE</td>\r\n<td></td>\r\n<td>Brandy Hollier\r\nGenee\' Champagne</td>\r\n</tr>\r\n<tr>\r\n<td>FOURTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Linda Robichaux\r\nKayla Pere’</td>\r\n</tr>\r\n<tr>\r\n<td>FIFTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Michelle Benson\r\nAngela Forbes</td>\r\n</tr>\r\n<tr>\r\n<td>SIXTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Monique Terracina (Science)\r\nLacia Boudreaux (Math)</td>\r\n</tr>\r\n<tr>\r\n<td>SEVENTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Loretta LeDoux (Social Studies 6-7)\r\nAndrea Hebert (Language/Reading 6-7)</td>\r\n</tr>\r\n<tr>\r\n<td>EIGHTH GRADE HOMEROOM</td>\r\n<td></td>\r\n<td>Melanie Voisin (Language/Reading 7-8)\r\nKristen Dunbar (Religion)</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>ALGEBRA</td>\r\n<td></td>\r\n<td>Michelle Langlinais (8th)</td>\r\n</tr>\r\n<tr>\r\n<td>SOCIAL STUDIES / ASP</td>\r\n<td></td>\r\n<td>Christopher Giordano (8th)</td>\r\n</tr>\r\n<tr>\r\n<td>ASP</td>\r\n<td></td>\r\n<td>Denise Fontenot</td>\r\n</tr>\r\n<tr>\r\n<td>MUSIC/ASP</td>\r\n<td></td>\r\n<td>Beth Hebert</td>\r\n</tr>\r\n<tr>\r\n<td>LIBRARIAN</td>\r\n<td></td>\r\n<td>Sonia Renard</td>\r\n</tr>\r\n<tr>\r\n<td>LIBRARY ASSISTANT</td>\r\n<td></td>\r\n<td>Natalie Johnson</td>\r\n</tr>\r\n<tr>\r\n<td>PHYSICAL EDUCATION</td>\r\n<td></td>\r\n<td>Dina Capritto</td>\r\n</tr>\r\n<tr>\r\n<td>ATHLETIC DIRECTOR</td>\r\n<td></td>\r\n<td>Chuck Soprano</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>TECHNOLOGY COORDINATOR</td>\r\n<td></td>\r\n<td>Claire Carluen</td>\r\n</tr>\r\n<tr>\r\n<td>FRENCH/ASP</td>\r\n<td></td>\r\n<td>Jill Barousse</td>\r\n</tr>\r\n<tr>\r\n<td>AFTER SCHOOL CARE MANAGER</td>\r\n<td></td>\r\n<td>Debi Baer</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>BOOKKEEPER</td>\r\n<td></td>\r\n<td>Dana Ledet</td>\r\n</tr>\r\n<tr>\r\n<td>SECRETARY</td>\r\n<td></td>\r\n<td>Sharon Higginbotham</td>\r\n</tr>\r\n<tr>\r\n<td>SECRETARY</td>\r\n<td></td>\r\n<td>Robyn Heliickson</td>\r\n</tr>\r\n<tr>\r\n<td>CUSTODIAN</td>\r\n<td></td>\r\n<td>JoAnna Sam</td>\r\n</tr>\r\n<tr>\r\n<td>CUSTODIAN</td>\r\n<td></td>\r\n<td>Alzina St. Julien</td>\r\n</tr>\r\n</tbody>\r\n</table>','Faculty and Staff','','inherit','closed','closed','','90-revision-v1','','','2016-01-03 00:02:43','2016-01-03 00:02:43','',90,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/90-revision-v1/',0,'revision','',0),(95,1,'2016-01-03 00:04:44','2016-01-03 00:04:44','<h2 style=\"text-align: center;\"><span style=\"color: #003366;\"><strong><em>\"Living Our Strengths Through Service\"</em></strong></span></h2>\r\n<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 00:04:44','2016-01-03 00:04:44','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(99,1,'2015-03-06 00:10:34','2015-03-06 00:10:34','We\'d like to extend our thanks to our event sponsors. Proceeds from this event benefit our Capital Campaign Phase I.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg\" rel=\"attachment wp-att-102\"><img class=\"alignnone wp-image-102\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt-300x249.jpg\" alt=\"2015FunShootTshirt\" width=\"180\" height=\"149\" /></a>\r\n<h3><strong>We\'d like to thank our Benelli sponsors!</strong></h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" rel=\"attachment wp-att-105\"><img class=\"alignnone wp-image-105\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" alt=\"2015FunShootBenelliSponsors\" width=\"571\" height=\"624\" /></a>\r\n<h3>We\'d like to thank our Browning Sponsors!</h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" rel=\"attachment wp-att-108\"><img class=\"alignnone wp-image-108\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" alt=\"2015FunShootBrowningSponsors\" width=\"565\" height=\"338\" /></a>','7th Annual St. Cecilia Fun Shoot','','publish','closed','closed','','7th-annual-st-cecilia-fun-shoot','','','2016-01-03 00:40:28','2016-01-03 00:40:28','',0,'http://blog.scsbluejays.org/wp1/?p=99',0,'post','',0),(102,1,'2016-01-03 00:09:21','2016-01-03 00:09:21','','2015FunShootTshirt','','inherit','closed','closed','','2015funshoottshirt','','','2016-01-03 00:09:21','2016-01-03 00:09:21','',99,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg',0,'attachment','image/jpeg',0),(110,1,'2016-01-03 00:10:34','2016-01-03 00:10:34','We\'d like to extend our thanks to our event sponsors. Proceeds from this event benefit our Capital Campaign Phase I.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg\" rel=\"attachment wp-att-102\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt-300x249.jpg\" alt=\"2015FunShootTshirt\" width=\"300\" height=\"249\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" rel=\"attachment wp-att-105\"><img class=\"alignnone size-medium wp-image-105\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" alt=\"2015FunShootBenelliSponsors\" width=\"236\" height=\"203\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" rel=\"attachment wp-att-108\"><img class=\"alignnone wp-image-108\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" alt=\"2015FunShootBrowningSponsors\" width=\"239\" height=\"138\" /></a>','7th Annual St. Cecilia Fun Shoot','','inherit','closed','closed','','99-revision-v1','','','2016-01-03 00:10:34','2016-01-03 00:10:34','',99,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/99-revision-v1/',0,'revision','',0),(117,1,'2016-01-03 00:19:43','2016-01-03 00:19:43','We\'d like to extend our thanks to our event sponsors. Proceeds from this event benefit our Capital Campaign Phase I.\n\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg\" rel=\"attachment wp-att-102\"><img class=\"alignnone size-medium wp-image-102\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt-300x249.jpg\" alt=\"2015FunShootTshirt\" width=\"300\" height=\"249\" /></a>\n\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" rel=\"attachment wp-att-105\"><img class=\"alignnone size-full wp-image-105\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" alt=\"2015FunShootBenelliSponsors\" width=\"236\" height=\"203\" /></a>\n\n ','7th Annual St. Cecilia Fun Shoot','','inherit','closed','closed','','99-autosave-v1','','','2016-01-03 00:19:43','2016-01-03 00:19:43','',99,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/99-autosave-v1/',0,'revision','',0),(125,1,'2016-01-03 00:37:49','2016-01-03 00:37:49','','2015FunShootBenelliSponsors','','inherit','closed','closed','','2015funshootbenellisponsors','','','2016-01-03 00:37:49','2016-01-03 00:37:49','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg',0,'attachment','image/jpeg',0),(128,1,'2016-01-03 00:37:53','2016-01-03 00:37:53','','2015FunShootBrowningSponsors','','inherit','closed','closed','','2015funshootbrowningsponsors','','','2016-01-03 00:37:53','2016-01-03 00:37:53','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg',0,'attachment','image/jpeg',0),(129,1,'2016-01-03 00:39:51','2016-01-03 00:39:51','We\'d like to extend our thanks to our event sponsors. Proceeds from this event benefit our Capital Campaign Phase I.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg\" rel=\"attachment wp-att-102\"><img class=\"alignnone wp-image-102\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt-300x249.jpg\" alt=\"2015FunShootTshirt\" width=\"180\" height=\"149\" /></a>\r\n<h3><strong>We\'d like to thank our Bennelli sponsors!</strong></h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" rel=\"attachment wp-att-105\"><img class=\"alignnone wp-image-105\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" alt=\"2015FunShootBenelliSponsors\" width=\"571\" height=\"624\" /></a>\r\n<h3>We\'d like to thank our Browning Sponsors!</h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" rel=\"attachment wp-att-108\"><img class=\"alignnone wp-image-108\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" alt=\"2015FunShootBrowningSponsors\" width=\"565\" height=\"338\" /></a>','7th Annual St. Cecilia Fun Shoot','','inherit','closed','closed','','99-revision-v1','','','2016-01-03 00:39:51','2016-01-03 00:39:51','',99,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/99-revision-v1/',0,'revision','',0),(131,1,'2016-01-03 00:40:28','2016-01-03 00:40:28','We\'d like to extend our thanks to our event sponsors. Proceeds from this event benefit our Capital Campaign Phase I.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt.jpg\" rel=\"attachment wp-att-102\"><img class=\"alignnone wp-image-102\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootTshirt-300x249.jpg\" alt=\"2015FunShootTshirt\" width=\"180\" height=\"149\" /></a>\r\n<h3><strong>We\'d like to thank our Benelli sponsors!</strong></h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" rel=\"attachment wp-att-105\"><img class=\"alignnone wp-image-105\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBenelliSponsors.jpg\" alt=\"2015FunShootBenelliSponsors\" width=\"571\" height=\"624\" /></a>\r\n<h3>We\'d like to thank our Browning Sponsors!</h3>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" rel=\"attachment wp-att-108\"><img class=\"alignnone wp-image-108\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015FunShootBrowningSponsors.jpg\" alt=\"2015FunShootBrowningSponsors\" width=\"565\" height=\"338\" /></a>','7th Annual St. Cecilia Fun Shoot','','inherit','closed','closed','','99-revision-v1','','','2016-01-03 00:40:28','2016-01-03 00:40:28','',99,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/99-revision-v1/',0,'revision','',0),(132,1,'2015-01-21 00:41:50','2015-01-21 00:41:50','After the school Mass on January 21st, the St. Cecilia School community participated in a Pro-Life March. The students, faculty and staff, parents, relatives and friends marched while praying the Rosary in solidarity for respect for all life, especially for the unborn. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\nOn the eve of the forty-second anniversary of Roe v. Wade, St. Cecilia School prayed for the Lord to grant us peace, courage and patience on our journey to protect, defend and honor life. As the students made their way to the front of school, Ms. Sarah Mary Toce and Maria Moran from the office of Louisiana Right to Life presented to the students facts and information about the protection of all life, from conception until natural death.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0.jpg\" rel=\"attachment wp-att-137\"><img class=\"alignnone size-medium wp-image-137\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_0\" width=\"300\" height=\"225\" /> </a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_1.jpg\" rel=\"attachment wp-att-140\"><img class=\"alignnone size-medium wp-image-140\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_1-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_1\" width=\"300\" height=\"225\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0.jpg\" rel=\"attachment wp-att-137\">\r\n</a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_2.jpg\" rel=\"attachment wp-att-143\"><img class=\"alignnone wp-image-143\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_2-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_2\" width=\"616\" height=\"462\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_3.jpg\" rel=\"attachment wp-att-144\"><img class=\"alignnone wp-image-144\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_3-225x300.jpg\" alt=\"2015Jan21ProLifeMarch_3\" width=\"364\" height=\"485\" /></a>','2015 Pro Life March','','publish','closed','closed','','2015-pro-life-march','','','2016-01-03 00:46:37','2016-01-03 00:46:37','',0,'http://blog.scsbluejays.org/wp1/?p=132',0,'post','',0),(135,1,'2016-01-03 00:42:38','2016-01-03 00:42:38','After the school Mass on January 21st, the St. Cecilia School community participated in a Pro-Life March. The students, faculty and staff, parents, relatives and friends marched while praying the Rosary in solidarity for respect for all life, especially for the unborn. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\nOn the eve of the forty-second anniversary of Roe v. Wade, St. Cecilia School prayed for the Lord to grant us peace, courage and patience on our journey to protect, defend and honor life. As the students made their way to the front of school, Ms. Sarah Mary Toce and Maria Moran from the office of Louisiana Right to Life presented to the students facts and information about the protection of all life, from conception until natural death.','2015 Pro Life March','','inherit','closed','closed','','132-revision-v1','','','2016-01-03 00:42:38','2016-01-03 00:42:38','',132,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/132-revision-v1/',0,'revision','',0),(137,1,'2016-01-03 00:43:25','2016-01-03 00:43:25','','2015Jan21ProLifeMarch_0','','inherit','closed','closed','','2015jan21prolifemarch_0','','','2016-01-03 00:44:13','2016-01-03 00:44:13','',132,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0.jpg',0,'attachment','image/jpeg',0),(140,1,'2016-01-03 00:43:29','2016-01-03 00:43:29','','2015Jan21ProLifeMarch_1','','inherit','closed','closed','','2015jan21prolifemarch_1','','','2016-01-03 00:44:28','2016-01-03 00:44:28','',132,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_1.jpg',0,'attachment','image/jpeg',0),(143,1,'2016-01-03 00:43:36','2016-01-03 00:43:36','','2015Jan21ProLifeMarch_2','','inherit','closed','closed','','2015jan21prolifemarch_2','','','2016-01-03 00:44:35','2016-01-03 00:44:35','',132,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_2.jpg',0,'attachment','image/jpeg',0),(144,1,'2016-01-03 00:43:42','2016-01-03 00:43:42','','2015Jan21ProLifeMarch_3','','inherit','closed','closed','','2015jan21prolifemarch_3','','','2016-01-03 00:44:48','2016-01-03 00:44:48','',132,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_3.jpg',0,'attachment','image/jpeg',0),(147,1,'2016-01-03 00:45:06','2016-01-03 00:45:06','After the school Mass on January 21st, the St. Cecilia School community participated in a Pro-Life March. The students, faculty and staff, parents, relatives and friends marched while praying the Rosary in solidarity for respect for all life, especially for the unborn. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\nOn the eve of the forty-second anniversary of Roe v. Wade, St. Cecilia School prayed for the Lord to grant us peace, courage and patience on our journey to protect, defend and honor life. As the students made their way to the front of school, Ms. Sarah Mary Toce and Maria Moran from the office of Louisiana Right to Life presented to the students facts and information about the protection of all life, from conception until natural death.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0.jpg\" rel=\"attachment wp-att-137\"><img class=\"alignnone size-medium wp-image-137\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_0\" width=\"300\" height=\"225\" /> </a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_1.jpg\" rel=\"attachment wp-att-140\"><img class=\"alignnone size-medium wp-image-140\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_1-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_1\" width=\"300\" height=\"225\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_0.jpg\" rel=\"attachment wp-att-137\">\r\n</a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_2.jpg\" rel=\"attachment wp-att-143\"><img class=\"alignnone wp-image-143\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_2-300x225.jpg\" alt=\"2015Jan21ProLifeMarch_2\" width=\"616\" height=\"462\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_3.jpg\" rel=\"attachment wp-att-144\"><img class=\"alignnone wp-image-144\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015Jan21ProLifeMarch_3-225x300.jpg\" alt=\"2015Jan21ProLifeMarch_3\" width=\"364\" height=\"485\" /></a>','2015 Pro Life March','','inherit','closed','closed','','132-revision-v1','','','2016-01-03 00:45:06','2016-01-03 00:45:06','',132,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/132-revision-v1/',0,'revision','',0),(155,1,'2016-01-03 01:15:59','2016-01-03 01:15:59','<h2>In the Classroom:</h2>\n<h2>St. Cecilia’s curriculum begins with the Louisiana Department of Education’s Grade Level Expectations and is enhanced with SAT 10 compendium standards. It is further refined and enriched through vertical teaming in each subject area. SRA/OpenCourt is the driving force behind our reading/language program beginning in Pre-K. Renaissance Reading comprises a significant portion of our reading program in grades 2nd thru 8th, and contributes greatly to the undeniable fact that St. Cecilia is a school filled with readers in every desirable sense of the word! Our systematic mathematics program begins in Pre-K following a logical scope and sequence through Junior high.\n\nAdministration and faculty are dedicated to the education of every child regardless of his/her learning style and ability level. Faculty members participate regularly in professional development to improve differentiated instruction and assessment. Furthermore, in an effort to reduce the exaggerated learning stressors unique to the adolescent years, SCS employs gender-specific learning environments for the majority of middle school classes, grades 6-8th. This arrangement also affords teachers the ability to differentiate according to gender influenced interests and learning styles.\n\nA vast majority of text books are available to students online and in the classroom, in addition to hard copies issued to each child. SCS students participate in the National Spelling Bee, National Geographic’s Geography Bee, and state Quiz Bowl. All students, pre-k thru 5th, participate weekly in vocal music and French enrichment. Our junior high students’ enrichment schedule includes a Technology Course, Physical Education, Library Science, and Exploratory Art.\n\nThe Individual Needs Committee meets regularly with faculty members to identify students with special learning needs and to prescribe classroom interventions and strategies to better ensure that every child has the opportunity to succeed. Our Academic Support Program (ASP) provides services to assist teachers and students in areas of need, whether it be in areas of academic deficiency, enrichment, or assistance. In addition, support services for the gifted and speech therapy are provided through the Lafayette Parish school System.\n\nIntegrated technology can be found across the curriculum in every classroom. All teachers have opportunities for extensive professional development and nearly all are Intech certified. Each classroom is equipped with student computers as well as hardware for classroom presentation. Many classrooms utilize interactive SmartBoards and all have access to such in the computer lab. Other rooms have Neo labs affording every student in the class access to word processing and AR testing. As an extension of the classroom, all classes visit the computer lab a minimum of once per week accessing a variety of application software, educational websites, and multimedia programs.\n\n<h2>SAT/ OLSAT:</h2>\nThe Stanford 10 achievement test is administered each spring to all students in grades first through eighth with the additional writing assessment component in 4th, 6th and 8th grades. The Otis-Lennon ability test is administered in the first, 3rd, 5th and 7th grades. Administrators compile and analyze result data to determine areas for improved curriculum alignment and, together with faculty members, create prescriptive strategies.\n\n<h2RenWeb:</h2>\n\nParents enjoy 24/7 online access to student grades, homework assignments, test schedules, classroom policies, calendars, and more.','Curriculum','','inherit','closed','closed','','41-autosave-v1','','','2016-01-03 01:15:59','2016-01-03 01:15:59','',41,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/41-autosave-v1/',0,'revision','',0),(156,1,'2016-01-03 01:16:30','2016-01-03 01:16:30','<h2>In the Classroom:</h2>\r\nSt. Cecilia’s curriculum begins with the Louisiana Department of Education’s Grade Level Expectations and is enhanced with SAT 10 compendium standards. It is further refined and enriched through vertical teaming in each subject area. SRA/OpenCourt is the driving force behind our reading/language program beginning in Pre-K. Renaissance Reading comprises a significant portion of our reading program in grades 2nd thru 8th, and contributes greatly to the undeniable fact that St. Cecilia is a school filled with readers in every desirable sense of the word! Our systematic mathematics program begins in Pre-K following a logical scope and sequence through Junior high.\r\n\r\nAdministration and faculty are dedicated to the education of every child regardless of his/her learning style and ability level. Faculty members participate regularly in professional development to improve differentiated instruction and assessment. Furthermore, in an effort to reduce the exaggerated learning stressors unique to the adolescent years, SCS employs gender-specific learning environments for the majority of middle school classes, grades 6-8th. This arrangement also affords teachers the ability to differentiate according to gender influenced interests and learning styles.\r\n\r\nA vast majority of text books are available to students online and in the classroom, in addition to hard copies issued to each child. SCS students participate in the National Spelling Bee, National Geographic’s Geography Bee, and state Quiz Bowl. All students, pre-k thru 5th, participate weekly in vocal music and French enrichment. Our junior high students’ enrichment schedule includes a Technology Course, Physical Education, Library Science, and Exploratory Art.\r\n\r\nThe Individual Needs Committee meets regularly with faculty members to identify students with special learning needs and to prescribe classroom interventions and strategies to better ensure that every child has the opportunity to succeed. Our Academic Support Program (ASP) provides services to assist teachers and students in areas of need, whether it be in areas of academic deficiency, enrichment, or assistance. In addition, support services for the gifted and speech therapy are provided through the Lafayette Parish school System.\r\n\r\nIntegrated technology can be found across the curriculum in every classroom. All teachers have opportunities for extensive professional development and nearly all are Intech certified. Each classroom is equipped with student computers as well as hardware for classroom presentation. Many classrooms utilize interactive SmartBoards and all have access to such in the computer lab. Other rooms have Neo labs affording every student in the class access to word processing and AR testing. As an extension of the classroom, all classes visit the computer lab a minimum of once per week accessing a variety of application software, educational websites, and multimedia programs.\r\n<h2>SAT/ OLSAT:</h2>\r\nThe Stanford 10 achievement test is administered each spring to all students in grades first through eighth with the additional writing assessment component in 4th, 6th and 8th grades. The Otis-Lennon ability test is administered in the first, 3rd, 5th and 7th grades. Administrators compile and analyze result data to determine areas for improved curriculum alignment and, together with faculty members, create prescriptive strategies.\r\n<h2>RenWeb:</h2>\r\nParents enjoy 24/7 online access to student grades, homework assignments, test schedules, classroom policies, calendars, and more.','Curriculum','','inherit','closed','closed','','41-revision-v1','','','2016-01-03 01:16:30','2016-01-03 01:16:30','',41,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/41-revision-v1/',0,'revision','',0),(159,1,'2016-01-03 01:18:29','2016-01-03 01:18:29','<h2>Admission Policy</h2>\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n\r\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\r\n\r\nDownload Admissions Packet (2016-2017)\r\n\r\n<strong>Priority Status One</strong>\r\n\r\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\r\n\r\nAll financial accounts must be current.\r\nAn average of no less that a \"C\" in conduct for the current year.\r\nA good discipline record. (To be determined by the Principal.)\r\nA completed registration form must be submitted by the published deadline.\r\n\r\n<strong>Priority Status Two</strong>\r\n\r\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\r\n\r\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\r\nA Catholic sibling of a student currently enrolled at St. Cecilia School\r\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\r\n\r\n<strong>Priority Status Three</strong>\r\n\r\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church Priority\r\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\n\r\n<strong>Priority Status Four</strong>\r\n\r\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\r\nOther Catholic students\r\nAll non-Catholic students\r\n\r\n<em><strong>Notes:</strong></em>\r\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\r\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\r\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\r\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\r\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\r\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\r\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\r\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\r\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\r\n\r\n</div>\r\n</div>\r\n</div>','Admissions','','inherit','closed','closed','','14-revision-v1','','','2016-01-03 01:18:29','2016-01-03 01:18:29','',14,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/14-revision-v1/',0,'revision','',0),(162,1,'2016-01-03 01:19:27','2016-01-03 01:19:27','','Application for SCS 2016-2017','','inherit','closed','closed','','application-for-scs-2016-2017','','','2016-01-03 01:19:27','2016-01-03 01:19:27','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/Application-for-SCS-2016-2017.pdf',0,'attachment','application/pdf',0),(165,1,'2016-01-03 01:21:44','2016-01-03 01:21:44','<h2>Admission Policy</h2>\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n<div class=\"field-items\">\n<div class=\"field-item even\">\n\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\n\nDownload Admissions Packet (2016-2017)\n\n \n\n<strong>Priority Status One</strong>\n\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\n\nAll financial accounts must be current.\nAn average of no less that a \"C\" in conduct for the current year.\nA good discipline record. (To be determined by the Principal.)\nA completed registration form must be submitted by the published deadline.\n\n<strong>Priority Status Two</strong>\n\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\n\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\nA Catholic sibling of a student currently enrolled at St. Cecilia School\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\n\n<strong>Priority Status Three</strong>\n\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church Priority\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\n\n<strong>Priority Status Four</strong>\n\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\nOther Catholic students\nAll non-Catholic students\n\n<em><strong>Notes:</strong></em>\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\n\n</div>\n</div>\n</div>\n<!--more-->','Admissions','','inherit','closed','closed','','14-autosave-v1','','','2016-01-03 01:21:44','2016-01-03 01:21:44','',14,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/14-autosave-v1/',0,'revision','',0),(167,1,'2016-01-03 01:23:30','2016-01-03 01:23:30','<h2>Admission Policy</h2>\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n\r\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\r\n\r\n<a href=\"/wp-content/uploads/2016/01/Application-for-SCS-2016-2017.pdf\">Download Admissions Packet (2016-2017)</a>\r\n\r\n<strong>Priority Status One</strong>\r\n\r\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\r\n\r\nAll financial accounts must be current.\r\nAn average of no less that a \"C\" in conduct for the current year.\r\nA good discipline record. (To be determined by the Principal.)\r\nA completed registration form must be submitted by the published deadline.\r\n\r\n<strong>Priority Status Two</strong>\r\n\r\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\r\n\r\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\r\nA Catholic sibling of a student currently enrolled at St. Cecilia School\r\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\r\n\r\n<strong>Priority Status Three</strong>\r\n\r\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church Priority\r\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\n\r\n<strong>Priority Status Four</strong>\r\n\r\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\r\nOther Catholic students\r\nAll non-Catholic students\r\n\r\n<em><strong>Notes:</strong></em>\r\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\r\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\r\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\r\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\r\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\r\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\r\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\r\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\r\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<!--more-->','Admissions','','inherit','closed','closed','','14-revision-v1','','','2016-01-03 01:23:30','2016-01-03 01:23:30','',14,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/14-revision-v1/',0,'revision','',0),(168,1,'2016-01-03 01:24:15','2016-01-03 01:24:15','<h2>Admission Policy</h2>\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n\r\nSt. Cecilia School does not discriminate on the basis of race, socioeconomic status, creed, sex, or national origin in accepting applications for student admissions. In admitting students, because of limited space, the school has set priorities. Certain qualifications must also be met.\r\n\r\n<a href=\"/wp1/wp-content/uploads/2016/01/Application-for-SCS-2016-2017.pdf\">Download Admissions Packet (2016-2017)</a>\r\n\r\n<strong>Priority Status One</strong>\r\n\r\nA child currently attending St. Cecilia must be considered in \"Good Standing\" to register for the coming school year. \"Good Standing\" shall mean:\r\n\r\nAll financial accounts must be current.\r\nAn average of no less that a \"C\" in conduct for the current year.\r\nA good discipline record. (To be determined by the Principal.)\r\nA completed registration form must be submitted by the published deadline.\r\n\r\n<strong>Priority Status Two</strong>\r\n\r\nIf any spaces remain upon completion of Priority Status One, they will be filled according to the following priorities:\r\n\r\nA child of a faculty / staff member of St. Cecilia School / Sacred Heart Church\r\nA Catholic sibling of a student currently enrolled at St. Cecilia School\r\nA non-Catholic sibling of a student currently enrolled at St. Cecilia School\r\n\r\n<strong>Priority Status Three</strong>\r\n\r\nA Catholic sibling of a St .Cecilia alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-Catholic sibling of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a St. Cecilia School alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA non-catholic child of a St. Cecilia School Alumnus whose parent is also a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church Priority\r\nA non-Catholic child of a registered and active parishioner of Sacred Heart Church or St. Joseph Church\r\n\r\n<strong>Priority Status Four</strong>\r\n\r\nA child of a registered and inactive parishioner of Sacred Heart Church or St. Joseph Church\r\nA Catholic child attending a Catholic school outside of Sacred Heart Church parish that has recently moved into the St. Cecilia area.\r\nOther Catholic students\r\nAll non-Catholic students\r\n\r\n<em><strong>Notes:</strong></em>\r\nA. Catholic child/sibling is defined as being baptized and reared in the Catholic faith\r\nB. Alumnus is defined as having completed any three or more years of education at St. Cecilia School\r\nC. Program will be administered by the Principal. (All priorities are subject to prior records of students seeking entrance).\r\nD. Students transferring from other Catholic schools have priority over students transferring from public or private schools.\r\nE. Applicants in the same priority level will be accepted according to tenure and participation in Sacred Heart Church.\r\nF. In the event that there are fewer openings than applicants (in the same priority level) and there is a similarity in data regarding tenure and participation in Sacred Heart Church Parish, these applicants will be forwarded to a Sacred Heart Church committee, at which time it will be determined which applicants will be accepted for admittance.\r\nG. The previous year’s applicants, based upon order of receipt of application for the current year, are placed in appropriate order of category identified, before first-time applicants.\r\nH. Should a conflict in any category arise, the principal will confer with the pastor for resolutions.\r\nI. Pre-Kindergarten and Kindergarten students must be completely toilet trained upon entering school.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<!--more-->','Admissions','','inherit','closed','closed','','14-revision-v1','','','2016-01-03 01:24:15','2016-01-03 01:24:15','',14,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/14-revision-v1/',0,'revision','',0),(170,1,'2016-01-03 01:26:16','2016-01-03 01:26:16','The home of the Bluejays boasts a wide range of athletic involvement. Sports opportunities include:\n<ul>\n <li>Football</li>\n <li>Basketball</li>\n <li>Golf</li>\n <li>Volleyball</li>\n <li>Soccer</li>\n <li>SoftballBaseball\nCheerleading\nStudents who wish to participate in activities outside the classroom may seek membership in one or more of the following organizations:\nJunior Beta\nYouth Ministry\nSpeech/Drama\nQuiz Bowl\nLiturgical Dance\n4H\nBell Choir</li>\n</ul>','Athletics and Extra-Curricular','','inherit','closed','closed','','36-autosave-v1','','','2016-01-03 01:26:16','2016-01-03 01:26:16','',36,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/36-autosave-v1/',0,'revision','',0),(173,1,'2016-01-03 01:26:54','2016-01-03 01:26:54','The home of the Bluejays boasts a wide range of athletic involvement. Sports opportunities include:\r\n<ul>\r\n <li>Football</li>\r\n <li>Basketball</li>\r\n <li>Golf</li>\r\n <li>Volleyball</li>\r\n <li>Soccer</li>\r\n <li>Softball</li>\r\n <li>Baseball</li>\r\n <li>Cheerleading</li>\r\n</ul>\r\nStudents who wish to participate in activities outside the classroom may seek membership in one or more of the following organizations:\r\n<ul>\r\n <li>Junior Beta</li>\r\n <li>Youth Ministry</li>\r\n <li>Speech/Drama</li>\r\n <li>Quiz Bowl</li>\r\n <li>Liturgical Dance</li>\r\n <li>4H</li>\r\n <li>Bell Choir</li>\r\n</ul>','Athletics and Extra-Curricular','','inherit','closed','closed','','36-revision-v1','','','2016-01-03 01:26:54','2016-01-03 01:26:54','',36,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/36-revision-v1/',0,'revision','',0),(174,1,'2016-01-03 01:27:43','2016-01-03 01:27:43','The cornerstone of the spiritual formation of students at Saint Cecilia School is developing a love for the Catholic faith and Christian values within the hearts and minds of every student. This approach to spreading the Gospel message establishes an atmosphere that encourages the awareness of the presence of Jesus Christ throughout each school day. Special emphasis is placed on fostering the development of students in the image and likeness of Jesus Christ. The challenge of accepting the awesome and humbling task of teaching as Jesus did comes to our faculty from our patroness, St. Cecilia, for she obeyed God in all things and taught others about Jesus through prayer and music.\r\n\r\nOur Religion formation program encompasses many dimensions. Each day our school family begins and ends the day in school wide prayer. Students focus on a saint of the week, a weekly scripture passage and particular prayers being focused on for the month. All students attend weekly Mass on Wednesday mornings, while student prayer services are held each Thursday morning before school, whereby students attend on a voluntary basis. Throughout the liturgical year students are involved in many other experiences such as the Living Rosary, First Friday Adoration, the Way of the Cross, a Pro-Life Walk/Rosary, Penance services, the Crowning of St. Cecilia, the Blessing of the Classrooms, the Last Supper Reenactment, the All Saints Day Program, the Living Way of the Cross, retreats (grades 2-8), the Religion Fair (grades 1-5), the Live Nativity, vocation chalice/seminarian adoption, the Mass buddy program, St. Joseph’s Altar, Grandparent’s and Mother’s Day liturgies, para-liturgies (PreK-K), Youth Ministry Club (grades 4-8) and a Jr. High FAST (grades 7-8).\r\n\r\nIn an effort to help our students become more aware and concerned about the needs of others, we have developed two different methods of action which provide real life experiences of service. Each individual student is required to serve others for a designated amount of time during each nine week period (time varies depending on the grade level). Each class also adopts a service project that they work on together during the school year. Some of the organizations that our school family has supported in the past are: Sacred Heart’s Christmas Food Drive, Coats for Kids, St. Joseph’s Diner, St. Francis’ Diner, St. Jude’s Hospital, the St. Vincent de Paul Food Pantry, St. Secilia of Kenya, Food for the Poor, the Desormeaux Foundation, the diocesan Child Smile project, the 256th Infantry, Rosewood Retirement Community, Carmelite Monastery, Camelot Nursing Home and the Children’s Shelter.\r\n\r\nThe St. Cecilia Christian Leadership Award is given once a month to one student in each class who exemplifies the image of Christ through their words, actions and deeds on a daily basis. The highest honors bestowed on our students are given on the last day of school each year --- the St. Cecilia Christian Leaders of the Year Awards. These students live for Christ as they mirror our patroness in following God’s will.','Spiritual Life','','inherit','closed','closed','','30-revision-v1','','','2016-01-03 01:27:43','2016-01-03 01:27:43','',30,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/30-revision-v1/',0,'revision','',0),(176,1,'2016-01-03 01:29:06','2016-01-03 01:29:06','<div class=\"article_titleinner\">\r\n<h2>Tuition and Fees</h2>\r\n</div>\r\n<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> 11 Monthly Payments</span></td>\r\n<td><span style=\"font-size: small;\"> 1 Yearly Payment</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> PK (PK – 4 years by Sept. 30)</span></td>\r\n<td><span style=\"font-size: small;\"> $475.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,225.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> K thru 8th</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> Number of Children</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 1</span></td>\r\n<td><span style=\"font-size: small;\"> $456.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,016.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 2</span></td>\r\n<td><span style=\"font-size: small;\"> $888.00</span></td>\r\n<td><span style=\"font-size: small;\"> $9,768.00\r\n</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 3</span></td>\r\n<td><span style=\"font-size: small;\"> $1265.05</span></td>\r\n<td><span style=\"font-size: small;\"> $13,915.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 4</span></td>\r\n<td><span style=\"font-size: small;\"> $1,637.00</span></td>\r\n<td><span style=\"font-size: small;\">$18,007.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 5</span></td>\r\n<td><span style=\"font-size: small;\"> $2,046.05</span></td>\r\n<td><span style=\"font-size: small;\"> $22,506.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 6</span></td>\r\n<td><span style=\"font-size: small;\">$2,456.00</span></td>\r\n<td><span style=\"font-size: small;\">$27,016.00</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:29:06','2016-01-03 01:29:06','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(179,1,'2016-01-03 01:30:16','2016-01-03 01:30:16','<div class=\"article_titleinner\">\r\n<h2>Tuition and Fees</h2>\r\n</div>\r\n<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n \r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> 11 Monthly Payments</span></td>\r\n<td><span style=\"font-size: small;\"> 1 Yearly Payment</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> PK (PK – 4 years by Sept. 30)</span></td>\r\n<td><span style=\"font-size: small;\"> $475.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,225.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> K thru 8th</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> Number of Children</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 1</span></td>\r\n<td><span style=\"font-size: small;\"> $456.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,016.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 2</span></td>\r\n<td><span style=\"font-size: small;\"> $888.00</span></td>\r\n<td><span style=\"font-size: small;\"> $9,768.00\r\n</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 3</span></td>\r\n<td><span style=\"font-size: small;\"> $1265.05</span></td>\r\n<td><span style=\"font-size: small;\"> $13,915.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 4</span></td>\r\n<td><span style=\"font-size: small;\"> $1,637.00</span></td>\r\n<td><span style=\"font-size: small;\">$18,007.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 5</span></td>\r\n<td><span style=\"font-size: small;\"> $2,046.05</span></td>\r\n<td><span style=\"font-size: small;\"> $22,506.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 6</span></td>\r\n<td><span style=\"font-size: small;\">$2,456.00</span></td>\r\n<td><span style=\"font-size: small;\">$27,016.00</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:30:16','2016-01-03 01:30:16','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(182,1,'2016-01-03 01:31:24','2016-01-03 01:31:24','[[\"PK\",\"11 Monthly Payments\",\"1 Yearly Payment\"],[\"PK-4 years by Sept. 30\",\"$475.00\",\"$5,225.00\"],[\"\",\"\",\"\"],[\"K thru 8th\",\"\",\"\"],[\"Number of Children\",\"\",\"\"],[\"1\",\"$465.00\",\"$5,016.00\"],[\"2\",\"$888.00\",\"$9,768.00\"],[\"3\",\"$1,265.05\",\"$13,915.55\"],[\"4\",\"$1,637.00\",\"$18,007.00\"],[\"5\",\"$2,046.05\",\"$22,506.55\"],[\"6\",\"$2,456.00\",\"$27,016.00\"]]','2016-2017 Tuition','','publish','closed','closed','','2016-2017-tuition','','','2016-01-03 01:43:31','2016-01-03 01:43:31','',0,'http://blog.scsbluejays.org/wp1/?post_type=tablepress_table&p=182',0,'tablepress_table','application/json',0),(185,1,'2016-01-03 01:34:09','2016-01-03 01:34:09','[[\"PK\",\"11 Monthly Payments\",\"1 Yearly Payment\"],[\"PK-4 years by Sept. 30\",\"$475.00\",\"$5,225.00\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"]]','2016-2017 Tuition','','inherit','closed','closed','','182-revision-v1','','','2016-01-03 01:34:09','2016-01-03 01:34:09','',182,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/182-revision-v1/',0,'revision','',0),(186,1,'2016-01-03 01:35:01','2016-01-03 01:35:01','[[\"PK\",\"11 Monthly Payments\",\"1 Yearly Payment\"],[\"PK-4 years by Sept. 30\",\"$475.00\",\"$5,225.00\"],[\"\",\"\",\"\"],[\"K thru 8th\",\"\",\"\"],[\"Number of Children\",\"\",\"\"],[\"1\",\"$465.00\",\"$5,016.00\"],[\"2\",\"\",\"\"],[\"3\",\"\",\"\"],[\"4\",\"\",\"\"],[\"5\",\"\",\"\"],[\"6\",\"\",\"\"]]','2016-2017 Tuition','','inherit','closed','closed','','182-revision-v1','','','2016-01-03 01:35:01','2016-01-03 01:35:01','',182,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/182-revision-v1/',0,'revision','',0),(188,1,'2016-01-03 01:35:56','2016-01-03 01:35:56','<div class=\"article_titleinner\">\r\n<h2>Tuition and Fees</h2>\r\n</div>\r\n<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n[table id=1 /]\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> 11 Monthly Payments</span></td>\r\n<td><span style=\"font-size: small;\"> 1 Yearly Payment</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> PK (PK – 4 years by Sept. 30)</span></td>\r\n<td><span style=\"font-size: small;\"> $475.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,225.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> K thru 8th</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> Number of Children</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 1</span></td>\r\n<td><span style=\"font-size: small;\"> $456.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,016.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 2</span></td>\r\n<td><span style=\"font-size: small;\"> $888.00</span></td>\r\n<td><span style=\"font-size: small;\"> $9,768.00\r\n</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 3</span></td>\r\n<td><span style=\"font-size: small;\"> $1265.05</span></td>\r\n<td><span style=\"font-size: small;\"> $13,915.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 4</span></td>\r\n<td><span style=\"font-size: small;\"> $1,637.00</span></td>\r\n<td><span style=\"font-size: small;\">$18,007.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 5</span></td>\r\n<td><span style=\"font-size: small;\"> $2,046.05</span></td>\r\n<td><span style=\"font-size: small;\"> $22,506.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 6</span></td>\r\n<td><span style=\"font-size: small;\">$2,456.00</span></td>\r\n<td><span style=\"font-size: small;\">$27,016.00</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:35:56','2016-01-03 01:35:56','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(189,1,'2016-01-03 01:37:41','2016-01-03 01:37:41','<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n[table id=1 /]\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> 11 Monthly Payments</span></td>\r\n<td><span style=\"font-size: small;\"> 1 Yearly Payment</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> PK (PK – 4 years by Sept. 30)</span></td>\r\n<td><span style=\"font-size: small;\"> $475.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,225.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> K thru 8th</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> Number of Children</span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n<td><span style=\"font-size: small;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 1</span></td>\r\n<td><span style=\"font-size: small;\"> $456.00</span></td>\r\n<td><span style=\"font-size: small;\"> $5,016.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 2</span></td>\r\n<td><span style=\"font-size: small;\"> $888.00</span></td>\r\n<td><span style=\"font-size: small;\"> $9,768.00\r\n</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 3</span></td>\r\n<td><span style=\"font-size: small;\"> $1265.05</span></td>\r\n<td><span style=\"font-size: small;\"> $13,915.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 4</span></td>\r\n<td><span style=\"font-size: small;\"> $1,637.00</span></td>\r\n<td><span style=\"font-size: small;\">$18,007.00</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 5</span></td>\r\n<td><span style=\"font-size: small;\"> $2,046.05</span></td>\r\n<td><span style=\"font-size: small;\"> $22,506.55</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"> 6</span></td>\r\n<td><span style=\"font-size: small;\">$2,456.00</span></td>\r\n<td><span style=\"font-size: small;\">$27,016.00</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:37:41','2016-01-03 01:37:41','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(191,1,'2016-01-03 01:39:02','2016-01-03 01:39:02','<h2 style=\"text-align: center;\"><span style=\"color: #003366;\"><strong><em>\"Living Our Strengths Through Service\"</em></strong></span></h2>\r\n<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n\r\n ','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 01:39:02','2016-01-03 01:39:02','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(194,1,'2016-01-03 01:40:45','2016-01-03 01:40:45','<h2 style=\"text-align: center;\"><span style=\"color: #003366;\"><strong><em>\"Living Our Strengths Through Service\"</em></strong></span></h2>\r\n<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 01:40:45','2016-01-03 01:40:45','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(197,1,'2016-01-03 01:43:31','2016-01-03 01:43:31','[[\"PK\",\"11 Monthly Payments\",\"1 Yearly Payment\"],[\"PK-4 years by Sept. 30\",\"$475.00\",\"$5,225.00\"],[\"\",\"\",\"\"],[\"K thru 8th\",\"\",\"\"],[\"Number of Children\",\"\",\"\"],[\"1\",\"$465.00\",\"$5,016.00\"],[\"2\",\"$888.00\",\"$9,768.00\"],[\"3\",\"$1,265.05\",\"$13,915.55\"],[\"4\",\"$1,637.00\",\"$18,007.00\"],[\"5\",\"$2,046.05\",\"$22,506.55\"],[\"6\",\"$2,456.00\",\"$27,016.00\"]]','2016-2017 Tuition','','inherit','closed','closed','','182-revision-v1','','','2016-01-03 01:43:31','2016-01-03 01:43:31','',182,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/182-revision-v1/',0,'revision','',0),(198,1,'2016-01-03 01:44:53','2016-01-03 01:44:53','<div class=\"clearfix\">\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n<div class=\"field-items\">\n<div class=\"field-item even\">\n<h2>2016 - 2017 REGISTRATION</h2>\nThese fees are paid once a year.\n<em>REGISTRATION IS NON-REFUNDABLE</em>\n<span style=\"font-size: large;\">\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\n\n$237.00 First child\n$127.00 Each additional child\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\n$317.00 First child\n$207.00 Each additional child\n<h3>Family Fee $125.00 per family\nPerpetual Maintenance Fee$125.00 per family</h3>\n<h2>TUITION</h2>\n[table id=1 /]\n<table align=\"left\">\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n\n\n</div>\n</div>\n</div>\n</div>','Tuition','','inherit','closed','closed','','26-autosave-v1','','','2016-01-03 01:44:53','2016-01-03 01:44:53','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-autosave-v1/',0,'revision','',0),(200,1,'2016-01-03 01:45:23','2016-01-03 01:45:23','<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n<h2>TUITION</h2>\r\n[table id=1 /]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:45:23','2016-01-03 01:45:23','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(203,1,'2016-01-03 01:45:58','2016-01-03 01:45:58','<div class=\"clearfix\">\r\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\">\r\n<h2>2016 - 2017 REGISTRATION</h2>\r\nThese fees are paid once a year.\r\n<em>REGISTRATION IS NON-REFUNDABLE</em>\r\n<span style=\"font-size: large;\">\r\n</span><strong><span style=\"font-size: large;\">Member of Sacred Heart Parish or St. Joseph’s Parish in Broussard:</span></strong>\r\n\r\n$237.00 First child\r\n$127.00 Each additional child\r\n<h2><span style=\"font-size: large;\">Non-Member of Sacred Heart Parish:</span></h2>\r\n$317.00 First child\r\n$207.00 Each additional child\r\n<h3>Family Fee $125.00 per family\r\nPerpetual Maintenance Fee$125.00 per family</h3>\r\n\r\n<hr />\r\n\r\n<h2>TUITION</h2>\r\n[table id=1 /]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tuition','','inherit','closed','closed','','26-revision-v1','','','2016-01-03 01:45:58','2016-01-03 01:45:58','',26,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/26-revision-v1/',0,'revision','',0),(206,1,'2016-01-03 01:56:22','2016-01-03 01:56:22','<h3>Initial Training</h3>\nAs per Diocesan policy, St. Cecilia provides INITIAL training to all those who are interested in becoming volunteers for the school in any capacity (chaperone, coach, room mom, etc.). These training dates are held each fall between September and November.\n\nPlease contact the school for dates.\n<h3>Recertification</h3>\n1st Time Re-certification (download form)\n\n2nd Time Recertification (download form)','Safe Environment','','inherit','closed','closed','','45-autosave-v1','','','2016-01-03 01:56:22','2016-01-03 01:56:22','',45,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/45-autosave-v1/',0,'revision','',0),(209,1,'2016-01-03 01:55:15','2016-01-03 01:55:15','<h3>Initial Training</h3>\r\nAs per Diocesan policy, St. Cecilia provides INITIAL training to all those who are interested in becoming volunteers for the school in any capacity (chaperone, coach, room mom, etc.). These training dates are held each fall between September and November.\r\n\r\nPlease contact the school for dates.\r\n<h3>Recertification</h3>\r\n1st Time Recertification (download form)\r\n\r\n2nd Time Recertification (download form)','Safe Environment','','inherit','closed','closed','','45-revision-v1','','','2016-01-03 01:55:15','2016-01-03 01:55:15','',45,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/45-revision-v1/',0,'revision','',0),(212,1,'2016-01-03 01:56:03','2016-01-03 01:56:03','','SafeEnv_VirtusOnlineTrainingRecertification_1','','inherit','closed','closed','','safeenv_virtusonlinetrainingrecertification_1','','','2016-01-03 01:56:03','2016-01-03 01:56:03','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_1.pdf',0,'attachment','application/pdf',0),(213,1,'2016-01-03 01:56:06','2016-01-03 01:56:06','','SafeEnv_VirtusOnlineTrainingRecertification_2','','inherit','closed','closed','','safeenv_virtusonlinetrainingrecertification_2','','','2016-01-03 01:56:06','2016-01-03 01:56:06','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_2.pdf',0,'attachment','application/pdf',0),(215,1,'2016-01-03 01:57:42','2016-01-03 01:57:42','<h3>Initial Training</h3>\r\nAs per Diocesan policy, St. Cecilia provides INITIAL training to all those who are interested in becoming volunteers for the school in any capacity (chaperone, coach, room mom, etc.). These training dates are held each fall between September and November.\r\n\r\nPlease contact the school for dates.\r\n<h3>Recertification</h3>\r\n<a href=\"/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_1.pdf\">1st Time Re-certification (download form)</a>\r\n\r\n<a href=\"/wp1/wp-content/uploads/2016/01/SafeEnv_VirtusOnlineTrainingRecertification_2.pdf\">2nd Time Re-certification (download form)</a>','Safe Environment','','inherit','closed','closed','','45-revision-v1','','','2016-01-03 01:57:42','2016-01-03 01:57:42','',45,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/45-revision-v1/',0,'revision','',0),(216,1,'2016-01-03 01:59:35','2016-01-03 01:59:35','<h3>New Parents</h3>\r\nBefore you are able to use RebWeb, the school must have your email address in our system. Please email Sharon Higginbotham with your email address if needed. (<a href=\"mailto:shigginbotham@scsbluejays.org\">shigginbotham@scsbluejays.org</a>)\r\n<h3>Returning Parents</h3>','Renweb','','inherit','closed','closed','','48-revision-v1','','','2016-01-03 01:59:35','2016-01-03 01:59:35','',48,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/48-revision-v1/',0,'revision','',0),(218,1,'2016-01-03 02:00:42','2016-01-03 02:00:42','<h3>New Parents</h3>\nBefore you are able to use RebWeb, the school must have your email address in our system. Please email Sharon Higginbotham with your email address if needed. (<a href=\"mailto:shigginbotham@scsbluejays.org\">shigginbotham@scsbluejays.org</a>)\n<h3>Returning Parents</h3>\nThe link below should allow you to login to RebWeb from now on without having to put in your District Code and Email address each time. <a href=\"https://www.renweb.com\" target=\"_blank\">Link to RenWeb</a>','Renweb','','inherit','closed','closed','','48-autosave-v1','','','2016-01-03 02:00:42','2016-01-03 02:00:42','',48,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/48-autosave-v1/',0,'revision','',0),(221,1,'2016-01-03 02:00:44','2016-01-03 02:00:44','<h3>New Parents</h3>\r\nBefore you are able to use RebWeb, the school must have your email address in our system. Please email Sharon Higginbotham with your email address if needed. (<a href=\"mailto:shigginbotham@scsbluejays.org\">shigginbotham@scsbluejays.org</a>)\r\n<h3>Returning Parents</h3>\r\nThe link below should allow you to login to RebWeb from now on without having to put in your District Code and Email address each time. <a href=\"https://www.renweb.com\" target=\"_blank\">Link to RenWeb</a>','Renweb','','inherit','closed','closed','','48-revision-v1','','','2016-01-03 02:00:44','2016-01-03 02:00:44','',48,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/48-revision-v1/',0,'revision','',0),(227,1,'2016-01-03 02:05:52','2016-01-03 02:05:52','[[\"<a href=\\\"http:\\/\\/blog.scsbluejays.org\\/wp1\\/wp-content\\/uploads\\/2016\\/01\\/2015-2016-SCS-Logo.jpg\\\" rel=\\\"attachment wp-att-224\\\"><img src=\\\"http:\\/\\/blog.scsbluejays.org\\/wp1\\/wp-content\\/uploads\\/2016\\/01\\/2015-2016-SCS-Logo-150x150.jpg\\\" alt=\\\"2015-2016 SCS Logo\\\" width=\\\"150\\\" height=\\\"150\\\" class=\\\"alignnone size-thumbnail wp-image-224\\\" \\/><\\/a>\",\"Living Our Strengths\\nThrough Service\"]]','2015-2016 Logo','','publish','closed','closed','','2015-2016-logo','','','2016-01-03 02:06:58','2016-01-03 02:06:58','',0,'http://blog.scsbluejays.org/wp1/?post_type=tablepress_table&p=227',0,'tablepress_table','application/json',0),(230,1,'2016-01-03 02:06:58','2016-01-03 02:06:58','[[\"<a href=\\\"http:\\/\\/blog.scsbluejays.org\\/wp1\\/wp-content\\/uploads\\/2016\\/01\\/2015-2016-SCS-Logo.jpg\\\" rel=\\\"attachment wp-att-224\\\"><img src=\\\"http:\\/\\/blog.scsbluejays.org\\/wp1\\/wp-content\\/uploads\\/2016\\/01\\/2015-2016-SCS-Logo-150x150.jpg\\\" alt=\\\"2015-2016 SCS Logo\\\" width=\\\"150\\\" height=\\\"150\\\" class=\\\"alignnone size-thumbnail wp-image-224\\\" \\/><\\/a>\",\"Living Our Strengths\\nThrough Service\"]]','2015-2016 Logo','','inherit','closed','closed','','227-revision-v1','','','2016-01-03 02:06:58','2016-01-03 02:06:58','',227,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/227-revision-v1/',0,'revision','',0),(233,1,'2016-01-03 02:07:41','2016-01-03 02:07:41','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n[table id=2 /]\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:07:41','2016-01-03 02:07:41','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(234,1,'2016-01-03 02:10:09','2016-01-03 02:10:09','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n<p style=\"text-align: center;\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-224\"><img class=\"size-medium wp-image-224 aligncenter\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-300x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"300\" height=\"300\" /></a><strong><em>\"Living Our Strengths Through Service\"</em></strong></p>\r\n\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:10:09','2016-01-03 02:10:09','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(237,1,'2016-01-03 02:12:24','2016-01-03 02:12:24','','2015-2016 SCS Logo','','inherit','closed','closed','','2015-2016-scs-logo','','','2016-01-03 02:12:50','2016-01-03 02:12:50','',71,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg',0,'attachment','image/jpeg',0),(239,1,'2016-01-03 02:14:29','2016-01-03 02:14:29','<h2>Our History</h2>\r\n[caption id=\"attachment_237\" align=\"alignright\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\r\n\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n \r\n\r\n \r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:14:29','2016-01-03 02:14:29','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(240,1,'2016-01-03 02:15:49','2016-01-03 02:15:49','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n[caption id=\"attachment_237\" align=\"alignleft\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:15:49','2016-01-03 02:15:49','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(242,1,'2016-01-03 02:16:10','2016-01-03 02:16:10','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n<hr />\r\n\r\n \r\n\r\n[caption id=\"attachment_237\" align=\"alignleft\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:16:10','2016-01-03 02:16:10','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(245,1,'2016-01-03 02:16:52','2016-01-03 02:16:52','<h2>Our History</h2>\r\nSt. Cecilia School was established by the Sisters of Divine Providence in 1909 for the purpose of educating children in a faith-filled environment. Originally, the school served grades kindergarten through twelve. In 1964, grades nine through twelve closed, and the elementary school remained. Today, lay teachers provide instruction for students in pre-kindergarten through eighth grade.\r\n\r\n<hr />\r\n\r\n \r\n\r\n[caption id=\"attachment_237\" align=\"alignleft\" width=\"288\"]<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo.jpg\" rel=\"attachment wp-att-237\"><img class=\"wp-image-237 size-medium\" title=\"Living Our Strengths Through Service\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2015-2016-SCS-Logo-288x300.jpg\" alt=\"2015-2016 SCS Logo\" width=\"288\" height=\"300\" /></a> <em>Living Our Strengths Through Service</em>[/caption]\r\n<h2>Our Staff</h2>\r\nSt. Cecilia School is fortunate to have an incredible faculty. Each teacher is certified in her academic field. Many faculty members hold or are working toward a Master\'s Degree. Our teachers also broaden their expertise by attending workshops and seminars. The staff of St. Cecilia School is willing to help teachers and parents. Without these very important people, the school day would not flow as smoothly as it does. <a href=\"http://blog.scsbluejays.org/wp1/index.php/faculty-and-staff/\"><em>Read more...</em></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<strong><em>St. Cecilia School does not discriminate on the basis of race, color, creed, sex, or national or ethnic origin in its admission policies or educational programs.</em></strong>\r\n<p style=\"text-align: center;\"><a href=\"http://www.shbroussard.org\" target=\"_blank\">Sacred Heart Church</a> | <a href=\"http://www.diolaf.org\" target=\"_blank\">Diocese of Lafayette</a> | <a href=\"http://www.louisianabelieves.com\" target=\"_blank\">Louisiana Dept of Education</a></p>','Home','','inherit','closed','closed','','71-revision-v1','','','2016-01-03 02:16:52','2016-01-03 02:16:52','',71,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/71-revision-v1/',0,'revision','',0),(248,1,'2016-01-03 02:17:55','2016-01-03 02:17:55','The home of the Bluejays boasts a wide range of athletic involvement. Sports opportunities include:\r\n<ul>\r\n <li>Football</li>\r\n <li>Basketball</li>\r\n <li>Golf</li>\r\n <li>Volleyball</li>\r\n <li>Soccer</li>\r\n <li>Softball</li>\r\n <li>Baseball</li>\r\n <li>Cheerleading</li>\r\n</ul>\r\nStudents who wish to participate in activities outside the classroom may seek membership in one or more of the following organizations:\r\n<ul>\r\n <li>Junior Beta</li>\r\n <li>Youth Ministry</li>\r\n <li>Speech/Drama</li>\r\n <li>Quiz Bowl</li>\r\n <li>Liturgical Dance</li>\r\n <li>4H</li>\r\n <li>Bell Choir</li>\r\n</ul>','Extra-Curricular','','inherit','closed','closed','','36-revision-v1','','','2016-01-03 02:17:55','2016-01-03 02:17:55','',36,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/36-revision-v1/',0,'revision','',0),(252,3,'2014-04-01 02:28:50','2014-04-01 02:28:50','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\r\n\r\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg\" rel=\"attachment wp-att-264\"><img class=\"size-thumbnail wp-image-264 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry-150x150.jpg\" alt=\"2014AprilAlumni_MeredithGuidry\" width=\"150\" height=\"150\" /></a>Meredith Guidry</span></strong>, SCS class of 2010, has had quite a busy high school life! She will be graduating Cum Laude from Lafayette High School, where she is enrolled in all honors classes and maintains a 3.6 GPA. Meredith has also lettered as a Lafayette High Cheerleader, for 4 years. She is a 4 year member of the National Beta Honor Society and has spent 4 years at LHS Dance Academy. Meredith has also been enrolled at the academy in guitar instruction. Perhaps you have seen and heard Meredith’s lovely voice, as she has been cantering every Sunday at 6:00 mass here at Sacred Heart. She is also an active member of Lifeteen and Lifeteen Choir. Her plans are to attend ULL and major in Architecture, with a minor in Liberal Arts. Meredith enjoys music worship and dedicates her time to family, Lifeteen, youth choir, and Catholic spiritual life. Thank you, Meredith, for providing such a spiritual example for our students at SCS!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice.jpg\" rel=\"attachment wp-att-270\"><img class=\"size-thumbnail wp-image-270 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice-150x150.jpg\" alt=\"2014AprilAlumni_MadisonJudice\" width=\"150\" height=\"150\" /></a>Madison Judice</span></strong>, SCS class of 2013, has placed 1st in state for 4H Meat ID at LSU University. Placed 6th in nationals in Arkansas. Then placed first for 4H District Beef Premier Exibitor. She competed against seniors in both competitions and was the youngest to compete on the state level! She is a freshmen at Teurlings Catholic.\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">C<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller.jpg\" rel=\"attachment wp-att-273\"><img class=\"size-thumbnail wp-image-273 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller-150x150.jpg\" alt=\"2014AprilAlumni_CatherineMiller\" width=\"150\" height=\"150\" /></a>atherine Miller</span></strong>, SCS class of 2011, was recently named varsity cheer captain at Comeaux High School. She was also recently crowned Teen Miss Mardi Gras De Iberia.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg\" rel=\"attachment wp-att-284\"><img class=\"size-thumbnail wp-image-284 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M-150x150.jpg\" alt=\"2014AprilAlumni_MakaylaPrevost M\" width=\"150\" height=\"150\" /></a>Makayla Prevost</span></strong>, SCS class of 2007, is a dedicated and hard-working member of Texas A&M University’s NCAA Division 1 track & field program, an undergraduate student council representative for the Technology Management College of Education & Human Resource & Development; recently named to the Athletics Director’s Academic Honor Roll. Makayla will graduate in August of 2015 with a Bachelor’s Degree major in Technology Management and a minor in Business Management. Makayla is an active member of St. Mary’s Catholic Church in College Station.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost.jpg\" rel=\"attachment wp-att-282\"><img class=\"size-thumbnail wp-image-282 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost-150x150.jpg\" alt=\"2014AprilAlumni_KimberlaPrevost\" width=\"150\" height=\"150\" /></a>Kimberla Prevost</span></strong>, SCS class of 2009, attends Southwestern University in Georgetown, Texas. Kimi is a dedicated and hard-working member of SU’s NCAA Division 3 track & field program, she holds the University’s best record for the shot put and most recently named to the University’s Dean’s List; Kimi is currently pursuing a double major in business and psychology. Kimi is an active member of St. Helen’s Catholic Church in Georgetown.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay.jpg\" rel=\"attachment wp-att-279\"><img class=\"size-thumbnail wp-image-279 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay-150x150.jpg\" alt=\"2014AprilAlumni_JordanRay\" width=\"150\" height=\"150\" /></a>Jorday Ray</span></strong>, SCS class of 2004, daughter of Glenn and Janet Ray is engaged to be married on Jan. 2, 2015 to Bo Boudreaux, son of Robert and Liz Boudreaux of Broussard.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork.jpg\" rel=\"attachment wp-att-287\"><img class=\"wp-image-287 size-medium alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork-224x300.jpg\" alt=\"2014AprilAlumni_Walker-artwork\" width=\"224\" height=\"300\" /></a>The artwork of <strong>Elizabeth Walker</strong>, SCS class of 2010, was chosen by the George Rodrigue Foundation of The Arts for their cookbook called The Pot & The Palette. She recently was available for a book signing event.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h2>Future Bluejays</h2>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg\" rel=\"attachment wp-att-276\"><img class=\"size-thumbnail wp-image-276 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais-150x150.jpg\" alt=\"2014AprilAlumni_FutureBluejay-AshleyComeauxDenais\" width=\"150\" height=\"150\" /></a>Congratulations to parents, <strong>Ashley Comeaux Denais</strong> (SCS class of 2002) & <strong>Justin Denais</strong>, on the birth of their beautiful baby girl, Sydney Grace! Sydney weighed in at the dainty weight of 6 lbs., 14 oz. and measured 19.5 inches. Grandma Kim said, “We are so excited and blessed to have her in our lives.”\r\n\r\n \r\n\r\n \r\n\r\n<strong><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg\" rel=\"attachment wp-att-278\"><img class=\"size-full wp-image-278 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg\" alt=\"2014AprilAlumni_FutureBluejay-AshleyZimmerDavid\" width=\"233\" height=\"154\" /></a>Ashley Zimmer David</strong>, (SCS class of 2001) and her husband, Jude, welcomed their first child to the world, Jude Colby David, Jr. on July 22, 2013. He was 8 lbs. 9 oz. and 22 inches long. Ashley is currently working part time at STM teaching Geometry.','Alumni Update - April 2014','','publish','closed','closed','','april-2014','','','2016-01-03 17:08:21','2016-01-03 17:08:21','',0,'http://blog.scsbluejays.org/wp1/?p=252',0,'post','',0),(254,1,'2016-01-03 02:29:31','2016-01-03 02:29:31','','2014AprilAlumni_CelioAnthony','','inherit','closed','closed','','2014aprilalumni_celioanthony','','','2016-01-03 02:30:03','2016-01-03 02:30:03','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg',0,'attachment','image/jpeg',0),(257,3,'2016-01-03 02:30:19','2016-01-03 02:30:19','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a>Anthony Celio</span>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!','April 2014','','inherit','closed','closed','','252-revision-v1','','','2016-01-03 02:30:19','2016-01-03 02:30:19','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-revision-v1/',0,'revision','',0),(260,3,'2016-01-03 17:07:35','2016-01-03 17:07:35','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\n\n \n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\n\n \n\n \n\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\n\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.\n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg\" rel=\"attachment wp-att-264\"><img class=\"size-thumbnail wp-image-264 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry-150x150.jpg\" alt=\"2014AprilAlumni_MeredithGuidry\" width=\"150\" height=\"150\" /></a>Meredith Guidry</span></strong>, SCS class of 2010, has had quite a busy high school life! She will be graduating Cum Laude from Lafayette High School, where she is enrolled in all honors classes and maintains a 3.6 GPA. Meredith has also lettered as a Lafayette High Cheerleader, for 4 years. She is a 4 year member of the National Beta Honor Society and has spent 4 years at LHS Dance Academy. Meredith has also been enrolled at the academy in guitar instruction. Perhaps you have seen and heard Meredith’s lovely voice, as she has been cantering every Sunday at 6:00 mass here at Sacred Heart. She is also an active member of Lifeteen and Lifeteen Choir. Her plans are to attend ULL and major in Architecture, with a minor in Liberal Arts. Meredith enjoys music worship and dedicates her time to family, Lifeteen, youth choir, and Catholic spiritual life. Thank you, Meredith, for providing such a spiritual example for our students at SCS!\n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice.jpg\" rel=\"attachment wp-att-270\"><img class=\"size-thumbnail wp-image-270 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice-150x150.jpg\" alt=\"2014AprilAlumni_MadisonJudice\" width=\"150\" height=\"150\" /></a>Madison Judice</span></strong>, SCS class of 2013, has placed 1st in state for 4H Meat ID at LSU University. Placed 6th in nationals in Arkansas. Then placed first for 4H District Beef Premier Exibitor. She competed against seniors in both competitions and was the youngest to compete on the state level! She is a freshmen at Teurlings Catholic.\n\n \n\n<strong><span class=\"style2\">Catherine Miller</span></strong>, SCS class of 2011, was recently named varsity cheer captain at Comeaux High School. She was also recently crowned Teen Miss Mardi Gras De Iberia.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller.jpg\" rel=\"attachment wp-att-273\"><img class=\"size-thumbnail wp-image-273 aligncenter\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller-150x150.jpg\" alt=\"2014AprilAlumni_CatherineMiller\" width=\"150\" height=\"150\" /></a>\n\n \n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg\" rel=\"attachment wp-att-284\"><img class=\"size-thumbnail wp-image-284 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M-150x150.jpg\" alt=\"2014AprilAlumni_MakaylaPrevost M\" width=\"150\" height=\"150\" /></a>Makayla Prevost</span></strong>, SCS class of 2007, is a dedicated and hard-working member of Texas A&M University’s NCAA Division 1 track & field program, an undergraduate student council representative for the Technology Management College of Education & Human Resource & Development; recently named to the Athletics Director’s Academic Honor Roll. Makayla will graduate in August of 2015 with a Bachelor’s Degree major in Technology Management and a minor in Business Management. Makayla is an active member of St. Mary’s Catholic Church in College Station.\n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost.jpg\" rel=\"attachment wp-att-282\"><img class=\"size-thumbnail wp-image-282 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost-150x150.jpg\" alt=\"2014AprilAlumni_KimberlaPrevost\" width=\"150\" height=\"150\" /></a>Kimberla Prevost</span></strong>, SCS class of 2009, attends Southwestern University in Georgetown, Texas. Kimi is a dedicated and hard-working member of SU’s NCAA Division 3 track & field program, she holds the University’s best record for the shot put and most recently named to the University’s Dean’s List; Kimi is currently pursuing a double major in business and psychology. Kimi is an active member of St. Helen’s Catholic Church in Georgetown.\n\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay.jpg\" rel=\"attachment wp-att-279\"><img class=\"size-thumbnail wp-image-279 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay-150x150.jpg\" alt=\"2014AprilAlumni_JordanRay\" width=\"150\" height=\"150\" /></a>Jorday Ray</span></strong>, SCS class of 2004, daughter of Glenn and Janet Ray is engaged to be married on Jan. 2, 2015 to Bo Boudreaux, son of Robert and Liz Boudreaux of Broussard.\n\n \n\n \n\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork.jpg\" rel=\"attachment wp-att-287\"><img class=\"wp-image-287 size-medium alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork-224x300.jpg\" alt=\"2014AprilAlumni_Walker-artwork\" width=\"224\" height=\"300\" /></a>The artwork of <strong>Elizabeth Walker</strong>, SCS class of 2010, was chosen by the George Rodrigue Foundation of The Arts for their cookbook called The Pot & The Palette. She recently was available for a book signing event.\n\n \n\n \n\n \n\n \n\n \n\n \n<h2>Future Bluejays</h2>\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg\" rel=\"attachment wp-att-276\"><img class=\"size-thumbnail wp-image-276 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais-150x150.jpg\" alt=\"2014AprilAlumni_FutureBluejay-AshleyComeauxDenais\" width=\"150\" height=\"150\" /></a>Congratulations to parents, <strong>Ashley Comeaux Denais</strong> (SCS class of 2002) & <strong>Justin Denais</strong>, on the birth of their beautiful baby girl, Sydney Grace! Sydney weighed in at the dainty weight of 6 lbs., 14 oz. and measured 19.5 inches. Grandma Kim said, “We are so excited and blessed to have her in our lives.”\n\n \n\n<strong>Ashley Zimmer David</strong>, (SCS class of 2001) and her husband, Jude, welcomed their first child to the world, Jude Colby David, Jr. on July 22, 2013. He was 8 lbs. 9 oz. and 22 inches long. Ashley is currently working part time at STM teaching Geometry.','Alumni Update - April 2014','','inherit','closed','closed','','252-autosave-v1','','','2016-01-03 17:07:35','2016-01-03 17:07:35','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-autosave-v1/',0,'revision','',0),(263,1,'2016-01-03 16:53:29','2016-01-03 16:53:29','','2014AprilAlumni_CelioAlex','','inherit','closed','closed','','2014aprilalumni_celioalex','','','2016-01-03 16:54:15','2016-01-03 16:54:15','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg',0,'attachment','image/jpeg',0),(264,1,'2016-01-03 16:53:59','2016-01-03 16:53:59','','2014AprilAlumni_MeredithGuidry','','inherit','closed','closed','','2014aprilalumni_meredithguidry','','','2016-01-03 16:56:36','2016-01-03 16:56:36','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg',0,'attachment','image/jpeg',0),(266,3,'2016-01-03 16:55:11','2016-01-03 16:55:11','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\r\n\r\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.','Alumni Update - April 2014','','inherit','closed','closed','','252-revision-v1','','','2016-01-03 16:55:11','2016-01-03 16:55:11','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-revision-v1/',0,'revision','',0),(269,3,'2016-01-03 16:56:50','2016-01-03 16:56:50','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\r\n\r\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.\r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg\" rel=\"attachment wp-att-264\"><img class=\"size-thumbnail wp-image-264 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry-150x150.jpg\" alt=\"2014AprilAlumni_MeredithGuidry\" width=\"150\" height=\"150\" /></a>Meredith Guidry</span></strong>, SCS class of 2010, has had quite a busy high school life! She will be graduating Cum Laude from Lafayette High School, where she is enrolled in all honors classes and maintains a 3.6 GPA. Meredith has also lettered as a Lafayette High Cheerleader, for 4 years. She is a 4 year member of the National Beta Honor Society and has spent 4 years at LHS Dance Academy. Meredith has also been enrolled at the academy in guitar instruction. Perhaps you have seen and heard Meredith’s lovely voice, as she has been cantering every Sunday at 6:00 mass here at Sacred Heart. She is also an active member of Lifeteen and Lifeteen Choir. Her plans are to attend ULL and major in Architecture, with a minor in Liberal Arts. Meredith enjoys music worship and dedicates her time to family, Lifeteen, youth choir, and Catholic spiritual life. Thank you, Meredith, for providing such a spiritual example for our students at SCS!\r\n\r\n ','Alumni Update - April 2014','','inherit','closed','closed','','252-revision-v1','','','2016-01-03 16:56:50','2016-01-03 16:56:50','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-revision-v1/',0,'revision','',0),(270,1,'2016-01-03 16:57:30','2016-01-03 16:57:30','','2014AprilAlumni_MadisonJudice','','inherit','closed','closed','','2014aprilalumni_madisonjudice','','','2016-01-03 17:01:50','2016-01-03 17:01:50','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice.jpg',0,'attachment','image/jpeg',0),(273,1,'2016-01-03 17:00:23','2016-01-03 17:00:23','','2014AprilAlumni_CatherineMiller','','inherit','closed','closed','','2014aprilalumni_catherinemiller','','','2016-01-03 17:02:30','2016-01-03 17:02:30','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller.jpg',0,'attachment','image/jpeg',0),(276,1,'2016-01-03 17:00:36','2016-01-03 17:00:36','','2014AprilAlumni_FutureBluejay-AshleyComeauxDenais','','inherit','closed','closed','','2014aprilalumni_futurebluejay-ashleycomeauxdenais','','','2016-01-03 17:07:04','2016-01-03 17:07:04','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg',0,'attachment','image/jpeg',0),(278,1,'2016-01-03 17:00:39','2016-01-03 17:00:39','','2014AprilAlumni_FutureBluejay-AshleyZimmerDavid','','inherit','closed','closed','','2014aprilalumni_futurebluejay-ashleyzimmerdavid','','','2016-01-03 17:07:41','2016-01-03 17:07:41','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg',0,'attachment','image/jpeg',0),(279,1,'2016-01-03 17:00:42','2016-01-03 17:00:42','','2014AprilAlumni_JordanRay','','inherit','closed','closed','','2014aprilalumni_jordanray','','','2016-01-03 17:05:05','2016-01-03 17:05:05','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay.jpg',0,'attachment','image/jpeg',0),(282,1,'2016-01-03 17:00:45','2016-01-03 17:00:45','','2014AprilAlumni_KimberlaPrevost','','inherit','closed','closed','','2014aprilalumni_kimberlaprevost','','','2016-01-03 17:04:05','2016-01-03 17:04:05','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost.jpg',0,'attachment','image/jpeg',0),(284,1,'2016-01-03 17:00:49','2016-01-03 17:00:49','','2014AprilAlumni_MakaylaPrevost M','','inherit','closed','closed','','2014aprilalumni_makaylaprevost-m','','','2016-01-03 17:03:30','2016-01-03 17:03:30','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg',0,'attachment','image/jpeg',0),(287,1,'2016-01-03 17:00:52','2016-01-03 17:00:52','','2014AprilAlumni_Walker-artwork','','inherit','closed','closed','','2014aprilalumni_walker-artwork','','','2016-01-03 17:05:39','2016-01-03 17:05:39','',252,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork.jpg',0,'attachment','image/jpeg',0),(288,3,'2016-01-03 17:01:16','2016-01-03 17:01:16','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\r\n\r\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.\r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg\" rel=\"attachment wp-att-264\"><img class=\"size-thumbnail wp-image-264 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry-150x150.jpg\" alt=\"2014AprilAlumni_MeredithGuidry\" width=\"150\" height=\"150\" /></a>Meredith Guidry</span></strong>, SCS class of 2010, has had quite a busy high school life! She will be graduating Cum Laude from Lafayette High School, where she is enrolled in all honors classes and maintains a 3.6 GPA. Meredith has also lettered as a Lafayette High Cheerleader, for 4 years. She is a 4 year member of the National Beta Honor Society and has spent 4 years at LHS Dance Academy. Meredith has also been enrolled at the academy in guitar instruction. Perhaps you have seen and heard Meredith’s lovely voice, as she has been cantering every Sunday at 6:00 mass here at Sacred Heart. She is also an active member of Lifeteen and Lifeteen Choir. Her plans are to attend ULL and major in Architecture, with a minor in Liberal Arts. Meredith enjoys music worship and dedicates her time to family, Lifeteen, youth choir, and Catholic spiritual life. Thank you, Meredith, for providing such a spiritual example for our students at SCS!\r\n\r\n<strong><span class=\"style2\">Madison Judice</span></strong>, SCS class of 2013, has placed 1st in state for 4H Meat ID at LSU University. Placed 6th in nationals in Arkansas. Then placed first for 4H District Beef Premier Exibitor. She competed against seniors in both competitions and was the youngest to compete on the state level! She is a freshmen at Teurlings Catholic','Alumni Update - April 2014','','inherit','closed','closed','','252-revision-v1','','','2016-01-03 17:01:16','2016-01-03 17:01:16','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-revision-v1/',0,'revision','',0),(291,3,'2016-01-03 17:08:21','2016-01-03 17:08:21','<span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony.jpg\" rel=\"attachment wp-att-254\"><img class=\"size-thumbnail wp-image-254 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAnthony-150x150.jpg\" alt=\"2014AprilAlumni_CelioAnthony\" width=\"150\" height=\"150\" /></a></span><strong><span class=\"style2\">Anthony Celio</span></strong>, SCS class of 2003, will complete graduate school at LSU School of Allied Health (in Shreveport) on May 24, 2014. He will receive his Doctorate of Physical Therapy. Upon his graduation. Anthony will then begin his residency program in Orthopaedic Physical Therapy. This specialized training will enable him to develop his skills in this, his chosen area of practice. Congratulations, Anthony!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex.jpg\" rel=\"attachment wp-att-263\"><img class=\"size-thumbnail wp-image-263 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CelioAlex-150x150.jpg\" alt=\"2014AprilAlumni_CelioAlex\" width=\"150\" height=\"150\" /></a>Alex Celio</span></strong>, SCS class of 2008, is presently a sophomore at LSU in Baton Rouge. She maintains a 3.7 GPA. Alex will study abroad in Rome, Italy, this summer. She begins her five week program in July. Alex is majoring in Mass Communications with an emphasis in Journalism and a minor in International Studies. Bon Voyage and best wishes, Alex!\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">Matthew Dugas</span></strong>, SCS class of 2007, has joined the Army Reserves and graduated from Basic Training in January and Advanced Training on April 10th. He will be attending UL in the Fall.\r\n\r\n<strong><span class=\"style2\">Morgan Dugas</span></strong>, SCS class of 2005, is graduating from the University of Louisiana in May and pursuing a graduate degree in Social Work.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry.jpg\" rel=\"attachment wp-att-264\"><img class=\"size-thumbnail wp-image-264 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MeredithGuidry-150x150.jpg\" alt=\"2014AprilAlumni_MeredithGuidry\" width=\"150\" height=\"150\" /></a>Meredith Guidry</span></strong>, SCS class of 2010, has had quite a busy high school life! She will be graduating Cum Laude from Lafayette High School, where she is enrolled in all honors classes and maintains a 3.6 GPA. Meredith has also lettered as a Lafayette High Cheerleader, for 4 years. She is a 4 year member of the National Beta Honor Society and has spent 4 years at LHS Dance Academy. Meredith has also been enrolled at the academy in guitar instruction. Perhaps you have seen and heard Meredith’s lovely voice, as she has been cantering every Sunday at 6:00 mass here at Sacred Heart. She is also an active member of Lifeteen and Lifeteen Choir. Her plans are to attend ULL and major in Architecture, with a minor in Liberal Arts. Meredith enjoys music worship and dedicates her time to family, Lifeteen, youth choir, and Catholic spiritual life. Thank you, Meredith, for providing such a spiritual example for our students at SCS!\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice.jpg\" rel=\"attachment wp-att-270\"><img class=\"size-thumbnail wp-image-270 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MadisonJudice-150x150.jpg\" alt=\"2014AprilAlumni_MadisonJudice\" width=\"150\" height=\"150\" /></a>Madison Judice</span></strong>, SCS class of 2013, has placed 1st in state for 4H Meat ID at LSU University. Placed 6th in nationals in Arkansas. Then placed first for 4H District Beef Premier Exibitor. She competed against seniors in both competitions and was the youngest to compete on the state level! She is a freshmen at Teurlings Catholic.\r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\">C<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller.jpg\" rel=\"attachment wp-att-273\"><img class=\"size-thumbnail wp-image-273 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_CatherineMiller-150x150.jpg\" alt=\"2014AprilAlumni_CatherineMiller\" width=\"150\" height=\"150\" /></a>atherine Miller</span></strong>, SCS class of 2011, was recently named varsity cheer captain at Comeaux High School. She was also recently crowned Teen Miss Mardi Gras De Iberia.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M.jpg\" rel=\"attachment wp-att-284\"><img class=\"size-thumbnail wp-image-284 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_MakaylaPrevost-M-150x150.jpg\" alt=\"2014AprilAlumni_MakaylaPrevost M\" width=\"150\" height=\"150\" /></a>Makayla Prevost</span></strong>, SCS class of 2007, is a dedicated and hard-working member of Texas A&M University’s NCAA Division 1 track & field program, an undergraduate student council representative for the Technology Management College of Education & Human Resource & Development; recently named to the Athletics Director’s Academic Honor Roll. Makayla will graduate in August of 2015 with a Bachelor’s Degree major in Technology Management and a minor in Business Management. Makayla is an active member of St. Mary’s Catholic Church in College Station.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost.jpg\" rel=\"attachment wp-att-282\"><img class=\"size-thumbnail wp-image-282 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_KimberlaPrevost-150x150.jpg\" alt=\"2014AprilAlumni_KimberlaPrevost\" width=\"150\" height=\"150\" /></a>Kimberla Prevost</span></strong>, SCS class of 2009, attends Southwestern University in Georgetown, Texas. Kimi is a dedicated and hard-working member of SU’s NCAA Division 3 track & field program, she holds the University’s best record for the shot put and most recently named to the University’s Dean’s List; Kimi is currently pursuing a double major in business and psychology. Kimi is an active member of St. Helen’s Catholic Church in Georgetown.\r\n\r\n \r\n\r\n<strong><span class=\"style2\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay.jpg\" rel=\"attachment wp-att-279\"><img class=\"size-thumbnail wp-image-279 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_JordanRay-150x150.jpg\" alt=\"2014AprilAlumni_JordanRay\" width=\"150\" height=\"150\" /></a>Jorday Ray</span></strong>, SCS class of 2004, daughter of Glenn and Janet Ray is engaged to be married on Jan. 2, 2015 to Bo Boudreaux, son of Robert and Liz Boudreaux of Broussard.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork.jpg\" rel=\"attachment wp-att-287\"><img class=\"wp-image-287 size-medium alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_Walker-artwork-224x300.jpg\" alt=\"2014AprilAlumni_Walker-artwork\" width=\"224\" height=\"300\" /></a>The artwork of <strong>Elizabeth Walker</strong>, SCS class of 2010, was chosen by the George Rodrigue Foundation of The Arts for their cookbook called The Pot & The Palette. She recently was available for a book signing event.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h2>Future Bluejays</h2>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais.jpg\" rel=\"attachment wp-att-276\"><img class=\"size-thumbnail wp-image-276 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyComeauxDenais-150x150.jpg\" alt=\"2014AprilAlumni_FutureBluejay-AshleyComeauxDenais\" width=\"150\" height=\"150\" /></a>Congratulations to parents, <strong>Ashley Comeaux Denais</strong> (SCS class of 2002) & <strong>Justin Denais</strong>, on the birth of their beautiful baby girl, Sydney Grace! Sydney weighed in at the dainty weight of 6 lbs., 14 oz. and measured 19.5 inches. Grandma Kim said, “We are so excited and blessed to have her in our lives.”\r\n\r\n \r\n\r\n \r\n\r\n<strong><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg\" rel=\"attachment wp-att-278\"><img class=\"size-full wp-image-278 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2014AprilAlumni_FutureBluejay-AshleyZimmerDavid.jpg\" alt=\"2014AprilAlumni_FutureBluejay-AshleyZimmerDavid\" width=\"233\" height=\"154\" /></a>Ashley Zimmer David</strong>, (SCS class of 2001) and her husband, Jude, welcomed their first child to the world, Jude Colby David, Jr. on July 22, 2013. He was 8 lbs. 9 oz. and 22 inches long. Ashley is currently working part time at STM teaching Geometry.','Alumni Update - April 2014','','inherit','closed','closed','','252-revision-v1','','','2016-01-03 17:08:21','2016-01-03 17:08:21','',252,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/252-revision-v1/',0,'revision','',0),(293,1,'2016-01-03 17:11:27','2016-01-03 17:11:27','','2013July_BlakeLangstonMilson','','inherit','closed','closed','','2013july_blakelangstonmilson','','','2016-01-03 17:13:12','2016-01-03 17:13:12','',300,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg',0,'attachment','image/jpeg',0),(294,1,'2016-01-03 17:11:30','2016-01-03 17:11:30','','2013July_EllenBarker','','inherit','closed','closed','','2013july_ellenbarker','','','2016-01-03 17:14:02','2016-01-03 17:14:02','',300,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg',0,'attachment','image/jpeg',0),(297,1,'2016-01-03 17:11:33','2016-01-03 17:11:33','','2013July_EmmaDietlein','','inherit','closed','closed','','2013july_emmadietlein','','','2016-01-03 17:12:37','2016-01-03 17:12:37','',300,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg',0,'attachment','image/jpeg',0),(300,3,'2013-07-01 17:11:33','2013-07-01 17:11:33','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" rel=\"attachment wp-att-297\"><img class=\"size-full wp-image-297 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" alt=\"2013July_EmmaDietlein\" width=\"200\" height=\"267\" /></a>Congratulations are in order for <strong>Emma Dietlein</strong>, SCS 2005, who recently graduated from ULL in May. She finished Magna Cum Laude with a degree in Performing Arts adn with a concentration in Dance. Emma will be attending the American Ballet Theater\'s teacher training, this summer, and whe will be teaching ballet and point full time at Morgan Street Dance Company, this fall. All of us at SCS wish her the very best!\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" rel=\"attachment wp-att-293\"><img class=\"size-full wp-image-293 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" alt=\"2013July_BlakeLangstonMilson\" width=\"200\" height=\"248\" /></a>Blake Langston Milson</strong>, an SCS alum, graduated from Tulane University with a Bachelors of Science Degree with a major in Neuroscience on Saturday, May 18, 2013. Blake\'s plans for the future are to attend medical school and pursue a career in Medicine.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" rel=\"attachment wp-att-294\"><img class=\"size-full wp-image-294 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" alt=\"2013July_EllenBarker\" width=\"300\" height=\"222\" /></a>Best wishes to <strong>Mrs. Ellen Hesse Barker</strong>, SCS 2001, who recently wed Dr. K. Brandon Barker, a lecturer in Folklore and Ethnomusicology. The happy couple will reside near teh University of Indiana, where Dr. Barker will begin his term as lecturer. Ellen\'s plans include obtaining her masters degree in educational psychology adn teaching cake decorating lessons. We wish them abudant happiness!','Alumni Update - July 2013','','publish','closed','closed','','alumni-update-july-2013','','','2016-01-03 17:16:04','2016-01-03 17:16:04','',0,'http://blog.scsbluejays.org/wp1/?p=300',0,'post','',0),(302,3,'2016-01-03 17:12:09','2016-01-03 17:12:09','','Alumni Update - July 2013','','inherit','closed','closed','','300-revision-v1','','','2016-01-03 17:12:09','2016-01-03 17:12:09','',300,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/300-revision-v1/',0,'revision','',0),(303,3,'2016-01-03 17:13:12','2016-01-03 17:13:12','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" rel=\"attachment wp-att-297\"><img class=\"size-full wp-image-297 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" alt=\"2013July_EmmaDietlein\" width=\"200\" height=\"267\" /></a>Congratulations are in order for <strong>Emma Dietlein</strong>, SCS 2005, who recently graduated from ULL in May. She finished Magna Cum Laude with a degree in Performing Arts adn with a concentration in Dance. Emma will be attending the American Ballet Theater\'s teacher training, this summer, and whe will be teaching ballet and point full time at Morgan Street Dance Company, this fall. All of us at SCS wish her the very best!\n\n \n\n \n\n \n\n<strong>Blake Langston Milson</strong>, an SCS alum, graduated from Tulane University with a Bachelors of Science Degree with a major in Neuroscience on Saturday, May 18, 2013. Blake\'s plans for the future are to attend medical school and pursue a career in Medicine.','Alumni Update - July 2013','','inherit','closed','closed','','300-autosave-v1','','','2016-01-03 17:13:12','2016-01-03 17:13:12','',300,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/300-autosave-v1/',0,'revision','',0),(305,3,'2016-01-03 17:14:17','2016-01-03 17:14:17','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" rel=\"attachment wp-att-297\"><img class=\"size-full wp-image-297 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" alt=\"2013July_EmmaDietlein\" width=\"200\" height=\"267\" /></a>Congratulations are in order for <strong>Emma Dietlein</strong>, SCS 2005, who recently graduated from ULL in May. She finished Magna Cum Laude with a degree in Performing Arts adn with a concentration in Dance. Emma will be attending the American Ballet Theater\'s teacher training, this summer, and whe will be teaching ballet and point full time at Morgan Street Dance Company, this fall. All of us at SCS wish her the very best!\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>Blake Langston Milson</strong>, an SCS alum, graduated from Tulane University with a Bachelors of <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" rel=\"attachment wp-att-293\"><img class=\"size-full wp-image-293 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" alt=\"2013July_BlakeLangstonMilson\" width=\"200\" height=\"248\" /></a>Science Degree with a major in Neuroscience on Saturday, May 18, 2013. Blake\'s plans for the future are to attend medical school and pursue a career in Medicine.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" rel=\"attachment wp-att-294\"><img class=\"size-full wp-image-294 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" alt=\"2013July_EllenBarker\" width=\"300\" height=\"222\" /></a>Best wishes to <strong>Mrs. Ellen Hesse Barker</strong>, SCS 2001, who recently wed Dr. K. Brandon Barker, a lecturer in Folklore and Ethnomusicology. The happy couple will reside near teh University of Indiana, where Dr. Barker will begin his term as lecturer. Ellen\'s plans include obtaining her masters degree in educational psychology adn teaching cake decorating lessons. We wish them abudant happiness!','Alumni Update - July 2013','','inherit','closed','closed','','300-revision-v1','','','2016-01-03 17:14:17','2016-01-03 17:14:17','',300,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/300-revision-v1/',0,'revision','',0),(306,3,'2016-01-03 17:15:49','2016-01-03 17:15:49','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" rel=\"attachment wp-att-297\"><img class=\"size-full wp-image-297 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" alt=\"2013July_EmmaDietlein\" width=\"200\" height=\"267\" /></a>Congratulations are in order for <strong>Emma Dietlein</strong>, SCS 2005, who recently graduated from ULL in May. She finished Magna Cum Laude with a degree in Performing Arts adn with a concentration in Dance. Emma will be attending the American Ballet Theater\'s teacher training, this summer, and whe will be teaching ballet and point full time at Morgan Street Dance Company, this fall. All of us at SCS wish her the very best!\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" rel=\"attachment wp-att-293\"><img class=\"size-full wp-image-293 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" alt=\"2013July_BlakeLangstonMilson\" width=\"200\" height=\"248\" /></a>Blake Langston Milson</strong>, an SCS alum, graduated from Tulane University with a Bachelors of\r\nScience Degree with a major in Neuroscience on Saturday, May 18, 2013. Blake\'s plans for the future are to attend medical school and pursue a career in Medicine.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" rel=\"attachment wp-att-294\"><img class=\"size-full wp-image-294 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" alt=\"2013July_EllenBarker\" width=\"300\" height=\"222\" /></a>Best wishes to <strong>Mrs. Ellen Hesse Barker</strong>, SCS 2001, who recently wed Dr. K. Brandon Barker, a lecturer in Folklore and Ethnomusicology. The happy couple will reside near teh University of Indiana, where Dr. Barker will begin his term as lecturer. Ellen\'s plans include obtaining her masters degree in educational psychology adn teaching cake decorating lessons. We wish them abudant happiness!','Alumni Update - July 2013','','inherit','closed','closed','','300-revision-v1','','','2016-01-03 17:15:49','2016-01-03 17:15:49','',300,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/300-revision-v1/',0,'revision','',0),(309,3,'2016-01-03 17:16:04','2016-01-03 17:16:04','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" rel=\"attachment wp-att-297\"><img class=\"size-full wp-image-297 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EmmaDietlein.jpg\" alt=\"2013July_EmmaDietlein\" width=\"200\" height=\"267\" /></a>Congratulations are in order for <strong>Emma Dietlein</strong>, SCS 2005, who recently graduated from ULL in May. She finished Magna Cum Laude with a degree in Performing Arts adn with a concentration in Dance. Emma will be attending the American Ballet Theater\'s teacher training, this summer, and whe will be teaching ballet and point full time at Morgan Street Dance Company, this fall. All of us at SCS wish her the very best!\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" rel=\"attachment wp-att-293\"><img class=\"size-full wp-image-293 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_BlakeLangstonMilson.jpg\" alt=\"2013July_BlakeLangstonMilson\" width=\"200\" height=\"248\" /></a>Blake Langston Milson</strong>, an SCS alum, graduated from Tulane University with a Bachelors of Science Degree with a major in Neuroscience on Saturday, May 18, 2013. Blake\'s plans for the future are to attend medical school and pursue a career in Medicine.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" rel=\"attachment wp-att-294\"><img class=\"size-full wp-image-294 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2013July_EllenBarker.jpg\" alt=\"2013July_EllenBarker\" width=\"300\" height=\"222\" /></a>Best wishes to <strong>Mrs. Ellen Hesse Barker</strong>, SCS 2001, who recently wed Dr. K. Brandon Barker, a lecturer in Folklore and Ethnomusicology. The happy couple will reside near teh University of Indiana, where Dr. Barker will begin his term as lecturer. Ellen\'s plans include obtaining her masters degree in educational psychology adn teaching cake decorating lessons. We wish them abudant happiness!','Alumni Update - July 2013','','inherit','closed','closed','','300-revision-v1','','','2016-01-03 17:16:04','2016-01-03 17:16:04','',300,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/300-revision-v1/',0,'revision','',0),(312,3,'2010-11-03 17:19:05','2010-11-03 17:19:05','The St. Cecilia School family gathered on morning of Thursday, November 11th to express their deepest gratitude and thankfulness for the dedication and sacrifices made by all veterans to <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6.jpg\" rel=\"attachment wp-att-327\"><img class=\"size-thumbnail wp-image-327 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6-150x150.jpg\" alt=\"2010Nov1_VeteranDay-6\" width=\"150\" height=\"150\" /></a>retain the rights of freedom here in the United States of America. The opening prayer of the outdoor assembly was led by seventh grader, Luke Broussard followed by the presentation and raising of the American flag by members of Boy Scout Troop 55. Malea Cordosa, SCS sixth grader shared a poetic meditation saluting these noble and the brave heroes who served with honor, dignity and devotion. <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4.jpg\" rel=\"attachment wp-att-321\"><img class=\"size-thumbnail wp-image-321 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4-150x150.jpg\" alt=\"2010Nov1_VeteranDay-4\" width=\"150\" height=\"150\" /></a>Patriotic songs were led by the fourth graders, Mrs. Claire Carluen and Mr. Brandon Granger accompanied by Ms. Beth Hebert on the piano. A reception was held for the veterans in the school cafeteria. Special thanks to the Girouard Family of Ton’s Drive-In for providing biscuits for this special event!\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1.jpg\" rel=\"attachment wp-att-318\"><img class=\"alignnone size-medium wp-image-318\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1-300x224.jpg\" alt=\"2010Nov1_VeteranDay-1\" width=\"300\" height=\"224\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0.jpg\" rel=\"attachment wp-att-317\"><img class=\"alignnone size-medium wp-image-317\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0-300x225.jpg\" alt=\"2010Nov1_VeteranDay-0\" width=\"300\" height=\"225\" /></a>\r\n<p style=\"text-align: justify;\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" rel=\"attachment wp-att-324\"><img class=\"wp-image-324 size-full aligncenter\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" alt=\"2010Nov1_VeteranDay-5\" width=\"360\" height=\"480\" /></a></p>\r\n ','2010 November - Veteran\'s Day Assembly','','publish','closed','closed','','2010-november-veterans-day-assembly','','','2016-01-10 00:55:59','2016-01-10 00:55:59','',0,'http://blog.scsbluejays.org/wp1/?p=312',0,'post','',0),(314,3,'2016-01-03 17:19:05','2016-01-03 17:19:05','The St. Cecilia School family gathered on morning of Thursday, November 11th to express their deepest gratitude and thankfulness for the dedication and sacrifices made by all veterans to retain the rights of freedom here in the United States of America. The opening prayer of the outdoor assembly was led by seventh grader, Luke Broussard followed by the presentation and raising of the American flag by members of Boy Scout Troop 55. Malea Cordosa, SCS sixth grader shared a poetic meditation saluting these noble and the brave heroes who served with honor, dignity and devotion. Patriotic songs were led by the fourth graders, Mrs. Claire Carluen and Mr. Brandon Granger accompanied by Ms. Beth Hebert on the piano. A reception was held for the veterans in the school cafeteria. Special thanks to the Girouard Family of Ton’s Drive-In for providing biscuits for this special event!\r\n\r\n ','2010 November - Veteran\'s Day Assembly','','inherit','closed','closed','','312-revision-v1','','','2016-01-03 17:19:05','2016-01-03 17:19:05','',312,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/312-revision-v1/',0,'revision','',0),(317,1,'2016-01-03 17:19:47','2016-01-03 17:19:47','','2010Nov1_VeteranDay-0','','inherit','closed','closed','','2010nov1_veteranday-0','','','2016-01-03 17:21:15','2016-01-03 17:21:15','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0.jpg',0,'attachment','image/jpeg',0),(318,1,'2016-01-03 17:19:53','2016-01-03 17:19:53','','2010Nov1_VeteranDay-1','','inherit','closed','closed','','2010nov1_veteranday-1','','','2016-01-03 17:21:14','2016-01-03 17:21:14','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1.jpg',0,'attachment','image/jpeg',0),(320,1,'2016-01-03 17:19:56','2016-01-03 17:19:56','','2010Nov1_VeteranDay-3','','inherit','closed','closed','','2010nov1_veteranday-3','','','2016-01-03 17:21:13','2016-01-03 17:21:13','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-3.jpg',0,'attachment','image/jpeg',0),(321,1,'2016-01-03 17:20:00','2016-01-03 17:20:00','','2010Nov1_VeteranDay-4','','inherit','closed','closed','','2010nov1_veteranday-4','','','2016-01-03 17:21:15','2016-01-03 17:21:15','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4.jpg',0,'attachment','image/jpeg',0),(324,1,'2016-01-03 17:20:04','2016-01-03 17:20:04','','2010Nov1_VeteranDay-5','','inherit','closed','closed','','2010nov1_veteranday-5','','','2016-01-03 17:21:14','2016-01-03 17:21:14','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg',0,'attachment','image/jpeg',0),(327,1,'2016-01-03 17:20:07','2016-01-03 17:20:07','','2010Nov1_VeteranDay-6','','inherit','closed','closed','','2010nov1_veteranday-6','','','2016-01-03 17:21:13','2016-01-03 17:21:13','',312,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6.jpg',0,'attachment','image/jpeg',0),(330,3,'2016-01-03 17:23:53','2016-01-03 17:23:53','The St. Cecilia School family gathered on morning of Thursday, November 11th to express their deepest gratitude and thankfulness for the dedication and sacrifices made by all veterans to <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6.jpg\" rel=\"attachment wp-att-327\"><img class=\"size-thumbnail wp-image-327 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6-150x150.jpg\" alt=\"2010Nov1_VeteranDay-6\" width=\"150\" height=\"150\" /></a>retain the rights of freedom here in the United States of America. The opening prayer of the outdoor assembly was led by seventh grader, Luke Broussard followed by the presentation and raising of the American flag by members of Boy Scout Troop 55. Malea Cordosa, SCS sixth grader shared a poetic meditation saluting these noble and the brave heroes who served with honor, dignity and devotion. <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4.jpg\" rel=\"attachment wp-att-321\"><img class=\"size-thumbnail wp-image-321 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4-150x150.jpg\" alt=\"2010Nov1_VeteranDay-4\" width=\"150\" height=\"150\" /></a>Patriotic songs were led by the fourth graders, Mrs. Claire Carluen and Mr. Brandon Granger accompanied by Ms. Beth Hebert on the piano. A reception was held for the veterans in the school cafeteria. Special thanks to the Girouard Family of Ton’s Drive-In for providing biscuits for this special event!\n\n \n\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1.jpg\" rel=\"attachment wp-att-318\"><img class=\"alignnone size-medium wp-image-318\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1-300x224.jpg\" alt=\"2010Nov1_VeteranDay-1\" width=\"300\" height=\"224\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0.jpg\" rel=\"attachment wp-att-317\"><img class=\"alignnone size-medium wp-image-317\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0-300x225.jpg\" alt=\"2010Nov1_VeteranDay-0\" width=\"300\" height=\"225\" /></a>\n<p style=\"text-align: justify;\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" rel=\"attachment wp-att-324\"><img class=\"alignnone wp-image-324 size-full\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" alt=\"2010Nov1_VeteranDay-5\" width=\"360\" height=\"480\" /></a></p>\n ','2010 November - Veteran\'s Day Assembly','','inherit','closed','closed','','312-autosave-v1','','','2016-01-03 17:23:53','2016-01-03 17:23:53','',312,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/312-autosave-v1/',0,'revision','',0),(333,3,'2016-01-03 17:24:00','2016-01-03 17:24:00','The St. Cecilia School family gathered on morning of Thursday, November 11th to express their deepest gratitude and thankfulness for the dedication and sacrifices made by all veterans to <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6.jpg\" rel=\"attachment wp-att-327\"><img class=\"size-thumbnail wp-image-327 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-6-150x150.jpg\" alt=\"2010Nov1_VeteranDay-6\" width=\"150\" height=\"150\" /></a>retain the rights of freedom here in the United States of America. The opening prayer of the outdoor assembly was led by seventh grader, Luke Broussard followed by the presentation and raising of the American flag by members of Boy Scout Troop 55. Malea Cordosa, SCS sixth grader shared a poetic meditation saluting these noble and the brave heroes who served with honor, dignity and devotion. <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4.jpg\" rel=\"attachment wp-att-321\"><img class=\"size-thumbnail wp-image-321 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-4-150x150.jpg\" alt=\"2010Nov1_VeteranDay-4\" width=\"150\" height=\"150\" /></a>Patriotic songs were led by the fourth graders, Mrs. Claire Carluen and Mr. Brandon Granger accompanied by Ms. Beth Hebert on the piano. A reception was held for the veterans in the school cafeteria. Special thanks to the Girouard Family of Ton’s Drive-In for providing biscuits for this special event!\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1.jpg\" rel=\"attachment wp-att-318\"><img class=\"alignnone size-medium wp-image-318\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-1-300x224.jpg\" alt=\"2010Nov1_VeteranDay-1\" width=\"300\" height=\"224\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0.jpg\" rel=\"attachment wp-att-317\"><img class=\"alignnone size-medium wp-image-317\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-0-300x225.jpg\" alt=\"2010Nov1_VeteranDay-0\" width=\"300\" height=\"225\" /></a>\r\n<p style=\"text-align: justify;\"><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" rel=\"attachment wp-att-324\"><img class=\"wp-image-324 size-full aligncenter\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/2010Nov1_VeteranDay-5.jpg\" alt=\"2010Nov1_VeteranDay-5\" width=\"360\" height=\"480\" /></a></p>\r\n ','2010 November - Veteran\'s Day Assembly','','inherit','closed','closed','','312-revision-v1','','','2016-01-03 17:24:00','2016-01-03 17:24:00','',312,'http://blog.scsbluejays.org/wp1/index.php/2016/01/03/312-revision-v1/',0,'revision','',0),(335,1,'2016-01-03 22:20:58','2016-01-03 22:20:58','','wp1-header_SchoolFront','','inherit','closed','closed','','wp1-header_schoolfront','','','2016-01-03 22:20:58','2016-01-03 22:20:58','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/wp1-header_SchoolFront.jpg',0,'attachment','image/jpeg',0),(336,1,'2016-01-03 22:21:02','2016-01-03 22:21:02','','wp1-header_StCecilaStatue','','inherit','closed','closed','','wp1-header_stcecilastatue','','','2016-01-03 22:21:02','2016-01-03 22:21:02','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/wp1-header_StCecilaStatue.jpg',0,'attachment','image/jpeg',0),(338,1,'2016-01-03 22:21:06','2016-01-03 22:21:06','','wp1-header_ZoomedToSign','','inherit','closed','closed','','wp1-header_zoomedtosign','','','2016-01-03 22:21:06','2016-01-03 22:21:06','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/wp1-header_ZoomedToSign.jpg',0,'attachment','image/jpeg',0),(341,1,'2016-01-03 22:25:18','2016-01-03 22:25:18','','cropped-wp1-header_SchoolFront.jpg','','inherit','closed','closed','','cropped-wp1-header_schoolfront-jpg','','','2016-01-03 22:25:18','2016-01-03 22:25:18','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/cropped-wp1-header_SchoolFront.jpg',0,'attachment','image/jpeg',0),(343,3,'2015-12-11 00:47:56','2015-12-11 00:47:56','Now is the time for all good....\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571.jpg\" rel=\"attachment wp-att-347\"><img class=\"alignnone size-medium wp-image-347\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571-300x225.jpg\" alt=\"2015 Live nativity\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8581.jpg\" rel=\"attachment wp-att-355\"><img class=\"alignnone size-large wp-image-355\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8581-1024x768.jpg\" alt=\"Live Nativity\" width=\"700\" height=\"525\" /></a>','Live Nativity - December 2015','','publish','closed','closed','','live-nativity','','','2016-01-10 00:54:51','2016-01-10 00:54:51','',0,'http://blog.scsbluejays.org/wp1/?p=343',0,'post','',0),(344,3,'2016-01-10 00:48:54','2016-01-10 00:48:54','Now is the time for all good....','Live Nativity','','inherit','closed','closed','','343-revision-v1','','','2016-01-10 00:48:54','2016-01-10 00:48:54','',343,'http://blog.scsbluejays.org/wp1/index.php/2016/01/10/343-revision-v1/',0,'revision','',0),(347,3,'2016-01-10 00:49:17','2016-01-10 00:49:17','','Live Nativity','','inherit','closed','closed','','img_8571','','','2016-01-10 00:52:31','2016-01-10 00:52:31','',343,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571.jpg',0,'attachment','image/jpeg',0),(350,3,'2016-01-10 00:51:49','2016-01-10 00:51:49','Now is the time for all good....\n\n ','Live Nativity - December 2015','','inherit','closed','closed','','343-autosave-v1','','','2016-01-10 00:51:49','2016-01-10 00:51:49','',343,'http://blog.scsbluejays.org/wp1/index.php/2016/01/10/343-autosave-v1/',0,'revision','',0),(353,3,'2016-01-10 00:52:34','2016-01-10 00:52:34','Now is the time for all good....\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571.jpg\" rel=\"attachment wp-att-347\"><img class=\"alignnone size-medium wp-image-347\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571-300x225.jpg\" alt=\"2015 Live nativity\" width=\"300\" height=\"225\" /></a>','Live Nativity - December 2015','','inherit','closed','closed','','343-revision-v1','','','2016-01-10 00:52:34','2016-01-10 00:52:34','',343,'http://blog.scsbluejays.org/wp1/index.php/2016/01/10/343-revision-v1/',0,'revision','',0),(355,3,'2016-01-10 00:54:04','2016-01-10 00:54:04','','Live Nativity','','inherit','closed','closed','','img_8581','','','2016-01-10 00:54:50','2016-01-10 00:54:50','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8581.jpg',0,'attachment','image/jpeg',0),(356,3,'2016-01-10 00:54:51','2016-01-10 00:54:51','Now is the time for all good....\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571.jpg\" rel=\"attachment wp-att-347\"><img class=\"alignnone size-medium wp-image-347\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8571-300x225.jpg\" alt=\"2015 Live nativity\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8581.jpg\" rel=\"attachment wp-att-355\"><img class=\"alignnone size-large wp-image-355\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/01/IMG_8581-1024x768.jpg\" alt=\"Live Nativity\" width=\"700\" height=\"525\" /></a>','Live Nativity - December 2015','','inherit','closed','closed','','343-revision-v1','','','2016-01-10 00:54:51','2016-01-10 00:54:51','',343,'http://blog.scsbluejays.org/wp1/index.php/2016/01/10/343-revision-v1/',0,'revision','',0),(361,3,'2016-02-14 22:35:01','2016-02-14 22:35:01','','2016 Pro Life Walk_1','','inherit','closed','closed','','2016-pro-life-walk_1','','','2016-02-14 22:37:22','2016-02-14 22:37:22','',369,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg',0,'attachment','image/jpeg',0),(364,3,'2016-02-14 22:35:19','2016-02-14 22:35:19','','2016 Pro Life Walk_2','','inherit','closed','closed','','2016-pro-life-walk_2','','','2016-02-14 22:37:23','2016-02-14 22:37:23','',369,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg',0,'attachment','image/jpeg',0),(369,3,'2016-01-20 22:40:14','2016-01-20 22:40:14','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignright wp-image-364 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-1024x680.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"411\" height=\"273\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<hr />\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-1024x680.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"441\" height=\"293\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','publish','closed','closed','','2016-pro-life-walk','','','2016-04-02 00:45:19','2016-04-02 00:45:19','',0,'http://blog.scsbluejays.org/wp1/?p=369',0,'post','',0),(370,3,'2016-02-14 22:39:35','2016-02-14 22:39:35','Type text here\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignnone wp-image-364 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"300\" height=\"199\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignnone wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-02-14 22:39:35','2016-02-14 22:39:35','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/02/14/369-revision-v1/',0,'revision','',0),(373,3,'2016-02-14 23:12:57','2016-02-14 23:12:57','','1-B Mardi Gras_2016','','inherit','closed','closed','','1-b-mardi-gras_2016','','','2016-02-14 23:25:58','2016-02-14 23:25:58','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(375,3,'2016-02-14 23:13:09','2016-02-14 23:13:09','','1-L Mardi Gras_2016','','inherit','closed','closed','','1-l-mardi-gras_2016','','','2016-02-14 23:25:59','2016-02-14 23:25:59','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-L-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(378,3,'2016-02-14 23:13:22','2016-02-14 23:13:22','','3rd grade Mardi Gras_2016','','inherit','closed','closed','','3rd-grade-mardi-gras_2016','','','2016-02-14 23:25:56','2016-02-14 23:25:56','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(379,3,'2016-02-14 23:13:33','2016-02-14 23:13:33','','4th grade Mardi Gras_2016','','inherit','closed','closed','','4th-grade-mardi-gras_2016','','','2016-02-14 23:25:57','2016-02-14 23:25:57','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(382,3,'2016-02-14 23:13:44','2016-02-14 23:13:44','','5th grade Student of the Year finalists 2016','','inherit','closed','closed','','5th-grade-student-of-the-year-finalists-2016','','','2016-02-14 23:32:58','2016-02-14 23:32:58','',400,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/5th-grade-Student-of-the-Year-finalists-2016.jpg',0,'attachment','image/jpeg',0),(385,3,'2016-02-14 23:13:56','2016-02-14 23:13:56','','8th grade (Josie) Mardi Gras_2016','','inherit','closed','closed','','8th-grade-josie-mardi-gras_2016','','','2016-02-14 23:25:57','2016-02-14 23:25:57','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(387,3,'2016-02-14 23:14:08','2016-02-14 23:14:08','','8th grade Mardi Gras_2016','','inherit','closed','closed','','8th-grade-mardi-gras_2016','','','2016-02-14 23:25:58','2016-02-14 23:25:58','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(388,3,'2016-02-14 23:14:18','2016-02-14 23:14:18','','8th grade Student of the Year finalists 2016','','inherit','closed','closed','','8th-grade-student-of-the-year-finalists-2016','','','2016-02-14 23:32:56','2016-02-14 23:32:56','',400,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Student-of-the-Year-finalists-2016.jpg',0,'attachment','image/jpeg',0),(391,3,'2016-02-14 23:16:26','2016-02-14 23:16:26','','K-B Mardi Gras_2016','','inherit','closed','closed','','k-b-mardi-gras_2016','','','2016-02-14 23:25:58','2016-02-14 23:25:58','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/K-B-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(393,3,'2016-02-14 23:17:13','2016-02-14 23:17:13','','PreK Willis Mardi Gras_2016','','inherit','closed','closed','','prek-willis-mardi-gras_2016','','','2016-02-14 23:25:56','2016-02-14 23:25:56','',399,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/PreK-Willis-Mardi-Gras_2016.jpg',0,'attachment','image/jpeg',0),(394,3,'2016-02-14 23:17:23','2016-02-14 23:17:23','','Supporters of the Year 2016','','inherit','closed','closed','','supporters-of-the-year-2016','','','2016-02-14 23:32:58','2016-02-14 23:32:58','',400,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Supporters-of-the-Year-2016.jpg',0,'attachment','image/jpeg',0),(396,3,'2016-02-14 23:17:33','2016-02-14 23:17:33','','Teacher of the Year 2016','','inherit','closed','closed','','teacher-of-the-year-2016','','','2016-02-14 23:17:33','2016-02-14 23:17:33','',0,'http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Teacher-of-the-Year-2016.jpg',0,'attachment','image/jpeg',0),(399,3,'2016-04-02 01:18:37','0000-00-00 00:00:00','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"818\" height=\"614\" /></a>Highlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"655\" height=\"493\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"wp-image-373 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"654\" height=\"491\" /></a>\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','draft','closed','closed','','','','','2016-04-02 01:18:37','2016-04-02 01:18:37','',0,'http://blog.scsbluejays.org/wp1/?p=399',0,'post','',0),(400,3,'2016-02-03 23:31:42','2016-02-03 23:31:42','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Teacher-of-the-Year-2016.jpg\" rel=\"attachment wp-att-396\"><img class=\"alignnone size-large wp-image-396\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Teacher-of-the-Year-2016-1024x768.jpg\" alt=\"Teacher of the Year 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Supporters-of-the-Year-2016.jpg\" rel=\"attachment wp-att-394\"><img class=\"alignnone size-large wp-image-394\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Supporters-of-the-Year-2016-1024x768.jpg\" alt=\"Supporters of the Year 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Student-of-the-Year-finalists-2016.jpg\" rel=\"attachment wp-att-388\"><img class=\"alignnone size-large wp-image-388\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\" alt=\"8th grade Student of the Year finalists 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/5th-grade-Student-of-the-Year-finalists-2016.jpg\" rel=\"attachment wp-att-382\"><img class=\"alignnone size-large wp-image-382\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/5th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\" alt=\"5th grade Student of the Year finalists 2016\" width=\"700\" height=\"525\" /></a>','Catholic Schools Week 2016','','draft','closed','closed','','','','','2016-02-14 23:33:02','2016-02-14 23:33:02','',0,'http://blog.scsbluejays.org/wp1/?p=400',0,'post','',0),(402,3,'2016-02-14 23:33:02','2016-02-14 23:33:02','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Teacher-of-the-Year-2016.jpg\" rel=\"attachment wp-att-396\"><img class=\"alignnone size-large wp-image-396\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Teacher-of-the-Year-2016-1024x768.jpg\" alt=\"Teacher of the Year 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Supporters-of-the-Year-2016.jpg\" rel=\"attachment wp-att-394\"><img class=\"alignnone size-large wp-image-394\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/Supporters-of-the-Year-2016-1024x768.jpg\" alt=\"Supporters of the Year 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Student-of-the-Year-finalists-2016.jpg\" rel=\"attachment wp-att-388\"><img class=\"alignnone size-large wp-image-388\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\" alt=\"8th grade Student of the Year finalists 2016\" width=\"700\" height=\"525\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/5th-grade-Student-of-the-Year-finalists-2016.jpg\" rel=\"attachment wp-att-382\"><img class=\"alignnone size-large wp-image-382\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/5th-grade-Student-of-the-Year-finalists-2016-1024x768.jpg\" alt=\"5th grade Student of the Year finalists 2016\" width=\"700\" height=\"525\" /></a>','Catholic Schools Week 2016','','inherit','closed','closed','','400-revision-v1','','','2016-02-14 23:33:02','2016-02-14 23:33:02','',400,'http://blog.scsbluejays.org/wp1/index.php/2016/02/14/400-revision-v1/',0,'revision','',0),(405,3,'2016-03-31 17:47:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-03-31 17:47:56','0000-00-00 00:00:00','',0,'http://blog.scsbluejays.org/wp1/?p=405',0,'post','',0),(408,3,'2016-03-31 17:47:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-03-31 17:47:56','0000-00-00 00:00:00','',0,'http://blog.scsbluejays.org/wp1/?p=408',0,'post','',0),(411,3,'2016-04-02 00:38:56','2016-04-02 00:38:56','During the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\nThe students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignnone wp-image-364 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"300\" height=\"199\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignnone wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:38:56','2016-04-02 00:38:56','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(414,3,'2016-04-02 00:39:38','2016-04-02 00:39:38','During the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignnone wp-image-364 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"300\" height=\"199\" /></a>\r\n\r\nThe students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignnone wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:39:38','2016-04-02 00:39:38','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(417,3,'2016-04-02 00:40:32','2016-04-02 00:40:32','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignnone wp-image-364 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"300\" height=\"199\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignnone wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\nThe students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:40:32','2016-04-02 00:40:32','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(420,3,'2016-04-02 00:41:39','2016-04-02 00:41:39','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignleft wp-image-364 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"300\" height=\"199\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:41:39','2016-04-02 00:41:39','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(423,3,'2016-04-02 00:42:15','2016-04-02 00:42:15','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignleft wp-image-364 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"407\" height=\"270\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:42:15','2016-04-02 00:42:15','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(426,3,'2016-04-02 00:42:33','2016-04-02 00:42:33','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignright wp-image-364\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-300x199.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"407\" height=\"270\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 size-medium\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-300x199.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"300\" height=\"199\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:42:33','2016-04-02 00:42:33','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(429,3,'2016-04-02 00:44:11','2016-04-02 00:44:11','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignright wp-image-364 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-1024x680.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"411\" height=\"273\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-1024x680.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"441\" height=\"293\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:44:11','2016-04-02 00:44:11','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(432,3,'2016-04-02 00:44:50','2016-04-02 00:44:50','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2.jpg\" rel=\"attachment wp-att-364\"><img class=\"alignright wp-image-364 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_2-1024x680.jpg\" alt=\"2016 Pro Life Walk_2\" width=\"411\" height=\"273\" /></a>\r\n\r\nDuring the month of January, St. Cecilia School took time to observe the importance of protecting, defending and honoring life. Each religion class spiritually adopted an unborn child. The class named the child and prayed for the child. As the forty-third anniversary of the U. S. Supreme Court’s decision Roe v. Wade approached on Friday, January 22nd, the students gathered for Mass on the Wednesday of that week. In the Gospel, Jesus challenged his critics to do good and save lives. If we are to think and act according to God’s laws of love and mercy, and justice and peace, we are called to speak out for the unborn.\r\n\r\n<hr />\r\n\r\n \r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1.jpg\" rel=\"attachment wp-att-361\"><img class=\"alignright wp-image-361 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/2016-Pro-Life-Walk_1-1024x680.jpg\" alt=\"2016 Pro Life Walk_1\" width=\"441\" height=\"293\" /></a>The students, faculty, parents and friends put this into action by participating in a Pro-Life March immediately following Mass. As the SCS community walked from the church to the school courtyard they prayed the Rosary. As the Pro-Life March, ended cross bearers placed the white crosses on the front lawn of school as a reminder to all to defend life from conception to natural death.\r\n\r\n \r\n\r\n ','2016 Pro Life Walk','','inherit','closed','closed','','369-revision-v1','','','2016-04-02 00:44:50','2016-04-02 00:44:50','',369,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/369-revision-v1/',0,'revision','',0),(435,3,'2016-04-02 00:49:11','2016-04-02 00:49:11','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/K-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-391\"><img class=\"alignright wp-image-391 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/K-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"K-B Mardi Gras_2016\" width=\"503\" height=\"377\" /></a>SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-387\"><img class=\"wp-image-387 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade Mardi Gras_2016\" width=\"367\" height=\"275\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\" wp-image-385 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"318\" height=\"239\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"431\" height=\"323\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-378\"><img class=\"alignnone wp-image-378\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"3rd grade Mardi Gras_2016\" width=\"378\" height=\"283\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-L-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-375\"><img class=\"alignnone wp-image-375\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-L-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-L Mardi Gras_2016\" width=\"363\" height=\"272\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"308\" height=\"231\" /></a>','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 00:49:11','2016-04-02 00:49:11','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(438,3,'2016-04-02 00:50:11','2016-04-02 00:50:11','<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/K-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-391\"><img class=\"alignright wp-image-391 \" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/K-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"K-B Mardi Gras_2016\" width=\"503\" height=\"377\" /></a>SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\" wp-image-385 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"371\" height=\"278\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"375\" height=\"281\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-378\"><img class=\"alignnone wp-image-378\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"3rd grade Mardi Gras_2016\" width=\"378\" height=\"283\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-L-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-375\"><img class=\"alignnone wp-image-375\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-L-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-L Mardi Gras_2016\" width=\"363\" height=\"272\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"308\" height=\"231\" /></a>','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 00:50:11','2016-04-02 00:50:11','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(441,3,'2016-04-02 00:57:25','2016-04-02 00:57:25','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"346\" height=\"260\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"342\" height=\"256\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"375\" height=\"281\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-378\"><img class=\"alignnone wp-image-378\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"3rd grade Mardi Gras_2016\" width=\"610\" height=\"457\" /></a>','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 00:57:25','2016-04-02 00:57:25','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(444,3,'2016-04-02 00:59:31','2016-04-02 00:59:31','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"346\" height=\"260\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"342\" height=\"256\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"332\" height=\"249\" /></a> <a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-378\"><img class=\"wp-image-378 alignright\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/3rd-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"3rd grade Mardi Gras_2016\" width=\"330\" height=\"247\" /></a>','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 00:59:31','2016-04-02 00:59:31','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(446,3,'2016-04-02 00:59:54','2016-04-02 00:59:54','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"346\" height=\"260\" /></a><a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"342\" height=\"256\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"332\" height=\"249\" /></a>','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 00:59:54','2016-04-02 00:59:54','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(449,3,'2016-04-02 01:07:18','2016-04-02 01:07:18','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"342\" height=\"256\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"339\" height=\"254\" /></a> “SAINTS” came marching in!\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:07:18','2016-04-02 01:07:18','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(452,3,'2016-04-02 01:08:46','2016-04-02 01:08:46','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"342\" height=\"256\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"339\" height=\"254\" /></a> “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"306\" height=\"229\" /></a>\r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:08:46','2016-04-02 01:08:46','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(453,3,'2016-04-02 01:09:39','2016-04-02 01:09:39','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"362\" height=\"271\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\" wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"359\" height=\"269\" /></a> “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"306\" height=\"229\" /></a>\r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:09:39','2016-04-02 01:09:39','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(456,3,'2016-04-02 01:11:15','2016-04-02 01:11:15','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"370\" height=\"277\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"369\" height=\"276\" /></a> “SAINTS” came marc<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"359\" height=\"269\" /></a>hing in!\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:11:15','2016-04-02 01:11:15','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(459,3,'2016-04-02 01:12:04','2016-04-02 01:12:04','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"335\" height=\"251\" /></a>\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"329\" height=\"246\" /></a> “SAINTS” came marching in!<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"294\" height=\"220\" /></a>\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:12:04','2016-04-02 01:12:04','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(462,3,'2016-04-02 01:14:06','2016-04-02 01:14:06','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of par<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"alignright wp-image-385\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"335\" height=\"251\" /></a>ade.\r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"alignright wp-image-379\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"329\" height=\"246\" /></a> “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"alignnone wp-image-373\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"301\" height=\"226\" /></a>\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:14:06','2016-04-02 01:14:06','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(465,3,'2016-04-02 01:17:20','2016-04-02 01:17:20','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"818\" height=\"614\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nHighlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"655\" height=\"493\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"wp-image-373 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"654\" height=\"491\" /></a>\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:17:20','2016-04-02 01:17:20','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(467,3,'2016-04-02 01:17:51','2016-04-02 01:17:51','SCS engaged students in both learning and creating memories with the “Krewe of Saints” culminating parade. In exploring Catholic faith and its connection, students focused on studying and researching our Catholic Saints. Students created an authentic community experience of fellowship based on Louisiana culture and traditions of Mardi Gras for all students, staff, parents, and visitors. Each class culminated research from their Saint with a patronage through our SCS \"Krewe of Saints\" of parade.\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-385\"><img class=\"wp-image-385 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/8th-grade-Josie-Mardi-Gras_2016-1024x768.jpg\" alt=\"8th grade (Josie) Mardi Gras_2016\" width=\"818\" height=\"614\" /></a>Highlights of the parade included each class representation by students to show patronage to their Saint with costumes and throws. 3rd grade students kicked off the celebration with a dance to the song, “When the Saints Go Marching In.” 4th and 5th grade students were able to showcase their recorders. 7th Grade students creating all introduction videos for our Krewes and 8th grade put together our song list for all of our “Saints” to come marching in to! Our 8th graders also concluded festivities with a traditional Courir de Mardi Gras chicken run. Laissez Les Bon Temps Rouler with our SCS “Krewe of Saints,” both women and men. We passed a good time when the SCS “SAINTS” came marching in!\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-379\"><img class=\"wp-image-379 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/4th-grade-Mardi-Gras_2016-1024x768.jpg\" alt=\"4th grade Mardi Gras_2016\" width=\"655\" height=\"493\" /></a>\r\n\r\n<a href=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016.jpg\" rel=\"attachment wp-att-373\"><img class=\"wp-image-373 alignleft\" src=\"http://blog.scsbluejays.org/wp1/wp-content/uploads/2016/02/1-B-Mardi-Gras_2016-1024x768.jpg\" alt=\"1-B Mardi Gras_2016\" width=\"654\" height=\"491\" /></a>\r\n\r\n \r\n\r\n ','Project Based Learning Mardi Gras 2016','','inherit','closed','closed','','399-revision-v1','','','2016-04-02 01:17:51','2016-04-02 01:17:51','',399,'http://blog.scsbluejays.org/wp1/index.php/2016/04/02/399-revision-v1/',0,'revision','',0),(468,1,'2016-04-05 19:23:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-04-05 19:23:36','0000-00-00 00:00:00','',0,'http://blog.scsbluejays.org/wp1/?p=468',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (23,3,0),(53,3,0),(56,3,0),(59,3,0),(62,3,0),(65,3,0),(68,3,0),(75,3,0),(80,5,0),(80,8,0),(99,1,0),(132,1,0),(252,11,0),(300,11,0),(312,1,0),(343,1,0),(369,1,0),(399,1,0),(400,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','any post describing an SCS Event',0,5),(3,3,'nav_menu','',0,8),(5,5,'calendar_feed','',0,1),(8,8,'calendar_type','',0,1),(9,9,'link_category','',0,0),(11,11,'category','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Event','event',0),(3,'TopMenu','topmenu',0),(5,'google','google',0),(8,'default-calendar','default-calendar',0),(9,'Trust Marks','trust-marks',0),(11,'Alumni','alumni',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(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','tp09_edit_drag_drop_sort'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"ae8cd0c35a309547dbc354581bbaff80b4c0b31915293e596fae465d574e4b1c\";a:4:{s:10:\"expiration\";i:1460057004;s:2:\"ip\";s:14:\"166.137.143.94\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0\";s:5:\"login\";i:1459884204;}}'),(20,1,'wp_dashboard_quick_press_last_post_id','468'),(21,1,'wp_user-settings','libraryContent=browse&hidetb=1&editor=tinymce&wplink=1&advImgDetails=show&imgsize=medium'),(24,1,'wp_user-settings-time','1451787006'),(26,1,'nav_menu_recently_edited','3'),(29,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(32,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(33,1,'wp_tablepress_user_options','{\"user_options_db_version\":32,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(36,1,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(39,1,'wp_media_library_mode','list'),(42,3,'nickname','jconzelmann'),(45,3,'first_name','Jennifer'),(48,3,'last_name','Conzelmann'),(51,3,'description',''),(54,3,'rich_editing','true'),(57,3,'comment_shortcuts','false'),(60,3,'admin_color','fresh'),(63,3,'use_ssl','0'),(66,3,'show_admin_bar_front','true'),(69,3,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(72,3,'wp_user_level','7'),(75,3,'dismissed_wp_pointers',''),(77,3,'default_password_nag',''),(81,3,'wp_dashboard_quick_press_last_post_id','408'),(83,3,'wp_user-settings','libraryContent=browse&imgsize=large&hidetb=1&advImgDetails=hide'),(86,3,'wp_user-settings-time','1459557917'),(89,3,'session_tokens','a:3:{s:64:\"6d2f84a9d55956c1b2533ce015504d3a42b7976b5c7fb10bed8f47b488ff7a0f\";a:4:{s:10:\"expiration\";i:1459619265;s:2:\"ip\";s:11:\"74.80.15.39\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1459446465;}s:64:\"6e2043a4829d987cdfe90e6214e75058cf9bdfdc11fb17ced86182e725cc34a7\";a:4:{s:10:\"expiration\";i:1459619268;s:2:\"ip\";s:11:\"74.80.15.39\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1459446468;}s:64:\"12b4ba39328e19e023f4f095643e4e585cb30c420103b4cf2cac4351e741814e\";a:4:{s:10:\"expiration\";i:1459730256;s:2:\"ip\";s:11:\"74.80.15.39\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36\";s:5:\"login\";i:1459557456;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) 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(255) 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','740c220dde2db5a21867fcced4ec307a','admin','conzoman@gmail.com','','2015-09-16 21:23:52','',0,'admin'),(3,'jconzelmann','$P$BbJsBSglDfZgwibPVk9TAHoluu3TT50','jconzelmann','jconzelmann@scsbluejays.org','http://scsbluejays.org','2016-01-03 02:21:20','',0,'Jennifer Conzelmann'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_034c4c2_1' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-12-16 7:59:04