-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: March 23, 2026, 1:14 pm
-- Server version: 10.3.39
-- PHP Version: 8.1.34

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `ghunt_wp479`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_categories`
--

CREATE TABLE `wp_bwbps_categories` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `category_id` bigint(20) DEFAULT NULL,
  `tag_name` varchar(250) DEFAULT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `image_id` (`image_id`),
  KEY `category_id` (`category_id`),
  KEY `tag_name` (`tag_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_customdata`
--

CREATE TABLE `wp_bwbps_customdata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image_id` int(11) NOT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `bwbps_status` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `image_id` (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_favorites`
--

CREATE TABLE `wp_bwbps_favorites` (
  `favorite_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`favorite_id`),
  KEY `image_id` (`image_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_fields`
--

CREATE TABLE `wp_bwbps_fields` (
  `field_id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(4) NOT NULL DEFAULT 0,
  `field_name` varchar(50) DEFAULT NULL,
  `label` varchar(255) DEFAULT NULL,
  `type` int(4) DEFAULT NULL,
  `numeric_field` tinyint(1) NOT NULL DEFAULT 0,
  `multi_val` tinyint(1) NOT NULL,
  `default_val` varchar(255) DEFAULT NULL,
  `auto_capitalize` tinyint(1) DEFAULT NULL,
  `keyboard_type` tinyint(1) DEFAULT NULL,
  `html_filter` tinyint(1) DEFAULT NULL,
  `date_format` tinyint(1) DEFAULT NULL,
  `seq` int(4) DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  PRIMARY KEY (`field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_forms`
--

CREATE TABLE `wp_bwbps_forms` (
  `form_id` int(11) NOT NULL AUTO_INCREMENT,
  `form_name` varchar(30) DEFAULT NULL,
  `form` text DEFAULT NULL,
  `css` text DEFAULT NULL,
  `fields_used` text DEFAULT NULL,
  `category` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_galleries`
--

CREATE TABLE `wp_bwbps_galleries` (
  `gallery_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `gallery_name` varchar(255) DEFAULT NULL,
  `gallery_description` text DEFAULT NULL,
  `gallery_type` tinyint(1) NOT NULL DEFAULT 0,
  `caption` text DEFAULT NULL,
  `add_text` varchar(255) DEFAULT NULL,
  `upload_form_caption` varchar(255) DEFAULT NULL,
  `contrib_role` tinyint(1) NOT NULL DEFAULT 0,
  `anchor_class` varchar(255) DEFAULT NULL,
  `img_count` bigint(11) DEFAULT NULL,
  `img_rel` varchar(255) DEFAULT NULL,
  `img_class` varchar(255) DEFAULT NULL,
  `img_perrow` tinyint(1) DEFAULT NULL,
  `img_perpage` int(4) DEFAULT NULL,
  `mini_aspect` tinyint(1) DEFAULT NULL,
  `mini_width` int(4) DEFAULT NULL,
  `mini_height` int(4) DEFAULT NULL,
  `thumb_aspect` tinyint(1) DEFAULT NULL,
  `thumb_width` int(4) DEFAULT NULL,
  `thumb_height` int(4) DEFAULT NULL,
  `medium_aspect` tinyint(1) DEFAULT NULL,
  `medium_width` int(4) DEFAULT NULL,
  `medium_height` int(4) DEFAULT NULL,
  `image_aspect` tinyint(1) DEFAULT NULL,
  `image_width` int(4) DEFAULT NULL,
  `image_height` int(4) DEFAULT NULL,
  `show_caption` tinyint(1) DEFAULT NULL,
  `nofollow_caption` tinyint(1) DEFAULT NULL,
  `caption_template` varchar(255) DEFAULT NULL,
  `show_imgcaption` tinyint(1) DEFAULT NULL,
  `img_status` tinyint(1) DEFAULT NULL,
  `allow_no_image` tinyint(1) DEFAULT NULL,
  `suppress_no_image` tinyint(1) DEFAULT NULL,
  `default_image` varchar(255) DEFAULT NULL,
  `created_date` datetime DEFAULT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `layout_id` int(4) DEFAULT NULL,
  `use_customform` tinyint(1) DEFAULT NULL,
  `custom_formid` int(4) DEFAULT NULL,
  `use_customfields` tinyint(1) DEFAULT NULL,
  `cover_imageid` int(4) DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `sort_field` tinyint(1) DEFAULT NULL,
  `sort_order` tinyint(1) DEFAULT NULL,
  `poll_id` int(4) DEFAULT NULL,
  `rating_position` int(4) DEFAULT NULL,
  `hide_toggle_ratings` tinyint(1) DEFAULT NULL,
  `pext_insert_setid` int(4) DEFAULT NULL,
  `max_user_uploads` int(4) DEFAULT NULL,
  `uploads_period` int(4) DEFAULT NULL,
  PRIMARY KEY (`gallery_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_bwbps_galleries`
--

INSERT INTO `wp_bwbps_galleries` VALUES
(1, NULL, 'PhotoSmash Gallery Viewer', NULL, 100, 'PhotoSmash Gallery', 'Add Photo', 'Select an image to upload:', 10, '', NULL, 'lightbox[album]', 'ps_images', 0, 0, 0, 125, 125, 0, 125, 125, 0, 300, 300, 0, 0, 0, 1, 1, NULL, 1, 0, NULL, NULL, NULL, '2012-02-08 23:52:20', '2012-02-08 23:52:20', -1, 1, 0, 1, NULL, 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_imageratings`
--

CREATE TABLE `wp_bwbps_imageratings` (
  `rating_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `gallery_id` bigint(20) DEFAULT NULL,
  `poll_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `user_ip` varchar(30) DEFAULT NULL,
  `rating` tinyint(1) DEFAULT NULL,
  `comment` varchar(250) DEFAULT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `status` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rating_id`),
  KEY `image_id` (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_images`
--

CREATE TABLE `wp_bwbps_images` (
  `image_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `gallery_id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL DEFAULT 0,
  `post_id` bigint(20) DEFAULT NULL,
  `comment_id` bigint(20) DEFAULT NULL,
  `image_name` varchar(250) DEFAULT NULL,
  `image_caption` text DEFAULT NULL,
  `file_type` tinyint(1) DEFAULT NULL,
  `file_name` text DEFAULT NULL,
  `file_url` text DEFAULT NULL,
  `mini_url` text DEFAULT NULL,
  `thumb_url` text DEFAULT NULL,
  `medium_url` text DEFAULT NULL,
  `image_url` text DEFAULT NULL,
  `wp_attach_id` bigint(11) DEFAULT NULL,
  `url` varchar(250) DEFAULT NULL,
  `custom_fields` text DEFAULT NULL,
  `meta_data` text DEFAULT NULL,
  `geolong` double DEFAULT NULL,
  `geolat` double DEFAULT NULL,
  `img_attribution` text DEFAULT NULL,
  `img_license` tinyint(1) DEFAULT NULL,
  `updated_by` bigint(20) NOT NULL DEFAULT 0,
  `created_date` datetime DEFAULT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `alerted` tinyint(1) NOT NULL DEFAULT 0,
  `seq` bigint(11) NOT NULL DEFAULT 0,
  `favorites_cnt` bigint(11) DEFAULT NULL,
  `avg_rating` float(8,4) NOT NULL DEFAULT 0.0000,
  `rating_cnt` bigint(11) NOT NULL DEFAULT 0,
  `votes_sum` bigint(11) NOT NULL DEFAULT 0,
  `votes_cnt` bigint(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`image_id`),
  KEY `gallery_id` (`gallery_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_layouts`
--

CREATE TABLE `wp_bwbps_layouts` (
  `layout_id` int(11) NOT NULL AUTO_INCREMENT,
  `layout_name` varchar(30) DEFAULT NULL,
  `layout_type` tinyint(4) NOT NULL DEFAULT 0,
  `layout` text DEFAULT NULL,
  `alt_layout` text DEFAULT NULL,
  `wrapper` text DEFAULT NULL,
  `cells_perrow` tinyint(4) NOT NULL DEFAULT 0,
  `css` text DEFAULT NULL,
  `pagination_class` varchar(255) DEFAULT NULL,
  `lists` varchar(255) DEFAULT NULL,
  `post_type` varchar(20) DEFAULT NULL,
  `fields_used` text DEFAULT NULL,
  `footer_layout` text DEFAULT NULL,
  PRIMARY KEY (`layout_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_bwbps_layouts`
--

INSERT INTO `wp_bwbps_layouts` VALUES
(1, 'Std_Widget', 0, '\n			<div class=''bwbps_image''>[thumb_linktoimage]</div>\n			', '', '', 0, '', 'bwbps_pagination', NULL, NULL, NULL, NULL),
(2, 'media_rss', 0, '\n<item>\n	<title><![CDATA[[caption]]]></title>\n	<description><![CDATA[]]></description>\n	<link><![CDATA[]]></link>\n	<media:content url=''[image_url]'' medium=''image'' />\n	<media:title><![CDATA[[caption]]]></media:title>\n	<media:description><![CDATA[]]></media:description>\n	<media:thumbnail url=''[thumb_url]'' width=''100'' height=''75'' />\n	<media:keywords><![CDATA[]]></media:keywords>\n	<media:copyright><![CDATA[Copyright (c) [blog_name]]]></media:copyright>\n</item>\n			', '', '', 0, '', 'bwbps_pagination', NULL, NULL, NULL, NULL),
(3, 'gallery_viewer', 0, '\n<div class=''bwbps_galviewer''>\n	<div class=''bwbps_galviewer_head''>\n		<a href=''[gallery_url]'' title=''Gallery: \n		[image_gallery_name]''>\n		[image_gallery_name length=16] ([gallery_image_count])</a>\n	</div>\n	<div class=''bwbps_image''>\n		<a href=''[gallery_url]'' title=''Gallery: \n		[image_gallery_name]''>\n		[thumb_image]</a>\n	</div>\n</div>\n			', '', '<h2>Galleries:</h2>', 0, '', 'bwbps_pag_2', NULL, NULL, NULL, NULL),
(4, 'gallery_view_layout', 0, '\n<li class=''psgal_[gallery_id]''>\n	<div class=''bwbps_image bwbps_relative''>\n		<a rel=''lightbox[album_[gallery_id]]'' href=''[image_url]'' title=''[caption_escaped]''>[thumb_image]</a>\n[ps_rating]\n		<div class=''bwbps_postlink_top_rt bwbps_postlink''>\n			<a href=''[post_url]'' title=''Visit image page.''>\n				<img src=''[plugin_url]/photosmash-galleries/images/post-out.png'' />\n			</a>\n		</div>\n	</div>\n	<div style=''clear: both;''>\n		<a rel=''lightbox[caption_[gallery_id]]'' href=''[image_url]'' title=''[caption_escaped]''>\n			[caption length=20]\n		</a>\n	</div>\n</li>\n			', '', '<span style=''float:right;''>[piclens]</span><div class=''clear''></div>\n<h3>Gallery: [gallery_name]</h3>\n<div class=''bwbps_gallery_container0''>\n<ul class=''bwbps_gallery''>\n[gallery]\n</ul>\n<div style=''clear:both;''></div>\n</div>\n', 0, '', 'bwbps_pag_2', NULL, NULL, NULL, NULL),
(5, 'image_view_layout', 0, '\n<div class=''bwbps_galviewer'' style=''width:100%; text-align: center;''>\n	<div class=''''>\n		<a rel=''lightbox[album_[gallery_id]]'' href=''[image_url]'' title=''[caption_escaped]''>[medium]</a>\n	</div>\n	<div style=''clear: both;''>\n			[caption]\n	</div>\n	<h3 style=''width: 100%; text-align: center;''>Meta Data</h3>\n	<table class=''bwbps-meta-table'' style=''margin: 10px auto !important; text-align: left;''>\n		<tr><th>Contributor:</th><td>[author_link]</td></tr>\n		<tr><th>Date added:</th><td>[date_added]</td></tr>\n		<tr><th>Related Post:</th><td><a href=''[post_url]''>[post_name]</a></td></tr>\n		<tr><th>Attribution:</th><td>[img_attribution]</td></tr>\n		<tr><th>License:</th><td>[img_license]</td></tr>\n	</table>\n	<h3 style=''width: 100%; text-align: center;''>EXIF Data</h3>\n	[exif_table no_exif_msg=''No EXIF data available'' show_blank=false]\n</div>\n', '', '', 0, '', 'bwbps_pag_2', NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_lookup`
--

CREATE TABLE `wp_bwbps_lookup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `field_id` int(4) DEFAULT NULL,
  `value` varchar(255) DEFAULT NULL,
  `label` varchar(255) DEFAULT NULL,
  `seq` int(4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `field_id` (`field_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_params`
--

CREATE TABLE `wp_bwbps_params` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `param_group` varchar(20) DEFAULT NULL,
  `param` varchar(100) DEFAULT NULL,
  `num_value` float DEFAULT NULL,
  `text_value` varchar(255) DEFAULT NULL,
  `user_ip` varchar(30) DEFAULT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `param_group` (`param_group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_bwbps_ratingssummary`
--

CREATE TABLE `wp_bwbps_ratingssummary` (
  `rating_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `gallery_id` bigint(20) DEFAULT NULL,
  `poll_id` bigint(20) DEFAULT NULL,
  `avg_rating` float(8,4) NOT NULL,
  `rating_cnt` bigint(11) NOT NULL,
  `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`rating_id`),
  KEY `image_id` (`image_id`),
  KEY `gallery_poll` (`gallery_id`,`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` text 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` mediumtext 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',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_customcontactforms_fields`
--

CREATE TABLE `wp_customcontactforms_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `field_slug` varchar(50) NOT NULL,
  `field_label` mediumtext NOT NULL,
  `field_type` varchar(25) NOT NULL,
  `field_value` mediumtext NOT NULL,
  `field_maxlength` int(5) NOT NULL DEFAULT 0,
  `user_field` int(1) NOT NULL DEFAULT 1,
  `field_instructions` mediumtext NOT NULL,
  `field_options` mediumtext NOT NULL,
  `field_required` int(1) NOT NULL DEFAULT 0,
  `field_class` varchar(50) NOT NULL,
  `field_error` varchar(300) NOT NULL,
  `field_max_upload_size` int(11) NOT NULL,
  `field_allowed_file_extensions` mediumtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_customcontactforms_fields`
--

INSERT INTO `wp_customcontactforms_fields` VALUES
(1, 'captcha', 'Type the numbers.', 'Text', '', 100, 0, 'Type the numbers displayed in the image above.', '', 0, '', '', 0, ''),
(2, 'usaStates', 'Select a State', 'Dropdown', '', 0, 0, '', '', 0, '', '', 0, ''),
(3, 'allCountries', 'Select a Country', 'Dropdown', '', 0, 0, '', '', 0, '', '', 0, ''),
(4, 'ishuman', 'Check if you are human.', 'Checkbox', '1', 0, 0, 'This helps us prevent spam.', '', 0, '', '', 0, ''),
(5, 'fixedEmail', 'Your Email', 'Text', '', 100, 0, 'Please enter your email address.', '', 1, '', '', 0, ''),
(6, 'fixedWebsite', 'Your Website', 'Text', '', 200, 0, 'Please enter your website.', '', 1, '', '', 0, ''),
(7, 'emailSubject', 'Email Subject', 'Text', '', 200, 0, 'Please enter a subject for the email.', '', 1, '', '', 0, ''),
(8, 'resetButton', '', 'Reset', 'Reset Form', 0, 0, '', '', 0, '', '', 0, ''),
(9, 'ccf_name', 'Your Name:', 'Text', '', 100, 1, 'Please enter your full name.', '', 1, '', '', 0, ''),
(10, 'ccf_schedule_date', 'When Should I Contact You:', 'Date', '', 100, 1, 'Please choose a date you would like to be contacted.', '', 0, '', '', 0, ''),
(11, 'ccf_message', 'Your Message:', 'Textarea', '', 0, 1, 'Enter any message or comment.', '', 0, '', '', 0, ''),
(12, 'ccf_phone', 'Your Phone Number:', 'Text', '', 30, 1, 'Please enter your phone number.', '', 0, '', '', 0, ''),
(13, 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', 0, 1, 'If you found my website through Google, check this box.', 'a:1:{i:0;i:2;}', 0, '', '', 0, ''),
(14, 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', 0, 1, 'By which method we should contact you?', 'a:3:{i:0;i:1;i:1;i:3;i:2;i:4;}', 1, '', '', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_customcontactforms_field_options`
--

CREATE TABLE `wp_customcontactforms_field_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `option_slug` varchar(100) NOT NULL,
  `option_label` varchar(200) NOT NULL,
  `option_value` varchar(100) NOT NULL,
  `option_dead` int(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_customcontactforms_field_options`
--

INSERT INTO `wp_customcontactforms_field_options` VALUES
(1, 'ccf_email', 'By Email', '', 0),
(2, 'ccf_yes', 'Yes, I did.', '', 0),
(3, 'ccf_phone', 'By Phone', '', 0),
(4, 'ccf_no_contact', 'Do Not Contact Me', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_customcontactforms_forms`
--

CREATE TABLE `wp_customcontactforms_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_slug` varchar(100) NOT NULL,
  `form_title` varchar(200) NOT NULL,
  `form_action` mediumtext NOT NULL,
  `form_method` varchar(4) NOT NULL,
  `form_fields` mediumtext NOT NULL,
  `submit_button_text` varchar(200) NOT NULL,
  `custom_code` mediumtext NOT NULL,
  `form_style` int(10) NOT NULL DEFAULT 0,
  `form_email` mediumtext NOT NULL,
  `form_success_message` mediumtext NOT NULL,
  `form_thank_you_page` varchar(200) NOT NULL,
  `form_success_title` varchar(150) NOT NULL DEFAULT 'Form Success!',
  `form_access` mediumtext NOT NULL,
  `form_email_subject` varchar(250) NOT NULL,
  `form_email_name` varchar(100) NOT NULL,
  `form_pages` varchar(400) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_customcontactforms_forms`
--

INSERT INTO `wp_customcontactforms_forms` VALUES
(1, 'ccf_contact_form', 'Contact Form', '', 'Post', 'a:10:{i:0;i:9;i:1;s:1:"6";i:2;s:1:"5";i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:10;i:7;i:11;i:8;s:1:"1";i:9;s:1:"8";}', 'Send Message', '', 0, 'admin@brucknerframing.co.uk', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!', 'a:6:{s:13:"administrator";s:13:"Administrator";s:6:"editor";s:6:"Editor";s:6:"author";s:6:"Author";s:11:"contributor";s:11:"Contributor";s:10:"subscriber";s:10:"Subscriber";i:0;s:19:"Non-Registered User";}', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_customcontactforms_styles`
--

CREATE TABLE `wp_customcontactforms_styles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `style_slug` varchar(30) NOT NULL,
  `input_width` varchar(10) NOT NULL DEFAULT '200px',
  `textarea_width` varchar(10) NOT NULL DEFAULT '200px',
  `textarea_height` varchar(10) NOT NULL DEFAULT '100px',
  `form_borderwidth` varchar(10) NOT NULL DEFAULT '0px',
  `label_width` varchar(10) NOT NULL DEFAULT '200px',
  `form_width` varchar(10) NOT NULL DEFAULT '100%',
  `submit_width` varchar(10) NOT NULL DEFAULT 'auto',
  `submit_height` varchar(10) NOT NULL DEFAULT '40px',
  `label_fontsize` varchar(10) NOT NULL DEFAULT '1em',
  `title_fontsize` varchar(10) NOT NULL DEFAULT '1.2em',
  `field_fontsize` varchar(10) NOT NULL DEFAULT '1.3em',
  `submit_fontsize` varchar(10) NOT NULL DEFAULT '1.1em',
  `field_bordercolor` varchar(10) NOT NULL DEFAULT '999999',
  `form_borderstyle` varchar(30) NOT NULL DEFAULT 'none',
  `form_bordercolor` varchar(20) NOT NULL DEFAULT '',
  `field_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `label_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `title_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `submit_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `form_fontfamily` varchar(150) NOT NULL DEFAULT 'Tahoma, Verdana, Arial',
  `field_backgroundcolor` varchar(20) NOT NULL DEFAULT 'f5f5f5',
  `field_borderstyle` varchar(20) NOT NULL DEFAULT 'solid',
  `form_padding` varchar(20) NOT NULL DEFAULT '8px',
  `form_margin` varchar(20) NOT NULL DEFAULT '7px',
  `title_margin` varchar(20) NOT NULL DEFAULT '4px',
  `label_margin` varchar(20) NOT NULL DEFAULT '6px',
  `textarea_backgroundcolor` varchar(20) NOT NULL DEFAULT 'f5f5f5',
  `success_popover_bordercolor` varchar(20) NOT NULL DEFAULT 'efefef',
  `dropdown_width` varchar(20) NOT NULL DEFAULT 'auto',
  `success_popover_fontsize` varchar(20) NOT NULL DEFAULT '12px',
  `success_popover_title_fontsize` varchar(20) NOT NULL DEFAULT '1.3em',
  `success_popover_height` varchar(20) NOT NULL DEFAULT '200px',
  `success_popover_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `success_popover_title_fontcolor` varchar(20) NOT NULL DEFAULT '333333',
  `form_backgroundcolor` varchar(20) NOT NULL DEFAULT 'ffffff',
  `field_borderround` varchar(20) NOT NULL DEFAULT '6px',
  `tooltip_backgroundcolor` varchar(20) NOT NULL DEFAULT '000000',
  `tooltip_fontsize` varchar(20) NOT NULL DEFAULT '12px',
  `tooltip_fontcolor` varchar(20) NOT NULL DEFAULT 'ffffff',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_customcontactforms_user_data`
--

CREATE TABLE `wp_customcontactforms_user_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `data_time` int(11) NOT NULL DEFAULT 0,
  `data_formid` int(11) NOT NULL,
  `data_formpage` varchar(250) NOT NULL,
  `data_value` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_easy_gallery`
--

CREATE TABLE `wp_easy_gallery` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL,
  `slug` varchar(30) NOT NULL,
  `description` text NOT NULL,
  `thumbnail` longtext NOT NULL,
  `thumbwidth` int(11) DEFAULT NULL,
  `thumbheight` int(11) DEFAULT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_easy_gallery`
--

INSERT INTO `wp_easy_gallery` VALUES
(1, 'Framing', 'framing', '', '', 150, 150);

-- --------------------------------------------------------

--
-- Table structure for table `wp_easy_gallery_images`
--

CREATE TABLE `wp_easy_gallery_images` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `gid` int(11) NOT NULL,
  `imagePath` longtext NOT NULL,
  `title` varchar(50) NOT NULL,
  `description` longtext NOT NULL,
  `sortOrder` int(11) NOT NULL,
  PRIMARY KEY (`Id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_easy_gallery_images`
--

INSERT INTO `wp_easy_gallery_images` VALUES
(1, 1, 'http://brucknerframing.co.uk/wp/wp-content/uploads/2012/02/IMG_9872bw3-150x150.gif', '', '', 0),
(2, 1, 'http://brucknerframing.co.uk/wp/wp-content/gallery/framing/thumbs/thumbs_sandframe.gif', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_e_events`
--

INSERT INTO `wp_e_events` VALUES
(1, '{"event":"modal load","version":"","details":"{\\"placement\\":\\"Onboarding wizard\\",\\"step\\":\\"account\\",\\"user_state\\":\\"anon\\"}","ts":"2026-02-24T16:58:31.172+00:00"}', '2026-02-24 16:58:31');

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` longtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 3, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_album`
--

CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext DEFAULT NULL,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `date_created` datetime DEFAULT NULL,
  `date_modified` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_ngg_album`
--

INSERT INTO `wp_ngg_album` VALUES
(1, '', 'album', 0, '', '0', 0, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_gallery`
--

CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext DEFAULT NULL,
  `title` mediumtext DEFAULT NULL,
  `galdesc` mediumtext DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `date_created` datetime DEFAULT NULL,
  `date_modified` datetime DEFAULT NULL,
  `display_type` varchar(255) NOT NULL DEFAULT 'photocrati-nextgen_basic_thumbnails',
  `display_type_settings` mediumtext DEFAULT NULL,
  `external_source` mediumtext DEFAULT NULL,
  `is_private` tinyint(4) DEFAULT NULL,
  `is_ecommerce_enabled` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_ngg_gallery`
--

INSERT INTO `wp_ngg_gallery` VALUES
(1, 'framing', 'portfolio', 'wp-content/gallery/LargeFormatPrinting', 'Portfolio', '', 286, 71, 3, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(2, 'bespokeframing', 'bespokeframing', 'wp-content/gallery/bespokeframing/', 'BespokeFraming', '', 0, 14, 1, 1193, '2023-03-12 09:49:04', '2023-03-12 09:49:04', 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(3, 'mounts', 'mounts', 'wp-content/gallery/mounts', 'Mounts', '', 28, 20, 1, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(4, 'ng5', 'ng5', 'wp-content/gallery/ng5', 'ng5', '', 0, 18, 1, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(5, 'news', 'news', 'wp-content/gallery/news', 'News', '', 13, 22, 1, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(10, 'mounts3', 'mounts3', 'wp-content/gallery/mounts3', 'mounts3', '', 0, 52, 3, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(7, 'mounts-2', 'mounts-2', 'wp-content/gallery/mounts_1', 'mounts', '', 453, 33, 1, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(8, 'wall-art', 'wall-art', 'wp-content/gallery/wall-art', 'Wall Art', 'Fine art print or canvas', 551, 40, 3, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(9, 'mounts-2-2', 'mounts-2-2', 'wp-content/gallery/mounts-2', 'Mounts 2', '', 453, 44, 3, 0, NULL, NULL, 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL),
(11, 'vintage-and-classic-car-photography', 'vintage-and-classic-car-photography', '/wp-content/gallery/vintage-and-classic-car-photography', 'Vintage and classic car photography', '', 0, 81, 3, 1120, '2014-10-15 20:42:39', '2014-10-15 20:42:39', 'photocrati-nextgen_basic_thumbnails', NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_pictures`
--

CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `alttext` mediumtext DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp_ngg_pictures`
--

INSERT INTO `wp_ngg_pictures` VALUES
(47, 'paris-mount', 0, 9, 'paris-mount.jpg', 'Paris street', 'paris-mount', '2013-01-08 13:03:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:520;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(48, 'emilia-name-plate', 0, 9, 'emilia-name-plate.jpg', 'simple name mount', 'emilia-name-plate', '2012-06-26 07:43:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"26/06/2012 07:43";s:9:"copyright";b:0;s:12:"focal_length";s:5:"70 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:8:"1/10 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:567;s:6:"height";i:223;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(18, 'enlargements-2', 0, 4, 'enlargements.jpg', '', 'enlargements', '2012-04-06 21:11:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:566;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(17, 'b0c0648-1', 0, 2, 'b0c0648.jpg', '', 'b0c0648', '2023-03-12 09:49:04', 1, 0, 'eyIwIjpmYWxzZSwiMSI6ZmFsc2UsImFwZXJ0dXJlIjoiRiA1LjYiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMURzIE1hcmsgSUlJIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiMjlcLzA1XC8yMDExIDExOjQyIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMjAwIG1tIiwiaXNvIjoyMDAsInNodXR0ZXJfc3BlZWQiOiIxXC8xNjAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjQzOSwiaGVpZ2h0Ijo2MDAsInNhdmVkIjp0cnVlLCJ0aHVtYm5haWwiOnsid2lkdGgiOjE1MCwiaGVpZ2h0IjoxNTB9fQ==', 1194, 1678614544),
(13, 'b0c0648', 0, 1, 'b0c0648.jpg', 'Boys with attitude', 'b0c0648', '2011-05-29 11:42:15', 0, 0, 'eyIwIjpmYWxzZSwiYXBlcnR1cmUiOiJGIDUuNiIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUy0xRHMgTWFyayBJSUkiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOiIyOVwvMDVcLzIwMTEgMTE6NDIiLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIyMDAgbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzE2MCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NDM5LCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MH0sIm5nZzBkeW4tMHgyNTAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MTgzLCJoZWlnaHQiOjI1MCwiZmlsZW5hbWUiOiJiMGMwNjQ4LmpwZy1uZ2dpZDAyMTMtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuOTExNTY2MDAgMTQyOTExMDA5NyJ9fQ==', 1165, 1429110097),
(14, 'b0c1067', 0, 2, 'b0c1067.jpg', 'car', 'b0c1067', '2011-07-12 10:25:14', 0, 0, 'eyIwIjpmYWxzZSwiYXBlcnR1cmUiOiJGIDcuMSIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUy0xRHMgTWFyayBJSUkiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOiIxMlwvMDdcLzIwMTEgMTA6MjUiLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIxNDAgbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzY0MCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywic2F2ZWQiOnRydWUsInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MH19', 1195, 1678614544),
(65, 'img_0329c', 0, 1, 'img_0329c.gif', 'Citroën SM', 'img_0329c', '2013-01-16 14:27:50', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:394;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(16, 'enlargements-3', 0, 2, 'enlargements.jpg', '', 'enlargements', '2023-03-12 09:49:04', 0, 0, 'eyIwIjpmYWxzZSwiMSI6ZmFsc2UsImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjo2OTgsImhlaWdodCI6NjAwLCJzYXZlZCI6dHJ1ZSwidGh1bWJuYWlsIjp7IndpZHRoIjoxNTAsImhlaWdodCI6MTUwfX0=', 1196, 1678614544),
(69, 'bentley-1', 0, 8, 'b0c0079final-ed.gif', 'Available as a Canvas or Mounted Fine Art Print', 'Bentley 1', '2013-01-18 18:13:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:400;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(64, '1937-citreon-2', 0, 1, '1937-citreon.gif', '1937 Citroën\r\n', '1937-citreon', '2013-01-16 14:00:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:533;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(22, 'canvas-frames-1', 0, 5, 'canvas-frames-1.jpg', '', 'canvas-frames-1', '2012-04-07 14:50:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:424;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(55, '1934-bentley-1-2', 0, 1, '1934-bentley-1.gif', '1934 Bentley', '1934-bentley-1', '2013-01-16 13:31:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:470;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(61, '2cv2', 0, 1, '2cv2.gif', '2 CV  Front', '2cv2', '2013-01-16 13:35:41', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:411;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(62, 'new-york_panorama1', 0, 1, 'new-york_panorama1.gif', 'New York New York', 'new-york_panorama1', '2013-01-16 13:46:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:373;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(63, 'citreon-1937-2', 0, 1, 'citreon-1937.jpg', '1937 Citroën  ', 'citreon-1937', '2008-03-21 16:54:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 10";s:6:"credit";b:0;s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"21/03/2008 16:54";s:9:"copyright";b:0;s:12:"focal_length";s:5:"32 mm";s:3:"iso";i:250;s:13:"shutter_speed";s:9:"1/200 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:561;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(51, 'emi-12-app', 0, 9, 'emi-12-app.jpg', '', 'emi-12-app', '2012-06-26 07:49:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"26/06/2012 07:49";s:9:"copyright";b:0;s:12:"focal_length";s:5:"60 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:7:"1/0 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:454;s:6:"height";i:340;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(50, '4-app-with-ornate-corner', 0, 9, '4-app-with-ornate-corner.jpg', '', '4-app-with-ornate-corner', '2012-11-05 11:37:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"05/11/2012 11:37";s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:5:"80 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/130 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:397;s:6:"height";i:465;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(49, 'butterfly', 0, 9, 'butterfly.jpg', '', 'butterfly', '2012-06-26 15:54:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 22";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"26/06/2012 15:54";s:9:"copyright";b:0;s:12:"focal_length";s:5:"73 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:8:"1/30 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:615;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(46, 'perspective', 0, 9, 'perspective.jpg', 'Perspective mount', 'perspective', '2012-11-05 11:43:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"05/11/2012 11:43";s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:5:"80 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/130 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:454;s:6:"height";i:340;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(40, 'citreon-1937', 0, 8, 'citreon-1937.jpg', 'Available as a Canvas or Mounted Fine Art Print', 'citreon-1937', '2008-03-21 16:54:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 10";s:6:"credit";b:0;s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"21/03/2008 16:54";s:9:"copyright";b:0;s:12:"focal_length";s:5:"32 mm";s:3:"iso";i:250;s:13:"shutter_speed";s:9:"1/200 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:561;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(41, '1937-citreon', 0, 8, '1937-citreon.gif', 'Available as a Canvas or Mounted Fine Art Print', '1937-citreon', '2013-01-07 16:34:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:533;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(42, 'ds-rear', 0, 8, 'ds-rear.jpg', 'Available as a Canvas or Mounted Fine Art Print', 'ds-rear', '2009-07-07 13:24:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:5:"F 7.1";s:6:"credit";b:0;s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"07/07/2009 13:24";s:9:"copyright";b:0;s:12:"focal_length";s:6:"105 mm";s:3:"iso";i:100;s:13:"shutter_speed";s:9:"1/320 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:551;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(33, 'b0c4333', 0, 7, 'b0c4333.gif', '', 'b0c4333', '2012-06-26 15:44:30', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:596;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(43, 'b0c4048a', 0, 8, 'b0c4048a.jpg', 'Available as a Canvas or Mounted Fine Art Print', 'b0c4048a', '2012-06-04 13:02:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 10";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"04/06/2012 13:02";s:9:"copyright";b:0;s:12:"focal_length";s:6:"105 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/160 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:576;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(44, 'double-mount-with-ornate-corn', 0, 9, 'double-mount-with-ornate-corn.jpg', 'double ornate corners', 'double-mount-with-ornate-corn', '2012-06-25 14:56:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 14";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"25/06/2012 14:56";s:9:"copyright";b:0;s:12:"focal_length";s:5:"80 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:8:"1/10 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:419;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(45, 'composite-mount', 0, 9, 'composite-mount.jpg', 'double mount composite', 'composite-mount', '2012-06-26 07:31:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"26/06/2012 07:31";s:9:"copyright";b:0;s:12:"focal_length";s:5:"75 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:8:"1/10 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:423;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(52, '4-app-with-round-corner', 0, 10, '4-app-with-round-corner.jpg', '', '4-app-with-round-corner', '2012-11-05 11:42:36', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"05/11/2012 11:42";s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:5:"80 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/130 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:397;s:6:"height";i:404;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(53, 'b0c5706', 0, 10, 'b0c5706.jpg', '', 'b0c5706', '2012-12-20 13:40:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:5:"F 5.6";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"20/12/2012 13:40";s:9:"copyright";b:0;s:12:"focal_length";s:5:"90 mm";s:3:"iso";i:250;s:13:"shutter_speed";s:8:"1/60 sec";s:5:"flash";s:5:"Fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:760;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(54, 'hearts', 0, 10, 'hearts.jpg', '', 'hearts', '2012-11-05 11:41:57', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"05/11/2012 11:41";s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:5:"80 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/130 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:425;s:6:"height";i:406;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(57, 'apremont-2cv-full-on', 0, 1, 'apremont-2cv-full-on.gif', 'Full on 2CV', 'apremont-2cv-full-on', '2013-01-16 13:32:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:505;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(58, 'citreon-3', 0, 8, 'citreon-3.gif', 'Available as a Canvas or Mounted Fine Art Print', 'citreon-3', '2013-01-16 13:32:35', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:560;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(59, 'apremont-2vc-_2', 0, 1, 'apremont-2vc-_2.gif', '2CV', 'apremont-2vc-_2', '2013-01-16 13:33:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:625;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(60, 'citreon-3-2', 0, 1, 'citreon-3.gif', 'Citroën ', 'citreon-3', '2013-01-16 13:34:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:560;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(66, 'b0c5544edit2', 0, 1, 'b0c5544edit2.gif', 'Metro Art nouveau  ', 'b0c5544edit2', '2013-01-16 15:53:57', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:458;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(67, 'b0c5606ed1', 0, 1, 'b0c5606ed1.gif', 'Paris', 'b0c5606ed1', '2013-01-16 15:54:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:400;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(68, 'time-square-oil', 0, 1, 'time-square-oil.gif', 'Time Square', 'time-square-oil', '2013-01-16 16:07:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:750;s:6:"height";i:507;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(70, 'b0c0063edit', 0, 8, 'b0c0063edit.gif', 'Available as a Canvas or Mounted Fine Art Print', 'b0c0063edit', '2013-01-18 18:18:35', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:587;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(72, '1934-bentley-1', 0, 8, '1934-bentley-1.jpg', '', '1934-bentley-1', '2011-03-25 13:46:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:5:"F 7.1";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"25/03/2011 13:46";s:9:"copyright";b:0;s:12:"focal_length";s:6:"160 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/160 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:470;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(73, 'b0c0067edit', 0, 8, 'b0c0067edit.jpg', '', 'b0c0067edit', '2011-03-25 13:48:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:3:"F 5";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"25/03/2011 13:48";s:9:"copyright";b:0;s:12:"focal_length";s:5:"35 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/200 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:524;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(74, 'b0c0067edit-2', 0, 1, 'b0c0067edit.jpg', '', 'b0c0067edit', '2011-03-25 13:48:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:3:"F 5";s:6:"credit";b:0;s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";b:0;s:17:"created_timestamp";s:16:"25/03/2011 13:48";s:9:"copyright";b:0;s:12:"focal_length";s:5:"35 mm";s:3:"iso";i:200;s:13:"shutter_speed";s:9:"1/200 sec";s:5:"flash";s:9:"Not fired";s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:524;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(75, 'guitars', 0, 8, 'guitars.gif', '', 'guitars', '2013-02-21 10:45:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:428;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(76, 'old-pier', 0, 8, 'old-pier.gif', '', 'old-pier', '2013-02-21 10:46:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:529;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(77, 'a4516987ed1', 0, 8, 'a4516987ed1.gif', '', 'a4516987ed1', '2013-05-13 16:56:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:796;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(78, 'new-york_panorama1-2', 0, 8, 'new-york_panorama1.gif', '', 'new-york_panorama1', '2013-05-13 16:59:11', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:700;s:6:"height";i:373;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(79, 'b0c5606ed1-2', 0, 8, 'b0c5606ed1.gif', '', 'b0c5606ed1', '2013-05-13 17:01:32', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:400;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(80, 'vw-camper', 0, 8, 'vw-camper.jpg', '', 'vw-camper', '2013-05-29 10:14:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:767;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:150;s:6:"height";i:150;}}', 0, NULL),
(81, '_w1q2107-blur-black', 0, 11, 'W1Q2107-blur-black.jpg', ' ', '_W1Q2107 blur black', '2014-06-08 12:11:27', 0, 0, 'eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzMywiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjUzM30sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfVzFRMjEwNy1ibHVyLWJsYWNrLmpwZyIsImdlbmVyYXRlZCI6IjAuMjk3MTM4MDAgMTQxMzQwNTc1OSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 1119, 1413405759),
(82, 'w1q6809-small', 0, 7, 'W1Q6809-small.jpg', '', 'W1Q6809-small', '2022-05-03 14:29:42', 0, 0, 'eyJhcGVydHVyZSI6IkYgMjAiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMUQgWCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTY1MTU4ODE4MiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNDcgbW0iLCJpc28iOjgwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzEwMDAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjI4MywiaGVpZ2h0Ijo0MjUsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJXMVE2ODA5LXNtYWxsLmpwZyIsIndpZHRoIjoyODMsImhlaWdodCI6NDI1LCJnZW5lcmF0ZWQiOiIwLjY1MzU3MzAwIDE2Nzg4MTQzNTEifSwibWQ1IjoiODliMTcxMzMyMjc5MDAxZjkxOTA0MDMwZjE2OTRiNTAiLCJmdWxsIjp7IndpZHRoIjoyODMsImhlaWdodCI6NDI1LCJtZDUiOiI4OWIxNzEzMzIyNzkwMDFmOTE5MDQwMzBmMTY5NGI1MCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE1MCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX1cxUTY4MDktc21hbGwuanBnIiwiZ2VuZXJhdGVkIjoiMC4xMjA1MzcwMCAxNjc4ODE0MzUyIn19', 1226, 1678814352),
(83, 'i2q5173-small', 0, 7, 'I2Q5173-small.jpg', '', 'I2Q5173-small', '2014-12-05 14:28:02', 0, 0, 'eyJhcGVydHVyZSI6IkYgNy4xIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TLTFEIFgiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjE0MTc3ODk2ODIsImNvcHlyaWdodCI6IkdlcnJ5IEh1bnQiLCJmb2NhbF9sZW5ndGgiOiI2NyBtbSIsImlzbyI6MzIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzYwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoyODMsImhlaWdodCI6NDI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiSTJRNTE3My1zbWFsbC5qcGciLCJ3aWR0aCI6MjgzLCJoZWlnaHQiOjQyNSwiZ2VuZXJhdGVkIjoiMC43MzU2NzcwMCAxNjc4ODE0MzUxIn0sIm1kNSI6IjFhMWFjZDQzZmUyYmQ3Nzg5MzEyZTY2NTg3NWIwOWZlIiwiZnVsbCI6eyJ3aWR0aCI6MjgzLCJoZWlnaHQiOjQyNSwibWQ1IjoiMWExYWNkNDNmZTJiZDc3ODkzMTJlNjY1ODc1YjA5ZmUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoxNTAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19JMlE1MTczLXNtYWxsLmpwZyIsImdlbmVyYXRlZCI6IjAuNDI2NzI4MDAgMTY3ODgxNDM1MiJ9fQ==', 1227, 1678814352),
(84, 'louvre-small-72ppi', 0, 7, 'louvre-small-72ppi.jpg', '', 'louvre-small-72ppi', '2022-04-14 10:23:34', 0, 0, 'eyJhcGVydHVyZSI6IkYgMTEiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMUQgWCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTY0OTkzMTgxNCwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiODAgbW0iLCJpc28iOjMyMCwic2h1dHRlcl9zcGVlZCI6IjFcLzQwMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6NDAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6ImxvdXZyZS1zbWFsbC03MnBwaS5qcGciLCJ3aWR0aCI6ODQwLCJoZWlnaHQiOjEyNjAsImdlbmVyYXRlZCI6IjAuMDU4MDAwMDAgMTY3ODgxNDM1MiJ9LCJtZDUiOiI0OWRmOGMzNTRiZThjZDM3OGQxOTA3ZjQyZWVhNTIxYSIsImZ1bGwiOnsid2lkdGgiOjQwMCwiaGVpZ2h0Ijo2MDAsIm1kNSI6IjQ5ZGY4YzM1NGJlOGNkMzc4ZDE5MDdmNDJlZWE1MjFhIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbG91dnJlLXNtYWxsLTcycHBpLmpwZyIsImdlbmVyYXRlZCI6IjAuODM3NTcwMDAgMTY3ODgxNDM1MiJ9fQ==', 1228, 1678814352),
(85, 'i2q8504', 0, 7, 'I2Q8504.jpg', '', 'I2Q8504', '2015-12-30 15:29:10', 0, 0, 'eyJhcGVydHVyZSI6IkYgOCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUy0xRCBYIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxNDUxNDg5MzUwLCJjb3B5cmlnaHQiOiJHZXJyeSBIdW50IiwiZm9jYWxfbGVuZ3RoIjoiNTUgbW0iLCJpc28iOjQwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzEwMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MzQ4LCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IkkyUTg1MDQuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MjU4OSwiZ2VuZXJhdGVkIjoiMC4wMjM3NjQwMCAxNjc4ODE0MzU1In0sIm1kNSI6ImVmODI3MTRiNTE0ZjhkZDVhOTY2YTk3Yzc3Yzk4YTRhIiwiZnVsbCI6eyJ3aWR0aCI6MzQ4LCJoZWlnaHQiOjYwMCwibWQ1IjoiZWY4MjcxNGI1MTRmOGRkNWE5NjZhOTdjNzdjOThhNGEifSwidGh1bWJuYWlsIjp7IndpZHRoIjoxNTAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6InRodW1ic19JMlE4NTA0LmpwZyIsImdlbmVyYXRlZCI6IjAuNjkzNTE2MDAgMTY3ODgxNDM1NSJ9fQ==', 1229, 1678814355);

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` VALUES
(3, 'siteurl', 'https://brucknerframing.co.uk', 'yes'),
(4, 'blogname', 'Bruckner Framing Bespoke Framing', 'yes'),
(5, 'blogdescription', 'Large Format Printing &amp; bespoke Picture Framing in milton keynes canvas printing photo blocks and acrylic mounts  photography', 'yes'),
(6, 'users_can_register', '0', 'yes'),
(7, 'admin_email', 'gerry@brucknerframing.co.uk', 'yes'),
(8, 'start_of_week', '1', 'yes'),
(9, 'use_balanceTags', '', 'yes'),
(10, 'use_smilies', '1', 'yes'),
(11, 'require_name_email', '', 'yes'),
(12, 'comments_notify', '1', 'yes'),
(13, 'posts_per_rss', '10', 'yes'),
(14, 'rss_use_excerpt', '0', 'yes'),
(15, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 'mailserver_login', 'login@example.com', 'yes'),
(17, 'mailserver_pass', 'password', 'yes'),
(18, 'mailserver_port', '110', 'yes'),
(19, 'default_category', '1', 'yes'),
(20, 'default_comment_status', 'closed', 'yes'),
(21, 'default_ping_status', 'closed', 'yes'),
(22, 'default_pingback_flag', '', 'yes'),
(24, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'd/m/Y', 'yes'),
(26, 'time_format', 'H:i', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(31, 'comment_moderation', '1', 'yes'),
(32, 'moderation_notify', '', 'yes'),
(33, 'permalink_structure', '/%postname%/', 'yes'),
(35, 'hack_file', '0', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:7:{i:0;s:39:"clean-media-tools/clean-media-tools.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:16:"gotmls/index.php";i:3;s:24:"lightbox-2/lightbox2.php";i:4;s:67:"official-google-site-verification-plugin/googleSiteVerification.php";i:5;s:23:"wp-compat/wp-compat.php";i:6;s:29:"nextgen-gallery/nggallery.php";}', 'yes'),
(39, 'home', 'https://brucknerframing.co.uk', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', '', 'yes'),
(43, 'comment_max_links', '2', 'yes'),
(44, 'gmt_offset', '0', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', 'a:5:{i:0;s:59:"/home/ghunt/public_html/wp-content/plugins/gotmls/index.php";i:1;s:64:"/home/ghunt/public_html/wp-content/themes/twentytwenty/style.css";i:3;s:67:"/home/ghunt/public_html/wp-content/themes/twentytwenty/comments.php";i:4;s:96:"/home/ghunt/public_html/wp-content/plugins/velvet-blues-update-urls/velvet-blues-update-urls.php";i:5;s:80:"/home/ghunt/public_html/wp-content/plugins/lightbox-gallery/lightbox-gallery.php";}', 'no'),
(47, 'template', 'twentytwenty', 'yes'),
(48, 'stylesheet', 'twentytwenty', 'yes'),
(657277, 'finished_updating_comment_type', '1', 'yes'),
(51, 'comment_registration', '', 'yes'),
(53, 'html_type', 'text/html', 'yes'),
(54, 'use_trackback', '0', 'yes'),
(55, 'default_role', 'subscriber', 'yes'),
(56, 'db_version', '60717', 'yes'),
(57, 'uploads_use_yearmonth_folders', '1', 'yes'),
(58, 'upload_path', '', 'yes'),
(59, 'blog_public', '1', 'yes'),
(60, 'default_link_category', '2', 'yes'),
(61, 'show_on_front', 'page', 'yes'),
(62, 'tag_base', '', 'yes'),
(63, 'show_avatars', '1', 'yes'),
(64, 'avatar_rating', 'G', 'yes'),
(65, 'upload_url_path', '', 'yes'),
(66, 'thumbnail_size_w', '100', 'yes'),
(67, 'thumbnail_size_h', '100', 'yes'),
(68, 'thumbnail_crop', '1', 'yes'),
(69, 'medium_size_w', '800', 'yes'),
(70, 'medium_size_h', '800', 'yes'),
(71, 'avatar_default', 'mystery', 'yes'),
(74, 'large_size_w', '1024', 'yes'),
(75, 'large_size_h', '1024', 'yes'),
(76, 'image_default_link_type', '', 'yes'),
(77, 'image_default_size', '', 'yes'),
(78, 'image_default_align', '', 'yes'),
(79, 'close_comments_for_old_posts', '', 'yes'),
(80, 'close_comments_days_old', '1', 'yes'),
(81, 'thread_comments', '', 'yes'),
(82, 'thread_comments_depth', '5', 'yes'),
(83, 'page_comments', '', 'yes'),
(84, 'comments_per_page', '50', 'yes'),
(85, 'default_comments_page', 'newest', 'yes'),
(86, 'comment_order', 'asc', 'yes'),
(87, 'sticky_posts', 'a:0:{}', 'yes'),
(88, 'widget_categories', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(89, 'widget_text', 'a:2:{i:2;a:3:{s:5:"title";s:7:"welcome";s:4:"text";s:7:"welcome";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(90, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 'timezone_string', '', 'yes'),
(93, 'embed_size_w', '', 'yes'),
(94, 'embed_size_h', '600', 'yes'),
(95, 'page_for_posts', '0', 'yes'),
(96, 'page_on_front', '38', 'yes'),
(97, 'default_post_format', '0', 'yes'),
(98, 'initial_db_version', '19470', 'yes'),
(99, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:71:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:24:"NextGEN Gallery overview";b:1;s:19:"NextGEN Use TinyMCE";b:1;s:21:"NextGEN Upload images";b:1;s:22:"NextGEN Manage gallery";b:1;s:19:"NextGEN Manage tags";b:1;s:29:"NextGEN Manage others gallery";b:1;s:18:"NextGEN Edit album";b:1;s:20:"NextGEN Change style";b:1;s:22:"NextGEN Change options";b:1;s:24:"NextGEN Attach Interface";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(100, 'widget_search', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(101, 'widget_recent-posts', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(102, 'widget_recent-comments', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(176, 'pl_section_desc_toggle', 'show', 'yes'),
(103, 'widget_archives', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(104, 'widget_meta', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(105, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:4:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";i:3;s:11:"slideshow-2";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(266, 'theme_mods_twentyeleven', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328803676;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}}}}', 'off'),
(106, 'cron', 'a:12:{i:1774187715;a:1:{s:29:"ngg_delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"ngg_custom";s:4:"args";a:0:{}s:8:"interval";i:900;}}}i:1774190706;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1774194306;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1774194307;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1774198708;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1774203687;a:1:{s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1774209632;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1774209755;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:1774209767;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:1774382784;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1774626306;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'on'),
(286, 'current_theme', 'Twenty Twenty', 'yes'),
(3921, 'link_manager_enabled', '1', 'yes'),
(116, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:28:"http://brucknerframing.co.uk";s:4:"link";s:104:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://brucknerframing.co.uk/";s:3:"url";s:140:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://brucknerframing.co.uk/wp/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'off'),
(1046, 'widget_pages', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(23783, 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(23784, 'widget_links', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(23785, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1949, 'lightbox_gallery_data', 'a:1:{s:15:"global_settings";a:1:{s:29:"lightbox_gallery_loading_type";s:8:"colorbox";}}', 'yes'),
(4083, 'google_verify_meta', '<meta name="google-site-verification" content="D8Xj4GgBQa-rrT7jkWAEdfPQwZtT1hBxqRMdoPvW_2g" />', 'yes'),
(8325, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(23768, 'WPLANG', '', 'yes'),
(18558, 'pope_module_list', 'a:26:{i:0;s:19:"photocrati-fs|3.3.6";i:1;s:22:"photocrati-i18n|3.3.21";i:2;s:29:"photocrati-validation|3.1.4.2";i:3;s:22:"photocrati-router|3.13";i:4;s:34:"photocrati-wordpress_routing|3.1.8";i:5;s:25:"photocrati-security|3.1.8";i:6;s:32:"photocrati-nextgen_settings|3.19";i:10;s:31:"photocrati-nextgen-legacy|3.7.1";i:11;s:30:"photocrati-nextgen-data|3.3.14";i:12;s:30:"photocrati-nextgen_block|3.7.2";i:13;s:35:"photocrati-dynamic_thumbnails|3.9.0";i:16;s:37:"photocrati-frame_communication|3.3.21";i:17;s:31:"photocrati-attach_to_post|3.4.0";i:21;s:35:"photocrati-dynamic_stylesheet|3.0.0";i:23;s:22:"photocrati-cache|3.0.0";i:24;s:26:"photocrati-lightbox|3.3.21";i:25;s:42:"photocrati-nextgen_basic_templates|3.0.0.2";i:26;s:38:"photocrati-nextgen_basic_gallery|3.9.0";i:27;s:43:"photocrati-nextgen_basic_imagebrowser|3.9.0";i:28;s:40:"photocrati-nextgen_basic_singlepic|3.9.0";i:29;s:38:"photocrati-nextgen_basic_tagcloud|3.10";i:31;s:23:"photocrati-widget|3.9.0";i:32;s:38:"photocrati-third_party_compat|3.1.11.1";i:33;s:32:"photocrati-nextgen_xmlrpc|3.2.19";i:34;s:22:"photocrati-wpcli|3.0.0";i:36;s:25:"photocrati-imagify|3.3.21";}', 'yes'),
(271, 'martin_theme_options', 'a:2:{s:12:"color_scheme";s:7:"default";s:12:"theme_layout";s:23:"sidebar-content-sidebar";}', 'yes'),
(158, 'theme_mods_platform', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:7:"primary";i:4;s:10:"footer_nav";i:0;s:17:"footer_nav_simple";i:0;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328804513;s:4:"data";a:10:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}s:9:"sidebar-6";a:0:{}s:9:"sidebar-7";a:0:{}s:9:"sidebar-8";a:0:{}s:9:"sidebar-9";a:0:{}}}}', 'off'),
(159, 'theme_switched', '', 'yes'),
(160, 'box-sets_children', 'a:0:{}', 'yes'),
(161, 'pagelines-settings', 'a:71:{s:13:"theme_version";s:0:"";s:11:"selectedtab";s:1:"5";s:10:"just_saved";s:1:"1";s:21:"pagelines_custom_logo";s:84:"http://brucknerframing.co.uk/wp/wp-content/uploads/2012/02/bruckner_framing_logo.jpg";s:17:"pagelines_favicon";s:85:"http://brucknerframing.co.uk/wp/wp-content/uploads/2012/02/bruckner_framing_logo1.jpg";s:11:"twittername";s:0:"";s:19:"pagelines_touchicon";s:0:"";s:24:"pagelines_callout_header";s:0:"";s:27:"pagelines_callout_subheader";s:30:"Designed by Icekube Web Design";s:23:"pagelines_callout_image";s:0:"";s:22:"pagelines_callout_link";s:20:"http://icekube.co.uk";s:6:"layout";a:9:{s:12:"saved_layout";s:9:"fullwidth";s:9:"last_edit";s:9:"fullwidth";s:13:"content_width";s:3:"960";s:9:"fullwidth";a:2:{s:16:"maincolumn_width";s:3:"960";s:20:"primarysidebar_width";s:0:"";}s:17:"one-sidebar-right";a:2:{s:16:"maincolumn_width";s:3:"640";s:20:"primarysidebar_width";s:3:"320";}s:16:"one-sidebar-left";a:2:{s:16:"maincolumn_width";s:3:"640";s:20:"primarysidebar_width";s:3:"320";}s:17:"two-sidebar-right";a:2:{s:16:"maincolumn_width";s:3:"480";s:20:"primarysidebar_width";s:3:"240";}s:16:"two-sidebar-left";a:2:{s:16:"maincolumn_width";s:3:"480";s:20:"primarysidebar_width";s:3:"240";}s:18:"two-sidebar-center";a:2:{s:16:"maincolumn_width";s:3:"480";s:20:"primarysidebar_width";s:3:"240";}}s:6:"bodybg";s:7:"#ffffff";s:6:"pagebg";s:7:"#FFFFFF";s:13:"border_layout";s:7:"#E9E9E9";s:25:"page_background_image_url";s:0:"";s:28:"page_background_image_repeat";s:0:"";s:30:"page_background_image_pos_vert";s:0:"";s:29:"page_background_image_pos_hor";s:0:"";s:11:"headercolor";s:7:"#000000";s:12:"text_primary";s:7:"#000000";s:14:"text_secondary";s:7:"#AFAFAF";s:13:"text_tertiary";s:7:"#777777";s:9:"linkcolor";s:7:"#225E9B";s:15:"linkcolor_hover";s:7:"#0F457C";s:17:"box_color_primary";s:7:"#F7F7F7";s:14:"border_primary";s:7:"#E9E9E9";s:21:"border_primary_shadow";s:7:"#DDDDDD";s:24:"border_primary_highlight";s:7:"#FFFFFF";s:17:"text_shadow_color";s:7:"#FFFFFF";s:19:"box_color_secondary";s:7:"#F1F1F1";s:16:"border_secondary";s:7:"#DDDDDD";s:23:"border_secondary_shadow";s:7:"#CCCCCC";s:18:"box_color_tertiary";s:7:"#E1E1E1";s:15:"border_tertiary";s:7:"#CCCCCC";s:22:"border_tertiary_shadow";s:7:"#999999";s:11:"footer_text";s:7:"#999999";s:16:"footer_highlight";s:7:"#FFFFFF";s:24:"footer_text_shadow_color";s:7:"#000000";s:12:"type_headers";a:7:{s:4:"font";s:5:"arial";s:4:"kern";s:6:"0.00em";s:9:"transform";s:4:"none";s:7:"variant";s:6:"normal";s:6:"weight";s:6:"normal";s:5:"style";s:6:"normal";s:9:"selectors";s:0:"";}s:12:"type_primary";a:7:{s:4:"font";s:5:"arial";s:4:"kern";s:6:"0.00em";s:9:"transform";s:4:"none";s:7:"variant";s:6:"normal";s:6:"weight";s:6:"normal";s:5:"style";s:6:"normal";s:9:"selectors";s:0:"";}s:14:"type_secondary";a:7:{s:4:"font";s:5:"arial";s:4:"kern";s:6:"0.05em";s:9:"transform";s:4:"none";s:7:"variant";s:6:"normal";s:6:"weight";s:6:"normal";s:5:"style";s:6:"normal";s:9:"selectors";s:0:"";}s:14:"typekit_script";s:0:"";s:12:"facebooklink";s:0:"";s:11:"twitterlink";s:0:"";s:12:"linkedinlink";s:0:"";s:11:"youtubelink";s:0:"";s:17:"nav_use_hierarchy";s:2:"on";s:16:"enable_drop_down";s:2:"on";s:16:"drop_down_shadow";s:2:"on";s:16:"drop_down_arrows";s:2:"on";s:17:"posts_page_layout";s:9:"fullwidth";s:10:"thumb_blog";s:2:"on";s:14:"thumb_category";s:2:"on";s:13:"thumb_archive";s:2:"on";s:10:"thumb_clip";s:2:"on";s:12:"excerpt_blog";s:2:"on";s:14:"excerpt_search";s:2:"on";s:16:"excerpt_category";s:2:"on";s:15:"excerpt_archive";s:2:"on";s:23:"post_footer_social_text";s:56:"If you enjoyed this article, please consider sharing it!";s:18:"sidebar_no_default";s:2:"on";s:11:"footer_more";s:0:"";s:12:"footer_terms";s:24:"© 2012 Bruckner Framing";s:14:"box_col_number";s:1:"3";s:9:"box_items";s:1:"5";s:14:"box_thumb_size";s:2:"64";s:15:"box_default_tax";s:13:"default-boxes";s:12:"partner_link";s:0:"";s:9:"google_ie";s:2:"on";s:13:"footerscripts";s:0:"";}', 'yes'),
(179, 'recently_activated', 'a:6:{s:25:"xxxx/xtra-media-tools.php";i:1773688400;s:53:"velvet-blues-update-urls/velvet-blues-update-urls.php";i:1773688306;s:37:"lightbox-gallery/lightbox-gallery.php";i:1773688296;s:51:"header-footer-elementor/header-footer-elementor.php";i:1773688282;s:23:"elementor/elementor.php";i:1773688207;s:53:"advanced-custom-fields-table-field/classic-editor.php";i:1773688185;}', 'off'),
(166, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'),
(162, 'pagelines_template_map', 'a:8:{s:6:"header";a:4:{s:4:"hook";s:16:"pagelines_header";s:4:"name";s:11:"Site Header";s:6:"markup";s:7:"content";s:8:"sections";a:3:{i:0;s:17:"PageLinesBranding";i:1;s:12:"PageLinesNav";i:2;s:18:"PageLinesSecondNav";}}s:6:"footer";a:4:{s:4:"hook";s:16:"pagelines_footer";s:4:"name";s:11:"Site Footer";s:6:"markup";s:7:"content";s:8:"sections";N;}s:9:"templates";a:4:{s:4:"hook";s:18:"pagelines_template";s:4:"name";s:14:"Page Templates";s:6:"markup";s:7:"content";s:9:"templates";a:9:{s:7:"default";a:2:{s:4:"name";s:12:"Default Page";s:8:"sections";a:1:{i:0;s:16:"PageLinesContent";}}s:5:"posts";a:2:{s:4:"name";s:11:"Posts Pages";s:8:"sections";a:1:{i:0;s:16:"PageLinesContent";}}i:404;a:2:{s:4:"name";s:14:"404 Error Page";s:8:"sections";a:1:{i:0;s:16:"PageLinesNoPosts";}}s:6:"single";a:2:{s:4:"name";s:16:"Single Post Page";s:8:"sections";a:1:{i:0;s:16:"PageLinesContent";}}s:5:"alpha";a:3:{s:4:"name";s:12:"Feature Page";s:8:"sections";a:3:{i:0;s:17:"PageLinesFeatures";i:1;s:14:"PageLinesBoxes";i:2;s:16:"PageLinesContent";}s:7:"version";s:3:"pro";}s:4:"beta";a:3:{s:4:"name";s:13:"Carousel Page";s:8:"sections";a:2:{i:0;s:17:"PageLinesCarousel";i:1;s:16:"PageLinesContent";}s:7:"version";s:3:"pro";}s:5:"gamma";a:3:{s:4:"name";s:8:"Box Page";s:8:"sections";a:3:{i:0;s:18:"PageLinesHighlight";i:1;s:16:"PageLinesSoapbox";i:2;s:14:"PageLinesBoxes";}s:7:"version";s:3:"pro";}s:5:"delta";a:3:{s:4:"name";s:14:"Highlight Page";s:8:"sections";a:2:{i:0;s:18:"PageLinesHighlight";i:1;s:16:"PageLinesContent";}s:7:"version";s:3:"pro";}s:7:"epsilon";a:3:{s:4:"name";s:11:"Banner Page";s:8:"sections";a:3:{i:0;s:18:"PageLinesHighlight";i:1;s:16:"PageLinesBanners";i:2;s:16:"PageLinesContent";}s:7:"version";s:3:"pro";}}}s:4:"main";a:4:{s:4:"hook";s:14:"pagelines_main";s:4:"name";s:17:"Text Content Area";s:6:"markup";s:4:"copy";s:9:"templates";a:3:{s:7:"default";a:2:{s:4:"name";s:17:"Page Content Area";s:8:"sections";a:1:{i:0;s:17:"PageLinesPostLoop";}}s:5:"posts";a:2:{s:4:"name";s:23:"Posts Page Content Area";s:8:"sections";a:3:{i:0;s:18:"PageLinesPostsInfo";i:1;s:17:"PageLinesPostLoop";i:2;s:19:"PageLinesPagination";}}s:6:"single";a:2:{s:4:"name";s:24:"Single Post Content Area";s:8:"sections";a:5:{i:0;s:16:"PageLinesPostNav";i:1;s:17:"PageLinesPostLoop";i:2;s:17:"PageLinesShareBar";i:3;s:17:"PageLinesComments";i:4;s:19:"PageLinesPagination";}}}}s:8:"morefoot";a:4:{s:4:"name";s:13:"Morefoot Area";s:4:"hook";s:18:"pagelines_morefoot";s:6:"markup";s:7:"content";s:8:"sections";N;}s:8:"sidebar1";a:4:{s:4:"name";s:9:"Sidebar 1";s:4:"hook";s:18:"pagelines_sidebar1";s:6:"markup";s:4:"copy";s:8:"sections";a:1:{i:0;s:14:"PrimarySidebar";}}s:8:"sidebar2";a:4:{s:4:"name";s:9:"Sidebar 2";s:4:"hook";s:18:"pagelines_sidebar2";s:6:"markup";s:4:"copy";s:8:"sections";a:1:{i:0;s:16:"SecondarySidebar";}}s:12:"sidebar_wrap";a:5:{s:4:"name";s:12:"Sidebar Wrap";s:4:"hook";s:22:"pagelines_sidebar_wrap";s:6:"markup";s:4:"copy";s:7:"version";s:3:"pro";s:8:"sections";a:0:{}}}', 'yes'),
(163, 'pl_dynamic_version', '1.4.2', 'yes'),
(183, 'customContactFormsAdminOptions', 'a:32:{s:16:"show_widget_home";i:1;s:17:"show_widget_pages";i:1;s:19:"show_widget_singles";i:1;s:22:"show_widget_categories";i:1;s:20:"show_widget_archives";i:1;s:16:"default_to_email";s:27:"admin@brucknerframing.co.uk";s:18:"default_from_email";s:27:"admin@brucknerframing.co.uk";s:17:"default_from_name";s:20:"Custom Contact Forms";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";i:0;s:22:"enable_widget_tooltips";i:1;s:13:"mail_function";s:7:"default";s:26:"form_success_message_title";s:26:"Successful Form Submission";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";i:1;s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";i:1;s:23:"enable_dashboard_widget";i:1;s:10:"admin_ajax";i:1;s:9:"smtp_host";s:0:"";s:15:"smtp_encryption";s:4:"none";s:19:"smtp_authentication";i:0;s:13:"smtp_username";s:0:"";s:13:"smtp_password";s:0:"";s:9:"smtp_port";s:0:"";s:25:"default_form_error_header";s:36:"You filled out the form incorrectly.";s:28:"default_form_bad_permissions";s:56:"You don''t have the proper permissions to view this form.";s:26:"enable_form_access_manager";i:0;s:16:"dashboard_access";i:2;s:24:"form_page_inclusion_only";i:0;s:20:"max_file_upload_size";i:10;}', 'yes'),
(189, 'wpcf7', 'a:2:{s:7:"version";s:5:"6.1.5";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1773489502;s:7:"version";s:5:"6.1.5";s:11:"count_valid";i:0;s:13:"count_invalid";i:1;}}', 'yes'),
(3922, 'uninstall_plugins', 'a:4:{i:0;b:0;s:29:"nextgen-gallery/nggallery.php";a:2:{i:0;s:9:"nggLoader";i:1;s:9:"uninstall";}s:33:"gallery-plugin/gallery-plugin.php";s:21:"gllr_plugin_uninstall";s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}}', 'no'),
(194, 'ngg_options', 'a:115:{s:7:"CSSfile";s:13:"nggallery.css";s:11:"activateCSS";i:1;s:12:"activateTags";i:0;s:20:"admin_table_per_page";i:20;s:28:"always_enable_frontend_logic";b:0;s:10:"appendType";s:4:"tags";s:17:"datamapper_driver";s:22:"custom_post_datamapper";s:9:"deleteImg";b:1;s:19:"disable_fontawesome";b:0;s:21:"disable_ngg_tags_page";b:0;s:23:"dismissed_notifications";a:2:{s:20:"image_rotator_notice";a:1:{i:0;i:3;}s:14:"review_level_1";a:3:{i:0;i:3;i:1;i:5;i:2;i:4;}}s:41:"dynamic_image_filename_separator_use_dash";b:0;s:23:"dynamic_stylesheet_slug";s:12:"nextgen-dcss";s:22:"dynamic_thumbnail_slug";s:13:"nextgen-image";s:8:"enableIR";i:0;s:31:"frame_communication_option_name";s:14:"X-Frame-Events";s:23:"frame_event_cookie_name";s:14:"X-Frame-Events";s:10:"galAjaxNav";i:0;s:10:"galColumns";i:0;s:12:"galHiddenImg";i:0;s:9:"galImages";s:2:"20";s:13:"galImgBrowser";i:0;s:10:"galNoPages";b:1;s:17:"galPagedGalleries";i:0;s:12:"galShowOrder";s:7:"gallery";s:12:"galShowSlide";b:0;s:7:"galSort";s:8:"filename";s:10:"galSortDir";s:3:"ASC";s:14:"galTextGallery";s:19:"[Show picture list]";s:12:"galTextSlide";s:19:"[Show as slideshow]";s:18:"galleries_in_feeds";b:0;s:13:"gallery_count";i:10;s:11:"gallerypath";s:19:"wp-content/gallery/";s:21:"gallerystorage_driver";s:25:"ngglegacy_gallery_storage";s:14:"graphicLibrary";s:2:"gd";s:14:"imageMagickDir";s:15:"/usr/local/bin/";s:13:"imgAutoResize";b:1;s:9:"imgBackup";b:1;s:9:"imgHeight";i:600;s:10:"imgQuality";i:85;s:9:"imgResize";b:0;s:8:"imgWidth";i:800;s:11:"installDate";i:1328742390;s:7:"irAudio";s:0:"";s:11:"irBackcolor";s:6:"000000";s:12:"irFrontcolor";s:6:"FFFFFF";s:8:"irHeight";s:3:"240";s:10:"irKenburns";i:0;s:12:"irLightcolor";s:6:"CC0000";s:17:"irLinkfromdisplay";b:1;s:13:"irOverstretch";s:4:"true";s:12:"irRotatetime";i:5;s:13:"irScreencolor";s:6:"000000";s:11:"irShowicons";i:0;s:16:"irShownavigation";i:0;s:9:"irShuffle";b:1;s:12:"irTransition";s:6:"random";s:5:"irURL";s:0:"";s:11:"irWatermark";i:0;s:7:"irWidth";s:3:"320";s:12:"irXHTMLvalid";i:0;s:21:"item_details_per_page";i:50;s:15:"jquery_ui_theme";s:17:"jquery-ui-nextgen";s:23:"jquery_ui_theme_version";d:1.8000000000000000444089209850062616169452667236328125;s:9:"maxImages";i:7;s:20:"maximum_entity_count";i:500;s:14:"mvc_module_dir";s:98:"/home/ghunt/public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc";s:14:"mvc_static_dir";s:7:"/static";s:18:"mvc_static_dirname";s:7:"/static";s:16:"mvc_template_dir";s:10:"/templates";s:20:"mvc_template_dirname";s:10:"/templates";s:21:"ngg_installation_type";s:8:"existing";s:18:"ngg_plugin_version";s:5:"4.1.1";s:21:"ngg_show_old_settings";b:0;s:13:"permalinkSlug";s:9:"nggallery";s:13:"publish_align";s:5:"right";s:14:"publish_height";i:150;s:13:"publish_width";i:150;s:23:"random_widget_cache_ttl";i:30;s:14:"relatedHeading";s:24:"<h3>Related Images:</h3>";s:17:"resource_minifier";b:0;s:19:"router_param_prefix";s:0:"";s:22:"router_param_separator";s:2:"--";s:17:"router_param_slug";s:9:"nggallery";s:7:"slideFX";s:4:"fade";s:7:"slideFx";s:4:"fade";s:9:"swfUpload";b:1;s:9:"thumbCode";s:32:"rel=\\"lightbox[%GALLERY_NAME%]\\"";s:11:"thumbEffect";s:8:"lightbox";s:18:"thumbEffectContext";s:14:"nextgen_images";s:8:"thumbfix";b:1;s:11:"thumbheight";s:3:"150";s:12:"thumbquality";i:100;s:10:"thumbwidth";s:3:"150";s:11:"useMediaRSS";b:0;s:13:"usePermalinks";b:0;s:10:"usePicLens";b:0;s:27:"use_alternate_random_method";b:0;s:33:"watermark_automatically_at_upload";i:0;s:7:"wmColor";s:6:"000000";s:6:"wmFont";s:9:"arial.ttf";s:8:"wmOpaque";s:3:"100";s:6:"wmPath";s:0:"";s:5:"wmPos";s:8:"botRight";s:6:"wmSize";i:10;s:6:"wmText";s:16:"Bruckner Framing";s:6:"wmType";s:5:"image";s:6:"wmXpos";i:5;s:6:"wmYpos";i:5;s:11:"wpmuCSSfile";s:13:"nggallery.css";s:16:"wpmuImportFolder";b:0;s:14:"wpmuQuotaCheck";b:0;s:9:"wpmuRoles";b:0;s:9:"wpmuStyle";b:1;s:13:"wpmuZipUpload";b:0;}', 'off'),
(195, 'ngg_db_version', '1.8.0', 'yes'),
(18518, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:27:"gerry@brucknerframing.co.uk";s:7:"version";s:5:"6.9.4";s:9:"timestamp";i:1773262370;}', 'off'),
(219, 'BWBPhotosmashAdminOptions', 'a:104:{s:8:"auto_add";i:0;s:11:"img_perpage";i:0;s:10:"img_perrow";i:0;s:23:"use_wp_upload_functions";i:1;s:23:"add_to_wp_media_library";i:1;s:13:"max_file_size";i:0;s:11:"mini_aspect";i:0;s:10:"mini_width";i:125;s:11:"mini_height";i:125;s:12:"thumb_aspect";i:0;s:11:"thumb_width";i:125;s:12:"thumb_height";i:125;s:13:"medium_aspect";i:0;s:12:"medium_width";i:300;s:13:"medium_height";i:300;s:12:"image_aspect";i:0;s:11:"image_width";i:0;s:12:"image_height";i:0;s:12:"anchor_class";s:0:"";s:7:"img_rel";s:15:"lightbox[album]";s:8:"add_text";s:9:"Add Photo";s:15:"gallery_caption";s:18:"PhotoSmash Gallery";s:19:"upload_form_caption";s:26:"Select an image to upload:";s:9:"img_class";s:9:"ps_images";s:12:"show_caption";i:1;s:16:"nofollow_caption";i:1;s:17:"alert_all_uploads";i:0;s:10:"img_alerts";i:3600;s:15:"show_imgcaption";i:1;s:12:"contrib_role";i:10;s:10:"img_status";i:0;s:10:"last_alert";i:0;s:12:"use_advanced";i:0;s:12:"use_urlfield";i:0;s:15:"use_attribution";i:0;s:14:"use_customform";i:0;s:16:"use_customfields";i:0;s:12:"use_thickbox";i:1;s:18:"use_alt_ajaxscript";i:0;s:14:"alt_ajaxscript";s:0:"";s:14:"alt_javascript";s:0:"";s:18:"uploadform_visible";i:0;s:14:"use_manualform";i:0;s:9:"layout_id";i:-1;s:17:"caption_targetnew";i:0;s:13:"img_targetnew";i:0;s:13:"custom_formid";i:0;s:12:"use_donelink";i:0;s:8:"css_file";s:0:"";s:19:"exclude_default_css";i:0;s:11:"date_format";s:5:"m/d/Y";s:18:"upload_authmessage";s:0:"";s:23:"imglinks_postpages_only";i:0;s:10:"sort_field";i:0;s:10:"sort_order";i:1;s:14:"contrib_gal_on";i:0;s:22:"suppress_contrib_posts";i:0;s:7:"poll_id";i:0;s:9:"favorites";i:0;s:15:"rating_position";i:0;s:17:"rating_allow_anon";i:0;s:12:"mod_send_msg";i:0;s:15:"mod_approve_msg";s:117:"Thanks for submitting your image to [blogname]! It has been accepted and is now visible in the appropriate galleries.";s:18:"mod_reject_message";s:221:"Sorry, the image you submitted to [blogname] has been reviewed, but did not meet our submission guidelines.  Please review our guidelines to see what types of images we accept.  We look forward to your future submissions.";s:7:"version";s:5:"1.0.2";s:9:"tb_height";i:390;s:8:"tb_width";i:545;s:10:"gmap_width";i:450;s:11:"gmap_height";i:350;s:7:"gmap_js";s:0:"";s:11:"gmap_layout";s:0:"";s:16:"auto_maptowidget";b:0;s:10:"tags_mapid";s:0:"";s:14:"gallery_viewer";i:39;s:18:"exclude_piclens_js";i:0;s:9:"tag_label";s:0:"";s:8:"tag_slug";s:0:"";s:17:"contributor_label";s:0:"";s:16:"contributor_slug";s:0:"";s:19:"gallery_viewer_slug";s:14:"psmash-gallery";s:19:"can_delete_approved";i:0;s:10:"alt_paging";s:0:"";s:10:"uni_paging";i:0;s:14:"favorites_page";i:0;s:13:"geocode_label";s:0:"";s:19:"geocode_description";s:0:"";s:14:"latitude_label";s:0:"";s:15:"longitude_label";s:0:"";s:15:"mod_msg_subject";s:37:"Your Uploaded Image has been [status]";s:14:"mod_reject_msg";s:0:"";s:11:"api_enabled";i:0;s:19:"api_disable_uploads";i:0;s:18:"api_upload_gallery";i:0;s:15:"api_post_layout";s:14:"gallery_viewer";s:7:"api_url";s:55:"http://brucknerframing.co.uk/wp/wp-admin/admin-ajax.php";s:11:"api_logging";i:0;s:14:"api_categories";s:0:"";s:8:"api_tags";s:0:"";s:13:"api_galleries";s:0:"";s:18:"api_view_galleries";s:0:"";s:22:"api_link_toattachments";i:0;s:11:"api_big_url";i:0;s:13:"api_max_width";i:1024;s:17:"api_custom_fields";s:0:"";}', 'yes'),
(205, 'lightbox_2_theme_path', '/home/ghunt/public_html/wp-content/plugins/lightbox-2/Themes', 'yes'),
(206, 'lightbox_2_theme', 'White', 'yes'),
(207, 'lightbox_2_automate', '1', 'yes'),
(208, 'lightbox_2_resize_on_demand', '', 'yes'),
(288, 'admired_theme_options', 'a:70:{s:13:"admired_skins";s:7:"default";s:14:"admired_column";s:23:"sidebar-content-sidebar";s:18:"admired_link_color";s:7:"#0e2ae6";s:26:"admired_link_visited_color";s:7:"#1508c9";s:24:"admired_link_hover_color";s:7:"#cf1947";s:32:"admired_content_title_link_color";s:7:"#222222";s:33:"admired_content_title_hover_color";s:7:"#1982d1";s:28:"admired_content_bullet_color";s:7:"default";s:29:"admired_calendar_border_color";s:7:"#A0A0A0";s:31:"admired_calendar_month_BG_color";s:7:"#BABABA";s:33:"admired_calendar_month_text_color";s:7:"#FFFFFF";s:29:"admired_calendar_day_BG_color";s:7:"#BABABA";s:31:"admired_calendar_day_text_color";s:7:"#FFFFFF";s:28:"admired_sticky_post_BG_color";s:7:"#f2f205";s:24:"admired_head_font_select";s:8:"web-safe";s:30:"admired_title_description_font";s:20:"Helvetica Neue, sans";s:17:"admired_head_font";s:7:"Raleway";s:27:"admired_content_font_select";s:8:"web-safe";s:25:"admired_content_area_font";s:19:"Univers, sans-serif";s:17:"admired_body_font";s:7:"Lobster";s:19:"admired_header_logo";s:78:"http://brucknerframing.co.uk/wp-content/uploads/2013/01/header-32-1024x106.jpg";s:26:"admired_main_menubar_color";s:7:"#1818f5";s:34:"admired_main_menubar_hoverbg_color";s:7:"#c1bfe6";s:33:"admired_main_menubar_dropbg_color";s:7:"#3c4ffc";s:39:"admired_main_menubar_dropbg_color_hover";s:7:"#6669ff";s:31:"admired_main_menubar_text_color";s:7:"#ffffff";s:21:"admired_menubar_color";s:7:"#292929";s:29:"admired_menubar_hoverbg_color";s:7:"#EFEFEF";s:28:"admired_menubar_dropbg_color";s:7:"#EFEFEF";s:34:"admired_menubar_dropbg_color_hover";s:7:"#F9F9F9";s:26:"admired_menubar_text_color";s:7:"#EEEEEE";s:29:"admired_superfish_arrow_color";s:5:"White";s:19:"admired_title_color";s:7:"#96b1f5";s:25:"admired_title_hover_color";s:7:"#1982D1";s:25:"admired_description_color";s:7:"#c2c2c2";s:30:"admired_hide_title_discription";i:1;s:24:"admired_search_placement";s:4:"None";s:28:"admired_widget_title_bgcolor";s:7:"#241cbd";s:29:"admired_widget_title_txtcolor";s:7:"#9eaef0";s:27:"admired_widget_bullet_color";s:7:"default";s:27:"admired_guest_comment_color";s:7:"#F6F6F6";s:28:"admired_author_comment_color";s:7:"#DDDDDD";s:25:"admired_leave_reply_color";s:7:"#DDDDDD";s:20:"admired_hide_wp_link";i:1;s:28:"admired_add_custom_copyright";s:0:"";s:19:"admired_footer_opts";s:0:"";s:29:"admired_pagination_text_color";s:7:"#090df2";s:27:"admired_pagination_bg_color";s:7:"#878a92";s:35:"admired_pagination_hover_text_color";s:7:"#09056b";s:33:"admired_pagination_hover_bg_color";s:7:"#aec0fc";s:37:"admired_pagination_current_text_color";s:7:"#0a0a0a";s:35:"admired_pagination_current_bg_color";s:7:"#ebf0ff";s:19:"admired_facebook_id";s:0:"";s:18:"admired_twitter_id";s:0:"";s:22:"admired_google_plus_id";s:0:"";s:16:"admired_vimeo_id";s:0:"";s:18:"admired_youtube_id";s:0:"";s:20:"admired_pinterest_id";s:0:"";s:18:"admired_header_css";s:0:"";s:24:"admired_google_analytics";s:0:"";s:22:"admired_clicky_site_id";s:0:"";s:25:"admired_thumbnail_excerpt";i:0;s:28:"admired_remove_post_calendar";i:0;s:27:"admired_show_secondary_menu";i:0;s:24:"admired_normal_menu_text";i:0;s:24:"admired_remove_superfish";i:0;s:25:"admired_remove_scroll_top";i:0;s:25:"admired_show_social_icons";i:0;s:16:"admired_rss_feed";i:0;s:21:"admired_hide_metainfo";i:0;}', 'yes'),
(274, 'theme_mods_martin', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328804289;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:21:"secondary-widget-area";N;s:19:"feature-widget-area";N;s:24:"first-footer-widget-area";N;s:25:"second-footer-widget-area";N;s:24:"third-footer-widget-area";N;s:25:"fourth-footer-widget-area";N;}}}', 'off'),
(277, 'theme_mods_minimal', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328804358;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}}}}', 'off'),
(220, 'bwbps_cf_stdfields', 'a:31:{i:0;s:12:"image_select";i:1;s:14:"image_select_2";i:2;s:12:"video_select";i:3;s:6:"submit";i:4;s:7:"caption";i:5;s:8:"caption2";i:6;s:9:"user_name";i:7;s:8:"user_url";i:8;s:3:"url";i:9;s:9:"thumbnail";i:10;s:11:"thumbnail_2";i:11;s:18:"user_submitted_url";i:12;s:4:"done";i:13;s:7:"loading";i:14;s:7:"message";i:15;s:15:"img_attribution";i:16;s:11:"img_license";i:17;s:13:"category_name";i:18;s:13:"category_link";i:19;s:11:"category_id";i:20;s:7:"post_id";i:21;s:14:"allow_no_image";i:22;s:8:"post_cat";i:23;s:9:"post_cat1";i:24;s:9:"post_cat2";i:25;s:9:"post_cat3";i:26;s:9:"post_tags";i:27;s:12:"tag_dropdown";i:28;s:8:"bloginfo";i:29;s:10:"plugin_url";i:30;s:12:"preview_post";}', 'yes'),
(221, 'bwbps_custfield_ver', '22', 'yes'),
(367, 'category_children', 'a:0:{}', 'yes'),
(245, 'theme_mods_magnolia', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328746506;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:12:"main-sidebar";a:0:{}}}}', 'off'),
(224, 'theme_mods_twentyten', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328745990;s:4:"data";a:7:{s:19:"wp_inactive_widgets";a:0:{}s:19:"primary-widget-area";a:0:{}s:21:"secondary-widget-area";a:0:{}s:24:"first-footer-widget-area";a:0:{}s:25:"second-footer-widget-area";a:0:{}s:24:"third-footer-widget-area";a:0:{}s:25:"fourth-footer-widget-area";a:0:{}}}}', 'off'),
(230, 'theme_mods_mumrik', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328803638;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}}}}', 'off'),
(231, 'mumrik_featured_category_id', '-1', 'yes'),
(232, 'mumrik_feedburner_integration', '-1', 'yes'),
(233, 'mumrik_feedburner_url', '', 'yes'),
(234, 'mumrik_feedburner_id', '', 'yes'),
(235, 'mumrik_feedburner_stats', '', 'yes'),
(236, 'mumrik_feedburner_show_count', '-1', 'yes'),
(237, 'mumrik_google_analytics_id', '', 'yes'),
(238, 'mumrik_show_ads_placeholders', '', 'no'),
(252, 'easy_gallery_db_version', '1.1', 'yes'),
(242, 'theme_mods_wp-creativix', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328746464;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}}}}', 'off'),
(248, 'theme_mods_modern-green-theme', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328803824;s:4:"data";a:7:{s:19:"wp_inactive_widgets";a:0:{}s:19:"primary-widget-area";a:0:{}s:21:"secondary-widget-area";N;s:24:"first-footer-widget-area";N;s:25:"second-footer-widget-area";N;s:24:"third-footer-widget-area";N;s:25:"fourth-footer-widget-area";N;}}}', 'off'),
(280, 'theme_mods_zeesynergie', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328804404;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:12:"sidebar-blog";a:0:{}s:13:"sidebar-pages";N;}}}', 'off'),
(283, 'theme_mods_news', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1328804420;s:4:"data";a:5:{s:19:"wp_inactive_widgets";a:0:{}s:7:"primary";a:0:{}s:9:"secondary";N;s:6:"header";N;s:14:"after-singular";N;}}}', 'off'),
(287, 'theme_mods_admired', 'a:10:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:4;s:9:"secondary";i:0;}s:16:"background_color";s:6:"141011";s:16:"background_image";s:75:"http://brucknerframing.co.uk/wp-content/uploads/2023/03/IMG_5094-scaled.jpg";s:17:"background_repeat";s:6:"repeat";s:21:"background_position_x";s:5:"right";s:21:"background_attachment";s:6:"scroll";s:18:"custom_css_post_id";i:-1;s:21:"background_position_y";s:6:"center";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773874737;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:4:{i:0;s:14:"admired_text-2";i:1;s:11:"slideshow-3";i:2;s:6:"text-2";i:3;s:11:"slideshow-5";}s:9:"sidebar-1";a:0:{}s:20:"tertiary-widget-area";a:1:{i:0;s:11:"slideshow-2";}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}}}}', 'off'),
(1052, 'widget_admired_text', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:4:"test";s:5:"text2";s:9:"test rght";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(1795, 'widget_slideshow', 'a:4:{i:2;a:4:{s:5:"title";s:11:"the gallery";s:9:"galleryid";i:8;s:6:"height";i:160;s:5:"width";i:200;}i:3;a:4:{s:5:"title";s:9:"Slideshow";s:9:"galleryid";i:10;s:6:"height";i:120;s:5:"width";i:160;}s:12:"_multiwidget";i:1;i:5;a:0:{}}', 'yes'),
(4947, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(4426, 'widget_ngg-images', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(8324, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(6839, 'GOTMLS_scan_logs_array', 'a:3:{s:15:"LAST_SCAN_start";i:1393256117;s:16:"LAST_SCAN_finish";i:1393256351;s:14:"LAST_SCAN_type";s:13:"Complete Scan";}', 'yes'),
(3923, 'db_upgraded', '', 'on'),
(5156, 'widget_admired_flickr_feed', 'a:2:{s:12:"_multiwidget";i:1;i:1;a:0:{}}', 'yes'),
(23786, 'widget_ngg-mrssw', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(23787, 'widget_admired-twitter', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(23788, 'widget_admired_translate_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4258, 'GOTMLS_LAST_scan_start', '1367666513', 'yes'),
(4259, 'GOTMLS_LAST_scan_finish', '1367666514', 'yes'),
(124176, 'rewrite_rules', 'a:203:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";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:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";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:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";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:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";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:48:"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:43:"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:24:"ngg_tag/([^/]+)/embed/?$";s:40:"index.php?ngg_tag=$matches[1]&embed=true";s:36:"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?ngg_tag=$matches[1]&paged=$matches[2]";s:18:"ngg_tag/([^/]+)/?$";s:29:"index.php?ngg_tag=$matches[1]";s:37:"ngg_album/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"ngg_album/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"ngg_album/([^/]+)/embed/?$";s:42:"index.php?ngg_album=$matches[1]&embed=true";s:30:"ngg_album/([^/]+)/trackback/?$";s:36:"index.php?ngg_album=$matches[1]&tb=1";s:38:"ngg_album/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?ngg_album=$matches[1]&paged=$matches[2]";s:45:"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?ngg_album=$matches[1]&cpage=$matches[2]";s:34:"ngg_album/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?ngg_album=$matches[1]&page=$matches[2]";s:26:"ngg_album/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"ngg_album/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"ngg_album/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"ngg_gallery/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"ngg_gallery/([^/]+)/embed/?$";s:44:"index.php?ngg_gallery=$matches[1]&embed=true";s:32:"ngg_gallery/([^/]+)/trackback/?$";s:38:"index.php?ngg_gallery=$matches[1]&tb=1";s:40:"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?ngg_gallery=$matches[1]&paged=$matches[2]";s:47:"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]";s:36:"ngg_gallery/([^/]+)(?:/([0-9]+))?/?$";s:50:"index.php?ngg_gallery=$matches[1]&page=$matches[2]";s:28:"ngg_gallery/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"ngg_gallery/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"ngg_gallery/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"ngg_pictures/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"ngg_pictures/([^/]+)/embed/?$";s:45:"index.php?ngg_pictures=$matches[1]&embed=true";s:33:"ngg_pictures/([^/]+)/trackback/?$";s:39:"index.php?ngg_pictures=$matches[1]&tb=1";s:41:"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?ngg_pictures=$matches[1]&paged=$matches[2]";s:48:"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]";s:37:"ngg_pictures/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?ngg_pictures=$matches[1]&page=$matches[2]";s:29:"ngg_pictures/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"ngg_pictures/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"ngg_pictures/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:45:"displayed_gallery/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"displayed_gallery/([^/]+)/embed/?$";s:50:"index.php?displayed_gallery=$matches[1]&embed=true";s:38:"displayed_gallery/([^/]+)/trackback/?$";s:44:"index.php?displayed_gallery=$matches[1]&tb=1";s:46:"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?displayed_gallery=$matches[1]&paged=$matches[2]";s:53:"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]";s:42:"displayed_gallery/([^/]+)(?:/([0-9]+))?/?$";s:56:"index.php?displayed_gallery=$matches[1]&page=$matches[2]";s:34:"displayed_gallery/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"displayed_gallery/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"displayed_gallery/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"display_type/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"display_type/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"display_type/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"display_type/([^/]+)/embed/?$";s:45:"index.php?display_type=$matches[1]&embed=true";s:33:"display_type/([^/]+)/trackback/?$";s:39:"index.php?display_type=$matches[1]&tb=1";s:41:"display_type/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?display_type=$matches[1]&paged=$matches[2]";s:48:"display_type/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?display_type=$matches[1]&cpage=$matches[2]";s:37:"display_type/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?display_type=$matches[1]&page=$matches[2]";s:29:"display_type/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"display_type/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"display_type/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:46:"gal_display_source/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"gal_display_source/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"gal_display_source/([^/]+)/embed/?$";s:51:"index.php?gal_display_source=$matches[1]&embed=true";s:39:"gal_display_source/([^/]+)/trackback/?$";s:45:"index.php?gal_display_source=$matches[1]&tb=1";s:47:"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?gal_display_source=$matches[1]&paged=$matches[2]";s:54:"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?gal_display_source=$matches[1]&cpage=$matches[2]";s:43:"gal_display_source/([^/]+)(?:/([0-9]+))?/?$";s:57:"index.php?gal_display_source=$matches[1]&page=$matches[2]";s:35:"gal_display_source/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"gal_display_source/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"gal_display_source/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:12:"sitemap\\.xml";s:23:"index.php?sitemap=index";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:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=38&cpage=$matches[1]";s:22:"ngg-preview(/(.*))?/?$";s:34:"index.php?&ngg-preview=$matches[2]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";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:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";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:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";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:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";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:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";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:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";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: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:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";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:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes');
INSERT INTO `wp_options` VALUES
(124147, 'displayed_gallery_rendering_tracker', 'a:0:{}', 'no'),
(124154, 'MVC_tracker', 'a:2:{i:1437853234;a:1:{i:0;s:19:"find_static_abspath";}i:1437853244;a:1:{i:0;s:14:"get_static_url";}}', 'no'),
(124146, 'displayed_galleries_tracker', 'a:0:{}', 'no'),
(124160, 'ngg_transient_groups', 'a:11:{s:9:"__counter";i:11;s:3:"MVC";a:2:{s:2:"id";i:2;s:7:"enabled";b:1;}s:15:"col_in_wp_posts";a:2:{s:2:"id";i:3;s:7:"enabled";b:1;}s:21:"col_in_wp_ngg_gallery";a:2:{s:2:"id";i:4;s:7:"enabled";b:1;}s:24:"nextgen_pro_upgrade_page";a:2:{s:2:"id";i:5;s:7:"enabled";b:1;}s:19:"displayed_galleries";a:2:{s:2:"id";i:6;s:7:"enabled";b:1;}s:27:"displayed_gallery_rendering";a:2:{s:2:"id";i:7;s:7:"enabled";b:1;}s:22:"col_in_wp_ngg_pictures";a:2:{s:2:"id";i:8;s:7:"enabled";b:1;}s:16:"WordPress-Router";a:2:{s:2:"id";i:9;s:7:"enabled";b:1;}s:19:"col_in_wp_ngg_album";a:2:{s:2:"id";i:10;s:7:"enabled";b:1;}s:14:"rest_galleries";a:2:{s:2:"id";i:11;s:7:"enabled";b:1;}}', 'yes'),
(413920, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(413921, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(413922, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(413923, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(413924, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(265718, 'finished_splitting_shared_terms', '1', 'yes'),
(265719, 'site_icon', '1211', 'yes'),
(265720, 'medium_large_size_w', '768', 'yes'),
(265721, 'medium_large_size_h', '0', 'yes'),
(657286, 'https_detection_errors', 'a:1:{s:17:"bad_response_code";a:1:{i:0;s:21:"Internal Server Error";}}', 'off'),
(909686, '_transient_timeout_4__2899230903', '1774188715', 'off'),
(909687, '_transient_4__2899230903', '["gid","name","slug","path","title","galdesc","pageid","previewpic","author","extras_post_id","date_created","date_modified","display_type","display_type_settings","external_source","is_private","is_ecommerce_enabled"]', 'off'),
(909688, '_transient_timeout_8__2899230903', '1774188715', 'off'),
(909689, '_transient_8__2899230903', '["pid","image_slug","post_id","galleryid","filename","description","alttext","imagedate","exclude","sortorder","meta_data","extras_post_id","updated_at"]', 'off'),
(909690, '_transient_timeout_7__550049956', '1774188866', 'off'),
(909691, '_transient_7__550049956', '"<!-- index.php -->\\n<div\\n\\tclass=\\"ngg-galleryoverview\\n\\t ngg-ajax-pagination-none\\t\\"\\n\\tid=\\"ngg-gallery-8b45524682081f4d6af8199a0e586f74-1\\">\\n\\n\\t\\t\\t<!-- Thumbnails -->\\n\\t\\t\\t\\t<div id=\\"ngg-image-0\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/1934-bentley-1.jpg\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/1934-bentley-1.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_1934-bentley-1.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"72\\"\\n\\t\\t\\t\\tdata-title=\\"1934-bentley-1\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"1934-bentley-1\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"1934-bentley-1\\"\\n\\t\\t\\t\\t\\talt=\\"1934-bentley-1\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_1934-bentley-1.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-1\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/1937-citreon.gif\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/1937-citreon.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_1937-citreon.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"41\\"\\n\\t\\t\\t\\tdata-title=\\"1937-citreon\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"1937-citreon\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"1937-citreon\\"\\n\\t\\t\\t\\t\\talt=\\"1937-citreon\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_1937-citreon.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-2\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/a4516987ed1.gif\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/a4516987ed1.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_a4516987ed1.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"77\\"\\n\\t\\t\\t\\tdata-title=\\"a4516987ed1\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"a4516987ed1\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"a4516987ed1\\"\\n\\t\\t\\t\\t\\talt=\\"a4516987ed1\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_a4516987ed1.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-3\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0063edit.gif\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0063edit.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0063edit.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"70\\"\\n\\t\\t\\t\\tdata-title=\\"b0c0063edit\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"b0c0063edit\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"b0c0063edit\\"\\n\\t\\t\\t\\t\\talt=\\"b0c0063edit\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0063edit.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-4\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0067edit.jpg\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0067edit.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0067edit.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"73\\"\\n\\t\\t\\t\\tdata-title=\\"b0c0067edit\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"b0c0067edit\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"b0c0067edit\\"\\n\\t\\t\\t\\t\\talt=\\"b0c0067edit\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0067edit.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-5\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0079final-ed.gif\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c0079final-ed.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0079final-ed.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"69\\"\\n\\t\\t\\t\\tdata-title=\\"Bentley 1\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"bentley-1\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"Bentley 1\\"\\n\\t\\t\\t\\t\\talt=\\"Bentley 1\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c0079final-ed.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-6\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c4048a.jpg\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c4048a.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c4048a.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"43\\"\\n\\t\\t\\t\\tdata-title=\\"b0c4048a\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"b0c4048a\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"b0c4048a\\"\\n\\t\\t\\t\\t\\talt=\\"b0c4048a\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c4048a.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-7\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c5606ed1.gif\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/b0c5606ed1.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c5606ed1.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"79\\"\\n\\t\\t\\t\\tdata-title=\\"b0c5606ed1\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"b0c5606ed1-2\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"b0c5606ed1\\"\\n\\t\\t\\t\\t\\talt=\\"b0c5606ed1\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_b0c5606ed1.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-8\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/citreon-1937.jpg\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/citreon-1937.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_citreon-1937.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"40\\"\\n\\t\\t\\t\\tdata-title=\\"citreon-1937\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"citreon-1937\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"citreon-1937\\"\\n\\t\\t\\t\\t\\talt=\\"citreon-1937\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_citreon-1937.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-9\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/citreon-3.gif\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/citreon-3.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_citreon-3.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"58\\"\\n\\t\\t\\t\\tdata-title=\\"citreon-3\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"citreon-3\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"citreon-3\\"\\n\\t\\t\\t\\t\\talt=\\"citreon-3\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_citreon-3.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-10\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/ds-rear.jpg\\"\\n\\t\\t\\t\\ttitle=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/ds-rear.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_ds-rear.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"42\\"\\n\\t\\t\\t\\tdata-title=\\"ds-rear\\"\\n\\t\\t\\t\\tdata-description=\\"Available as a Canvas or Mounted Fine Art Print\\"\\n\\t\\t\\t\\tdata-image-slug=\\"ds-rear\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"ds-rear\\"\\n\\t\\t\\t\\t\\talt=\\"ds-rear\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_ds-rear.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-11\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/guitars.gif\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/guitars.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_guitars.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"75\\"\\n\\t\\t\\t\\tdata-title=\\"guitars\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"guitars\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"guitars\\"\\n\\t\\t\\t\\t\\talt=\\"guitars\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_guitars.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-12\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/new-york_panorama1.gif\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/new-york_panorama1.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_new-york_panorama1.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"78\\"\\n\\t\\t\\t\\tdata-title=\\"new-york_panorama1\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"new-york_panorama1-2\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"new-york_panorama1\\"\\n\\t\\t\\t\\t\\talt=\\"new-york_panorama1\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_new-york_panorama1.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-13\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/old-pier.gif\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/old-pier.gif\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_old-pier.gif\\"\\n\\t\\t\\t\\tdata-image-id=\\"76\\"\\n\\t\\t\\t\\tdata-title=\\"old-pier\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"old-pier\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"old-pier\\"\\n\\t\\t\\t\\t\\talt=\\"old-pier\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_old-pier.gif\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\t<div id=\\"ngg-image-14\\" class=\\"ngg-gallery-thumbnail-box\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t>\\n\\t\\t\\t\\t\\t\\t<div class=\\"ngg-gallery-thumbnail\\">\\n\\t\\t\\t<a href=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/vw-camper.jpg\\"\\n\\t\\t\\t\\ttitle=\\"\\"\\n\\t\\t\\t\\tdata-src=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/vw-camper.jpg\\"\\n\\t\\t\\t\\tdata-thumbnail=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_vw-camper.jpg\\"\\n\\t\\t\\t\\tdata-image-id=\\"80\\"\\n\\t\\t\\t\\tdata-title=\\"vw-camper\\"\\n\\t\\t\\t\\tdata-description=\\"\\"\\n\\t\\t\\t\\tdata-image-slug=\\"vw-camper\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tclass=\\"ngg-simplelightbox\\" rel=\\"8b45524682081f4d6af8199a0e586f74\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<img\\n\\t\\t\\t\\t\\ttitle=\\"vw-camper\\"\\n\\t\\t\\t\\t\\talt=\\"vw-camper\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_vw-camper.jpg\\"\\n\\t\\t\\t\\t\\twidth=\\"150\\"\\n\\t\\t\\t\\t\\theight=\\"150\\"\\n\\t\\t\\t\\t\\tstyle=\\"max-width:100%;\\"\\n\\t\\t\\t\\t\\/>\\n\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\n\\t\\t<!-- Pagination -->\\n\\t\\t<div class=''ngg-clear''><\\/div>\\t<\\/div>\\n"', 'off'),
(657266, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(657282, 'recovery_keys', 'a:1:{s:22:"QrqHDweZ8VgP8Bb5vXKte9";a:2:{s:10:"hashed_key";s:49:"$generic$HuDuz2nV8-3yIbIzNhITuVX_6IIwQR5hopHPRX8K";s:10:"created_at";i:1774187399;}}', 'off'),
(657343, 'theme_mods_twentythirteen', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'off'),
(907829, 'bsf_analytics_optin', 'yes', 'off'),
(907869, 'bsf_usage_migrated', '1', 'off'),
(907883, 'elementor_connect_site_key', '0c394d6c200898f96ea8fa04cfcbd7e8', 'auto'),
(907870, 'uae_usage_installed_time', '1773301408', 'off'),
(908318, 'e_editor_counter', '2', 'auto'),
(908319, '_elementor_free_to_pro_upsell', 'a:2:{s:7:"timeout";i:1773689742;s:5:"value";s:723:"[{"id":"animated_headline","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg"},{"id":"video_playlist","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg"},{"id":"cta","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg"},{"id":"testimonial_widget","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg"},{"id":"image_carousel","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg"},{"id":"connect-pro-upgrade","imageSrc":"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg"}]";}', 'off'),
(908320, '_elementor_notifications_data', 'a:2:{s:7:"timeout";i:1773689743;s:5:"value";s:12874:"[{"id":"manage-launch","title":"Introducing Manage","description":"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png","chipTags":["New Launch"],"cta":"Start free","ctaLink":"https:\\/\\/go.elementor.com\\/manage\\/whatsnew"},{"id":"components-3.35","title":"Components","description":"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.","topic":"Version 4 beta","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog","readMoreText":"Learn More"},{"id":"one-launch","title":"Introducing Elementor One","description":"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png","chipTags":["New Launch"],"cta":"Explore Elementor One","ctaLink":"https:\\/\\/go.elementor.com\\/launch-whats-new"},{"id":"atomic-tabs-3.34","title":"Atomic Tabs","description":"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/","readMoreText":"Learn More"},{"id":"interactions-3.34","title":"Entrance Interactions","description":"Add subtle, performance\\u2011minded Fade, Scale or Slide effects to your elements from the new Interaction panel.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/interactions-3.34.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/","readMoreText":"Learn More"},{"id":"variables-manager-3.33","title":"Variables Manager","description":"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/","readMoreText":"Learn More"},{"id":"custom-css-3.33","title":"Custom CSS","description":"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.","topic":"Elementor Pro 3.33","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"custom-css-3.33","title":"Custom CSS","description":"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.","topic":"Elementor Pro 3.33","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png","chipTags":["New Feature"],"cta":"Upgrade now","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/"},{"id":"blend-mode-3.33","title":"Blend Mode","description":"Layer and blend visuals to create depth, contrast, and cinematic design effects.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/","readMoreText":"Learn More"},{"id":"transform-3.32","title":"Design with depth using Transform","description":"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/","readMoreText":"Learn More"},{"id":"size-variable-3.32","title":"Consistency with Size Variables","description":"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.","topic":"Elementor Pro 3.32","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"size-variable-3.32","title":"Consistency with Size Variables","description":"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.","topic":"Elementor Pro 3.32","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png","chipTags":["New Feature"],"cta":"Upgrade now","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/"},{"id":"transitions-3.32","title":"Smooth interactions with Transitions","description":"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/","readMoreText":"Learn More"},{"id":"variables-3.31","title":"Scalable design with Variables","description":"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/","readMoreText":"Learn More"},{"id":"filters-3.31","title":"Visual effects with Filters and Backdrop Filters","description":"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/","readMoreText":"Learn More"},{"id":"ally-assistant","title":"New! Fix accessibility issues with Ally Assistant","description":"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.","topic":"Ally by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png","chipTags":["New Feature"],"cta":"Scan for free","ctaLink":"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new","conditions":[[{"type":"plugin","operator":"!=","plugin":"pojo-accessibility\\/pojo-accessibility.php"}]]},{"id":"classes-3.31","title":"Smarter Class Manager tools","description":"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.","topic":"Editor V4","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/","readMoreText":"Learn More"},{"id":"attributes-3.31","title":"Add semantic HTML with Attributes","description":"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.","topic":"Elementor Pro 3.31","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"attributes-3.31","title":"Add semantic HTML with Attributes","description":"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.","topic":"Elementor Pro 3.31","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png","chipTags":["New Feature"],"cta":"Upgrade now","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/"},{"id":"cloud-websites-3.30","title":"Full Website Templates in the cloud","description":"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.","topic":"Elementor Pro 3.30","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"cloud-websites-3.30","title":"Full Website Templates in the cloud","description":"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.","topic":"Elementor Pro 3.30","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png","chipTags":["New Feature"],"cta":"Upgrade now","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/"},{"id":"ally-notification","title":"Just released! Ally - a new plugin for web accessibility & usability","description":"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.","topic":"Ally by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png","chipTags":["New plugin"],"cta":"Get it free","ctaLink":"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"pojo-accessibility\\/pojo-accessibility.php"}]]},{"id":"ai-site-planner","title":"Instant Sitemaps & Wireframes","description":"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/","readMoreText":"Learn More"},{"id":"image-optimizer-3.19","title":"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.","description":"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.","topic":"Image Optimizer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png","chipTags":["New plugin"],"cta":"Get the Image Optimizer","ctaLink":"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"image-optimization\\/image-optimization.php"}]]},{"id":"5-star-rating-prompt","title":"Love the New Features? Let Us Know with 5 Stars!","description":"Help spread the word by telling the world what you love about Elementor.","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png","cta":"Leave a Review","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/"},{"id":"site-mailer-introducing","title":"Introducing Site Mailer","description":"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.","topic":"Site Mailer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png","chipTags":["New plugin"],"cta":"Start Free Trial","ctaLink":"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"site-mailer\\/site-mailer.php"}]]}]";}', 'off'),
(909489, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1774709971', 'off'),
(909490, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:"recommended_version";s:3:"8.3";s:15:"minimum_version";s:6:"7.2.24";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'off'),
(909668, '_site_transient_timeout_community-events-953eda0d8ee61b04799d23be6d0f77ce', '1774228313', 'off'),
(909669, '_site_transient_community-events-953eda0d8ee61b04799d23be6d0f77ce', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";s:11:"84.67.182.0";}s:6:"events";a:1:{i:0;a:10:{s:4:"type";s:8:"wordcamp";s:5:"title";s:22:"WordCamp Bretagne 2026";s:3:"url";s:35:"https://bretagne.wordcamp.org/2026/";s:6:"meetup";s:0:"";s:10:"meetup_url";s:0:"";s:4:"date";s:19:"2026-09-18 00:00:00";s:8:"end_date";s:19:"2026-09-18 00:00:00";s:20:"start_unix_timestamp";i:1789682400;s:18:"end_unix_timestamp";i:1789682400;s:8:"location";a:4:{s:8:"location";s:24:"Rennes, Brittany, France";s:7:"country";s:2:"FR";s:8:"latitude";d:48.1146039999999999281499185599386692047119140625;s:9:"longitude";d:-1.679826999999999959101160129648633301258087158203125;}}}}', 'off'),
(909670, '_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1774228313', 'off'),
(909671, '_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:6:{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:52:"\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:4:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"The latest news about WordPress and the WordPress community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Mar 2026 16:23: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:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=7.0-beta5-62083";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n	\n	\n	\n	\n	\n";s:7:"attribs";a: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:3:"url";a:1:{i:0;a:5:{s:4:"data";s:29:"https://s.w.org/favicon.ico?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:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:72:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 7.0 Beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/03/wordpress-7-0-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Mar 2026 15:49: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:8:"category";a:6:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"7-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20189";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:342:"WordPress 7.0 Beta 5 is ready for download and testing! This version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to test Beta 5 on a test server and site.WordPress 7.0 Beta 5 can be tested [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Ahmed Kabir Chaion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6719:"\n<p class="wp-block-paragraph">WordPress 7.0 Beta 5 is ready for download and testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to test Beta 5 on a test server and site.WordPress 7.0 Beta 5 can be tested using any of the following methods:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta5.zip">Beta 5 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=7.0-beta</code>5</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.  No setup is required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is still <strong>April 9, 2026</strong>. &nbsp;The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class="wp-block-paragraph">Please continue checking the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/7-0">7.0-related posts</a> in the coming weeks for more information. <strong>What’s new in WordPress 7.0</strong>? Check out the <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/">Beta 3</a> and <a href="https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/">Beta 4</a> announcements for details and highlights.</p>\n\n\n\n<h2 class="wp-block-heading">How to test this release</h2>\n\n\n\n<p class="wp-block-paragraph">Your help testing the WordPress 7.0 Beta 5 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Beta 5 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 5 contains more than 101 updates and fixes since the Beta 3 release.</p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-05&amp;until=2026-03-12">GitHub commits</a> since March 5, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">Issues addressed since Beta 4:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-10&amp;until=2026-03-12">GitHub commits</a> since March 10, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F10%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since March 10, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph"><strong>WordPress 7.0 Beta 5 contains a new feature!</strong></p>\n\n\n\n<p class="wp-block-paragraph">Instantly access all the tools you need with a single click using the <strong>new Command Palette shortcut in the Omnibar</strong>! In 7.0 Beta 5, logged-in editors will see a field with a <code>⌘K</code> or <code>Ctrl+K</code> symbol in the upper admin bar that unfurls the command palette when clicked. The new command palette entry point streamlines navigation and customization, giving you full control from anywhere on your site &#8211; whether you’re editing, designing or just browsing plugins.</p>\n\n\n\n<h2 class="wp-block-heading">A Beta 5 haiku</h2>\n\n\n\n<p class="wp-block-paragraph"><em>A smooth melody</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 5 plays on its strings.</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Seven brings good things.</em></p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a href=''https://profiles.wordpress.org/amykamala/'' class=''mention''><span class=''mentions-prefix''>@</span>amykamala</a>, <a href=''https://profiles.wordpress.org/annezazu/'' class=''mention''><span class=''mentions-prefix''>@</span>annezazu</a> and <a href=''https://profiles.wordpress.org/4thhubbard/'' class=''mention''><span class=''mentions-prefix''>@</span>4thhubbard</a> for proofreading and review.</em></p>\n\n\n\n<p class="wp-block-paragraph"></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20189";s: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:63:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"WordPress 6.9.4 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/news/2026/03/wordpress-6-9-4-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 15:34:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:14:"minor-releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20184";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:366:"WordPress 6.9.4 is now available WordPress 6.9.2 and WordPress 6.9.3 were released yesterday, addressing 10 security issues and a bug that affected template file loading on a limited number of sites. The WordPress Security Team has discovered that not all of the security fixes were fully applied, therefore 6.9.4 has been released containing the necessary [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2240:"\n<h2 class="wp-block-heading">WordPress 6.9.4 is now available</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/">WordPress 6.9.2</a> and <a href="https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/">WordPress 6.9.3</a> were released yesterday, addressing 10 security issues and a bug that affected template file loading on a limited number of sites.</p>\n\n\n\n<p class="wp-block-paragraph">The WordPress Security Team has discovered that not all of the security fixes were fully applied, therefore 6.9.4 has been released containing the necessary additional fixes.</p>\n\n\n\n<p class="wp-block-paragraph">Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.4.zip">download WordPress 6.9.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.4, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-9-4/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Security updates included in this release</h2>\n\n\n\n<p class="wp-block-paragraph">The security team would like to thank the contributors who reported and investigated this issue, in particular <a href="https://profiles.wordpress.org/kraftner">Thomas Kräftner</a> for his responsible disclosure. The security issues that are resolved in 6.9.4 are:</p>\n\n\n\n<ul class="wp-block-list">\n<li>A PclZip path traversal issue reported independently by <a href="https://profiles.wordpress.org/francescocarlucci/">Francesco Carlucci</a> and <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An authorization bypass on the Notes feature reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XXE in the external getID3 library reported by <a href="https://profiles.wordpress.org/regex33/">Youssef Achtatal</a></li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20184";s: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:57:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Your Browser Becomes Your WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/news/2026/03/announcing-my-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 13:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=19831";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:341:"For nearly two decades, WordPress has been known for a simple, powerful idea: that anyone should be able to get online and start creating with minimal friction. The famous five-minute install captured that spirit for an earlier era of the web. Today, we’re introducing my.WordPress.net, a new take on that idea designed for a new [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brandon Payton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:15642:"\n<p class="wp-block-paragraph">For nearly two decades, WordPress has been known for a simple, powerful idea: that anyone should be able to get online and start creating with minimal friction. The famous five-minute install captured that spirit for an earlier era of the web. Today, we’re introducing <strong><a href="https://my.wordpress.net/">my.WordPress.net</a></strong>, a new take on that idea designed for a new generation of creators.</p>\n\n\n\n<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="1024" height="421" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1024%2C421&#038;ssl=1" alt="" class="wp-image-20049" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1024%2C421&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=300%2C123&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=768%2C316&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1536%2C632&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?w=1999&amp;ssl=1 1999w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<p class="wp-block-paragraph">With my.WordPress.net, WordPress runs entirely and persistently in your browser. There’s no sign-up, no hosting plan, and no domain decision standing between you and getting started. Built on <a href="https://wordpress.org/playground/">WordPress Playground</a>, my.WordPress.net takes the same technology that powers instant WordPress demos and turns it into something permanent and personal. This isn’t a temporary environment meant to be discarded. It’s a WordPress that stays with you.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>New Ways to WordPress</strong></h2>\n\n\n\n<p class="wp-block-paragraph">When you open my.WordPress.net, you’re placed directly into a complete WordPress environment that runs entirely in your browser. What makes this approach meaningful is not just where WordPress runs, but how it changes the relationship between people and the software itself. By removing the need to sign up or make early decisions about hosting and visibility, my.WordPress.net reframes WordPress as a space you can enter and work within, rather than a service you have to configure before you begin.</p>\n\n\n\n<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">\n<p class="wp-block-paragraph">“This takes WordPress from being framed as something that is democratizing publishing to democratizing digital sovereignty.” &#8211; <a href="https://profiles.wordpress.org/akirk/">Alex Kirk</a></p>\n</blockquote>\n\n\n\n<p class="wp-block-paragraph">Seen through that lens, my.WordPress.net is not just about convenience. As you don’t need to choose a hosting provider, your WordPress belongs entirely to you. In a publishing environment, you’d briefly interact with WordPress as you prepare your next post. In a personal setting, it becomes a place you shape and return to. That change unlocks new ways of thinking about what WordPress can be.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Permanently and Privately Yours</strong></h2>\n\n\n\n<p class="wp-block-paragraph">Because sites on my.WordPress.net are private by default and not accessible from the public internet, they don’t behave like traditional websites. They aren’t optimized for traffic, discovery, or presentation, and they don’t need to be. Instead, WordPress becomes a personal environment where ideas can exist before they are ready to be shared, or where they may never be shared at all.</p>\n\n\n\n<p class="wp-block-paragraph">This changes how WordPress can be used day to day. It becomes a place to think, to draft, to organize, and to experiment without pressure, whether that means writing privately, collecting research, or building small tools for personal use. Learning also fits naturally into this model, since people can explore plugins, themes, and features inside a real WordPress environment where mistakes are expected and recoverable.</p>\n\n\n\n<p class="wp-block-paragraph">This turns WordPress into a personal workspace. It becomes a place for thinking, learning, prototyping, and tinkering, where exploration matters more than outcomes. In that role, WordPress shifts from being something you prepare for others to visit into something you actively work inside, adapting to how you want to create and learn over time.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Sparking Creativity with Apps</strong></h2>\n\n\n\n<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="1024" height="566" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1024%2C566&#038;ssl=1" alt="" class="wp-image-20046" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1024%2C566&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=300%2C166&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=768%2C425&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1536%2C849&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?w=1999&amp;ssl=1 1999w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<p class="wp-block-paragraph">To make these ideas concrete, my.WordPress.net includes an App Catalog with pre-configured experiences designed specifically for personal use, built with <a href="https://wordpress.org/plugins/">WordPress plugins</a>. These examples highlight how WordPress can function when it’s private, persistent, and easy to experiment with. Each app installs with a single click and configures itself automatically.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Personal CRM</strong></h3>\n\n\n\n<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="1024" height="531" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1024%2C531&#038;ssl=1" alt="" class="wp-image-20048" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1024%2C531&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=768%2C398&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1536%2C796&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?w=1999&amp;ssl=1 1999w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<p class="wp-block-paragraph">A private relationship manager designed to help you stay in touch with people who matter to you. Contacts can be grouped, enriched with personal details, and paired with reminders to reconnect. In the demo, this extends to analyzing communication patterns using imported chat data, all stored locally inside WordPress.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Personal RSS Reader</strong></h3>\n\n\n\n<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="553" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1024%2C553&#038;ssl=1" alt="" class="wp-image-20043" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1024%2C553&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=300%2C162&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=768%2C415&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1536%2C829&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?w=1999&amp;ssl=1 1999w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>\n\n\n\n<p class="wp-block-paragraph">Using the <a href="https://wordpress.org/plugins/friends/">Friends plugin</a>, WordPress becomes a quiet, personal feed reader. Instead of relying on external platforms, you can follow sites and creators inside your own WordPress and read at your own pace, free from algorithms or engagement pressure.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>AI Workspace and Knowledge Base</strong></h3>\n\n\n\n<figure data-wp-context="{&quot;galleryId&quot;:&quot;69bfe9a7cd0e0&quot;}" data-wp-interactive="core/gallery" class="wp-block-gallery has-nested-images columns-default wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure data-wp-context="{&quot;imageId&quot;:&quot;69bfe9a7cd687&quot;}" data-wp-interactive="core/image" data-wp-key="69bfe9a7cd687" class="wp-block-image size-large wp-lightbox-container"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="540" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" data-id="20045" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=1024%2C540&#038;ssl=1" alt="" class="wp-image-20045" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=1024%2C540&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=768%2C405&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?w=1348&amp;ssl=1 1348w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><button\n			class="lightbox-trigger"\n			type="button"\n			aria-haspopup="dialog"\n			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"\n			data-wp-init="callbacks.initTriggerButton"\n			data-wp-on--click="actions.showLightbox"\n			data-wp-style--right="state.thisImage.buttonRight"\n			data-wp-style--top="state.thisImage.buttonTop"\n		>\n			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">\n				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context="{&quot;imageId&quot;:&quot;69bfe9a7cddf8&quot;}" data-wp-interactive="core/image" data-wp-key="69bfe9a7cddf8" class="wp-block-image size-large wp-lightbox-container"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="539" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" data-id="20044" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=1024%2C539&#038;ssl=1" alt="" class="wp-image-20044" srcset="https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=1024%2C539&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=768%2C404&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?w=1350&amp;ssl=1 1350w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><button\n			class="lightbox-trigger"\n			type="button"\n			aria-haspopup="dialog"\n			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"\n			data-wp-init="callbacks.initTriggerButton"\n			data-wp-on--click="actions.showLightbox"\n			data-wp-style--right="state.thisImage.buttonRight"\n			data-wp-style--top="state.thisImage.buttonTop"\n		>\n			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">\n				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class="wp-block-paragraph">Because my.WordPress.net is powered by WordPress Playground, an AI assistant can safely modify it, empowering you to customize beyond what you&#8217;re used to. Ask it to modify a plugin to your liking, or create an entirely new one, featuring your desired block. Ask it about the data you have stored in your WordPress. The assistant remembers what it touches and makes it easy to share your changes with others. Over time, WordPress itself can become your personal knowledge base that the AI understands and works with.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Zero Barriers</strong></h2>\n\n\n\n<p class="wp-block-paragraph">my.WordPress.net lowers the barrier to getting started with WordPress to almost nothing. It offers a fast, commitment-free way to explore, learn, and build, whether the result is a long-term personal project or something that eventually moves elsewhere. In that sense, it updates the spirit of the <a href="https://developer.wordpress.org/advanced-administration/before-install/howto-install/">five-minute install</a> for a browser-first web.</p>\n\n\n\n<h3 class="wp-block-heading">What you should know</h3>\n\n\n\n<ul class="wp-block-list">\n<li>Storage starts at roughly 100 MB</li>\n\n\n\n<li>The first launch takes a little longer while WordPress downloads and initializes</li>\n\n\n\n<li>All data stays in your browser and is not uploaded anywhere</li>\n\n\n\n<li>Each device has its own separate installation</li>\n\n\n\n<li>Backups should be downloaded regularly</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading"><strong>Create and explore</strong></h2>\n\n\n\n<p class="wp-block-paragraph">WordPress has always grown through experimentation. People trying things, breaking things, and discovering new ways to use the platform have shaped what WordPress is today.</p>\n\n\n\n<p class="wp-block-paragraph">my.WordPress.net continues that tradition by making experimentation easier and more personal. It’s an invitation to create without pressure, to explore ideas that may never be published, and to use WordPress in ways that fit your life.</p>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex">\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://my.wordpress.net/">Start exploring at <strong>my.WordPress.net</strong></a></div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="wp-block-paragraph"><em><a href="https://my.wordpress.net/">my.WordPress.net</a> is built on WordPress Playground technology. Learn more at <a href="https://wordpress.org/playground/">WordPress.org/playground</a> or join the conversation in the #meta-playground channel on <a href="https://make.wordpress.org/chat/">WordPress Slack</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"19831";s: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:63:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"WordPress 6.9.3 and 7.0 beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2026 23:41:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:14:"minor-releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20166";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:361:"WordPress 6.9.2 was released earlier today and addressed 10 security issues. A few users have subsequently reported an issue where the front end of their site was appearing blank after updating to 6.9.2. The issue has been narrowed down to some themes using an unusual approach to loading template files via &#8220;stringable objects&#8221; instead of [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5985:"\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/">WordPress 6.9.2 was released earlier today</a> and addressed 10 security issues.</p>\n\n\n\n<p class="wp-block-paragraph">A few users have subsequently reported an issue where the front end of their site was appearing blank after updating to 6.9.2. The issue has been narrowed down to some themes using an unusual approach to loading template files via &#8220;stringable objects&#8221; instead of primitive strings for file paths.</p>\n\n\n\n<p class="wp-block-paragraph">Although this is is not an officially supported approach to loading template files in WordPress (the <code>template_include</code> filter only accepts a string), it nevertheless caused some sites to break. As a result, the Security Team has decided to address this in a fast follow 6.9.3 release.</p>\n\n\n\n<p class="wp-block-paragraph">As always,<strong> it is recommended that you update your sites to the latest version of WordPress immediately.</strong> This ensures your site is protected by all available security fixes in 6.9.2 and that you will not be affected by the bug fixed in 6.9.3.</p>\n\n\n\n<p class="wp-block-paragraph">Many thanks to those who reported the issue, assisted in narrowing down the problem, and helped with the fix, in particular <a href="https://profiles.wordpress.org/josklever/">Jos Klever</a> who assisted throughout the process.</p>\n\n\n\n<p class="wp-block-paragraph">You can&nbsp;<a href="https://wordpress.org/wordpress-6.9.3.zip">download WordPress 6.9.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin shortly. You don&#8217;t have to do a thing!</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.3, please visit the&nbsp;<a href="https://wordpress.org/documentation/wordpress-version/version-6-9-3/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">WordPress 7.0 beta 4</h2>\n\n\n\n<p class="wp-block-paragraph">The next major release of WordPress will be&nbsp;<a href="https://make.wordpress.org/core/7-0/">version 7.0</a>, which is planned for April 9, 2026. The Security Team has decided to package a new beta release (7.0 beta 4) to keep everyone protected from the patched vulnerabilities, including the dedicated members of the community focusing their time and effort on testing the upcoming release.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This will be an additional beta release in the 7.0 release cycle.</strong> The schedule will remain the same going forward, but with five total beta releases instead of the previously planned four. The next 7.0 beta release is still scheduled for Thursday, March 12th.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This beta version of the WordPress software is still under development</strong>. Please do not install, run, or test WordPress 7.0 beta versions on production or mission-critical websites. Instead, you should evaluate Beta 4 on a test server and site.</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta4.zip">Beta 4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <br><code>wp core update --version=7.0-beta</code>4</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<h2 class="wp-block-heading">Beta 4 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 4 contains the ten security patches shipped in WordPress 6.9.2, and more than 49 updates and fixes since the Beta 3 release, including 14 in the Editor and 35 in Core.&nbsp;</p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes. More are on the way, thanks to your help with testing. You can browse the technical details for all issues addressed since Beta 3 at these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/compare/f4d8a5803aa2fbe26e7d9af4d17e80a622b7bab8...9b8144036fa5faf75de43d4502ff9809fcf689ad">GitHub commits for 7.0 </a>&nbsp;since March 5, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F10%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets for 7.0</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">As always, a successful release depends on your confirmation during testing. So please download and test!</p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props <a href=''https://profiles.wordpress.org/peterwilson/'' class=''mention''><span class=''mentions-prefix''>@</span>peterwilson</a>, <a href=''https://profiles.wordpress.org/desrosj/'' class=''mention''><span class=''mentions-prefix''>@</span>desrosj</a>, <a href=''https://profiles.wordpress.org/marybaum/'' class=''mention''><span class=''mentions-prefix''>@</span>marybaum</a>, <a href=''https://profiles.wordpress.org/amykamala/'' class=''mention''><span class=''mentions-prefix''>@</span>amykamala</a> for peer reviewing.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20166";s: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:66:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"WordPress 6.9.2 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/news/2026/03/wordpress-6-9-2-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2026 15:43: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:14:"minor-releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20142";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:375:"WordPress 6.9.2 is now available This is a security release that features several fixes. Because this is a security release, it is recommended that you update your sites immediately. You can download WordPress 6.9.2 from WordPress.org, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4551:"\n<h2 class="wp-block-heading">WordPress 6.9.2 is now available</h2>\n\n\n\n<p class="wp-block-paragraph">This is a security release that features several fixes.</p>\n\n\n\n<p class="wp-block-paragraph">Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.2.zip">download WordPress 6.9.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.2, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-9-2/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Security updates included in this release</h2>\n\n\n\n<p class="wp-block-paragraph">The security team would like to thank the following people for <a href="https://hackerone.com/wordpress?type=team">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class="wp-block-list">\n<li>A Blind SSRF issue reported by <a href="https://hackerone.com/sibwtf">sibwtf</a>, and subsequently by several other researchers while the fix was being worked on</li>\n\n\n\n<li>A PoP-chain weakness in the HTML API and Block Registry reported by <a href="https://github.com/hackerlo2003">Phat RiO</a></li>\n\n\n\n<li>A regex DoS weakness in numeric character references reported by Dennis Snell of the WordPress Security Team</li>\n\n\n\n<li>A stored XSS in nav menus reported by <a href="https://x.com/Savphill">Phill Savage</a></li>\n\n\n\n<li>An AJAX <code>query-attachments</code> authorization bypass reported by <a href="https://www.vitalysim.com/">Vitaly Simonovich</a></li>\n\n\n\n<li>A stored XSS via the <code>data-wp-bind</code> directive reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XSS that allows overridding client-side templates in the admin area reported by <a href="https://hackerone.com/amosec">Asaf Mozes</a></li>\n\n\n\n<li>A PclZip path traversal issue reported independently by <a href="https://profiles.wordpress.org/francescocarlucci/">Francesco Carlucci</a> and <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An authorization bypass on the Notes feature reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XXE in the external getID3 library reported by <a href="https://profiles.wordpress.org/regex33/">Youssef Achtatal</a></li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">The WordPress security team have worked with the maintainer of the external getID3 library, James Heinrich, to coordinate a fix to getID3. A new version of getID3 <a href="https://github.com/JamesHeinrich/getID3/releases">is available here</a>.</p>\n\n\n\n<p class="wp-block-paragraph">As a courtesy, these fixes are being backported, where necessary, to all branches eligible to receive security fixes (currently through 4.7). As a reminder, <strong>only the most recent version of WordPress is actively supported</strong>. The backports are in progress and will ship as they become ready.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p class="wp-block-paragraph">This release was led by <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>. In addition to the security researchers mentioned above, WordPress 6.9.2 would not have been possible without the contributions of the following people: <a href="https://profiles.wordpress.org/dmsnell/">Dennis Snell</a>, <a href="https://profiles.wordpress.org/xknown/" data-type="link" data-id="https://profiles.wordpress.org/johnbillion/">Alex Concha</a>, <a href="https://profiles.wordpress.org/jonsurrell/">Jon Surrell</a>, <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/luisherranz/">Luis Herranz</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>, and <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a>.</p>\n\n\n\n<p class="wp-block-paragraph"></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20142";s: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:72:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 7.0 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Mar 2026 14:47:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"7-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20098";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"WordPress 7.0 Beta 3 is available for download and testing! This beta version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 3 on a test server and site.WordPress 7.0 Beta 3 can be tested [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Amy Kamala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5895:"\n<p class="wp-block-paragraph">WordPress 7.0 Beta 3 is available for download and testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This beta version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 3 on a test server and site.WordPress 7.0 Beta 3 can be tested using any of the following methods:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta3.zip">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <br><code>wp core update --version=7.0-beta</code>3</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. &nbsp;The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Please continue checking the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/7-0">7.0-related posts</a> in the coming weeks for more information. Thank you to everyone who is contributing with testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Catch up on what’s new in WordPress 7.0</strong>: Read the <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/">Beta 2 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class="wp-block-heading">How to test this release</h2>\n\n\n\n<p class="wp-block-paragraph">Your help testing the WordPress 7.0 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Beta 3 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 3 contains more than 148 updates and fixes since the Beta 2 release, including 70 in the Editor and 78 in Core. </p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 2 using these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-02-26&amp;until=2026-03-05">GitHub commits for 7.0 </a>&nbsp;since February 26, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F26%2F2026..03%2F05%2F2026&amp;milestone=7.0&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets for 7.0</a> since February 26, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">Tapping into the power of AI is even easier in Beta 3! The WP AI Client Connectors screen now dynamically registers providers from the WP AI Client registry, in addition to the 3 default providers, giving users more flexibility and command over AI integrations.</p>\n\n\n\n<h2 class="wp-block-heading">A Beta 3 haiku</h2>\n\n\n\n<p class="wp-block-paragraph"><em>Through sun set and rise,</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 3 takes off and flies.</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Seven soon arrives.</em></p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a href=''https://profiles.wordpress.org/annezazu/'' class=''mention''><span class=''mentions-prefix''>@</span>annezazu</a></em>, <em><a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a></em>, <em><a href=''https://profiles.wordpress.org/chaion07/'' class=''mention''><span class=''mentions-prefix''>@</span>chaion07</a></em>,<em> <a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a> and <a href=''https://profiles.wordpress.org/valentingrenier/'' class=''mention''><span class=''mentions-prefix''>@</span>valentingrenier</a> for proofreading and review.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20098";s: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:75:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 7.0 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Feb 2026 16:32: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:8:"category";a:7:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"7-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"7.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:6:"Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:7:"release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20025";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:328:"WordPress 7.0 Beta 2 is now ready for testing! This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 2 on a test server and site. You can test WordPress 7.0 Beta 2 in [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Amy Kamala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6552:"\n<p class="wp-block-paragraph">WordPress 7.0 Beta 2 is now ready for testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 2 on a test server and site. You can test WordPress 7.0 Beta 2 in any of the following ways:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta2.zip">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <br><code>wp core update --version=7.0-beta2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Make sure to check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/7-0">7.0-related posts</a> in the coming weeks for more information. Thank you to everyone who contributes by testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Catch up on what’s new in WordPress 7.0</strong>: Read the <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class="wp-block-heading">How to test this release</h2>\n\n\n\n<p class="wp-block-paragraph">Your help testing WordPress 7.0 Beta 2 is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important.&nbsp;This <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">guide on what to test in WordPress 7.0</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>. Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Beta 2 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 2 contains more than 70 updates and fixes across the Editor and Core since the Beta 1 release.&nbsp;</p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes; and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 1 using these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-02-20&amp;until=2026-02-26">GitHub commits for 7.0</a>&nbsp;since February 20, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F20%2F2026..02%2F26%2F2026&amp;milestone=7.0&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets for 7.0</a> since February 20, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph"><strong>Beta 2 also contains a new feature</strong>!</p>\n\n\n\n<p class="wp-block-paragraph">AI provider management is more intuitive in 7.0 Beta 2 with a new Connectors UI dashboard page. WordPress users can now manage external AI connections in a central place in wp-admin, under Settings &gt; Connectors. The new UI enables users to add, delete, and update external connections. It is powered by an extensible, route-based architecture that allows plugins and themes to hook into the page and expand its functionality. The new Connectors page builds on PHP-based script and menu infrastructure, and adds route components powered by <code>@wordpress/components</code> and <code>@wordpress/admin-ui</code>. A new <code>connections-wp-admin-init</code> hook and registration APIs allow plugins to integrate cleanly. This makes managing external connections easier while giving developers a clearer path to extend the experience.</p>\n\n\n\n<h2 class="wp-block-heading">A Beta 2 haiku</h2>\n\n\n\n<p class="wp-block-paragraph"><em>New, and fresh as dew</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Crafted and refined for you:</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 2 breaks through.</em></p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a href=''https://profiles.wordpress.org/4thhubbard/'' class=''mention''><span class=''mentions-prefix''>@</span>4thhubbard</a>, <a href=''https://profiles.wordpress.org/annezazu/'' class=''mention''><span class=''mentions-prefix''>@</span>annezazu</a></em>, <em><a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a>, <a href=''https://profiles.wordpress.org/mukesh27/'' class=''mention''><span class=''mentions-prefix''>@</span>mukesh27</a>, and <a href=''https://profiles.wordpress.org/chaion07/'' class=''mention''><span class=''mentions-prefix''>@</span>chaion07</a></em> <em>for collaboration, proofreading and review.</em></p>\n\n\n\n<p class="wp-block-paragraph"></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"20025";s: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:75:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 7.0 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Feb 2026 15:39: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:8:"category";a:7:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"7-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"7.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:11:"development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:7:"release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=19908";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:341:"WordPress 7.0 Beta 1 is ready for download and testing! This beta release is intended for testing and development only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.0 Beta [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Amy Kamala";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:15437:"\n<p class="wp-block-paragraph">WordPress 7.0 Beta 1 is ready for download and testing! <strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class="wp-block-heading">How to Test WordPress 7.0 Beta 1</h2>\n\n\n\n<p class="wp-block-paragraph">You can test WordPress 7.0 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta1.zip">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <code>wp core update --version=7.0-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href="https://playground.wordpress.net/?php=8.3&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=r8nny4q18x">7.0 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required &#8211; just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing!</p>\n\n\n\n<h2 class="wp-block-heading">How important is your testing?</h2>\n\n\n\n<p class="wp-block-paragraph">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute &#8211; whether or not you have experience. <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">Details on what to test in WordPress 7.0 are available here</a>.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please share it in the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href="https://core.trac.wordpress.org/newticket">via WordPress Trac</a>. You can also check your issue against this list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Curious about testing releases in general and how to get started? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>. WordPress 7.0 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.9 in the <a href="https://make.wordpress.org/core/tag/gutenberg-new/">What’s New in Gutenberg</a> posts for versions <a href="https://make.wordpress.org/core/2025/11/05/whats-new-in-gutenberg-22-0-05-november/">22.0</a>, <a href="https://make.wordpress.org/core/2025/11/20/whats-new-in-gutenberg-22-1-18-november-2025/">22.1</a>, <a href="https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/">22.2</a>, <a href="https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/">22.3</a>, <a href="https://make.wordpress.org/core/2026/01/22/whats-new-in-gutenberg-22-4-20-january/">22.4</a>, <a href="https://make.wordpress.org/core/2026/02/04/whats-new-in-gutenberg-22-5-04-february/">22.5</a> &amp; 22.6.</p>\n\n\n\n<h2 class="wp-block-heading">What’s new in WordPress 7.0?</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 boasts numerous upgrades in the editing and admin experience, delivering enhanced real time collaboration, refined customizability, new dashboard styles, and an expanded developer toolbox for people who create, design, and build with WordPress every day.</p>\n\n\n\n<p class="wp-block-paragraph">Working as a team just got easier with the ability for multiple users to edit together in real time, while visual revisions allow a visual comparison between page versions, adding agility to the creation and review process. Working with patterns has been simplified, making layout updates and content changes more intuitive, while view transitions smoothly move you from screen to screen as you click.</p>\n\n\n\n<p class="wp-block-paragraph">New and improved blocks and design features in 7.0 make sites more customizable, with video embed backgrounds in the Cover block, a responsive-enabled Grid block, and new Icons, Breadcrumbs and Heading blocks. An updated Navigation block makes menu changes easier and more reliable in fewer steps. Responsive, mobile-friendly controls in 7.0 allow you to hide or reveal blocks based on screen size, while client-side media handling speeds up media processing. The Font Library screen for managing installed fonts is now enabled for all themes, so site editors are always able to browse, install, and organize fonts.&nbsp;</p>\n\n\n\n<p class="wp-block-paragraph">For developers, it’s now easier to build modern experiences while staying aligned with Core principles. The new WP AI Client in WordPress 7.0 brings a layer into Core that allows leveraging of AI models from any provider within the WordPress framework. This means plugins and themes can tap into any AI model to expound on its endless options. 7.0 offers even more versatility with the Client Side Abilities API that introduces a standardized way to register and run “abilities” in the browser, supporting richer, more consistent workflows. Additionally, 7.0 introduces PHP-only block registration with auto-generated inspector controls, adding a new dimension to block creation, while Block Bindings updates for pattern overrides expands support to custom dynamic blocks, giving block creators more options.</p>\n\n\n\n<p class="wp-block-paragraph">Needless to say, this release offers a wide range of flexibility to creators, teams and developers, while bringing a visual refresh to the admin experience you know and love with a fresh default style.</p>\n\n\n\n<h2 class="wp-block-heading">Work together in real time</h2>\n\n\n\n<p class="wp-block-paragraph">Building on the momentum started in WordPress 6.9, the ability for teams to create and edit together is more refined and robust in 7.0. With this version of WordPress multiple users can edit and collaborate on the same post or page in real time, with data syncing and stabilized notes for smoother teamwork and a more streamlined editing and review process.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Real Time Collaboration: Teams can now edit posts and pages together live from multiple locations, with offline editing and data syncing enabled, and a new default HTTP polling sync provider with options for plugins or hosts to include websocket support. With this collaborative content creation workflow, teams can brainstorm more effectively and boost productivity. For the beta period, real-time collaboration is opt-in in order to get broader feedback and testing.</li>\n\n\n\n<li>Notes: 7.0 introduces real time syncing of notes that helps facilitate collaboration, a keyboard shortcut for new notes, and a series of quality-focused fixes that bring more stability to the Notes feature.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">A Refined Admin Experience</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 gives the wp-admin experience a boost with a fresh default color scheme, and a cleaner, more modern looking dashboard, while keeping the interface familiar. The upgraded dashboard enhances the editing experience with new visual revision comparisons, and smooth transitioning between screens.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Visual Revisions: Working with revisions is even better in 7.0 with the added ability to make visual comparisons to revision versions within the editor.</li>\n\n\n\n<li>View transitions: Cross-document view transitions in the dashboard offer visual continuity with seamless movement from screen to screen.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Customizing content with ease</h2>\n\n\n\n<p class="wp-block-paragraph">Creators have more flexibility in 7.0 with new tools for content and design, enhanced editing controls, and attention to mobile friendliness.&nbsp;</p>\n\n\n\n<ul class="wp-block-list">\n<li>Responsive Editing Mode: Block visibility is now more responsive and mobile-friendly, with the ability for blocks to be displayed or hidden based on screen size.&nbsp;</li>\n\n\n\n<li>Pattern Editing and contentOnly interactivity: WordPress 7.0 introduces pattern-level editing modes, a tree view for buttons and list blocks, and the ability to opt out of the default content only mode. The new Spotlight mode helps you isolate content in patterns and notes, while the Isolated Editor mode can be used for editing symbols and reusable pieces like synced patterns, template parts, or navigation.&nbsp;</li>\n\n\n\n<li>Block supports and design tools: 7.0 includes text line indent support, text column support, aspect ratios for wide and full images, dimension width and height support, and dimension presets, tools and controls.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">New blocks and design options at your fingertips</h2>\n\n\n\n<p class="wp-block-paragraph">7.0 delivers a series of new and improved blocks and block features, a streamlined navigation workflow, and more versatile design options like video embeds as section backgrounds.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Navigation Block: Navigation workflow is now more intuitive and clear, with improved editing and presentation. 7.0 introduces customizable navigation overlays as template parts, including mobile version overlays that can be hidden or revealed based on custom breakpoint settings.&nbsp;</li>\n\n\n\n<li>Heading Block: Heading levels are now available as block variations, giving more control over page hierarchy and design.</li>\n\n\n\n<li>New blocks: 7.0 makes building pages more diverse with new Breadcrumbs and Icons blocks.</li>\n\n\n\n<li>Cover block embedded videos: Video embeds can now be used as a background in the cover block, opening up opportunities for sleeker and more creative designs.</li>\n\n\n\n<li>The Grid block is now responsive-enabled allowing grid-based layouts to adapt more smoothly across screen sizes.</li>\n\n\n\n<li>The Gallery block now has lightbox support that lets the user click through and view each gallery image.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Developer&#8217;s toolbox</h2>\n\n\n\n<p class="wp-block-paragraph">Working with WordPress on the backend is now more robust for developers, with new and enhanced API features that support flexibility and lay a foundation for future advancements. The Client Side Abilities API provides a client-side registry for WordPress capabilities that allows you to tap into new and innovative website options. WordPress 7.0 offers even more by introducing the Web Client AI API to Core, enabling access to generative AI models in one central interface.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Web Client AI API: The new AI client and API acts as a command center for accessing and communicating with generative AI models, with providers remaining external to WordPress Core, and Abilities API integration.</li>\n\n\n\n<li>Abilities and Workflows API: With the new client side abilities package users have access to new and hybrid abilities, filter and search functionality for abilities, and an improved command palette and UI.</li>\n\n\n\n<li>Blocks and patterns created on the server: WordPress 7.0 boasts the ability for PHP-only blocks and patterns to be generated server-side and auto-registered with the Block API.</li>\n\n\n\n<li>DataForm: Introducing a new details layout, new controls (combobox, adaptiveSelect), and updated trigger for panel layout (dedicated edit button). Additionally, the initial iteration for validation is complete: all controls have support, and all layouts display error messages.</li>\n\n\n\n<li>DataViews: DataViews has a new activity layout, and a foundation has been laid to be able to register 3rd party types in future releases.</li>\n\n\n\n<li>CodeMirror update: CodeMirror has been updated to version 5.65.40, aiding more flexible extensibility and library options.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Media processing in the browser</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 introduces Client-side media processing, leveraging the browser&#8217;s capabilities to handle tasks, like image resizing and compression, for smoother image processing. This enables the use of more advanced image formats and compression techniques, and reduces demand on the web server; providing a more efficient media handling process for both new and existing content, and supporting smoother media workflows.</p>\n\n\n\n<p class="wp-block-paragraph">With so many options and enhancements in WordPress 7.0 Beta 1, this is still only the beginning. You can expect future releases to be even better.</p>\n\n\n\n<h2 class="wp-block-heading">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class="wp-block-paragraph"><em>As sun kisses moon</em>,</p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 1 ignites in bloom</em>&#8230;</p>\n\n\n\n<p class="wp-block-paragraph"><em>Seven-oh lands soon</em>.</p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a href=''https://profiles.wordpress.org/ellatrix/'' class=''mention''><span class=''mentions-prefix''>@</span>ellatrix</a>, <a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a>, <a href=''https://profiles.wordpress.org/annezazu/'' class=''mention''><span class=''mentions-prefix''>@</span>annezazu</a>, <a href=''https://profiles.wordpress.org/chaion07/'' class=''mention''><span class=''mentions-prefix''>@</span>chaion07</a>, <a href=''https://profiles.wordpress.org/zunaid321/'' class=''mention''><span class=''mentions-prefix''>@</span>zunaid321</a>, <a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a>, <a href=''https://profiles.wordpress.org/mukesh27/'' class=''mention''><span class=''mentions-prefix''>@</span>mukesh27</a>, <a href=''https://profiles.wordpress.org/ankit-k-gupta/'' class=''mention''><span class=''mentions-prefix''>@</span>ankit-k-gupta</a></em>, <em><a href=''https://profiles.wordpress.org/oandregal/'' class=''mention''><span class=''mentions-prefix''>@</span>oandregal</a>, <a href=''https://profiles.wordpress.org/westonruter/'' class=''mention''><span class=''mentions-prefix''>@</span>westonruter</a>, <a href=''https://profiles.wordpress.org/karmatosed/'' class=''mention''><span class=''mentions-prefix''>@</span>karmatosed</a>, <a href=''https://profiles.wordpress.org/bph/'' class=''mention''><span class=''mentions-prefix''>@</span>bph</a> for reviewing and collaborating on this post!</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"19908";s: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:63:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Piloting the AI Leaders Micro-Credential";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2026/02/ai-leaders-credential/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Feb 2026 19:03:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Education";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:2:"AI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wordpress.org/news/?p=19874";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:396:"Today, we are happy to announce our first WordPress-focused micro-credential, designed to help students build practical AI skills, earn a recognized credential, and connect more directly to job opportunities. The program, AI Leaders, is a workforce-oriented credential rooted in WordPress and open source contributions. Students are paid for their time, work on real WordPress projects, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mary Hubbard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4145:"\n<p class="wp-block-paragraph">Today, we are happy to announce our first WordPress-focused micro-credential, designed to help students build practical AI skills, earn a recognized credential, and connect more directly to job opportunities.</p>\n\n\n\n<p class="wp-block-paragraph">The program, <a href="https://ai-leaders.org/">AI Leaders</a>, is a workforce-oriented credential rooted in WordPress and open source contributions. Students are paid for their time, work on real WordPress projects, and gain hands-on experience applying AI in ways that are directly relevant to the WordPress ecosystem. This pilot represents a meaningful step forward in how the project supports learning, contribution, and career pathways.</p>\n\n\n\n<p class="wp-block-paragraph">Beginning in March 2026, AI Leaders launches its first cohort of 80 students from Illinois and Louisiana, with <a href="https://today.uic.edu/uic-and-wordpress-foundation-launch-workforce-focused-ai-literacy-course/">University of Illinois Chicago</a> (UIC) students given priority to apply before enrollment expands to the public. Enrollees begin with an orientation covering generative AI tools and AI literacy. From there, 40 participants are selected for the full course experience. Ultimately, the program leads to the AI Leader WordPress Micro-Credential and an opportunity to pursue living-wage job pathways. Learners who complete the course also earn $1,000 (USD).</p>\n\n\n\n<p class="wp-block-paragraph">This pilot is the result of collaboration across several organizations, each playing a distinct role. The program is funded through the UIC Tech Solutions Open Source Fund, with support from the University of Illinois Chicago and <a href="https://automattic.com/2026/02/03/uic-tech-solutions-open-source-fund/">Automattic</a>. That funding supports program delivery, participant compensation, and the institutional infrastructure needed to run the pilot. Alongside that funding, the WordPress project and the WordPress Foundation will contribute to the development of the credential itself. This includes shaping the curriculum, grounding the work in real WordPress AI use cases, and ensuring alignment with open source values and public benefit.</p>\n\n\n\n<div class="wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)">\n<p class="has-text-align-center wp-block-paragraph">Visit the AI Leaders site to learn more and apply.</p>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex">\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://ai-leaders.org/">Start Your Application</a></div>\n</div>\n</div>\n\n\n\n<p class="wp-block-paragraph">This is the first WordPress Foundation-backed micro-credential, and it is intentionally being run as a pilot. We are exploring how the Foundation could support additional credentials over time, across different skill areas and partners, while maintaining clear governance, openness, and alignment with the WordPress project. It represents a step toward a future where WordPress contributors can more easily translate their skills into credentials, careers, and long-term opportunities.</p>\n\n\n\n<hr class="wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background" />\n\n\n\n<p class="wp-block-paragraph"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href="https://wordpress.org/education/">WordPress.org/education/</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"19874";s: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:57:"\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:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 6.9.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2026/02/wordpress-6-9-1-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Feb 2026 18:07:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=19862";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:373:"WordPress 6.9.1 is now available! This minor release includes fixes for 49 bugs throughout Core and the Block Editor, addressing issues affecting multiple areas of WordPress including the block editor, mail, and classic themes. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 6.9.1 is a short-cycle maintenance release. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Aaron Jorbin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:9409:"\n<p class="wp-block-paragraph"><strong>WordPress 6.9.1 is now available!</strong></p>\n\n\n\n<p class="wp-block-paragraph">This minor release includes fixes for 49 bugs <a href="https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=6.9.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority">throughout Core</a> and <a href="https://github.com/WordPress/gutenberg/pull/74806">the Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, mail, and classic themes. For a full list of bug fixes, please refer to the <a href="https://make.wordpress.org/core/2026/01/30/wordpress-6-9-1-rc1-is-now-available/">release candidate announcement.</a></p>\n\n\n\n<p class="wp-block-paragraph">WordPress 6.9.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.0; it is scheduled for release on 9 April 2026 at <a href="https://asia.wordcamp.org/2026/">WordCamp Asia</a>.</p>\n\n\n\n<p class="wp-block-paragraph">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.1.zip">download WordPress 6.9.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href="https://wordpress.org/support/wordpress-version/version-6-9-1">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p class="wp-block-paragraph">This release was led by <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a> and <a href="https://profiles.wordpress.org/wildworks">Aki Hamano.</a></p>\n\n\n\n<p class="wp-block-paragraph">WordPress 6.9.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class="is-style-wporg-props-medium wp-block-paragraph"><a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/aaronrobertshaw">Aaron Robertshaw</a>, <a href="https://profiles.wordpress.org/acmoifr">acmoifr</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/oztaser">Adil Öztaşer</a>, <a href="https://profiles.wordpress.org/wildworks">Aki Hamano</a>, <a href="https://profiles.wordpress.org/albigdd">Alexander Bigga</a>, <a href="https://profiles.wordpress.org/amanandhishoe">amanandhishoe</a>, <a href="https://profiles.wordpress.org/andrewserong">Andrew Serong</a>, <a href="https://profiles.wordpress.org/bernhard-reiter">Bernie Reiter</a>, <a href="https://profiles.wordpress.org/brumack">brumack</a>, <a href="https://profiles.wordpress.org/darerodz">David Arenas</a>, <a href="https://profiles.wordpress.org/davidbaumwald">David Baumwald</a>, <a href="https://profiles.wordpress.org/raftaar1191">Deepak Gupta</a>, <a href="https://profiles.wordpress.org/deepakprajapati">Deepak Prajapati</a>, <a href="https://profiles.wordpress.org/dmsnell">Dennis Snell</a>, <a href="https://profiles.wordpress.org/digitalblanket">digitalblanket</a>, <a href="https://profiles.wordpress.org/ellatrix">Ella Van Durpe</a>, <a href="https://profiles.wordpress.org/fabiankaegy">Fabian Kaegy</a>, <a href="https://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/hbhalodia">Hit Bhalodia</a>, <a href="https://profiles.wordpress.org/iflairwebtechnologies">iflairwebtechnologies</a>, <a href="https://profiles.wordpress.org/isabel_brison">Isabel Brison</a>, <a href="https://profiles.wordpress.org/jdeep">Jaydeep Das</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/maverick3x6">Jeff Golenski</a>, <a href="https://profiles.wordpress.org/jeffpaul">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jhtjards">jhtjards</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/jonsurrell">Jon Surrell</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta">Jorge Costa</a>, <a href="https://profiles.wordpress.org/greenshady">Justin Tadlock</a>, <a href="https://profiles.wordpress.org/karthickmurugan">Karthick</a>, <a href="https://profiles.wordpress.org/solankisoftware">Kirtikumar Solanki</a>, <a href="https://profiles.wordpress.org/0mirka00">Lena Morita</a>, <a href="https://profiles.wordpress.org/luisherranz">luisherranz</a>, <a href="https://profiles.wordpress.org/madhavishah01">Madhavi Shah</a>, <a href="https://profiles.wordpress.org/sirlouen">Manuel Camargo</a>, <a href="https://profiles.wordpress.org/jillro">Maud Royer</a>, <a href="https://profiles.wordpress.org/mehrazmorshed">Mehraz Morshed</a>, <a href="https://profiles.wordpress.org/monarobase">Monarobase</a>, <a href="https://profiles.wordpress.org/mrwweb">mrwweb</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/muryam">Muryam Sultana</a>, <a href="https://profiles.wordpress.org/mydesign78">mydesign78</a>, <a href="https://profiles.wordpress.org/narenin">Narendra Sishodiya</a>, <a href="https://profiles.wordpress.org/ntsekouras">Nik Tsekouras</a>, <a href="https://profiles.wordpress.org/ninos-ego">Ninos</a>, <a href="https://profiles.wordpress.org/noruzzaman">Noruzzaman</a>, <a href="https://profiles.wordpress.org/oglekler">Olga Gleckler</a>, <a href="https://profiles.wordpress.org/gabertronic">Ophelia Rose</a>, <a href="https://profiles.wordpress.org/ov3rfly">Ov3rfly</a>, <a href="https://profiles.wordpress.org/ozgursar">Ozgur Sar</a>, <a href="https://profiles.wordpress.org/paragoninitiativeenterprises">Paragon Initiative Enterprises</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/vybiral">Pavel Vybíral</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pmbs">pmbs</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/r1k0">r1k0</a>, <a href="https://profiles.wordpress.org/ramonopoly">ramonopoly</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/ricjcs">Ricardo S.</a>, <a href="https://profiles.wordpress.org/rollybueno">Rolly Bueno</a>, <a href="https://profiles.wordpress.org/mikachan">Sarah Norris</a>, <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sajib1223">Shazzad Hossain Khan</a>, <a href="https://profiles.wordpress.org/siliconforks">siliconforks</a>, <a href="https://profiles.wordpress.org/soyebsalar01">Soyeb Salar</a>, <a href="https://profiles.wordpress.org/spielers">spielers</a>, <a href="https://profiles.wordpress.org/sabernhardt">Stephen Bernhardt</a>, <a href="https://profiles.wordpress.org/studiomondiale">studio_m</a>, <a href="https://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="https://profiles.wordpress.org/inc2734">Takashi Kitajima</a>, <a href="https://profiles.wordpress.org/threadi">threadi</a>, <a href="https://profiles.wordpress.org/tobiasbg">Tobias Bäthge</a>, <a href="https://profiles.wordpress.org/shimotomoki">Tomoki Shimomura</a>, <a href="https://profiles.wordpress.org/umeshsinghin">Umesh Singh</a>, <a href="https://profiles.wordpress.org/twvania">Vania</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/wfmattr">WFMattR</a>, <a href="https://profiles.wordpress.org/wolf45">wolf45</a>, <a href="https://profiles.wordpress.org/zoe20">zoe20</a></p>\n\n\n\n<h2 class="wp-block-heading">How to contribute</h2>\n\n\n\n<p class="wp-block-paragraph">To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> channel. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/">Core Contributor Handbook</a>.</p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to </em><a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a>, <a href=''https://profiles.wordpress.org/davidbaumwald/'' class=''mention''><span class=''mentions-prefix''>@</span>davidbaumwald</a>, <a href=''https://profiles.wordpress.org/westonruter/'' class=''mention''><span class=''mentions-prefix''>@</span>westonruter</a>, <a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a>, <a href=''https://profiles.wordpress.org/presskopp/'' class=''mention''><span class=''mentions-prefix''>@</span>presskopp</a><em> for proofreading.</em></p>\n\n\n\n<p class="wp-block-paragraph"></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"19862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	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:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"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:12:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 22 Mar 2026 13:11:54 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:37:"Accept-Encoding, accept, content-type";s:25:"strict-transport-security";s:12:"max-age=3600";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Wed, 18 Mar 2026 20:38:38 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:9:"HIT ord 2";}s:5:"build";i:1760640336;s:21:"cache_expiration_time";i:1774228313;s:23:"__cache_expiration_time";i:1774228313;}', 'off');
INSERT INTO `wp_options` VALUES
(909242, '_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1774228313', 'off'),
(909243, '_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1774185113', 'off'),
(909672, '_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1774228314', 'off'),
(909673, '_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:6:{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:112:"\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\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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Bay Lights are Back!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"https://ma.tt/2026/03/bay-relighting/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3092:"<figure class="wp-block-image size-large"><img alt="" class="wp-image-151574" height="340" src="https://i0.wp.com/ma.tt/files/2026/03/TBL_Longview-1024x576.jpg?resize=604%2C340&#038;quality=89&#038;ssl=1" width="604" /></figure>\n\n\n\n<p class="wp-block-paragraph">Tonight, a project very near and dear to my heart, the <a href="https://illuminate.org/projects/thebaylights/">Bay Lights in San Francisco</a>, are officially re-lighting after a three-year hiatus. It&#8217;s been an incredible journey getting here. I literally mortgaged my apartment in 2013 to help fund them the first time around, and it&#8217;s such an honor to see them relit now with better technology and new programming from the amazing artist <a href="https://villareal.net/">Leo Villereal</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Whether you&#8217;re looking down at the lights from a penthouse or top office, or up at them from the water along the Embarcadero, this is truly an art project that illuminates the soul of everyone in San Francisco, radically accessible and open.</p>\n\n\n\n<p class="wp-block-paragraph">I&#8217;ve heard they&#8217;re still raising around 500k to close out the project. You <a href="https://sif.illuminate.org/">can dedicate a light here for someone special</a>. I&#8217;m going to do one to <a href="https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/">honor my father, who passed in 2016</a>. If you&#8217;d like to be part of San Francisco&#8217;s boom loop and have a pleasant twinkle of enlightenment every time you see the bridge, I encourage you to donate as well!</p>\n\n\n\n<p class="wp-block-paragraph">If you live somewhere with a view of the bridge, think of it as buying a piece of art you&#8217;ll enjoy every night, and also having that warm feeling of being part of making San Francisco more beautiful for everyone.</p>\n\n\n\n<p class="wp-block-paragraph">I&#8217;m on the board of Illuminate, which only has two full-time employees, and I&#8217;ve never seen another non-profit generate so much public joy and benefit with so few people. They&#8217;re also behind <a href="https://illuminate.org/projects/golden-mile-project/">the Golden Mile</a> and the <a href="https://illuminate.org/venues/golden-gate-bandshell/">live music at the Golden Gate Bandshell</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Please consider <a href="https://sif.illuminate.org/">making a one-time donation of a light, which is anywhere from $100 to $2,500</a>, or <a href="https://illuminate.org/donate/#donate">become a recurring member of the Illuminate Tribe</a>, or if you are really part of making San Francisco better consider <a href="https://illuminate.org/donate/#illuminary">being an Illuminary at 50k/yr</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Also, thank you to all the <a href="https://wordpress.org/">WordPress</a> community members who have done so much to support this project and help them fundraise and improve their website. It&#8217;s such a great example of the WordPress open source spirit and ethos.</p>\n\n\n\n<p class="wp-block-paragraph">San Francisco is so back! Let&#8217;s go!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Mar 2026 02:08:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Matt: Introducing Me.sh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151564";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2026/03/mesh/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:662:"<p class="wp-block-paragraph">Very excited to share that the <a href="https://ma.tt/2025/06/clay/">Clay.earth team that joined Automattic last year</a> is re-launching under a new, <a href="https://me.sh/stories/mesh">very cool name and brand: Mesh</a>. Imagine something that joins you (me) to everyone you&#8217;re connected to. It&#8217;s going to be a very important layer of the distributed identity and social work we&#8217;re doing. It&#8217;s an amazing app <a href="https://me.sh/">you should try out if you haven&#8217;t yet</a>. Available on the web, <a href="https://me.sh/start">MacOS, Windows, iOS, and even the Vision Pro</a>. Stunning design.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Mar 2026 21:32: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Gary: Introducing claudaborative-editing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"https://pento.net/?p=5656";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pento.net/2026/03/20/introducing-claudaborative-editing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5159:"<p class="wp-block-paragraph">Human editor&#8217;s note: The post below was written by Claude Code. I personally don&#8217;t use LLMs to write for me, but I figured I&#8217;d make an exception just this once. Using entirely LLM-generated content isn&#8217;t a workable approach to writing good copy, but I&#8217;m interested in seeing how we can use these tools to interact with and improve the writing process!</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="wp-block-paragraph">I&#8217;ve been using Claude Code for more and more of my daily work, and one thing that&#8217;s been bugging me is the gap between &#8220;Claude wrote some text&#8221; and &#8220;that text is on my blog.&#8221; There&#8217;s always a manual copy-paste step, formatting fixups, and the general friction of moving content between two worlds. So I built a bridge.</p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://github.com/pento/claudaborative-editing">claudaborative-editing</a> is an MCP server that lets Claude Code collaboratively edit WordPress posts in real time, right alongside you in the Gutenberg block editor. You open a post in your browser, Claude opens the same post from the terminal, and you both edit together — changes sync live via WordPress&#8217;s collaborative editing protocol.</p>\n\n\n\n<p class="wp-block-paragraph">In fact, this very post is being written by Claude, using the tool. It&#8217;s claudaborative-editing all the way down.</p>\n\n\n\n<h2 class="wp-block-heading">How it works</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 introduced real-time collaborative editing, built on <a href="https://yjs.dev/">Yjs</a> — the same CRDT technology that powers tools like Figma and Notion. claudaborative-editing speaks this protocol natively: it maintains a Yjs document that mirrors your post, syncing changes back and forth with WordPress via HTTP polling. The CRDT handles merging, so simultaneous edits from you and Claude just work — no conflicts, no overwrites.</p>\n\n\n\n<p class="wp-block-paragraph">Getting started takes about 30 seconds:</p>\n\n\n\n<pre class="wp-block-code"><code>npx claudaborative-editing setup</code></pre>\n\n\n\n<p class="wp-block-paragraph">The setup wizard validates your WordPress credentials and gives you the <code>claude mcp add</code> command to register the server. After that, Claude Code can connect to your site and start editing.</p>\n\n\n\n<h2 class="wp-block-heading">What Claude can do</h2>\n\n\n\n<p class="wp-block-paragraph">The server exposes a full set of block-editing tools. Claude can list and open posts, read the current block structure, insert and remove blocks, update text content and attributes, move blocks around, and save. It works at the block level — the same granularity Gutenberg uses — so edits are precise and merge-safe.</p>\n\n\n\n<p class="wp-block-paragraph">There&#8217;s a nice touch, too: when Claude writes or updates text, the changes stream into the editor character by character, like watching someone type. It&#8217;s a small thing, but it makes the collaboration feel real.</p>\n\n\n\n<p class="wp-block-paragraph">You can also see Claude show up in the collaborators list — it registers its presence through the same awareness protocol that shows human editors, so you know when it&#8217;s active on a post.</p>\n\n\n\n<h2 class="wp-block-heading">What&#8217;s next</h2>\n\n\n\n<p class="wp-block-paragraph">While writing this post, I ran into a few things I wished the tool could do — so I filed some issues to track them:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/pento/claudaborative-editing/issues/1">Media upload and image insertion</a> — I can write the text for a blog post, but I can&#8217;t include screenshots or diagrams yet. Being able to upload and insert images would make for much more complete drafts.</li>\n\n\n\n<li><a href="https://github.com/pento/claudaborative-editing/issues/2">Post metadata</a> — categories, tags, excerpts, featured images, and publication status. Right now a human still needs to handle all of that before hitting publish.</li>\n\n\n\n<li><a href="https://github.com/pento/claudaborative-editing/issues/3">Closing a post without disconnecting</a> — currently the only way to stop editing a post is to disconnect from WordPress entirely, which means you need to reconnect if you want to open a different post.</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">The tool is open source and available on <a href="https://github.com/pento/claudaborative-editing">GitHub</a>, and you can install it right now from npm with <code>npx claudaborative-editing setup</code>. You&#8217;ll need WordPress 7.0 or later with collaborative editing enabled — flip the switch under Settings → Writing, create an application password, and you&#8217;re good to go.</p>\n\n\n\n<p class="wp-block-paragraph">I&#8217;m looking forward to seeing what people do with it. If you try it out, I&#8217;d love to hear how it goes — file issues, send PRs, or just let me know. Happy claudaborating! <img alt="🤝" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f91d.png" style="height: 1em;" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Mar 2026 05:41: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:4:"Gary";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"Open Channels FM: Open Channels FM Announces the Launch of Channel 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:34:"https://openchannels.fm/?p=2551284";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://openchannels.fm/open-channels-fm-announces-the-launch-of-channel-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:152:"Open Channels FM introduces Channel 4, a new podcast platform for diverse discussions, fostering creativity and authenticity beyond existing categories.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Mar 2026 14:05:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:158:"WordCamp Central: WordPress Campus Connect Jinja 2025 Recap: Piloting Africa’s First and Largest Campus Connect Program Across 12 Campuses in Eastern Uganda";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"https://central.wordcamp.org/?p=13899712";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:179:"https://central.wordcamp.org/news/2026/03/wordpress-campus-connect-jinja-2025-recap-piloting-africas-first-and-largest-campus-connect-program-across-12-campuses-in-eastern-uganda/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:32575:"<h1 class="wp-block-heading"><strong>Bringing WordPress and Web Design Skills to Over 1,200 Students Across Eastern Uganda</strong><br /></h1>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-356" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5887-1024x545.jpg" /><figcaption class="wp-element-caption">WPCC Jinja at Mpumudde High School Jinja</figcaption></figure>\n\n\n\n<h2 class="wp-block-heading">Summary</h2>\n\n\n\n<p>Over a five-month period (with a two-month holiday/national elections  break) the WordPress Jinja community successfully piloted <strong>Africa’s first and largest WordPress Campus Connect program</strong>, reaching <strong>12 schools and institutions across Eastern Uganda</strong>. Through hands-on workshops, mobile ICT labs, and student-led digital clubs, the initiative introduced <strong>1,293 students and 81 educators</strong> to WordPress, open source, and practical digital skills. Designed to bring technology education directly into classrooms where opportunities are often limited, the program empowers young people to explore digital careers, build online portfolios, and connect with the global WordPress community. Despite a two-month holiday and national election break, along with national exams and national teacher strikes, the first edition of Campus Connect Jinja demonstrated how open-source learning and imparting of WordPress and web design skills can grow sustainable student communities and inspire the next generation of digital creators.<br /><br /><strong>Why Campus Connect?</strong></p>\n\n\n\n<p>While WordCamps and meetups often bring together developers, designers, and professionals already working in technology, Campus Connect focuses on students who are just beginning their digital journeys. It creates opportunities for young people to encounter WordPress early, discover what open source means, and begin building skills that can shape their future.</p>\n\n\n\n<p>The launch of Campus Connect in Jinja builds on years of student-centered initiatives already taking place within the local WordPress community. From <strong>free web design hackathons for students</strong> to <strong>youth-focused workshops held alongside WordCamps</strong>, our local organizers have steadily worked to make technology education more accessible.</p>\n\n\n\n<p>Campus Connect represents the next step in that journey: a structured outreach program that connects schools directly with the global WordPress ecosystem while cultivating the next generation of open-source contributors.</p>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-360" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5073-1024x768.jpg" /><figcaption class="wp-element-caption">WPCC Jinja at Jinja Senior Secondary School</figcaption></figure>\n\n\n\n<h2 class="wp-block-heading"><strong>Background</strong></h2>\n\n\n\n<p>When our WordPress Jinja community concluded <strong>WordCamp Jinja 2025 (our 4th WordCamp)</strong> hosted at Jinja Senior Secondary School, one moment stood out clearly: the enthusiasm of the students who had attended and participated actively. Their curiosity about WordPress, web publishing, and open-source technology revealed a powerful opportunity. What we had witnessed should not remain a one-time experience. From that realization, the idea of bringing the <strong>WordPress Campus Connect initiative to Jinja</strong> was born.</p>\n\n\n\n<p>Campus Connect is designed to bring WordPress directly into classrooms and learning spaces where opportunities in technology are often limited. The program focuses on introducing students to open source while equipping them with practical digital skills that can shape their future careers.</p>\n\n\n\n<p>Through the initiative, the WordPress Jinja community set out to:</p>\n\n\n\n<ul class="wp-block-list">\n<li>Introduce WordPress in classrooms where opportunities in technology are often limited</li>\n\n\n\n<li>Empower young people with hands-on digital skills that prepare them for careers</li>\n\n\n\n<li>Build sustainable student-led communities through clubs and ongoing activities</li>\n\n\n\n<li>Connect local talent with global contributors, creating new opportunities for mentorship and collaboration</li>\n</ul>\n\n\n\n<p>By meeting students where they are on their campuses and within their schools, Campus Connect ensures that WordPress communities will continue to grow long after the first workshops are completed.</p>\n\n\n\n<p>However, the vision quickly revealed a significant challenge. Many schools in and around Jinja lack access to functioning computer laboratories or digital infrastructure. Without computers, students would have little chance to explore WordPress, learn web publishing, or participate in the open-source ecosystem.</p>\n\n\n\n<p>Determined not to leave anyone behind, the WordPress Jinja community partnered with local ecosystem partners that could provide <strong>mobile ICT laboratories and laptops</strong>. With these resources, the community launched a five-month outreach program that brought WordPress training directly to schools across Eastern Uganda both with in-house labs and our mobile ICT labs from partners.</p>\n\n\n\n<p>By the end of the program, <strong>more than 1,200 students and educators across twelve institutions</strong> had participated, including schools serving learners with disabilities.</p>\n\n\n\n<h1 class="wp-block-heading"><strong>The Jinja Campus Connect Model</strong></h1>\n\n\n\n<p>Each Campus Connect visit followed a structured learning model designed to combine <strong>technical training, digital literacy, and career exploration</strong>.</p>\n\n\n\n<p>All sessions included:</p>\n\n\n\n<ul class="wp-block-list">\n<li>Introduction to WordPress and the open-source ecosystem</li>\n\n\n\n<li>Hands-on website creation and content publishing</li>\n\n\n\n<li>Digital storytelling and blogging</li>\n\n\n\n<li>Responsible digital citizenship and online safety</li>\n\n\n\n<li>Career pathways including freelancing, entrepreneurship, and digital work</li>\n</ul>\n\n\n\n<p>Every visit concluded with the formation of a <strong>Student-Led WordPress and Digital Skills Club</strong> within the host institution.</p>\n\n\n\n<p>These clubs serve as satellite communities connected to the <strong>WordPress Jinja Meetup</strong>, ensuring that the learning continues long after the workshops end. Over time, the clubs will become fully integrated within their schools according to institutional guidelines and eventually organize their own student-led WordPress activities.</p>\n\n\n\n<p>Through these clubs, Campus Connect plants the seeds of sustainable local communities that can continue learning, collaborating, and contributing to open source.</p>\n\n\n\n<p><a href="https://photos.app.goo.gl/TJpYJJDtDVQC47dCA">Google Photos Link:</a></p>\n\n\n\n<h1 class="wp-block-heading"><strong>Our Journey of Impact: Campus by Campus Highlights</strong></h1>\n\n\n\n<h2 class="wp-block-heading"><strong>1. Macedonian Vocational Institute</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-364" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_4594-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-365" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_4600-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-363" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_4813-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-362" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5012-1024x441.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Macedonian Vocational Institute, Jinja &#8211; 102 Students and 5 Teachers &#8211; 4th October 2025</figcaption></figure>\n\n\n\n<p>At Macedonian Vocational Institute, the session centered on the practical value of WordPress for vocational and entrepreneurial careers. Students explored how websites and online portfolios can help artisans, technicians, and young professionals present their skills, attract clients, and grow their businesses. Through hands-on demonstrations, participants were introduced to web design, content creation, and the basics of WordPress development, while also learning how open-source tools can create opportunities beyond the classroom. A student WordPress club was further strengthened during the visit to support continued practice and portfolio building.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>2. Jinja Senior Secondary School</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-371" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5073-1-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-373" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5118-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-374" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5314-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-372" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5601-1024x768.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Jinja SSS &#8211; 253 Students and 6 Teachers &#8211; 9th and 11th October 2025</figcaption></figure>\n\n\n\n<p>Jinja Senior Secondary School, which hosts more than 5,000 students, served as the launch point for the Campus Connect outreach program. Across two engagement sessions, an introductory session and a deeper hands-on session, students were introduced to WordPress fundamentals, website creation, blogging, and the wider culture of open-source collaboration. They explored web design, digital storytelling, and creative publishing while also gaining exposure to WordPress development concepts. The visit concluded with the establishment of a student WordPress satellite community that will eventually become a student club, led by student coordinators from the school leadership and Science and ICT Club, who will guide blogging activities and peer learning within the school community.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>3. Mpumudde High School (Horizon Campus) Jinja</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-377" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5805-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-379" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5845-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-378" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5864-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-376" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_5887-1-1024x545.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">MHS Jinja -169 Students and 8 Teachers &#8211; 23rd October 2025</figcaption></figure>\n\n\n\n<p>The Campus Connect session at Mpumudde High School focused strongly on digital storytelling and youth expression. Students examined how WordPress can be used to publish ideas, document school activities, and amplify student voices in meaningful ways. Alongside practical work in creating blog posts and structuring pages, participants were introduced to the basics of website creation and open-source participation. The session encouraged students to see digital platforms not only as technical tools, but also as spaces for creativity, identity, and shared learning. A student club was formed to carry this momentum forward.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>4. Gloryland Christian College, Jinja</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-385" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6219-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-382" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6277-1024x589.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-383" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6312-1024x618.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-384" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6331-1024x545.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">GCC Jinja &#8211; 59 Students and 4 Teachers &#8211; 31st October 2025</figcaption></figure>\n\n\n\n<p>Students at Gloryland Christian College engaged in a session that combined technical learning with conversations about responsible digital participation. Alongside hands-on website creation, they explored blogging, online publishing, and the importance of credibility, ethics, and thoughtful communication in digital spaces. The training introduced students to the possibilities of WordPress while also encouraging them to think critically about how content is created and shared. The visit concluded with the formation of a student WordPress club to guide continued learning and practice.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>5. Royal Secondary School, Buwenge</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-386" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6407-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-388" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6415-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-389" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6442-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-387" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6523-1024x768.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Royal SS Jinja 61 Students and 6 Teachers &#8211; 4th November 2025</figcaption></figure>\n\n\n\n<p>At Royal Secondary School, the workshop emphasized the role of WordPress in school communication and community storytelling. Students explored how websites can be used to highlight school initiatives, student clubs, and local projects while learning the foundations of web publishing and site structure. The session connected digital skills with the power of sharing local experiences and preserving community narratives online. By the end of the visit, students had begun to see WordPress as a practical tool for both expression and visibility, and a student WordPress club was established to continue the work.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>6. Jinja Tech Hub</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-394" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6641-1024x538.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-392" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6643-1024x638.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-393" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6644-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-391" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6776-1024x719.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Jinja Tech Hub &#8211; 47 Students and 5 Instructors &#8211; 18th November 2025</figcaption></figure>\n\n\n\n<p>The engagement at Jinja Tech Hub leaned into entrepreneurship, freelancing, and digital innovation. Participants explored how WordPress can be used to create business websites, showcase services, and build strong professional portfolios. The session also introduced broader ideas around WordPress development, site structure, and the value of open-source skills in the digital economy. For many participants, the training connected technical knowledge with real pathways into work, enterprise, and self-employment.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>7. Busoga Light College, Jinja</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-396" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6803-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-397" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6805-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-398" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6815-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-399" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_6821-1024x768.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">BLC Jinja &#8211; 63 Students and 10 Teachers &#8211; 6th December 2025 and follow up holiday visit on 11th January</figcaption></figure>\n\n\n\n<p>Busoga Light College hosted an extended Campus Connect engagement that allowed students to move beyond introduction into deeper exploration. Participants learned how to organize content, build digital portfolios, and manage simple websites while strengthening their understanding of WordPress as both a technical and creative platform. Teachers took an active part in the sessions, reinforcing the school’s support for digital skills development. A follow-up visit in January created space for mentorship and helped the newly established WordPress club continue applying the skills students had begun to develop.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Phase Two</strong></h3>\n\n\n\n<p>After the holiday and national election break, the Campus Connect initiative resumed in February 2026, following a national mandate from the Government of Uganda for schools to re-open on 10th February due to elections in January. This second phase extended the program’s reach to additional institutions across Eastern Uganda and brought the WordPress learning experience to even more students.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>8. Nsuube SDA Secondary School</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-402" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7312-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-403" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7319-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-404" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7367-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-401" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7445-1024x886.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Nsuube SDA Jinja &#8211; 126 Students and 6 Teachers &#8211; 12th February 2026</figcaption></figure>\n\n\n\n<p>At Nsuube SDA Secondary School, students were introduced to WordPress as both an educational and creative platform. The session highlighted how blogging, digital storytelling, and personal portfolios can support academic work while also helping students share their ideas with wider audiences. Through practical demonstrations, participants learned the basics of website creation and content publishing in ways that connected directly to school projects and self-expression. The visit concluded with the formation of a student club that will continue practicing and building on these foundations.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>9. Kaliro High School</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-9 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-405" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7453-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-407" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7458-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-408" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7459-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-406" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7472-1024x768.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">Kaliro High School &#8211; 152 Students and 12 Teachers &#8211; 21st February 2026</figcaption></figure>\n\n\n\n<p>Kaliro High School recorded one of the largest turnouts during the second phase of the program. Students showed strong enthusiasm for blogging and digital storytelling, especially around the idea of sharing school activities, community experiences, and student perspectives online. The workshop combined practical page-building exercises with broader discussions about digital literacy and the growing importance of online communication in education and everyday life. A student club was established to support continued collaboration and peer learning after the visit.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>10. Jinja North Secondary School (Butembe Heritage Campus)</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-10 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-409" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/2.RAW-01.COVER_-1024x771.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-411" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7875-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-412" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_7900-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-410" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8065-1024x460.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">JNOSS &#8211; 131 Students and 8 Teachers &#8211; 23rd February 2026</figcaption></figure>\n\n\n\n<p>At Jinja North Secondary School, the sessions focused on hands-on website creation and the wider opportunities that digital skills can unlock. Students explored how WordPress knowledge can connect to freelancing, online services, and entrepreneurship, while teachers participated actively in discussions about integrating digital learning into the school environment. The training positioned WordPress not just as a publishing tool, but as a gateway to practical and marketable skills. A student WordPress club was formed to sustain interest and continued engagement.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>11. H.E.L.P International Vocational Institute, Jinja</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-11 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-414" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8098-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-418" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8375-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-417" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8418-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-415" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8648-1024x683.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">HELP Jinja &#8211; 53 Students and 8 Teachers &#8211; 25th February 2026</figcaption></figure>\n\n\n\n<p>At H.E.L.P International Vocational Institute, the training highlighted WordPress as a professional tool for vocational graduates and young entrepreneurs. Students explored how websites can be used to present technical skills, market services, and create portfolios that speak to real-world opportunities. The session blended practical exercises with discussions about visibility, client outreach, and digital professionalism, helping participants connect their vocational training with the demands of an increasingly online economy.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>12. C.H.I.M.E Secondary School and Vocational Institute</strong></h2>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-12 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-420" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8816-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-422" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8855-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-421" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_8962-1024x768.jpg" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-419" src="https://events.wordpress.org/campusconnect/2025/jinja/files/2026/03/IMG_9091-1024x758.jpg" /></figure>\n<figcaption class="blocks-gallery-caption wp-element-caption">CHIME Jinja &#8211; 79 Students and 5 Teachers &#8211; 28th February 2026</figcaption></figure>\n\n\n\n<p>The final Campus Connect engagement took place at C.H.I.M.E Secondary School and Vocational Institute, where students explored WordPress as a bridge between academic learning and vocational development. The session covered blogging, portfolio creation, and communication platforms that can support both school-based and practical career pathways. It also emphasized collaboration, creativity, and digital presence as essential skills for young people preparing for the modern world. A student WordPress club was established to carry the program forward within the school.</p>\n\n\n\n<h1 class="wp-block-heading"><strong>A Synergy of Local Community Efforts: </strong></h1>\n\n\n\n<h2 class="wp-block-heading"><strong>Lessons and Reflections</strong></h2>\n\n\n\n<p>Like many long term community-driven initiatives in Africa, the Campus Connect program encountered several logistical challenges.</p>\n\n\n\n<ul class="wp-block-list">\n<li>Nationwide teachers’ strikes in 2025 disrupted school schedules</li>\n\n\n\n<li>National examination periods and elections</li>\n\n\n\n<li>School timetable changes were sometimes communicated late</li>\n\n\n\n<li>Photography volunteers, mostly university students experienced delays in compiling and editing event documentation</li>\n</ul>\n\n\n\n<p>Despite these challenges, the initiative continued successfully thanks to the dedication of community volunteers and partners.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Acknowledgement and Appreciation</strong></h2>\n\n\n\n<p>The success of our Campus Connect event series reflects the strength of collaboration within both the local and global WordPress ecosystems. We extend our gratitude to the <strong>Global WordPress Campus Connect sponsors</strong>, whose continued support for open source and education makes initiatives like this possible.</p>\n\n\n\n<p>We also thank the local ecosystem partners in Jinja who have continuously worked with our WordPress Jinja Community and whose non-financial support and collaboration enabled the program to reach students across Eastern Uganda; Rotary Club of Jinja City, Hello World Africa, Xerus, World Educare Network for mobilizing schools through their partner networks, Tech Reach Africa for providing a mobile ICT laboratory, GDG Cloud Jinja and other local technology communities for technical expertise and mentorship, Community volunteers, educators, and school administrators.</p>\n\n\n\n<p>Because of this collective effort, students who might otherwise have been excluded from digital opportunities gained access to tools, knowledge, and skills that many around the world now consider a fundamental part of modern education.</p>\n\n\n\n<p>By meeting students where they are within their schools and communities Campus Connect ensures that the WordPress ecosystem continues to grow, inspiring the next generation of creators, innovators, and open-source contributors.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>The Road Ahead: What’s Next</strong></h2>\n\n\n\n<p>Following the successful and massive pilot of Campus Connect Jinja, we will focus on increasing sustainability, formalizing and onboarding the student communities/clubs that were formed and expanding the regional WordPress ecosystem. With more than 1,200 students and about 100 educators introduced to WordPress and open source, the goal now is to continue the momentum and build long-term learning pathways for students and educators and create bridges between them and the general local WordPress community and opportunities.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Supporting and Formalizing Active Student WordPress Clubs</strong></h2>\n\n\n\n<p>The student WordPress and digital skills clubs established during the Campus Connect visits will now be gradually fomalized and onboarded according to the by-laws within their respective schools as well as onboarded officially through the Student Club program with their student leaders to be able to optionally organize their own events. For now, these clubs each with their own leadership and faculty support will act as <strong>satellite communities of the WordPress Jinja Meetup</strong>, supporting continued learning, student-led workshops, blogging initiatives, and participation in the wider WordPress ecosystem.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Upcoming Jinja events</strong></h2>\n\n\n\n<p>The next major event for the Jinja community will be <strong>WordCamp Jinja 2026 tentatively happening in September 2026</strong> led by Joan Namunina, co-organizer from our WordPress Jinja Meetup, where many of the students, educators, and partners involved in Campus Connect are expected to reconnect, share their experiences and continue building the future of open source in Eastern Uganda.</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, 19 Mar 2026 13:10: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:18:"Mohammed Kateregga";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"Open Channels FM: Building Trust at Scale and Navigating Agency Challenges in the Age of AI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=2551086";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/building-trust-at-scale-and-navigating-agency-challenges-in-the-age-of-ai/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:206:"In this episode, Adam and Marc discuss agency challenges in digital marketing, focusing on AI''s impact, client expectations, and the importance of communication and efficiency in managing multiple websites.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Mar 2026 11:42:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"WPTavern: #209 – Simon Pollard on Navigating the New Normal for WordPress Community and Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=203117";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wptavern.com/podcast/209-simon-pollard-on-navigating-the-new-normal-for-wordpress-community-and-events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:61768:"<details>Transcript<div>\n<p class="wp-block-paragraph">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class="wp-block-paragraph">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, trying to navigate the new normal for WordPress community and events.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class="wp-block-paragraph">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class="wp-block-paragraph">So on the podcast today we have Simon Pollard.</p>\n\n\n\n<p class="wp-block-paragraph">Simon has been building with WordPress for many years. Originally from Devon in England, he&#8217;s worked as a professional web developer across locations, eventually landing at Illustrate Digital, where he&#8217;s been for six years.</p>\n\n\n\n<p class="wp-block-paragraph">Simon&#8217;s not just a coder. He&#8217;s been deeply involved in the WordPress community, not only organising, but helping to grow the Bristol WordPress Meetup from a casual get together in a pub, to a thriving, officially backed event with dozens of regular attendees.</p>\n\n\n\n<p class="wp-block-paragraph">Like many in the WordPress ecosystem, Simon wears multiple hats. He&#8217;s a musician, a devoted dad, and an accidental community leader who found himself at the heart of local WordPress organising. But COVID-19 changed all that.</p>\n\n\n\n<p class="wp-block-paragraph">In today&#8217;s episode, Simon explains what happened to WordPress Meetups during and after the pandemic. How vibrant communities fizzled out. How hard it was to bring people back. And the new challenges of connecting when traditional social media platforms no longer bring everyone together.</p>\n\n\n\n<p class="wp-block-paragraph">Simon talks about his own journey, how he paused on events, shifted his social life to music, and struggled to hand the Meetup keys to new organisers. Eventually, a call from an old friend drew him back and he was faced with the new reality. Smaller groups, fractured channels, and the question of how to keep the in-person spirit of WordPress alive.</p>\n\n\n\n<p class="wp-block-paragraph">We get into the irreplaceable value of real life connection, the warmth in the room, and the need to rethink what gets people to in-person events now. Is it hybrid events? Perhaps it&#8217;s music? Something beyond pure WordPress talks? We discuss what&#8217;s been lost, what still matters, and what it might take to build the new era of WordPress community in a distracted, always connected, world.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re curious about the future of WordPress Meetups, if you felt the ebb and flow of community during the past few years, or if you just want to know how to find your people again, this episode is for you.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class="wp-block-paragraph">And so without further delay, I bring you. Simon Pollard.</p>\n\n\n\n<p class="wp-block-paragraph">I am joined on the podcast by Simon Pollard. Hello Simon.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:42] <strong>Simon Pollard:</strong> Hello Nathan.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:43] <strong>Nathan Wrigley:</strong> Very nice to chat. Simon and I have met for the first time, just sort of 10 minutes ago. We&#8217;ve had a little bit of a chat. And as is so often the case, Simon has a musical instrument in the background. I don&#8217;t know what that is, but there&#8217;s definitely a thing there. WordPressers often have musical instruments.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:57] <strong>Simon:</strong> There&#8217;s more behind me as well. And randomly, I&#8217;ll bring in another fact, so I&#8217;m in a very casual band of predominantly mid forties internet developing type people. And, yeah, we&#8217;re all the same, we all play instruments. And randomly we all, without being connected in any way, can work in the same one building in Bristol, which is co-working in individual offices and we all found out we&#8217;re all in the same building. And that wasn&#8217;t how we met.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:21] <strong>Nathan Wrigley:</strong> I think probably anybody listening to this has figured out by your accent that you&#8217;re from the UK. And you mentioned Bristol just there.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:27] <strong>Simon:</strong> Well, Brizzle if I&#8217;m going to be correct.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:29] <strong>Nathan Wrigley:</strong> Right at the top of the podcast, we typically ask the guests to just give us a little potted bio, a moment or two just telling us who you are. And as it&#8217;s a WordPress podcast, just give us your background with WordPress, I guess, as well.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:40] <strong>Simon:</strong> Yeah, well, I&#8217;m from Devon originally, which the English people will pick up on the accent potentially. I try to hide that away, but every now and again a little bit of farmer will come out and it&#8217;ll be oh, argh. And then, yeah, so I was born in Devon, moved away into to Cheltenham, been to Cardiff and then ended up in Bristol and worked at various places amongst all of them.</p>\n\n\n\n<p class="wp-block-paragraph">Bristol was where I finally got my kind of proper web job, an actual proper official web job. And the first company I started used WordPress as one of the platforms, and that&#8217;s from where I started off my kind of professional career. Moved around a few places since then as developers do, but always kind of staying in the area. And then currently, I am now at Illustrate Digital. Been there for six years, joined at the start of 2020, so that was an interesting progression, we&#8217;ll cover that later.</p>\n\n\n\n<p class="wp-block-paragraph">During my time in Bristol, it was someone else who originally raised the idea of a Meetup for of WordPress devs to kind of meet up and have a chat. So myself and a few others met up with this one guy called Henry, and we just met at the pub, sat around a table and had a chat and said, what are you doing? What do you need help with? What would we like to talk about?</p>\n\n\n\n<p class="wp-block-paragraph">And it kind of progressed from being, so we had a few more kind of casual chats, managed to grow. I think there was about six of us met originally and we kind of grew a bit and then said, oh, should we try doing like talks and making it a bit more official? So we progressed onto that. Struggled to find speakers, which I think is the story of absolutely every Meetup is find someone to talk. So I ended up doing a lot of talks myself, which I didn&#8217;t mind, but there was only so many times I can involve cats and WordPress together in the same thing.</p>\n\n\n\n<p class="wp-block-paragraph">And then it grew a bit. The key point for me is we took on someone who was a project manager by trade, who was also a developer. And they created a Trello board, and then suddenly we got organised. And I don&#8217;t know how, we kind of reached out, I remember now as I&#8217;ve just literally spoken to Jenny Wong who works over at Human Made, and she was assisting and she said, you know, is there anything I can do?</p>\n\n\n\n<p class="wp-block-paragraph">And she came over, I was working in Bath at the time. So she came over in person, back in the day when you met in person. Came over to Bath and we sat down and had a coffee and a chat, and she gave me all the tips and advice she could to kind of help build the Meetup and get it bigger and try and get things working.</p>\n\n\n\n<p class="wp-block-paragraph">She also helped us get official backing. So we got the WordPress official backing for the Meetup, which is brilliant because that gave us funds. That allowed us to start hiring venues which is brilliant. So all the worry of paying for kind of costs or anything for the venues got covered by WordPress. We still reached out for sponsors, and the sponsors gave us money for food. Food is obviously a good tool to get people in as well.</p>\n\n\n\n<p class="wp-block-paragraph">It just kind of grew. And I&#8217;m not sure what made it grow or how it grew, but it just kind of fed through. But this was back in the day when social media was less run by maniacs and you were happy to post on Twitter and Facebook and it kind of grew from that. I already had quite a good Twitter following, so I just kind of shouted there all the time and tried to pull in everybody and anyone who isn&#8217;t at all connected to the internet.</p>\n\n\n\n<p class="wp-block-paragraph">We went to Facebook, I got a friend of mine, was a bit of a social media guy, he set us up several kind of media accounts and added his advice. And then, yeah, just kind of moved on, and we were getting in a good crowd. Towards the end of 2019 into 2020 we were getting say 30, 40 people coming along to the Meetup, which is really impressive.</p>\n\n\n\n<p class="wp-block-paragraph">So we&#8217;d fill out a room, we&#8217;d get catering in, that would all get done. We had an account, we were that kind of organised, so we had an actual bank account to put our sponsorship money in. We were in profit at one point. So it was crazy. It was just going, yeah, going really well. Lovely kind of gathering, it was just a nice thing. We ran monthly. The organising team grew to about six or seven of us, because there was so much to do. So there&#8217;s plenty of us involved.</p>\n\n\n\n<p class="wp-block-paragraph">And yeah, it was going great, all going along lovely. 2020 came about and then suddenly COVID, and that was it. It kind of stopped because it had to, and none of us had the appetite to do the video side of things. We didn&#8217;t really have the technology, or the means, and it was just too much with everything else that was going on in the world. So it kind of petered out, and as did my involvement in the community, as much as in person involvement kind of faded out.</p>\n\n\n\n<p class="wp-block-paragraph">And I looked back and, yeah, the last meetup that I attended was in 2020, before just the other week when I&#8217;ve gone back, but like the last one was 2020 was the last, looking at my logs, the last Meetup I attended in person, which is quite sad to look back. But this all changed around. I&#8217;ve gone very off topic of what I actually do. I think I just went into this hole.</p>\n\n\n\n<p class="wp-block-paragraph">[00:08:49] <strong>Nathan Wrigley:</strong> Oh, no, it&#8217;s great because obviously what the listener doesn&#8217;t know is that you and I already know this is what we&#8217;re destined to talk about. So you&#8217;ve given us the full introduction. So I&#8217;ll just take over for a minute, if that&#8217;s all right? Because that&#8217;s really the case, I think you could map that across all of the WordPress Meetups within the UK.</p>\n\n\n\n<p class="wp-block-paragraph">So prior to COVID, things seemed to be going great guns. There were lots and lots happening. I don&#8217;t know the exact number, but there were many. I could pluck out of the air several, and probably, if you combined all of the numbers of those, it was hundreds of people, you know, getting out of their house, going to an event, sharing expertise but also, like you said, the social side of things.</p>\n\n\n\n<p class="wp-block-paragraph">And then this moment in time, this kind of sword of Damocles, if you like, suddenly that we didn&#8217;t know was there, dropped. Killed the whole thing overnight for good reason. You know, there was a really legitimate reason for everybody to stop moving around. But it seemed to have changed something for good.</p>\n\n\n\n<p class="wp-block-paragraph">Now what&#8217;s curious about that is I remember being in that COVID time, and I remember being utterly fed up and bored, and praying for the time when things would just return back to normal. And with great speed, actually, with the benefit of hindsight, looking back, that almost seems like I watched a COVID TV program. You know, it seems like, obviously I know it was real to me, but it all seems so in the rear view mirror now. It was almost like it was part of a fictional book or something like that.</p>\n\n\n\n<p class="wp-block-paragraph">But I fully expected that the minute all of the guards, and the protections, and the legislation came away, that I would just drop back into everything that I&#8217;d done before. And so for me, that&#8217;s what happened. I went immediately back to everything, you know, attending events, and all the other different things that I do in my own spare time that have got nothing to do with WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">But the curious thing is, for me at least anyway, is that I appear to be different. You know, you&#8217;ve just gone back, within the last few weeks or so. What changed for you? Have you had the time to be introspective and think to yourself, why, Simon, did I not just resume what I was doing before?</p>\n\n\n\n<p class="wp-block-paragraph">[00:10:59] <strong>Simon:</strong> Yeah. So I mean it&#8217;s twofold for me. Yeah, I&#8217;ve been very reflective over the last kind of few weeks on this because I&#8217;m just reaching out again and seeing people. It&#8217;s like, I&#8217;ve not seen you in six years and it&#8217;s kind of crazy. Well I mean I spoke to them online and responded to comments here and there but, yeah, for me it was twofold.</p>\n\n\n\n<p class="wp-block-paragraph">So during the COVID times I was fortunate enough to have a baby, which changes everything again anyway. And that just became my focus. So whilst working full time and also having a child, that was my focus. The evenings, when I used to have the time to go to the Meetups and everything, in the evening, if I had any spare time, I would just prefer to sit. I didn&#8217;t want to do anything else. I didn&#8217;t have any energy. I was spent. I was enjoying a glorious moment of sitting, and if I was lucky watching a bit of TV. Yeah, it took it all out of me.</p>\n\n\n\n<p class="wp-block-paragraph">So I&#8217;ve put things on pause in that sense. I wasn&#8217;t really doing anything. Yeah, as you&#8217;ve mentioned the guitars and everything, used to go to gigs a lot as well, but that kind of went on hold. The music side ironically kicked off after. So that&#8217;s something that did come in first. So whilst I didn&#8217;t go to Meetups, some other people, when things got back reached out to me and said, oh, I&#8217;m running a band, do you fancy joining that? So that became my kind of social outlet instead. So my focus went on that, and playing in a band and just meeting up with them. So that was my social interaction.</p>\n\n\n\n<p class="wp-block-paragraph">Ironically, that was someone I knew through, not through Meetups but through events they used to run, I think it was Future of Web Design, or future of, one of those that was down in London. A lady called Michelle, who also has a child, used to live behind me, back in the day in Bristol. She&#8217;s moved away. And then she just dropped a message on one of the other social platforms, which I&#8217;ll go back to, and just said, oh, do you fancy joining a band, I do drums? I didn&#8217;t even know she played drums. Like, she&#8217;d been playing drums since kind of school and it just came out.</p>\n\n\n\n<p class="wp-block-paragraph">So that was my social outlet for a while. So I was doing that, and that was good because that was like once a month or so we&#8217;d just meet up and have a few hours. My wife could look after my little girl. And so that was my focus for a while and that kind of kept me content for a while moving forward. But I think, yeah, I lost the kind of the urge or the will. I didn&#8217;t really have the capacity to run the Meetup that I used to be involved with.</p>\n\n\n\n<p class="wp-block-paragraph">And there were a couple of failed attempts to hand it over. Several people came in and said, oh, I&#8217;d like to have a go at running that. So it&#8217;s brilliant. So I kind of was like, here&#8217;s the keys, off you go. Even still had the Trello board and everything that we had.</p>\n\n\n\n<p class="wp-block-paragraph">And one tried and failed. I think another one did and I just kind of left it. So I assumed nothing really was happening on that. Until recently, it was last year I believe when some of the original team, a lady called Janice who was there at the very first pub round table with me, I think we&#8217;ve been to every Meetup ever since. She moved into retirement because she was a web developer and was like, don&#8217;t want to stop doing things. And she liked the community and she thought, right, well, if no one&#8217;s going to get this up again, I&#8217;ll do it again. And she was in the team at the end as well, so she&#8217;s already had the experience. She pulled together some of the others of the team. So still another couple of people, Michael and Rob who used to kind of be managing as well, they&#8217;re back in it as well and they started bringing it back to life.</p>\n\n\n\n<p class="wp-block-paragraph">And so I kind of saw this last year, the Meetups kind of started filtering through. And because I&#8217;m still connected to a lot of these people I found out, trying to remember how it came, it might, would&#8217;ve been something like LinkedIn or somewhere, or even emailed and that kind of came through. And it was like, oh, I need to go along to that one time, I really need to go along. And even one of my friends was talking, I was like, brilliant, I&#8217;ll go and see him, I&#8217;ve not seen him in ages. And then I had an operation that put me out of action for a while.</p>\n\n\n\n<p class="wp-block-paragraph">So that came in, so even when I was just about ready to go. And then finally, turn around to this year and then, yeah, another good friend of mine Ross Wintle, who is a developer, who I think a lot of people hopefully will know, he works doing stuff for ACF in particular, which is why I harass him all the time. But I&#8217;ve known him for ages. He was talking, I was like, right, I&#8217;ve got to go along because he&#8217;s talking. I&#8217;ve not seen him in six years, and it&#8217;s a great chance to see everyone. And I was so glad I did.</p>\n\n\n\n<p class="wp-block-paragraph">A lot of it, whilst it was smaller, it was still just a lot of the same people. So I think I kind of took in that seeing the people didn&#8217;t really appreciate the size but still it was kind of nice. It still felt the same. It was still the nice, friendly atmosphere which you get with WordPress. I think you get that across the board. Not just in Meetups, but devs talk to other devs which you don&#8217;t necessarily get in other industries. I would happily tell another dev, for what I would call a rival, inverted commas, company, how to do something if they were stuck, which you wouldn&#8217;t necessarily get in other industries.</p>\n\n\n\n<p class="wp-block-paragraph">And that filters through, for me, for the Meetup side. The atmosphere, it&#8217;s just very friendly and welcoming. And talking at it is a joy, because you will never get heckled. No one&#8217;s going to do that. Unless it&#8217;s a friend of yours and they&#8217;re teasing you, because you know them.</p>\n\n\n\n<p class="wp-block-paragraph">It&#8217;s just such a nice kind of crowd, and that&#8217;s where I started doing talks. And I don&#8217;t think I would&#8217;ve ever done a talk if it wasn&#8217;t in front of such a nice crowd and you knew you could kind of do what you wanted. You can make a mistake and no one&#8217;s going to pick you up on it. And then a lot of the time they were just interested to hear what you had to say. It was just, yeah, nice.</p>\n\n\n\n<p class="wp-block-paragraph">So I think I&#8217;ve already talked myself into doing a talk again. So there&#8217;s a good reason to go back. So got to think about that. Yeah, and then I said, well, I used to have a network of people, so how do I reach out to that network of people that I used to do and pull them in? Like, how do I go, right, okay, we are doing all right here but as always, looking for people to talk? So how do I reach out to those people?</p>\n\n\n\n<p class="wp-block-paragraph">And that&#8217;s kind of the next point is, the next thing that changed was the social network seemed to almost turn evil in places like Twitter, which used to be a nice go to, and you&#8217;d message everyone. Everyone kind of jumped ship because, for good reason. No one seemed to jump ship into the same boat, and everyone was doing their own thing and there was no confined next to step of where you get in touch. And that&#8217;s where I&#8217;m currently at is, six years down the line, what&#8217;s the way to kind of network now on the internet with these people and get in touch with those I may have lost touch with?</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:34] <strong>Nathan Wrigley:</strong> That&#8217;s so interesting. I&#8217;m going to unpack a lot of what you said there. I&#8217;ve been making my little notes as you&#8217;ve been going along, but there&#8217;s a few things there.</p>\n\n\n\n<p class="wp-block-paragraph">So the first thing is that it&#8217;s curious you, for reasons that you&#8217;ve explained very well, you know, the family being the easy one to grasp. You know, you had a very, a different life out the other side of COVID. And so the constraints around that, and the possibilities of socialising were diminished regardless.</p>\n\n\n\n<p class="wp-block-paragraph">I didn&#8217;t have that, and so I did sort of just drop back into where I was before. But what&#8217;s curious is that clearly isn&#8217;t the pattern. You know, we hear about, not just in the WordPress space, but lots of sort of social enterprises, clubs and things that were going on all over this country, kind of lost their way. They couldn&#8217;t attract the people back.</p>\n\n\n\n<p class="wp-block-paragraph">So something happened, I think, to us during that period of time. I don&#8217;t know if we just became habituated to sitting in more and, you know, more accustomed to watching the telly. I don&#8217;t know if they&#8217;re ingrained into us somehow, was this fear of the outside world. That&#8217;s really overdramatising it, but hopefully you can grasp what I mean. You know, just this idea that outside, bad, inside, good.</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:44] <strong>Simon:</strong> It was two years of being told to stay inside. And whether of not, that&#8217;s going to sink in isn&#8217;t? At some point, without even thinking.</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:50] <strong>Nathan Wrigley:</strong> Yeah. But then it just means that, when eventually the guardrails are pulled off, and obviously they weren&#8217;t just pulled off in one fell swoop. It was this sort of slow experimental phase, where you could be with a few people and then more people, and then that all got pulled back again, and then it all began again. Eventually, where we are now is you can do basically everything again. There&#8217;s no restrictions whatsoever.</p>\n\n\n\n<p class="wp-block-paragraph">But the community, the WordPress community in particular, I do wonder if we probably went into our screens a bit more than the typical person might do. Because, you know, we&#8217;re on our screens doing the work. Six o&#8217;clock maybe would&#8217;ve rolled by in the year 2018 and we would&#8217;ve closed the laptop, shut the computer down, and then done the other things. But then for a period of three or four years, we just carried on, on the screens and met on Zoom, or just carried on watching Netflix or whatever it may be. And then untangling all of that on the other side, proved hard, hard to do.</p>\n\n\n\n<p class="wp-block-paragraph">But then the bit that you just said, I&#8217;ve never thought about that. The social media, the shattering of social media where people have decided that this platform over there is not for them anymore. And, okay, I&#8217;m going to either discontinue using social media, or go to somewhere else and there really isn&#8217;t that, what do they call X? They used to call it the town square or something like that. And that&#8217;s a long time since that happened. But there&#8217;s now, there&#8217;s no replacement for that. There&#8217;s no one place you can go to. Everything&#8217;s shattered over multiple accounts. There&#8217;s no question there, but I don&#8217;t know if you wanted to respond to any of that.</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:15] <strong>Simon:</strong> That&#8217;s where I am at the minute was I moved on, I tried different things and that&#8217;s randomly how I got the band notification was off one of those. But I can&#8217;t even remember now what platform that was. And I think I&#8217;ve closed the tab on my browser, and I&#8217;ve long since forgotten and not really gone back into it because it was a handful of people. And I spent a lot of time building up my Twitter following, and I just lost the urge to kind of do that all over again. And followed enough people for a while but then kind of lost the interest in that.</p>\n\n\n\n<p class="wp-block-paragraph">And, yeah, I don&#8217;t know, it&#8217;s weird. It&#8217;s just because there isn&#8217;t really anywhere that&#8217;s taken over that was, I mean Twitter was the key one for me. That was because I managed the account for the Meetup as well. So I could post on their behalf, but I could also kind of tie in and connect myself. I could retweet myself and retweet other people, and you could get those connections in place which is harder to do now.</p>\n\n\n\n<p class="wp-block-paragraph">That was my go-to, and then I don&#8217;t really know now, yeah, where to reach out. And even, one of the things raised at the Meetup I went to was, someone asked a question. It was like, well I&#8217;m not sure I can answer that for you immediately. We need to kind of sit down in front of a computer or something. But how do we communicate in between this and the next Meetup? How do we talk? What is the way to communicate now, that&#8217;s standard? You give out an email address or something that, I don&#8217;t know. Is that the way you communicate? I seemed very lost and almost forgotten how to socialise outside of actually being there in person. The in-betweens, which I&#8217;ve been doing for years and years, what&#8217;s the in-between way of talking?</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:40] <strong>Nathan Wrigley:</strong> It&#8217;s strange that that&#8217;s a thing really, isn&#8217;t it? But it definitely is a thing. I suppose the piece of the jigsaw puzzle where it fits into this podcast is that if you are new to WordPress and you&#8217;ve never been to any of these events, and you&#8217;ve recently started going, a bit like you have done again. You go and you look at the event and you&#8217;ll think, okay, this is nice. Here&#8217;s the collection of people. But if you were to go pre 2019, so 2017, 2018 in particular, you were probably looking at the same event with, I don&#8217;t know, five times the number of people, 3, 4, 5, maybe even 10 times the number of people.</p>\n\n\n\n<p class="wp-block-paragraph">And so whatever that period was, whether it was COVID or a variety of other things, the numbers have dropped. And I think, whilst it&#8217;s not, I&#8217;m using air quotes at the moment, whilst it&#8217;s not necessary to have community for an open source CMS software project, certainly helps.</p>\n\n\n\n<p class="wp-block-paragraph">It helps that these people gather. It helps that they gain empathy. They sort of start to understand each other. It helps so that they feel a connection. You know, they&#8217;re going to join different teams because, oh, that person&#8217;s in that team and I know that person. It helps because it enables you to share knowledge and hopefully, instead of 10 people falling over the same problem, one person does, and shares their experience to the other nine. And yada, yada, yada. On it goes.</p>\n\n\n\n<p class="wp-block-paragraph">And it does trouble me that that component is now missing. It makes me think this isn&#8217;t good. And I don&#8217;t know what the answer is. I wish I had a magic wand that I could wave and bring it all back. Does it bother you? Do you feel that the community should still be important? Or can we just say, this is now where it is, just accept it. This is what we&#8217;ve got.</p>\n\n\n\n<p class="wp-block-paragraph">[00:22:26] <strong>Simon:</strong> Having dipped my toe back in properly into the community as it were, recently, it&#8217;s kind of reminiscing now what it was, and there&#8217;s still elements there of what it is and knowing people. It is almost networking. It&#8217;s kind of knowing those people, and someone knows someone. There&#8217;s a very kind of small world. Those relationships and people I used to speak to a lot that I didn&#8217;t so much, and it&#8217;s weird why that kind of stopped.</p>\n\n\n\n<p class="wp-block-paragraph">And I think, yeah, it&#8217;s definitely the kind of the sharing. And it&#8217;s particularly relevant I would say if you are a freelancer or work on your own or you are even part of a smaller team. But the networking helps you kind of expand out, and expand your team without it having to be in the company you&#8217;re working for. Because as I previously mentioned, the rare thing in the WordPress community is that a developer can speak to another developer about an issue for say, it might even be for a client, and they will work together to resolve it. Offering back is how it was, and I think it still is in some areas, which you wouldn&#8217;t say get in others. And I think that&#8217;s the community side of it that&#8217;s very different.</p>\n\n\n\n<p class="wp-block-paragraph">And I noticed that with the Meetup because I&#8217;ve been to other Meetups. We even did a collaboration Meetup as well. And the other ones I went to, it just didn&#8217;t feel the same kind of warmth. It felt very fixed. There was no kind of welcoming.</p>\n\n\n\n<p class="wp-block-paragraph">So the one thing that has always been relevant that the Bristol one, is we&#8217;ve got a welcoming team. So as soon as you step through the door there&#8217;s someone there. Get a little name badge as well. And if you&#8217;re new, they&#8217;ll ask a few questions and find out what you do. And what we always do is, oh, what do you do? Oh, I&#8217;m in project management. Ah, go and speak to so and so, they&#8217;re a project manager. Or, I&#8217;m looking for a developer. Or kind of find out what was their reasoning, and then direct them because we knew who was there.</p>\n\n\n\n<p class="wp-block-paragraph">That&#8217;s opposed to other ones where you go in and you almost kind of sign in and then you&#8217;re left to your own devices, and no one approaches you, and it just felt very kind of awkward. Whereas we would try and engage everybody, and we were lucky with the people who kind of organised it, with people like Janice who&#8217;s just a naturally approachable person and she will go out and talk to people. And we had that kind of mixture of people that, it just made it nice, and it was nice to go along. And you would go along for the people as much as you would for the talk itself.</p>\n\n\n\n<p class="wp-block-paragraph">I would go to talks which had absolutely no interest to me on paper, but I go along anyway because I wanted to see everybody. And then I ended up finding out that these talks were actually sometimes even more interesting when I thought they wouldn&#8217;t be any relevance to me. And it helps you kind of expand your kind of knowledge, and appreciate other elements, and other factors that you might not know about. Which in person is just a lot better and I think it&#8217;s more engaging as well. So you can kind of stare at a screen watching something. It isn&#8217;t quite as engaging as it is being in person.</p>\n\n\n\n<p class="wp-block-paragraph">And also, once you finish, it&#8217;s the debrief after that I really like. So when the talk is finished and everything&#8217;s wrapping up, you can go and speak to the talker and query something with them and go and speak to other people. And you kind of have that little social bit afterwards, and it&#8217;s all just nice and relaxed. And you don&#8217;t really get that on a video call because you can&#8217;t really go and mingle on a video call, because how do you go and talk to someone else. And it isn&#8217;t the same in person, it&#8217;s just a lot easier to kind of do that.</p>\n\n\n\n<p class="wp-block-paragraph">Yeah, how do you sell that for something that wasn&#8217;t there for a few years? It&#8217;s twofold. How do you bring in the people who used to come? And how do you introduce people who may have been born into never having that? The younger generation who lived through COVID, and didn&#8217;t really have that Meetup experience before it to know that this exists on the other side. And what would make it appeal to different kind of levels, really?</p>\n\n\n\n<p class="wp-block-paragraph">[00:25:43] <strong>Nathan Wrigley:</strong> So I&#8217;m not entirely sure, again, if we could rewind the clock. So this is going much, much further back. Let&#8217;s say the year 2003, something like that, when WordPress was really little. I don&#8217;t actually know the date of the first Meetup, but let&#8217;s imagine it was around there. And nobody had, in the WordPress community had ever thought to meet up.</p>\n\n\n\n<p class="wp-block-paragraph">If that just never had become a thing, I wonder how the project would&#8217;ve fared. I wonder if it would have been as successful. Because, you know, there were things like Skype and these platforms were coming along where you could do project management and things like that online. It feels like there was no, there would&#8217;ve been no inhibition to it being successful.</p>\n\n\n\n<p class="wp-block-paragraph">But I&#8217;m more or less willing to predict that it would not have been successful. I think the glue that binds the project together on some completely unquantifiable level is that community. And a certain proportion of that community in the past required the in-person meeting. You know, whether it be the WordCamp events, where they get on a plane or in a car and drive a long distance for a few days and lots of talks. Or whether it&#8217;s the more kind of informal monthly Meetup scenario, where it&#8217;s probably closer to home and a little bit quicker and one evening only, something like that.</p>\n\n\n\n<p class="wp-block-paragraph">I just have an intuition that the project wouldn&#8217;t have been successful. It was those people, and I think I&#8217;ve heard the word maven. Maven being this sort of description of somebody who is like a hyper connector. They&#8217;re really good at connecting the dots between people and saying, you should meet this person, and you should meet this person. A little bit how you described.</p>\n\n\n\n<p class="wp-block-paragraph">I think there&#8217;s some jigsaw puzzle of that going on. There&#8217;s some tapestry of these community members making it successful in a way we&#8217;ll never fully unpick. And now that that, in the year, so we&#8217;re recording this in March, 2026. Now that that seems to be somewhat in question, it then raises the question of, well, what does that mean for the future of the project as a whole?</p>\n\n\n\n<p class="wp-block-paragraph">My anticipation is that if we were to, let&#8217;s say nobody from this moment forward ever attended an event again, I think the project would not be as successful. There would be less development, there would be less interest in it. So I think it&#8217;s important that we do get these things back. But again, moving on to your point about how, that&#8217;s the tricky piece. You know, has life changed? Is the advent of everything online all the time, you know, so go back 10 years, there was no Netflix. Well, maybe there was, I don&#8217;t know. But the point is the entertainment that&#8217;s available through everybody&#8217;s TV now is so compelling, it&#8217;s kind of hard to fight against that.</p>\n\n\n\n<p class="wp-block-paragraph">But I don&#8217;t know how we get the young people in. I don&#8217;t know what it is about, you know, what the competition is. We&#8217;ve obviously got AI painted into the mix, and all of the interesting things going on there. So I don&#8217;t really, I&#8217;m not really pressing you for the answer.</p>\n\n\n\n<p class="wp-block-paragraph">[00:28:36] <strong>Simon:</strong> That&#8217;s fine. One of the reasons for joining is to kind of ask that question to the people listening and saying, has anyone else got that kind of magical wand and jigsaw missed piece? Has anyone got any ideas to kind of move forward with it? Because I say, I&#8217;m going to be looking, moving forward now, what I can do and how I can connect and get back in touch with people that I&#8217;ve not spoken to. I&#8217;ve already done it with a few people I hadn&#8217;t spoken to in a while. It&#8217;s like, oh, I&#8217;ve not spoken to you, oh, you&#8217;ve got a child as well. Oh, lovely. Those things you talk about which you just kind of left.</p>\n\n\n\n<p class="wp-block-paragraph">But yeah, I completely cut short on it and it&#8217;s just bizarre. But it is kind of coming back. It&#8217;s nice to know that whilst it&#8217;s quiet, it&#8217;s still there. It hasn&#8217;t died out, it&#8217;s just a little bit smaller than it was. But like you say, whether it can rebuild to where it was, or even partway to that is the query. I&#8217;d hope it can because I think it helps.</p>\n\n\n\n<p class="wp-block-paragraph">And the project itself, as you mentioned, WordPress wouldn&#8217;t exist without a community because it&#8217;s built by a community. It&#8217;s not built by a singular development company, and we wait for them to do it, you get involved. If you want to work with WordPress, you can do. There&#8217;s nothing stopping you getting involved. You can get in, you can be involved, you can be a tester, you can be a developer for it. There&#8217;s no like barrier to be involved in it, and it needs that community to keep it going. As you said, it wouldn&#8217;t probably have progressed to where it is without that community behind it.</p>\n\n\n\n<p class="wp-block-paragraph">And that community is still there in some context, but where are they in terms of, how can I to them and talk to them? Because there&#8217;s definitely people I want to reach out to again. And what&#8217;s the way to reach people these days? What&#8217;s the platform now? What&#8217;s the way to reach out to people? Where are people talking? Are they talking anymore? Or is it all just looking at TikTok? This is where I&#8217;m going to sound really old. Looking at like TikTok and just looking at short videos of things and that&#8217;s where. Or do people still communicate, and how? What&#8217;s the way to do that?</p>\n\n\n\n<p class="wp-block-paragraph">[00:30:20] <strong>Nathan Wrigley:</strong> I get what you&#8217;re saying by the way. I am of a certain age and things like, how do you even do TikTok? What even is that? I&#8217;m not entirely sure. But again, rewinding the clock, the website was the thing. That was the fulcrum of the internet really. It was, you know, suddenly you had this capacity to publish things online, and in order to do that, certainly prior to Facebook and MySpace and those platforms, you had your blog, you know, that was the way to do it.</p>\n\n\n\n<p class="wp-block-paragraph">You had to go through the process of setting it up. And the process of setting it up would pull back the curtain on, oh, so this is a bunch of files and a thing called a database. Right, okay. And that&#8217;s now on my computer, is it? Oh, right. And then that means I can mess up out with it. Oh, that&#8217;s interesting. And I can do this. And so this loop of curiosity gets created.</p>\n\n\n\n<p class="wp-block-paragraph">Whereas now, and again, this is where I&#8217;m going to sound old, the internet feels like a very different place. You know, you&#8217;ve got a billion platforms that you can just log into, no money down. There&#8217;s maybe some, you know, quid pro quo in terms of advertising or selling whatever it is that your attention can demand. And you can create your stuff over there, and it&#8217;s fine. And that platform has a reach of 3.6 billion people and yada yada, on you go.</p>\n\n\n\n<p class="wp-block-paragraph">So whether the incentives for younger people has changed because they just don&#8217;t see the need for having a website. Because that&#8217;s all been taken care of by these platforms that you log into. And, oh, just go over there, username, password, I&#8217;m all done. I think there&#8217;s something there.</p>\n\n\n\n<p class="wp-block-paragraph">[00:31:48] <strong>Simon:</strong> Yeah, I guess it&#8217;s the questions when you&#8217;re working on something. Because back in the day you would speak to someone, it would be someone&#8217;s response. If I had a question I would need someone to have answered that question on the internet. So developers will, of a certain age, will know Stack Overflow is kind of the go-to. That&#8217;s where we spent most of our time on the internet. You&#8217;d ask Stack overflow because you&#8217;d hope someone else had the same issue, and they responded or they&#8217;ve posted it, someone&#8217;s told them how to fix it or that kind of thing.</p>\n\n\n\n<p class="wp-block-paragraph">And I got to the point where even I started, I made it as a goal to hit a certain score on Stack Overflow. I was like, right, I&#8217;m going to hit a certain score, I&#8217;m going to respond, I&#8217;m going to answer questions, just because I want to feel like I&#8217;m giving back because it felt nice. I&#8217;d consumed so many answers from Stack Overflow, it felt rude not to give back. And the same thing for me I think with WordPress is I was consuming so much information I wanted to kind of give back, it was nice. And it made you feel, there was a nice thing in the community thing was, if I knew the answer to something and I could explain that to someone else and help them, it was a nice feeling, it was a nice thing to do.</p>\n\n\n\n<p class="wp-block-paragraph">It was like, I&#8217;ve learned this thing, and you are looking to do that thing, oh, I learned it, do it this way, this is how you do it. And that kind of helped me. So all of my Stack responses were WordPress. And it was nice to kind of respond to someone and them say, oh yeah, that&#8217;s great, and then several other people would like it. It was just a real nice, positive thing as well.</p>\n\n\n\n<p class="wp-block-paragraph">But now, again, there is a lot of reliance on AI coming forward, because it&#8217;s like, you ask AI and AI gives you the answer. And whilst AI consumes information from people, it doesn&#8217;t tell you who it consumed it from. So your answer is coming from the AI agent you are using, not from whoever&#8217;s actually come up with that answer. So you&#8217;ll get your responses, you don&#8217;t have to reach out to a person anymore so much as you did back in the day. And whether that&#8217;s a factor that the community isn&#8217;t needed because it&#8217;s being replaced. And you aren&#8217;t exposed to the community so you are not getting the answers through the community, you are getting it kind of channeled through an AI agent who&#8217;s consuming that.</p>\n\n\n\n<p class="wp-block-paragraph">So they&#8217;re doing all the stuff you used to do, and giving you the answers without you having gone into the community and found out that, oh, it was Joe Blogs who answered that question. And it might be that you reach out to them and say, actually, you knew this, do you know that? I&#8217;ve made connections through kind of these things as well, and if the answers are no longer attributed, and it&#8217;s like the AI agent is the one who&#8217;s responded, you don&#8217;t know who actually did that if that came through someone because it&#8217;s got this information.</p>\n\n\n\n<p class="wp-block-paragraph">[00:34:07] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s just the void provided the answer for you. Yeah, yeah.</p>\n\n\n\n<p class="wp-block-paragraph">[00:34:11] <strong>Simon:</strong> Exactly. And that&#8217;s the community&#8217;s kind of gone on that sense but, is that how people are kind of, that&#8217;s what they like or do people still enjoy asking others? I still like responding to others internally in my team. If one of my fellow devs has a question, I love to kind of speak, screen share, go and talk through together, because it&#8217;s a lot more kind of enjoyable than just asking the internet.</p>\n\n\n\n<p class="wp-block-paragraph">[00:34:32] <strong>Nathan Wrigley:</strong> Yeah. So I wonder if that&#8217;s the bear bones of what we need to sort of aspire to. So it&#8217;s to realise that there&#8217;s a proclivity to, so, okay, rewind a bit. To realise that the community has taken a hit. There&#8217;s no question that&#8217;s happened. But also to realise that there isn&#8217;t a panacea for this. There&#8217;s no red pill that we can take which is going to fix it over time.</p>\n\n\n\n<p class="wp-block-paragraph">It&#8217;s to recognise that there&#8217;s value in these things. It may be that there has been a dwindling in the audience of these things, but also that little avatar that you just painted of the person who&#8217;s curious about the code, but also has a desire to hang out, for the multitude of reasons that that could be, you know, they want to just hang out because that&#8217;s a nice thing to do, or they want to do networking, or they want to just make connections that they can chat to when they&#8217;re not in the room. To recognise that those people are still out there, and maybe those numbers are smaller.</p>\n\n\n\n<p class="wp-block-paragraph">Whilst you were talking also, it sort of occurred to me that maybe we&#8217;re just in flux. You know, nobody&#8217;s writing on cuneiform tablets anymore. Nobody&#8217;s using a stylist to write on papyrus anymore. Things change, you know, over time. And it may be that this is just the new normal, this is what we now have. I&#8217;m not entirely sure. But I kind of long for halcyon days. I&#8217;m looking back to those sort of 2018s, 2019s and thinking that&#8217;s the bar I&#8217;d like to have set. Whether or not that&#8217;s possible, I&#8217;m not sure.</p>\n\n\n\n<p class="wp-block-paragraph">[00:35:59] <strong>Simon:</strong> Yeah. It leads to me onto the level up on the Meetup was the WordCamps where it was a big kind of weekend event. And I was lucky enough to be involved. So I was the speakers organiser for the WordCamp that was in Bristol in 2019. Ironically booked my boss before I joined a company just as one of the speakers, and someone we employed as well I booked in for that.</p>\n\n\n\n<p class="wp-block-paragraph">And that was just, yeah, it got so big that we could actually run an entire weekend of stuff. But because the Meetups are now going down in size, I see there is still the appetite. It seems in America and other kind of countries around, but would there still be the appetite in England specifically, where we&#8217;re both based, for there to be a WordCamp? Would there be enough to warrant one of those? Or would it have to be very scaled back? Because I remember back in the day, I&#8217;ve been to like the London ones and you&#8217;ve got multiple tracks. Even the Bristol one had two separate tracks running. But now would it be something a bit more stripped back? Would it just be one track and a small kind of event? What scale would it be? Would there still be the interest?</p>\n\n\n\n<p class="wp-block-paragraph">[00:36:56] <strong>Nathan Wrigley:</strong> And also, does it have to be kind of mixed up with other things? Like, does it have to be part entertainment, part information, part hallway? Because again, I just wonder if that&#8217;s the diet that we&#8217;ve created ourselves with. Our always on culture, where entertainment is so readily available, I do wonder if, you know, we&#8217;ve got to just acknowledge that those things are of importance.</p>\n\n\n\n<p class="wp-block-paragraph">If you want to attract an audience of people, you&#8217;ve got to have the social afterwards, you&#8217;ve got to have the band, the live entertainment, the bits in between, the, I don&#8217;t know what that is, but just some aspect of gimmicks to make these events fun. Not just, okay, let&#8217;s go to a talk, watch the talk and then all go home.</p>\n\n\n\n<p class="wp-block-paragraph">[00:37:36] <strong>Simon:</strong> Yeah. There was always, I mean the thing I liked with a lot of these was there was the kind of a developer day or, that often preceded so you could get involved a bit more for those who wanted to. So there were kind of certain things. There were the socials as well that was always key to some, and that was just a nice way to kind of unwind afterwards. Because a lot of the time people would be traveling, so you didn&#8217;t want to go to the event and then go back to the hotel room and sit on your own. You could stay out and chat.</p>\n\n\n\n<p class="wp-block-paragraph">And as mentioned before, the community is a lovely community. So it&#8217;s people you want to hang out with because they&#8217;re nice people to hang out with. They&#8217;re all really lovely. And I&#8217;ve met a lot of really nice people at Meetups, at WordCamps. Just afterwards in particular and just chatting, chat about anything because after a while you get bored talking about WordPress, you&#8217;ll chat about whatever you want.</p>\n\n\n\n<p class="wp-block-paragraph">I mean if I get talking about music then I&#8217;m away. But it&#8217;s just, you build those relationships. And there are connections that I&#8217;ve made back, six, seven years ago that I&#8217;m still in touch now and I&#8217;m reaching out again and going, we lost that touch in between. So I&#8217;m kind of reaching out again and just catching up with people. It&#8217;s just nice to know like, oh, you&#8217;re still in the industry. What are you doing? What&#8217;s happened to you? And that kind of just disappeared almost. There wasn&#8217;t a way to stay in touch in between.</p>\n\n\n\n<p class="wp-block-paragraph">[00:38:42] <strong>Nathan Wrigley:</strong> The sort of glib comment that I made at the beginning about the fact that if we were to switch on the cameras on this podcast, we&#8217;d be able to see that Simon has a guitar in his background.</p>\n\n\n\n<p class="wp-block-paragraph">[00:38:51] <strong>Simon:</strong> I&#8217;ve got more if you look further up.</p>\n\n\n\n<p class="wp-block-paragraph">[00:38:52] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s many musical instruments there. But the point being though that there seems to be a, certainly from my perspective, doing these interviews on a, multiple a week. There&#8217;s a high correlation between musicians and WordPressers. And so I&#8217;m going to drop this bomb. Maybe that&#8217;s a channel for these events is to combine other things. Like combine cinema with a WordPress event. So, you know, there&#8217;s a track for watching films at the same time as there&#8217;s tracks for speakers, but there&#8217;s also live music over there. You know, I&#8217;m not suggesting we invite Coldplay or anything. But, you know, some local acts. Maybe some of the people that are involved in the event themselves, many of whom we know are musicians. It&#8217;s gimmicks again, but it&#8217;s fun.</p>\n\n\n\n<p class="wp-block-paragraph">[00:39:32] <strong>Simon:</strong> It&#8217;s a nice way, yeah, I mean it&#8217;s on our, so our band&#8217;s been going for a while and it&#8217;s still on our bucket list is to actually perform somewhere. We get together and rehearse and it&#8217;s one of my bucket list things is I would love to actually perform. Even if it&#8217;s just in a small pub in front of a handful of people and I know them all anyway, but just to kind of do that performance in front of things.</p>\n\n\n\n<p class="wp-block-paragraph">So that could be tied in. I wouldn&#8217;t be against kind of suggesting it to the rest of the guys and saying, there&#8217;s going to be this event and there&#8217;s all sorts of things taking place. There&#8217;ll be some technical talks or whatever and all these things. There&#8217;s also some music so we could perform. Definitely an idea. Yeah, like you said, there&#8217;s a lot of musicians around.</p>\n\n\n\n<p class="wp-block-paragraph">[00:40:07] <strong>Nathan Wrigley:</strong> Like a hybrid, arts meets technology kind of event.</p>\n\n\n\n<p class="wp-block-paragraph">[00:40:11] <strong>Simon:</strong> Yeah. There&#8217;s a lot of creativity. One of the best people I got speaking at the Bristol Meetup, bare in mind this is just a very small handful of people, a guy called Gavin Strange who works for Aardman. He is just amazing, and he&#8217;s done some brilliant speeches. I lucked out working with him on a community thing where we got together on a weekend and built websites in the space of a weekend. So thank God for WordPress, I basically built a site in, I don&#8217;t know, about five hours, we built a website from scratch.</p>\n\n\n\n<p class="wp-block-paragraph">He was working with us doing some animations and things and was such a positive, really great person. He works outside of work. He&#8217;s insane. He never stops. I reached out on a whim and said, do fancy doing a talk? And he goes, well, I don&#8217;t do WordPress. It doesn&#8217;t matter, it can be anything. And he came along and did a really good, positive, energetic talk. And that was my biggest coup was I got him to speak to us.</p>\n\n\n\n<p class="wp-block-paragraph">[00:40:57] <strong>Nathan Wrigley:</strong> And it was nothing to do with WordPress. Okay, that&#8217;s so interesting.</p>\n\n\n\n<p class="wp-block-paragraph">[00:41:00] <strong>Simon:</strong> Absolutely nothing. Nothing to do with WordPress. He just talked about, I can&#8217;t even remember, it&#8217;s a long time ago, but it was just interesting because it, just talking about what he does and a lot of kind of what he does outside of his working day and keeping busy and just.</p>\n\n\n\n<p class="wp-block-paragraph">[00:41:14] <strong>Nathan Wrigley:</strong> There&#8217;s a lot of overlap with soft skills and things, isn&#8217;t there? And to be honest with you, even just learning about the animation process and the tech, no doubt, involved in that. It&#8217;s kind of interesting. Okay. This is fascinating. This is going in an unexpected direction.</p>\n\n\n\n<p class="wp-block-paragraph">[00:41:27] <strong>Simon:</strong> That&#8217;s my thing now is maybe I can reach out to him again. And then through my other ways I&#8217;ve, I know someone who&#8217;s done a TED talk. That&#8217;s just probably a little level too much, but he&#8217;s a mountain biker. But I wonder, can I tie in that into somehow? And can I pull in that crowd that way? There&#8217;s all those kind of connections. It&#8217;s like, it doesn&#8217;t have to be. I think that&#8217;s the thing, we managed to get across that it doesn&#8217;t have to be WordPress. You can talk about anything if it relates to the internet, and then it might just aspire that that connects to a site that runs WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">That&#8217;s how we kind of got a bigger crowd because we dabbled. We did do a technical focused one and it just, that was my thing. I really wanted to get techie and nerdy and it&#8217;s like, but you just cut down to too much of a niche and you&#8217;re cutting people out. It&#8217;s better to kind of have all sorts of things, and as I mentioned before, getting people to see a talk about something they might not think they&#8217;re interested in and realise actually it is very interesting and put across and try and get people in.</p>\n\n\n\n<p class="wp-block-paragraph">[00:42:17] <strong>Nathan Wrigley:</strong> Yeah. I think that&#8217;s the perfect place to sort of draw a line under this one. So what we&#8217;re saying is that WordPress events, Meetups in particular, I think we&#8217;re talking about mainly, they&#8217;re definitely going through a state of flux. We don&#8217;t necessarily have the answer, but we&#8217;ve definitely floated what the problem is. And there&#8217;s a few towards the end there, interesting ideas of ways to possibly make it more engaging to people who&#8217;ve, I don&#8217;t know, just lost interest, or have never come across WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">So, oh, that&#8217;s fascinating. I really enjoyed that. Simon, where do people find you? Where are, you mentioned earlier how the entire world of social networking has been shattered.</p>\n\n\n\n<p class="wp-block-paragraph">[00:42:53] <strong>Simon:</strong> That&#8217;s my issue. Yeah, well, I mean you can find me on illustrate.digital. I&#8217;ve got to give a slight plug out to the company I work for. We are a WordPress agency. We do loads of stuff for WordPress. At the minute I seem to be living on LinkedIn. I got addicted to a game on there, and then I kept kind of pulling back. That&#8217;s my kind of way to reach out at the minute so you can find me there. I think, yeah, otherwise I don&#8217;t really use the other socials. I am on Facebook, if you find me, good luck. But otherwise I think LinkedIn is the way to get me initially. But if you&#8217;ve got an example and say, ah, you should join this platform, do reach out and let me know, I&#8217;m happy to have a look.</p>\n\n\n\n<p class="wp-block-paragraph">[00:43:22] <strong>Nathan Wrigley:</strong> Thank you. I will make sure that anybody listening to this is able to find that. If you go to wptavern.com, search for the episode with Simon Pollard in, you&#8217;ll be able to probably scroll to the bottom of the show notes and there&#8217;ll be links to his LinkedIn.</p>\n\n\n\n<p class="wp-block-paragraph">So Simon Pollard, that was a really curious and interesting chat. Thank you for chatting to me today. I appreciate it.</p>\n\n\n\n<p class="wp-block-paragraph">[00:43:41] <strong>Simon:</strong> Thank you very much Nathan.</p>\n</div></details>\n\n\n\n<p class="wp-block-paragraph">On the podcast today we have <a href="https://www.linkedin.com/in/simonp303/">Simon Pollard</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Simon has been building with WordPress for many years. Originally from Devon in England, he’s worked as a professional web developer across locations, eventually landing at Illustrate Digital, where he’s been for six years. Simon’s not just a coder, he’s been deeply involved in the WordPress community, not only organising, but helping to grow the Bristol WordPress Meetup from a casual get-together in a pub to a thriving, officially-backed event with dozens of regular attendees.</p>\n\n\n\n<p class="wp-block-paragraph">Like many in the WordPress ecosystem, Simon wears multiple hats. He’s a musician, a devoted dad, and an accidental community leader who found himself at the heart of local WordPress organising. But COVID-19 changed all that. In today’s episode, Simon explains what happened to WordPress Meetups during and after the pandemic, how vibrant communities fizzled out, how hard it was to bring people back, and the new challenges of connecting when traditional social media platforms no longer bring everyone together.</p>\n\n\n\n<p class="wp-block-paragraph">Simon talks about his own journey, how he paused on events, shifted his social life to music, and struggled to hand the Meetup keys to new organisers. Eventually, a call from old friends drew him back, and he was faced with the new reality, smaller groups, fractured channels, and the question of how to keep the in-person spirit of WordPress alive.</p>\n\n\n\n<p class="wp-block-paragraph">We get into the irreplaceable value of real-life connection, the ‘warmth in the room,’ and the need to rethink what gets people to in-person events now. Is it hybrid events? Perhaps it’s music? Something beyond pure WordPress talks? We discuss what’s been lost, what still matters, and what it might take to build the next era of WordPress community in a distracted, always-connected world.</p>\n\n\n\n<p class="wp-block-paragraph">If you’re curious about the future of WordPress Meetups, if you’ve felt the ebb and flow of community during the past few years, or if you just want to know how to find your people again, this episode is for you.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.linkedin.com/in/simonp303/">Simon on LinkedIn</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://illustrate.digital">Illustrate Digital</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.meetup.com/bristol-wordpress-meetup-group/">Bristol WordPress Meetup Group</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Mar 2026 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Nathan Wrigley";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Open Channels FM: It’s Channel 4, Literally";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=2551213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://openchannels.fm/its-channel-4-literally/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"Welcome to Channel 4, where Bob Dunn finally found a home for offbeat chats after sleepless nights. It’s the podcasting wild card.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Mar 2026 10:10:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"HeroPress: I Don’t Have It All Figured Out. I Show Up Anyway.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=8509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:168:"https://heropress.com/essays/i-dont-have-it-all-figured-out-i-show-up-anyway/#utm_source=rss&utm_medium=rss&utm_campaign=i-dont-have-it-all-figured-out-i-show-up-anyway";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9087:"<img alt="Pull Quote: You don’t have to wait until you feel ready. You just have to show up." class="attachment-large size-large wp-post-image" height="512" src="https://heropress.com/wp-content/uploads/2026/03/031726.webp" width="1024" /><section class="wp-block-newsletterglue-group" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px;">\n<figure class="wp-block-audio"><audio controls="controls" src="https://heropress.com/wp-content/uploads/2026/03/Indira_Biswas_HeroPress_Audio.mp3"></audio><figcaption class="wp-element-caption">Here is Indira reading her own story aloud.</figcaption></figure>\n</section>\n\n\n<p>My background is in Quality Assurance: testing features, observing behaviour, and making sure things work as expected. For a long time, I believed open source contribution mostly meant writing code. Since I wasn’t a developer, I saw myself more as someone learning from the community than contributing to it.</p>\n\n\n\n<h2 class="wp-block-heading" id="h-finding-my-place">Finding My Place</h2>\n\n\n\n<p>I grew up in <a href="https://en.wikipedia.org/wiki/Akola">Akola</a>, a small town a few hours from <a href="https://en.wikipedia.org/wiki/Nagpur">Nagpur</a>. Our school computer lab had one computer for every ten or twelve students. I was shy, so I rarely got a turn at the keyboard. Most of the time I watched from a few rows back, trying to understand what the others were doing.</p>\n\n\n\n<p>I went on to complete a diploma and then a degree in Computer Science. Fast forward to today: I started a role at <a href="https://rtcamp.com/">rtCamp</a>, a company where contributing to open source is part of the culture rather than something people do in their spare time. Even then, I was too reluctant to ask whether there was a place for a QA engineer in the WordPress contributor community.</p>\n\n\n\n<p>Then, at a Contributor Day, I watched a few people test a feature, open tickets, report bugs, and translate strings. They weren’t writing code, but they were clearly contributing. I remember thinking: this is exactly what I do. I eventually understood that testing is an important part of building better software, and that there is space for many different kinds of contributors.</p>\n\n\n\n<p>While browsing <a href="https://make.wordpress.org/chat/">WordPress Slack</a> one day, I came across the <a href="https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/">WordPress Contributor Mentorship Program</a>. It felt like the opportunity I had been waiting for. Without consulting anyone or giving myself time to second-guess it, I signed up. The program did what the best communities do. It didn’t focus on teaching me how to code. Instead, it showed me how to collaborate: how to work with a team, support each other, communicate clearly, and encourage one another. It helped me understand why the WordPress community feels so welcoming to so many people.</p>\n\n\n\n<h2 class="wp-block-heading" id="h-one-step-at-a-time">One Step at a Time</h2>\n\n\n\n<p>From there, I started contributing to the Polyglots team, then Core, Test, and Photos.</p>\n\n\n\n<p>Being part of these teams helped me understand open source in a new way. I started to see how many different kinds of work go into building and supporting a project. Not just writing code, but testing, translating, documenting, and helping each other. Every contribution, no matter how small, helps move things forward.</p>\n\n\n\n<p>I became a contributor on consecutive releases: WordPress 6.7 “Rollins,” WordPress 6.8 “Cecil,” and WordPress 6.9 “Gene.” I still feel the butterflies, and a lot of pride, every time I’m listed as a contributor in a release post. The community had quietly been helping me overcome my fears, and I no longer felt the jitters about coming forward and putting my name in for different roles.</p>\n\n\n\n<p>A recent example: there was an upcoming Contributor Day at WordCamp Asia, and I signed up to volunteer at a table. I didn’t apply to lead or co-lead. That felt like too much. Volunteering was enough. Then I got a call from the organisers asking if I would be open to co-leading the table.</p>\n\n\n\n<p>For once, I said yes.</p>\n\n\n\n<p>I am still a month away from WordCamp Asia 2026 as I write this. I am thrilled and nervous in roughly equal measure. The person who used to watch from the back of the school computer lab is going to stand and address a room full of people.</p>\n\n\n\n<p>I don’t know yet how it will go. But I said yes, and that feels like something.</p>\n\n\n\n<h2 class="wp-block-heading" id="h-for-anyone-watching-from-the-sidelines">For Anyone Watching from the Sidelines</h2>\n\n\n\n<p>It wasn’t always easy. I completed my primary schooling in the regional language, and things as basic as speaking and writing fluent English required a lot of effort. On many occasions, I doubted myself.</p>\n\n\n\n<p>I feel very fortunate to have been welcomed into this community with open arms. From the very beginning I felt at home, and I have never been made to feel like I don’t know enough. I am still learning every day, finding my path and trying to make an impact.</p>\n\n\n\n<p>There are many accomplished contributors and talented women in this community, juggling multiple responsibilities, quietly taking on leadership roles, contributing consistently without making a fuss about it. None of them waited to feel ready. They started anyway, and the community met them where they were. I am sure that by simply continuing to show up, I will learn a great deal from them and keep finding my voice along the way.</p>\n\n\n\n<p>If you’re someone who is on the fence about starting a contributor journey in the WordPress community, know this: there is no hierarchy here. Everyone is welcome and equally valued. The work you already know how to do is needed. You don’t have to learn to code, unless you want to. You don’t have to wait until you feel ready. You just have to show up.</p>\n\n\n\n<p>It’s okay if you’re not ready to lead yet. It’s okay if you’re still watching from the sidelines. Start where you are. Your yes will come.</p>\n\n\n\n<p>My name is Indira Biswas. I am a QA Engineer at rtCamp. I have contributed to WordPress Core, the Test Team, Polyglots, and Photos. I have spoken at WordCamps, and in a few weeks I will stand on the WordCamp Asia stage as emcee and co-lead the Core table at Contributor Day.</p>\n\n\n\n<p>I am grateful beyond what I know how to say, to the community that kept the door open, to people like <a href="https://www.worksbymichelle.com/">Michelle Frechette</a>, <a href="https://www.linkedin.com/in/thecancerus/">Amit Kumar</a>, and <a href="https://profiles.wordpress.org/pavanpatil1/">Pavan Patil</a> who were encouraging from the very beginning, and to the Mentorship Programme.</p>\n\n\n\n<p>The WordPress community gave me a place to put my work and a reason to keep doing it. I hope to keep giving that back for a long time.</p>\n\n\n\n<p>If you are coming to WordCamp Asia in Mumbai this year, please come say hi. I would love to meet you, hear your story, and yes, probably add a few more photos to my selfie collection.</p>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8514" height="1024" src="https://heropress.com/wp-content/uploads/2026/03/WordCamp-Pune-2025-820x1024.webp" width="820" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8516" height="769" src="https://heropress.com/wp-content/uploads/2026/03/WordCamp-Pune-2026-1024x769.webp" width="1024" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8515" height="768" src="https://heropress.com/wp-content/uploads/2026/03/WordCamp-Pune-2026-_-Team-1024x768.webp" width="1024" /></figure>\n</figure>\n\n\n\n<div class="wp-block-group has-background is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-8f084edc wp-block-group-is-layout-flex" id="desktop">\n<h2 class="kt-adv-heading8509_a5d107-fd wp-block-kadence-advancedheading" id="work-environment">Indira&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Indira for a view into her contribution life and this is what she sent! Make sure you click on the hot spots.</p>\n\n\n	<div class="hotspots-image-container">\n		<img alt="Indira Biswas&#039; Desktop" class="hotspots-image skip-lazy" height="2259" src="https://heropress.com/wp-content/uploads/2026/03/Indira_Biswas_Desktop.webp" width="1440" />\n	</div>\n\n\n\n\n<p class="has--font-size">HeroPress would like to thank <a href="https://wpdrawattention.com/">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div>\n<p>The post <a href="https://heropress.com/essays/i-dont-have-it-all-figured-out-i-show-up-anyway/">I Don’t Have It All Figured Out. I Show Up Anyway.</a> appeared first on <a href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Mar 2026 02:30:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Indira Biswas";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"Open Channels FM: Connecting Decentralized Social Networks and Rethinking Interoperability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=2551015";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/connecting-decentralized-social-networks-and-rethinking-interoperability/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:196:"In this chat, Matthias and Ryan dive into Ryan''s journey building tools like Bridgy to connect decentralized networks, emphasizing the importance of interoperability and community in the open web.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Mar 2026 09:30:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Matt: Song Creation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151483";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2026/03/song-creation/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2957:"<p class="wp-block-paragraph">I&#8217;m in New Orleans for the first time in 7 years for a beautiful wedding. My Mom&#8217;s side of the family emigrated here in the 1860s, and there&#8217;s a deep comfort in the art, traditions, and weirdness of <a href="https://www.louisianafolklife.org/lt/articles_essays/creole_art_creole_state.html">Creole culture</a>. Good music and food are ubiquitous. </p>\n\n\n\n<p class="wp-block-paragraph">I met up with WordPresser <a href="https://gravatar.com/blakeaeda05338c">Blake Bertuccelli-Booth</a> to catch a set by <a href="https://jasonmarsalis.com/">Jason Marsalis</a> at <a href="https://snugjazz.com/">Snug Harbor</a>, featuring some great originals and surprising arrangements of <a href="https://www.youtube.com/watch?v=XPpTgCho5ZA">Maroon 5&#8217;s &#8220;This Love&#8221;</a> and the music from the <a href="https://www.youtube.com/watch?v=nd2Xiz_XEt4">Bejeweled Butterflies</a> game. Great artists find inspiration everywhere.</p>\n\n\n\n<p class="wp-block-paragraph">Afterward, we went to see my friend <a href="https://www.tromboneshorty.com/">Troy, aka Trombone Shorty</a>, at his studio. (Troy and I met when we both received the <a href="https://www.heinzawards.org/recipients">Heinz Award in 2016</a>.) He was with <a href="https://www.instagram.com/silkktheshocker/">Silkk the Shocker</a> and <a href="https://www.reggienic.com/">Reggie Nicholas Jr.</a>, working on beats and songs. Though I was there for just a short while, it was inspiring to see the act of musical creation.</p>\n\n\n\n<figure class="wp-block-image size-full"><img alt="" class="wp-image-151490" height="805" src="https://i0.wp.com/ma.tt/files/2026/03/IMG_2458.jpeg?resize=604%2C805&#038;quality=89&#038;ssl=1" width="604" /></figure>\n\n\n\n<p class="wp-block-paragraph">A few days ago, <a href="https://www.edsheeran.com/">Ed Sheeran</a> went on the new <a href="https://www.youtube.com/@friendskeepsecrets">Benny Blanco / Lil Dicky / Kristin Podcast Friends Keep Secrets</a>. I haven&#8217;t watched the entire episode, but the twenty minutes from about 1:09 to the end where Ed and Benny come up with a new song I&#8217;ve seen 4 times now, it&#8217;s magical. Check it out, it&#8217;s one of the coolest things you&#8217;ll see this week.</p>\n\n\n\n<figure class="wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n\n\n\n<p class="wp-block-paragraph">I&#8217;ve seen Ed Sheeran loop his songs live, but this act of creation is very special, and I love the dynamic between him and Benny. It reminds me of that magical moment in <a href="https://www.disneyplus.com/browse/entity-eaea3ecf-6636-4468-b777-54bb2aee5545">Peter Jackson&#8217;s Get Back documentary</a> where you <a href="https://www.youtube.com/watch?v=-R8pFCE3TP8">see Paul McCartney and the band come up with the idea for the classic song Get Back</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 15 Mar 2026 05:23:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:11;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"Gutenberg Times: Gutenberg Changelog #128 – Gutenberg 22.7 Version and Dev Notes for 7.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://gutenbergtimes.com/?post_type=podcast&p=44744";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"https://gutenbergtimes.com/podcast/gutenberg-changelog-128-gutenberg-22-7-version-and-dev-notes-for-7-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58698:"<p class="wp-block-paragraph"><img alt="🎉" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f389.png" style="height: 1em;" /> Announcing GT Changelog Podcast Episode 128: Deep Dive Into Gutenberg 22.7 &amp; WordPress 7.0 Dev Notes! <img alt="🎉" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f389.png" style="height: 1em;" /></p>\n\n\n\n<p class="wp-block-paragraph">We’re back with another packed episode of the GT Changelog Podcast! In episode 128, host Birgit Pauli-Haack welcomes JavaScript developer and full-time WordPress contributor Maggie Cabrera for an insightful conversation about all things Gutenberg and WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">In this episode, we unpack the highlights of Gutenberg 22.7, with a special focus on the latest features coming to WordPress 7.0. From the innovative navigation overlays—earning plenty of “oohs” from the community—to the long-awaited pseudo selectors in theme.json, our speakers share behind-the-scenes perspectives on development.</p>\n\n\n\n<p class="wp-block-paragraph">Birgit Pauli-Haack and Maggie Cabrera explore game-changing updates like the new breadcrumbs block, PHP-only block registration, and the emerging real-time collaboration features. They also discuss the vision for my.wordpress.net—WordPress running right in your browser for ultimate digital sovereignty.</p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes">Show Notes</a> / <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript">Transcript</a></p>\n\n\n\n<ul class="wp-block-list">\n<li>Editor: <a href="https://www.linkedin.com/in/sandy-reed/">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href="https://markuraine.com/">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href="https://icodeforapurpose.com">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class="has-larger-font-size wp-block-paragraph" id="shownotes"><strong>Show Notes</strong></p>\n\n\n\n<h2 class="wp-block-heading">Special Guest: Maggie Cabrera</h2>\n\n\n\n<ul class="wp-block-list">\n<li>GitHub <a href="https://github.com/MaggieCabrera">MaggieCabrera</a></li>\n\n\n\n<li><a href="https://profiles.wordpress.org/onemaggie/">WordPress profile</a></li>\n\n\n\n<li><a href="https://twitter.com/one_maggie">Twitter @one_maggie</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">My.WordPress.net</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://wordpress.org/news/2026/03/announcing-my-wordpress/">Your Browser Becomes Your WordPress</a></li>\n\n\n\n<li><a href="https://ma.tt/2026/03/wordpress-everywhere/">WordPress Everywhere</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">WordPress 7.0 Dev Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2026/03/04/breadcrumb-block-filters/">Breadcrumb block filters</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/04/customisable-navigation-overlays-in-wordpress-7-0/">Customizable Navigation Overlays</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/04/changes-to-the-interactivity-api-in-wordpress-7-0/">Changes to the Interactivity API</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/04/dataviews-dataform-et-al-in-wordpress-7-0/">DataViews, DataForm, et al.</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/03/php-only-block-registration/">PHP-only block registration</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/09/pseudo-element-support-for-blocks-and-their-variations-in-theme-json/">Pseudo-element support for blocks and their variations in theme.json</a>\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/pull/75627">Implement state UI for pseudo selectors on Global styles</a></li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues/42299#top">Ability to style current menu item</a></li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/pull/75736">Navigation link: add support to style current menu item via theme.json</a></li>\n</ul>\n</li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/10/real-time-collaboration-in-the-block-editor/">Real-Time Collaboration in the Block Editor</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/wp-admin/post.php?post=121473&amp;action=edit">Iframed Editor Changes in WordPress 7.0</a></li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">More to come.  <a href="https://make.wordpress.org/core/tag/dev-notes+7-0/">Get the full list</a>.</p>\n\n\n\n<h2 class="wp-block-heading">What&#8217;s released?</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/">WordPress 6.9.2 Release</a></li>\n\n\n\n<li><a href="https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/">WordPress 6.9.3 and 7.0 beta 4</a></li>\n\n\n\n<li><a href="https://wordpress.org/news/2026/03/wordpress-6-9-4-release/">WordPress 6.9.4 Release</a></li>\n\n\n\n<li><a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-5/">WordPress 7.0 Beta 5</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/">What’s new in Gutenberg 22.7? (11 March)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/ai/2026/02/03/content-guidelines-a-gutenberg-experiment/">Content Guidelines as a Gutenberg experiment</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">What’s in active development or discussed</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="">Tabs: Restructure Tabs Menu and inner blocks</a><br /></p>\n\n\n\n<p class="has-large-font-size wp-block-paragraph">Stay in Touch</p>\n\n\n\n<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">\n<ul class="wp-block-list">\n<li>Did you like this episode? <a href="https://lovethepodcast.com/gutenbergchangelog"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href="https://twitter.com/gutenbergtimes">@gutenbergtimes </a>and <a href="https://twitter.com/bph">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href="https://gutenbergtimes.com/itunes/">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class="has-large-font-size wp-block-paragraph" id="transcript"><strong>Transcript</strong></p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Welcome to our 128th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about Gutenberg 22.7 version and dive a bit deeper into the dev notes for 7.0 that have been published as we record this on March 12th, 2026. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a core contributor for the WordPress open source project sponsored by Automattic. And today, I&#8217;m very happy to say Maggie Cabrera joins me on the show. Maggie is a JavaScript developer and theme builder and is contributing full-time to the open source project and also sponsored by Automattic. So welcome to the show, Maggie. How are you today?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Hi, I&#8217;m really good. Thank you for having me again. Really excited.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s been a long time. So maybe a year and a half or even two years. Yeah. Since I&#8217;ve been on the channel.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: At least one year. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Oh, and I forgot to mention in the intro that you are also a co-developer. You were a co-developer on the Twenty Twenty-Four theme, which was one of the first full-featured block default themes. And has gotten a lot of workout through the WordPress community because I think that started when, when people started with a default theme and just adjusted things and created that for client work or for private projects. And the others were okay. And I, I really like the Twenty Twenty-three part where we, there was a community push to get more style variations in. That was really cool.</p>\n\n\n\n<p class="wp-block-paragraph">Yeah. I think I need to go back to them to look at those. Again, to get some ideas there.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, I think it&#8217;s funny looking back at them and how each of those themes and Twenty Twenty-Five too have like different things from it that you could, you would want to reuse today because they haven&#8217;t gone out of style really. And hopefully soon we&#8217;ll be able to do that kind of thing where you can, you can have multiple themes installed, be able to reuse like patterns or style variations and stuff like that. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And I know that people are actually working on it. There was an idea to have the template management a little bit more safe for people. Ella, I think, was working on it. And she switched the priorities to revisions for 7.0. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Hopefully, maybe 7.1.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I also think that that&#8217;s part of it, that you can have multiple templates for the same slug. We talked about it on the show when we talked about 6.9 and what was coming from the Gutenberg. It&#8217;s still in Gutenberg, but it&#8217;s experimental now and you have to open it up through the experiments tab. But yeah, I&#8217;m, I really like that. And then you can reuse patterns. That&#8217;s definitely something. Yeah, we&#8217;ll see what&#8217;s coming down the pipeline. </p>\n\n\n\n<h3 class="wp-block-heading">WordPress 7.0</h3>\n\n\n\n<p class="wp-block-paragraph">So for WordPress 7.0, you worked on several features, for instance, bringing the pseudo selectors to the theme.json and patterns for the navigation overlays.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And the navigation overlays were really a got a few oohs when I demoed it last night at the meetup in Munich. And it was really cool to see. There were also some tiny things where I said, oh, I didn&#8217;t know that they were getting so much excitement out of people. Revisions, of course, was one. And the other one was that you can have a paragraph now create columns. So you have just one setting and you switch it on and then you can have a paragraph display in 2 or 3 columns depending on the site.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And that is really cool. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Well, anyway, so yeah, the overlay work has been in the making for so long and I&#8217;m so excited that that finally made it and I&#8217;m really happy with how it ended up looking by the time, like the deadline of the release. I think there will still be follow-ups and stuff, but I think it&#8217;s really, really nice. Now I not only worked on the patterns, but I also worked on the whole setup for themers to extend that. So a theme, a themer, but that, that was like previous work, I guess, but it all made it to the release. So a themer will be able to create a template part for the overlay to set up as a default, and also patterns. So you can have your theme will have maybe 5 different overlay patterns and then you&#8217;ll select, well, this one is going to be the default and you&#8217;ll assign it to the navigation block you want it to have it and you&#8217;ll instantly have it as soon as you activate the theme, which is really nice. </p>\n\n\n\n<p class="wp-block-paragraph">I&#8217;ve also been tinkering with it on my personal blog. I was like, now that I can have it, I have, because I have Gutenberg on it, I will, yes, yes, I need to put it on and change the colors and center it and put the site logo on it and all this kind of thing. So yeah, I&#8217;m really excited about what other people are going to be able to do with it. I think it&#8217;s quite flexible and I think it&#8217;s, there&#8217;s still more work to make it more flexible. Like things we want for people to be able to do something like if they want to make their overlay, like maybe always on, not just on mobile and not have it be full width, maybe only have like half the viewport, in the future, they will be able to do that. Right now there&#8217;s only one thing where you can&#8217;t really close it by clicking outside of it, which is the thing that we need to fix. But once we have that, the sky&#8217;s the limit.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. There was Nick Diego, a year and a half or so ago, wrote a tutorial on the developer blog about how to create mega menus.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yes, I remember that. Yeah, yeah, that&#8217;s the next step too.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And he had this idea with template parts and then push it into the navigation bar, but of course it wasn&#8217;t wired up from core, so he had to do some, some interesting workarounds. And then Mike McAllister with his Ollie Theme Builder, he had a plugin called the Menu Builder and it&#8217;s in the repo. </p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: I think that was a big inspiration when we were working on the navigation overlay.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s what I thought. Yeah. And there was a conversation between Mike McAllister and also Matt Mullenweg on Twitter and yeah, how to get this into core and I&#8217;m glad it&#8217;s now there and it can be, of course, everything can be improved, but—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Oh yeah, this is V1.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s phase one. Like I explained yesterday. It&#8217;s phase one. It&#8217;s baby steps. It can&#8217;t be fully featured.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: We iterate.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Yeah. </p>\n\n\n\n<h3 class="wp-block-heading">Announcements</h3>\n\n\n\n<p class="wp-block-paragraph">So, but today, completely a different thing was an announcement. No, it was yesterday actually that your browser becomes your WordPress. It&#8217;s the announcement of my.wordpress.net. It&#8217;s a browser-based, signup-free WordPress built on WordPress Playground. And those of you, dear listeners, who know Playground wouldn&#8217;t be all surprised how this is gonna work. But it&#8217;s just, the site is private across visits because it&#8217;s automatically saved in your browser. But it also offers an app catalog and one-click installs for personal CRM and RSS reader. And it&#8217;s kind of a prototype for maybe seen as a WordPress democratizing digital sovereignty because you can, you don&#8217;t have to put it on a central place. </p>\n\n\n\n<p class="wp-block-paragraph">You have it all on your browser, on your machine, and you can interact with your machine with it. It also has a hook into an AI assistant if you want to, and also some other apps. But the plugin and the WordPress still is what it is. But Matt also posted about it on his personal blog, Matt Mullenweg, under ma.tt, and he calls it the WordPress Everywhere. And outlines the strategy as well. And he can see that this one thing that&#8217;s in your browser and only for you can have peer-to-peer sync with another person&#8217;s MyWordPress, could have version control and also cloud publishing, which means pushing it to a host or pushing segments of it like single posts to another public website or any way you wanna kind of think about it. But it&#8217;s a kind of atomic container, composable units. And you can fully roll back. You can just say, okay, I don&#8217;t want it anymore. And then it&#8217;s gone. But it shifts. One of the hopes, it shifts from WordPress for millions to WordPress for billions. We&#8217;ll see. We&#8217;ll talk about it in the next 20 years about it. So, again, so AI will enhance it. And it&#8217;s the open source power is really coming to life in that vision. We&#8217;ll see if we can get the product also to fulfill all those promises. </p>\n\n\n\n<p class="wp-block-paragraph">I got a chance to try it out in early stages. It&#8217;s mainly built by Alex Kirk and he published it and then went on sabbatical. So it&#8217;s kind of— what&#8217;s this little baby? Yeah, took a little break and it&#8217;s a, I think it&#8217;s a wonderful proof of concept. It&#8217;s a rough experiment, definitely. But I love the app launcher instead of plugins because it&#8217;s kind of a different metaphor. Yeah, kind of if you can have this single install additional apps in WordPress, that would be so much more approachable than plugins that need to be installed and find and everything. And it&#8217;s a personal note-taking app with many others out there. But this would let you connect your personal ideas with what you&#8217;re doing out on the web and bring it in, in certain ways or other. So it kind of, you can kind of put it together. Say if you have a chat with your AI, you can copy paste it into your private WordPress and think about it some more and write about it or add it with other information and resources and just keep your own learning process private. But it&#8217;s not in a Google Doc, it&#8217;s just out there in the browser. Easy to use because it&#8217;s in WordPress. But yeah, there&#8217;s so many ideas that I all of a sudden had with that. So I really liked it. It was announced yesterday, so you probably haven&#8217;t gotten an opportunity.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Yeah. I&#8217;m gonna definitely check it out. Sounds really interesting.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Definitely do that. Yeah. TechCrunch also had, and I will share all the links in the show notes. TechCrunch also had a little report about it. So yeah, check it out. Of course, it&#8217;s the first version as always in WordPress and it&#8217;s baby steps, right? </p>\n\n\n\n<h3 class="wp-block-heading">Dev Notes</h3>\n\n\n\n<p class="wp-block-paragraph">Now with WordPress beta 4 being out, the first dev notes appear on the Make blog. And there are quite a few that are about the block editor. The first breadcrumbs block is coming to WordPress 7.0. And the dev note talks about the block filters. Yeah, learn how to use it with two PHP filters or customize it. And with the trail terms and also the taxonomy terms, the interface is actually more like, okay, we will, we will find out where your page is. Is it a subpage of a page section or is it a post in a category? And we put the things that we know about it into the breadcrumbs. And there&#8217;s a, you can have a home link in there and you can have the current page also in the trail if you want to. But that&#8217;s kind of, so yeah, I share the dev notes in, in the show notes, like we&#8217;re talking about all 6 or 7 of them. So yeah. But, um, have you worked with the breadcrumbs block?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: No, I had a time when I was working on WooCommerce theme development for a little while. And I knew that that was needed and I think Woo had its own little solution. So I&#8217;m really happy to see that there&#8217;s something coming to core. That definitely helps for any use case, not just the commerce side. So yeah, definitely need it. Will help SEO and everything. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. There were quite a few plugins out there. I think SEO had it already in there. So, but I&#8217;m not quite sure they were all block-based. So having a block in there and you can actually put &#8217;em on any page. Yeah. You don&#8217;t have to put &#8217;em in the template. So yeah, you can connect with. Have the visitor not getting lost so much on your big, big, big website. The next one, we already mentioned that that&#8217;s the customizable navigation overlays. And see developers learn how to register and bundle the new navigation overlay and customize that. That&#8217;s what you said for the mobile navigation. Yeah, the overlay, when I demoed it yesterday, it had always used as overlay. As a navigation, so the default navigation will never show. You always show the overlay, but that&#8217;s kind of full page and then you have to close it. Yeah, you mentioned that already. Yeah. So how would theme developers register and bundle then?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: So there&#8217;s, there&#8217;s a couple of options. So they can just do patterns and tag them as core slash, I think navigation overlay. I think it&#8217;s on the dev note. And that would have those patterns show on the sidebar when you create a new one. And right now you, we only have the ones that are coming from core, but if a theme bundles a few patterns more, you&#8217;ll see them too. But you can also, as a themer, decide, well, I want to not only bundle patterns, but also decide right away that the header that I&#8217;ve designed will have a specific overlay and they can decide which one and link it.</p>\n\n\n\n<p class="wp-block-paragraph">By having the attribute to the navigation block specifically. And if you want to have 4 headers for a website, for a theme, and each one of them is going to have a different overlay, you can absolutely do that. So it&#8217;s, you&#8217;re not tied to just one for the whole website. You can decide on a per-block basis. So it&#8217;s really nice.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Awesome.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: If a theme doesn&#8217;t want to do that, or you&#8217;re using a theme that it&#8217;s older than this feature, but you still want to use the navigation overlay, you can only need to click on the navigation block. And go to the settings and click on the— there&#8217;s an overlay on this, on the inspector on the sidebar. You can create a new overlay and it will automatically give you the simple one. That&#8217;s just your navigation block and the close button with a white background. And you can customize it or use one of the bundle patterns that came with the feature.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Is it possible to switch out those patterns?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, the same way you can for when you create a new page and it will show you all the, on the sidebar or this popup that tells you all the different patterns that come with your theme, you can completely replace them.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Okay.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Same that you do with the query block and all these kinds of things.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Awesome. Yeah. So I think a lot of theme developers are going to try it out and maybe have an update to their themes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, I can&#8217;t wait to see what they come up with.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So the next dev note is about the changes interactivity API. And that&#8217;s pretty much a new watch function, or that&#8217;s implementing a new watch function for the server-side state URL and populate cleaner patterns for side effects and navigation tracking. And there&#8217;s also the state.navigation is going to be deprecated. So watch out for those deprecation notices in the console log. Another dev note covers all the changes on the data views, the data form, and the field API. And there are some substantial updates in the API with new layouts, validation rules, grouping options for the table, and then picker improvements. And yeah, the whole package, I think it&#8217;s now in the version 13 or so for the data views. So it&#8217;s pretty great to use for plugin pages.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Oh yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And sites. So you don&#8217;t have to make any of the design decisions and keep up with— Yeah, yeah, yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Your components, those are really stable.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yes, they are.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And it is really fun and Claude code can really work with them. Just need to make sure that it&#8217;s kind of looking at the right version. So, and then there is a PHP only block registration. A lot of people, PHP developers—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, very excited about this.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Are excited about this. Yeah. Yeah, it has all the, all the details in the dev note about auto-register and also how you can with the auto-registration, you also can get all the inspector controls on the sidebar. If you enable the support for that. And I will share this also in the show notes. Brian Welcher has on his private or personal blog, wrote a whole tutorial on how to create a block like that and kind of walk you through step by step. I&#8217;m sure he also did a live stream on it. Or multiple, but I think that&#8217;s both of them. You can kind of look at the livestream on YouTube. So a lot of developers are really excited about that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And the next one is about the pseudo-element support for blocks and their variation in theme.json. And Maggie, you worked on that. How does it work?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. So this is basically just working on top of what we already have, like The theme developers can already define via theme.json support for hover, focus, focus visible, and all of these states for their blocks, like the buttons block, uh, on theme.json. But we have variations for blocks, and in particular on the buttons block, we have like the outline variation. And you could, on theme.json, change the background color for hover on your default button block, but if someone decides to use the outline, there is no way without using manually CSS to change the hover for the outline. So this, this little change adds that feature, but I think I wanted to talk about what&#8217;s coming up that&#8217;s not making it to 7.0, but we&#8217;ll make it for the next one, which we&#8217;re finally Hang on.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I have a question to the hover block theme.json. So I could do hover and focus changes also to other blocks than buttons? Is that what you&#8217;re selling? Or only to the button style variations?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Only for the way it worked before is you could do it for button blocks and elements and links, blocks and elements. Well, there&#8217;s no link blocks, so the link element. You could do that. Now you can also do it on the variations. So if you have a variation that&#8217;s created by core or one that you create yourself, you can also add hover for it. That&#8217;s what&#8217;s coming up.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So what&#8217;s coming up now?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, what&#8217;s coming up is we&#8217;re finally merged, I think it was yesterday, the UI for controlling adding that hover using the editor and not only theme.json. So if you, if you have your button block. You just go on the site editor, go to global styles, and you&#8217;ll have on the top right, you&#8217;ll have a dropdown that will let you see all the different states that your button can be in.</p>\n\n\n\n<p class="wp-block-paragraph">And you select from that dropdown, like hover, and then change anything, change color, change typography, change font size. You can even, we&#8217;ve even tested that you can change and put it on your hover.</p>\n\n\n\n<p class="wp-block-paragraph">You can change the right mode and put it so it&#8217;s vertical instead of horizontal. When you hover your button, it suddenly flips and it becomes horizontal.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Wants, wants my attention. Wants my attention. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Don&#8217;t follow that advice. Probably very not accessible.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. But that&#8217;s cool because a lot of people are just designing with the site editor and having all that UI is really important to have that. Yes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: I think it was one of the issues that had more comments in Gutenberg, the issue, the pattern issue that I was asking for those controls.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I imagine. Yeah. But that&#8217;s not coming in 7.0. Just clarify.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: That&#8217;s, that&#8217;s coming on the next Gutenberg release. So you will talk about this on the next changelog.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yes. Yes. It will come to Gutenberg 22.8. Yeah, it&#8217;s already merged, so it&#8217;s in the milestone. So yeah, you have to wait another 2 weeks, but yeah, okay.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And the next dev note is all about real-time collaboration, the block editor. It&#8217;s essential reading for plugin developers and to learn how the classic Meta Box disabled the collaboration mode by default and how to use the sync providers filter to customize your your transport layer, because right now it&#8217;s all on HTTP and it&#8217;s kind of reduced to just, I think, 2 people or 3 people just to make it also available to shared hosting. But if you have VS Virtual Hosting or Virtual Boxes or your own servers, you can actually switch out the providers and have more people being on there in collaboration. And there are some pitfalls or unintended block insertion side effects that need to be kind of looked at, not only for plugin developers, but also for site owners and agency developers. So that&#8217;s definitely a very important dev note to read. Speaking of side effects, have you done any collaborative editing yet?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: No, I&#8217;ve not.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: On your website?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, no.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s really cool, but I got into some trouble yesterday. When I was demoing. Of course, live demo is always the interesting part, right? I got the notification that I lost the connection to the server. And although it was only me in there, so it couldn&#8217;t have been. And so it was a little bit, I need to track it down for maybe a bug report, but could also be the technology in the room because we had some Beamer issues and it wouldn&#8217;t show up, wouldn&#8217;t show the dropdowns. It was interesting. </p>\n\n\n\n<p class="wp-block-paragraph">Yeah, I was trying to show off the aspect ratio dropdowns for the gallery block, and it would only show the active one, but not the rest of it. It&#8217;s kind of very weird. I was talking and sooner or later they let me know that they don&#8217;t see anything, but it was kind of weird. </p>\n\n\n\n<p class="wp-block-paragraph">But anyway, so, and then the iframed editor changes for WordPress 7.0. There wasn&#8217;t a post earlier that 7.0 brings automatic iframing post editor, but that has been moved to 7.1. So you have a little bit of a grace period, plugin developers, because those blocks that are in version 1 or version 2 of blocks.json trigger that the post editor is not iframed. And the iframed version is actually really helpful when you want to separate concerns from the block editor and from the rest of the admin. But the big part is also not only meta boxes is not this problem there, but it&#8217;s the version. And we have not seen all the things that may go wrong are actually only theoretical. We have not seen it yet. So, but we still need to do some more testing. And if it&#8217;s now in the Gutenberg plugin, so if you want to test it, that would be really cool to see if your site or some of the blocks that you have from earlier block collection. </p>\n\n\n\n<p class="wp-block-paragraph">That are still on your website, make sure you test it and see if anything breaks. And if it does, let us know wherever you can. You can comment on the Gutenberg times, you can comment on the Make.blog or on GitHub, anywhere you want in the Slack channel. There&#8217;s an outreach channel is a good place to post those as well. So yeah, we definitely need some wider testing with the Gutenberg plugin and what happens with the blocks on the earlier version of blocks. And I will do. Some testing when I get back from my travels. </p>\n\n\n\n<p class="wp-block-paragraph">And that&#8217;s probably what I&#8217;m going to do at Contributor Day in WordCamp Asia is testing some of the old plugins. I have still on my website somewhere on the Gutenberg times, I have a list of 100 plugins and some of them, I think 40 of them were block collections. So I&#8217;m going to install them all and see if they break or maybe have Playground write some automation for that. Yeah, we&#8217;ll see how that works. But that&#8217;s definitely what I&#8217;m gonna aim for. Yeah. </p>\n\n\n\n<p class="wp-block-paragraph">Dev notes, we are, we are kind of a little bit in the know. There are 7 more dev notes coming to, for WordPress 7. They will all be released for the field guide, which is coming out with the release candidate 1. Not the same day, but maybe a day later. And that&#8217;s about the block visibility and the pattern editing. Who knew we are now supporting Unicode in email addresses? And then some simplified HTML5 tags in WordPress, then the new block support for text indent.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Oh yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Which is kind of nice too. And then the custom CSS for individual block instance in WordPress 7.0 and the dimension support enhancement that come to WordPress. So those are dev notes coming up. </p>\n\n\n\n<h3 class="wp-block-heading">What’s Released</h3>\n\n\n\n<p class="wp-block-paragraph">And we are now going into what&#8217;s released. And this week was a little bit of a release galore. So there was WordPress 6.9.2 that came out as a security release. And that had one bug that kind of for a few sites had a whitespace, a blank page on the front end. And that was fixed within hours to 6.9.3. But that coincided with having a release for 7.0 beta 4.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And that was kind of all one after another. And once it went out, it was found out that there were 3 security, 3 of the 10 security fixes that were in 6.9.2 didn&#8217;t actually make it into 6.9.3. They made it into beta 4. So that&#8217;s kind of when you have these clashes of versions, something happens. And so they had to create another 6.9 point release, the number 4. But it&#8217;s really amazing how much goes into some of the releases.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. They work so fast too. It&#8217;s amazing. It&#8217;s really impressive.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And how you can do this one after another. There were 2 a day and then it&#8217;s really amazing. Great work for the other contributors.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Amazing. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Into the night and they were handing it off from one person to the next because the time zones changed.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: </p>\n\n\n\n<p class="wp-block-paragraph">No stress.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s like a release relay.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, yeah. Like a well-oiled machine.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, it was, yeah. But still some hiccups in there, so.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, always.</p>\n\n\n\n<h3 class="wp-block-heading">Gutenberg 22.7</h3>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: All right, so now we come to Gutenberg 22.7. We were all waiting for that, right? </p>\n\n\n\n<h3 class="wp-block-heading">Enhancements</h3>\n\n\n\n<p class="wp-block-paragraph">So the enhancements are starting not with block library. Right now, the first thing on the changelog is that phpMyAdmin is now supported by the wp-env Playground runtime. So you can then have access to the database right from your Playground wp-env local environment, which is really cool because then, yeah, you have the whole thing. It still is SQL, but it&#8217;s the phpMyAdmin, what we all love and used to for the last 20 years. Yeah. To connect with the database. What&#8217;s also in 22.7 is the connectors screen. That has been backported already to WordPress 7.0. And that is the single place where you can connect your website to external services. It starts with AI provider, but it&#8217;s not going to stop there. It&#8217;s any service that you have to connect to to get data in or get data out. You can put to the connector screen and also plugins can use it to organize the handoff of keys, API keys and connectors, security, no, we have public keys and all that, or securities. And what also happens is that the providers that are connected with prefix with AI will also register with the WP AI client. So then a plugin can push prompts to an AI that is connected if there is one available. So it&#8217;s really interesting how that comes to pass. I have on my list to do kind of how you write a plugin to connect to an OpenWeather app. Just get the free key and then have your, the weather around be displayed on a website. I think that&#8217;s a nice example tutorial that we could do. Yeah. And the next one?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, the next one&#8217;s a playlist block, which is ramping up, it&#8217;s getting the waveform player visualization where Benny has been implementing this open source visualizer instead of creating one that we need to maintain and applied it to the playlist block, which is, I think it&#8217;s, I don&#8217;t know if it&#8217;s going to make it. No, it&#8217;s, it&#8217;s going to be for 7.1 then.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. And it&#8217;s looking really, really nice. I can&#8217;t wait to. To have this for themes. I was just looking into the original playlist because I kind of like to do this kind of thing, which is look at all the issues that we&#8217;re closing our— and it&#8217;s from— it&#8217;s, uh, issue 805. Oh wow, 2017. So we&#8217;re doing that in 2026, which is great. Honestly, I like it. Yeah. So yeah, and it&#8217;s looking so good. I love it. I can&#8217;t wait. I have a bunch of friends from the Sevilla community who are podcasters, and I can&#8217;t wait to see what they can make with it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, and I&#8217;m definitely going to put it also on the Good Mythical Times. Oh yeah, for sure.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: For sure. You let us know if it fails or—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Oh yeah, of course. I have opinions. I travel. Go for it. Yeah. I also know that, so our team, which is Justin Tadlock, Ryan Welcher, Jonathan Bossinger, Juan Margarito, we are all working on a showcase for a band website. And I know that Justin does the theme for it and he has already built with the playlist block and it looks amazing on those band websites when we have albums and all that. I don&#8217;t know when we will release it, but it&#8217;s definitely going to be for education of developers to kind of see how interactivity API works, how some of the theme features work with that. And yeah, it&#8217;s going to be really cool. Just as a side note there. Yeah, there were a few blocks that hadn&#8217;t had a text-align block support added to it, or they had their own implementation. And there was a big push in Gutenberg to make it available for all the blocks that have text in there. To, to do the text align things.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Yeah. Those code quality changes really make a difference on it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So there were 5 more in 22.7. Uh, 22.6 had 8 blocks that were going in there. So I&#8217;m not sure they made it all to 7.0. No, no, they were not.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: We have many blocks. So that&#8217;s painstaking work, honestly.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s taking work. Yeah. And it comes in when it comes in. So, and then there&#8217;s also the previews of style variation transforms. So you can say, okay, I want to transform certain sections into a different style variation. Now there&#8217;s a little preview so people are not surprised what&#8217;s happening. Yeah. Yeah. People don&#8217;t like surprises. If they don&#8217;t click with, they don&#8217;t know what&#8217;s gonna happen.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Now we can also enable style variations. Transforms for blocks that are in content-only mode. If you&#8217;re editing a pattern that has an image and you want to change to the variation with around the corners or something, you can do it within the UI of content-only.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I saw that yesterday. Yeah. That, that&#8217;s, that&#8217;s actually pretty cool.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: And there&#8217;s another change coming up. Yeah. The block supports, you can define CSS for blocks based on feature selectors. This is kind of like a complicated one that it&#8217;s setting up. A lot of flexibility for blocks.</p>\n\n\n\n<p class="wp-block-paragraph">And I&#8217;ve been using personally this option, this feature on a change that recently made it that I haven&#8217;t talked about it yet here, but I think it will make it also on the next changelog, which is I, we&#8217;ve added for the navigation link, the possibility to style the current item. And the reason why this PR by Aaron is, well, this feature in general by Aaron is useful is that, so what this does is basically lets you define a CSS selector that&#8217;s specific to a feature. So right now, block.json allows you to, before it used to only allow you to define like a selector for your block, that&#8217;s what theme.json would target, but some features need something specific. In the case for the current navigation, we want to target the navigation link only if it has the current menu item class too. So now you can go on block.json and say, when we&#8217;re using the feature current, we want this CSS selector to be the one that we&#8217;re using. So that is really flexible and allows for so many things that you can do with global styles and blocks.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, I think that was for custom blocks. You only could have a selector for the wrapper of the block. But the inner blocks you weren&#8217;t able to target without CSS chasing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: But it&#8217;s not only that, like, in the case of the navigation, it&#8217;s not about the wrapper only, but also because it&#8217;s a very dynamic block that changes depending on the state it&#8217;s in. It will change its classes. If you&#8217;re visiting a specific page, it will have this current menu item class. So if you can target only that, that&#8217;s very useful.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I think we need some little tutorial about that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, yeah, yeah. I think, well, that will definitely, like the current menu item will definitely have a dev note for 7.1.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Yeah. But that&#8217;s awesome. Thank you so much for pointing that out. </p>\n\n\n\n<h3 class="wp-block-heading">Bug Fixes</h3>\n\n\n\n<p class="wp-block-paragraph">The next one is that the grid block improved visualizer is now responsive. The visualizer&#8217;s responsiveness has been approved. I wasn&#8217;t quite sure which one was going. The grid block also got a little bit of an improvement for 7.0, but that we already talked about it when, when I was going with Jessica, I think last, last episode. But I really like how the grid block is now. You can define a minimum width of your columns. And then if you, even if it&#8217;s a custom one, it kind of will then be responsive and stack the whole thing. On your mobile. So it&#8217;s much easier to do. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: So strong grid.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. The grid block gets better and better. And I hope there is some time for some contributors to work on it for the 7.1 and 7.2, because it&#8217;s so helpful to have that also in template parts and patterns and all that. So the PHP-only blocks now have boundary attributes, values. In the inspector controls that wasn&#8217;t before that. Now you can see it in the— so they can be changed and automatically added to the custom block that is registered with PHP. And with the Gutenberg 22.7, the real-time collaboration is actually enabled by default.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: So it&#8217;s getting out of experiment then.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It was already out of experiment. But it was actually opt-in.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Before.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Oh, I see, I see. And now they switched it to opt out.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Okay.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: The space is the same. You go to the general settings into writing, and then it&#8217;s, I think, the third option from the top. You can disable it if you want to, if it gets into your way like it did yesterday at my demo. I disabled it and it was always fine. I&#8217;m just repeating it so I can remember to file a bug report and test this again. Yeah. What&#8217;s next?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: You can disable multiple collaborators if meta boxes are present.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s not the, that you can, it will disable multiple collaborators when meta boxes are present. You&#8217;re right. Because they, it clashes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It clashes because the saving of the meta box and auto saving, they&#8217;re not in sync. So you might lose content from the meta boxes. In that, so it&#8217;s automatically disabled there. </p>\n\n\n\n<h3 class="wp-block-heading">Experiments</h3>\n\n\n\n<p class="wp-block-paragraph">There&#8217;s an experiment in Gutenberg. It&#8217;s called the Content Guidelines, and it comes through the WordPress AI team. They were exploring Content Guidelines as a Gutenberg experiment, as a dedicated structured place inside WordPress to cover your site&#8217;s voice, tone, image, and copy standards. And it works with the REST API and custom post types and has an UI to manage that, but you need to enable it in your experiments page. It also has block-level guidelines and import and export on the vision history. So what it does, it&#8217;s not, it isn&#8217;t for AI only, but AI, if you have an AI assistant that works with your website, the content guidelines are actually helping that AI to match your tone, to match your your standards, your guidelines, standards, your publishing standards, your pre-publish checklist and all that. But also when an AI comes and goes to your website, then it will know, have more information about your website that&#8217;s more in-depth than what it knows from just scrolling it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Makes sense.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So it supports sitewide categories. Like the site, the copy, the images, and additional, and then the block level stuff. That&#8217;s kind of in the changelog of 22.7 as an experiment. And I don&#8217;t know where it&#8217;s going, but we will see how once it&#8217;s tested and more people have to chime in to see if it makes it out of experiments or when it makes, not if, when.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s really interesting to see that. Yeah. Kind of all of a sudden you have a second layer of concern. It&#8217;s not only SEO, it&#8217;s AEO, and then you have your own assistants kind of go in and do stuff. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: It&#8217;s important to have default solution for this because WordPress is so extended. There needs to be something that everyone can build on upon. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, absolutely. That&#8217;s actually the, the philosophy of the AI team is to, to build the plumbing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Defaults.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And defaults. So plugins can build on top of it and there is a standard there. So that&#8217;s kind of really cool. </p>\n\n\n\n<h3 class="wp-block-heading">Documentation</h3>\n\n\n\n<p class="wp-block-paragraph">So when we have a few documentation items that we wanna point out, well, because that&#8217;s always a little bit different.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Always important to keep documentation up to date.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Absolutely. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Now more than ever.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. With all the new things coming in. So there is a theme.json schema for the icon block. And then the documentation for the content role and the list view block supports. So custom blocks as well as theme can add the content role to things, patterns, template parts, templates.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It also has an improved parameter documentation for the icon block and updated README for data views, data forms, and the field API.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, with all those changes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: All the changes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Like the meme, all the changes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: All the changes. All the changes. Yeah. We like changes. Changes are hard, but we like them. Yeah. So I think that&#8217;s the essence of what&#8217;s in the changelog for Gutenberg 22.7. </p>\n\n\n\n<h3 class="wp-block-heading">What’s in Active Development or Discussed</h3>\n\n\n\n<p class="wp-block-paragraph">I have just one item that I wanted to touch base on with Maggie today, with you about what&#8217;s in development and discuss. Touched on some of it, but the tabs block unfortunately didn&#8217;t make it in 7.0. It&#8217;s on its way to get into 7.1 and it was so close.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: It really was. Yeah. It was a little bit of a pity that it didn&#8217;t make it, but I mean, so the thing was another contributor, I think it was Aki, was reviewing the block when we were trying to stabilize it and he raised important concerns and we sat down and looked at it and thought, yeah, I think this, we think the structure of the block is not correct right now. And this is really important to get right because once it&#8217;s there, it just needs to stay. And this would have been a mess if we had to backtrack that. So yeah, that, those concerns have been mostly addressed in a PR. I think I have the link for you here.</p>\n\n\n\n<p class="wp-block-paragraph">You can share it later. And there&#8217;s a bunch of follow-ups coming after that, which means that the tabs is not only going to be like in a really good state, but also it&#8217;s going to come with more things. One of those things is what I was talking before. That I was working on the current menu item, the ability of adding the, what we&#8217;re calling states for blocks or elements. In the case of the current menu item, like the state of where a nav link is the current one that we&#8217;re visiting. And in the case of the tabs, which tab you have currently open, we will be able to assign a tab as current and be able to style it as such. First via theme.json and then hopefully also for 7.1 with, uh, our new UI for states.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Awesome. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Really excited for all of that. Everything&#8217;s linked. Everything works together.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, it has to. Yeah. I think the concern was that it didn&#8217;t follow the usual how other blocks were built.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It would kind of confuse not only contributors, but also those who kind of want to extend it. Seth Rubenstein worked on it quite a bit and he actually had to bow out just before 7.0 for his own priorities. And I&#8217;m glad that you picked it up though. Sarah picked it up.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: It was Sarah mainly. I was just reviewing and—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Sarah, you said?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph">I was reviewing and supporting her, but it&#8217;s been Sarah&#8217;s work since she picked it up.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So that&#8217;s coming and we definitely will talk about it some more on other releases and also have a call for testing. It won&#8217;t be an official one, but I will make it to test it. Yeah. So, but now go back to testing 7.0, what&#8217;s coming to a WordPress instance near you in a month, roughly in a month, April 9th. And it will be released. There will be a release panel at WordCamp Asia Contributor Day. So quite a few from the release squad are going to Mumbai. To be on that panel, and I will see everybody there. I think it&#8217;s after my workshop on theme development is actually after lunch, so we were all gonna sleep in my workshop. I&#8217;m really happy.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Yeah, catch up with that when you have it, when you, when you&#8217;ve done it, because I&#8217;m not going to WordCamp Asia, but I want to see your workshop.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: All right. Okay. Yeah. Well, we&#8217;ll see. It&#8217;s the first workshop that I do on theme development, so it&#8217;s going to be maybe a hit and miss. We&#8217;ll see.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Sure, you&#8217;ll do fine.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: As always, dear listeners, this is the end and the show notes will be published on <a href="http://gutenbergtimes.com/podcast">gutenbergtimes.com/podcast</a>. This is episode 128, 128. And if you have questions and suggestions or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. That&#8217;s <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. And Maggie Cabrera, thank you so much for being here. And being such a great resource and talk about all the good things that you work on.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Thank you for having me.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Absolutely. And thanks for listening and goodbye for now. Bye-bye.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Maggie Cabrera</em>: Bye.</p>\n\n\n\n<p class="wp-block-paragraph"></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 15 Mar 2026 04:58: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:18:"Birgit Pauli-Haack";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:104:"Gutenberg Times: My WordPress, WordPress 7.0, Gutenberg 22.7, and AI Experiments — Weekend Edition 361";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/?p=44652";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://gutenbergtimes.com/my-wordpress-wordpress-7-0-gutenberg-22-7-and-ai-experiments-weekend-edition-361/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:28641:"<p class="wp-block-paragraph">Hi,</p>\n\n\n\n<p class="wp-block-paragraph">This week, we saw many updates in WordPress Core with two Betas and three security releases. Your auto-update email folder got plenty of traffic if you are managing more than one website <img alt="🤗" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f917.png" style="height: 1em;" /> The next step for the security team is to backport the 6.9.4 fixes to older version for WordPress, all the way back to WordPress 4.7.. It&#8217;s a huge job and it needs to be diligently executed. </p>\n\n\n\n\n\n<p class="wp-block-paragraph">Be well and hope you can enjoy Spring or Fall colors. </p>\n\n\n\n<p class="wp-block-paragraph">Yours, <img alt="💕" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png" style="height: 1em;" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class="wp-block-heading" id="0-word-press-release-information">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/"><strong>WordPress 6.9.2</strong></a>, led by <strong>John Blackbourn</strong>, is a security-only release you&#8217;ll want to apply immediately. It patches ten vulnerabilities: a blind SSRF, a PoP-chain weakness in the HTML API and Block Registry, regex DoS in numeric character references, stored XSS in nav menus and via the <code>data-wp-bind</code> directive, an AJAX authorization bypass, a PclZip path traversal, and an XXE in the bundled getID3 library—now also patched upstream by James Heinrich.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-5/"><strong>WordPress 7.0 Beta 5 is available for testing</strong></a>, packing over 101 fixes since Beta 3. The headline <strong>new feature is a Command Palette shortcut</strong> in the Omnibar — logged-in editors will spot a <code>⌘K</code> / <code>Ctrl+K</code> symbol in the admin bar, giving you instant access to navigation and customization tools from anywhere on the site. The final release remains scheduled for April 9, 2026. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ben Dwyer</strong> recaps <strong><a href="https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/">what&#8217;s new in Gutenberg 22.7</a>,</strong> a feature-packed release. You&#8217;ll find a new experimental Connectors screen under Settings, letting you manage AI providers like OpenAI with extension hooks for plugins. Real-time collaboration is now enabled by default, style variation transforms show live previews, the Grid block visualizer is more responsive, and the Playlist block gains a WaveForm Player. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Maggie Cabrera</strong> and I sat down to discuss the latest Gutenberg release and the Dev notes for WordPress 7.0. It&#8217;s been a while since we chatted and it was a great conversation. As always, the episode will drop into your favorite podcast app over the weekend. Stay tuned. </p>\n\n\n\n<figure class="wp-block-image size-full"><img alt="" class="wp-image-44712" height="185" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-13-at-17.41.45.png?resize=652%2C185&#038;ssl=1" width="652" /></figure>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Anne McCarthy</strong>  has issued a <a href="https://make.wordpress.org/core/2026/03/13/twenty-twenty-seven/"><strong>call for volunteers to build the Twenty Twenty-Seven default theme</strong></a>, with <strong>Henrique Iamarino</strong> confirmed as lead designer. Targeting the WordPress 7.2 release in early December, the team is getting started early to allow room for iteration. If you want to contribute to development or testing, leave a comment on the post by Friday, March 27th — the community response has already been enthusiastic.</p>\n\n\n\n<figure class="wp-block-image size-full"><a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-5/"><img alt="Draft highlight grid for WordPress 7.0" class="wp-image-44673" height="368" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-10-at-18.01.26.png?resize=652%2C368&#038;ssl=1" width="652" /></a></figure>\n\n\n\n<p class="wp-block-paragraph">This month&#8217;s <a href="https://developer.wordpress.org/news/2026/03/whats-new-for-developers-march-2026/"><strong>What&#8217;s New for Developers (March 2026)</strong></a> is your essential pre-launch briefing as WordPress 7.0 approaches RC1 on March 19. The big headline is Real-Time Collaboration, now built on HTTP polling with Yjs and CRDT data stored in post_meta. You&#8217;ll also find AI provider packages for OpenAI, Google, and Anthropic landing in the Plugin Directory, plus visual in-editor revision tracking, a new Icon block, Content-Only pattern editing by default, and phpMyAdmin support in wp-env&#8217;s Playground runtime.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Maggie Cabrera </strong>outlines what&#8217;s new with <a href="https://make.wordpress.org/core/2026/03/09/pseudo-element-support-for-blocks-and-their-variations-in-theme-json/"><strong>pseudo-element support for blocks and their variations in theme.json</strong></a> in WordPress 7.0. You can now define <code>:hover</code>, <code>:focus</code>, <code>:focus-visible</code>, and <code>:active</code> states directly on blocks and their style variations — no custom CSS needed. An &#8220;Outline&#8221; button variation, for instance, can have its own distinct hover behavior. No Global Styles UI yet; that work continues separately.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Gopal Krishnan</strong> outlines what plugin and theme developers need to know about <a href="https://make.wordpress.org/core/2026/03/10/real-time-collaboration-in-the-block-editor/"><strong>real-time collaboration in the block editor</strong></a> in WordPress 7.0, powered by Yjs. Collaboration is disabled when classic meta boxes are present, so you&#8217;ll want to migrate those to registered post meta with <code>show_in_rest</code>. The new <code>sync.providers</code> filter lets you swap the default HTTP polling transport for WebSockets or WebRTC. Avoid local React state for shared data — always derive values from the WordPress data store.</p>\n\n\n\n<div class="wp-block-group has-light-background-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">\n<p class="wp-block-paragraph"><img alt="🎙" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" style="height: 1em;" /> The latest episode is <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-128-gutenberg-22-7-version-and-dev-notes-for-7-0/">Gutenberg Changelog #128 – Gutenberg 22.7 Version and Dev Notes for 7.0</a> with special guest Maggie Cabrera </p>\n\n\n\n<figure class="wp-block-image size-full is-style-no-vertical-margin"><img alt="Recording Gutenberg Changelog 128 with Maggie Cabrera and Birgit Pauli-Haack " class="wp-image-44836" height="185" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-13-at-17.41.45-1.png?resize=652%2C185&#038;ssl=1" width="652" /></figure>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div></div></div>\n\n\n\n<p class="wp-block-paragraph"><strong>Anne McCarthy</strong> shared a candid look at <strong><a href="https://nomad.blog/2026/02/28/iterating-on-notes-in-wordpress/">three Notes features for WordPress</a> </strong>that didn&#8217;t quite make the 7.0 cut — show/hide notes on the canvas, filter options in the Notes panel, and compact notes. All built with Claude Code as part of her &#8220;Learn AI deeply&#8221; effort. She&#8217;s openly working through open questions, including whether &#8220;Open&#8221; or &#8220;Unresolved&#8221; is the clearer label, and whether a resizable sidebar should replace the compact toggle entirely. Chime in if you are interested and have an opinion. </p>\n\n\n\n<h3 class="wp-block-heading" id="my-wordpress">My WordPress</h3>\n\n\n\n<p class="wp-block-paragraph"><strong>Brandon Payton</strong> announced <strong><a href="https://my.wordpress.net/">my.WordPress.net</a>,</strong> a browser-based WordPress that requires no sign-up, no hosting, and no domain — just open it and start creating. Built on WordPress Playground, your site lives privately in your browser, persists across visits, and stays entirely yours. An App Catalog offers one-click installs for a personal CRM, RSS reader via the Friends plugin, and an AI workspace that can modify plugins on your behalf. As Alex Kirk puts it, this is WordPress democratizing digital sovereignty. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">Where the official announcement focused on the product itself, <strong>Matt Mullenweg</strong>&#8216;s <a href="https://ma.tt/2026/03/wordpress-everywhere/"><strong>WordPress Everywhere</strong></a> is the strategic vision behind it. He zooms out to explain what&#8217;s coming next — peer-to-peer sync, version control integration, and cloud publishing — and frames Playground containers as composable, atomic units you can roll back entirely. Mullenweg believes this shifts WordPress from millions of installs to billions, with AI making open source more powerful, not less relevant.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Sarah Perez</strong> covers <a href="https://techcrunch.com/2026/03/11/wordpress-debuts-a-private-workspace-that-runs-in-your-browser-via-a-new-service-my-wordpress-net/"><strong>WordPress&#8217;s new browser-based workspace, my.WordPress.net</strong></a>, for TechCrunch.  </p>\n\n\n\n<p class="wp-block-paragraph"><strong>Emma Roth</strong> reported about it for The Verge: <strong><a href="https://www.theverge.com/tech/893766/wordpress-browser-website-creator">WordPress launches an in-browser website creator</a></strong>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ben Werdmuller</strong> marvels at <a href="https://werd.io/your-browser-becomes-your-wordpress/">your browser becoming your WordPress</a> — a genuine innovation announced by Brandon Payton. Built on WordPress Playground and powered by WASM, my.WordPress.net installs a full WordPress instance directly in your browser: no sign-up, no hosting, nothing between you and a running site. Werdmuller wonders about cross-device syncing and sees broader implications — to-do lists, CRMs, source management — as a glimpse of what private, browser-based personal apps could become.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">If you get a chance to try <a href="https://my.wordpress.net/">my.WordPress.net</a> in its current early state, go in with the right expectations: this is a proof of concept, a rough but genuinely exciting experiment. The App Catalog reframes plugin discovery in a way that just feels right, and the idea of a private personal space — where outside research meets things you want to keep to yourself — is compelling. Give it a few months, more apps, and a designer&#8217;s touch.</p>\n\n\n\n<p class="wp-block-paragraph">Just before the official announcement of My WordPress, Ray Morey interviewed <a href="https://www.therepository.email/from-experimental-tool-to-ai-infrastructure-adam-zielinskis-vision-for-wordpress-playground-in-2026"><strong>Adam Zieliński’ on his vision for Playground in 2026</strong></a> and also recounts the history of WordPress Playground starting in 2022. </p>\n\n\n\n<h2 class="wp-block-heading" id="0-p">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class="wp-block-paragraph">On the WooCommerce Developer Blog, <strong>Brian Coords </strong>invites you to <a href="https://automattic.registration.goldcast.io/webinar/8f6402d7-500d-4aa7-b444-84184dc2c58e"><strong>Building Ecommerce Community: Meetups, Networks, and Real-World WooCommerce</strong></a>, a free 60-minute panel on March 31, 2026 (17:00–18:00 UTC).  Coords brings together <strong>Amber Hinds</strong> (Equalize Digital), <strong>Mary Hubbard</strong> (WordPress Executive Director), and <strong>Raquel Manriquez</strong> (PressConf) for an honest conversation about building community, finding collaborators, and getting real value from events — whether you&#8217;re an agency, freelancer, or developer who&#8217;s never quite felt at home in a crowd. </p>\n\n\n\n<figure class="wp-block-image size-full"><a href="https://automattic.registration.goldcast.io/webinar/8f6402d7-500d-4aa7-b444-84184dc2c58e"><img alt="WooCommerce Community building panel March 31, 2026" class="wp-image-44677" height="367" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/WooCommerce-Community-Panel-1.webp?resize=652%2C367&#038;ssl=1" width="652" /></a></figure>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="wp-block-paragraph"><strong>Mike McAlister</strong> has expanded <a href="https://olliewp.com/ollie-for-woocommerce/"><strong>Ollie into WooCommerce</strong> territory</a>, adding dedicated shop templates, product grid patterns, custom WooCommerce blocks, and a guided setup wizard — all built natively for full site editing. You can design and customize your store, product pages, cart, and checkout entirely inside the WordPress site editor. One user reported a 170% year-over-year sales increase after rebuilding their client&#8217;s store with Ollie.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Rae Morey</strong>, The Repository also reported on it in <strong><a href="https://www.therepository.email/ollie-moves-into-ecommerce-with-full-woocommerce-support" rel="noreferrer noopener" target="_blank">Ollie Moves Into Ecommerce With Full WooCommerce Support</a></strong></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Derek Hanson,</strong> Technical Account Manager at Automattic, shares <a href="https://automattic.com/for-agencies/blog/from-concept-to-production-10-tips-for-building-custom-wordpress-blocks-with-telex-ai/"><strong>10 field-tested tips for building custom WordPress blocks with Telex AI</strong></a>, drawn from real agency work on his team. You&#8217;ll learn practical techniques like drafting prompts in Claude before opening Telex, using post-it sketches as visual references, remixing projects as version control checkpoints, and knowing when a block has outgrown the tool and needs a developer to finish it properly.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">In his latest video, <strong>Wes Theron</strong> shows you how to<a href="https://www.youtube.com/watch?v=kCJPNFOSxqc" rel="noreferrer noopener" target="_blank"> <strong>speed up your designs with WordPress patterns</strong></a>. You will learn how to quickly build and customize professional WordPress layouts using block patterns. Theron shows you how to insert, modify, and create patterns to design pages effortlessly.</p>\n\n\n\n<h2 class="wp-block-heading" id="2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class="wp-block-paragraph">The <a href="https://github.com/WordPress/create-block-theme/releases/tag/v2.9.0">Create Block Theme plugin v2.9.0</a> brings a handful of focused improvements to your theme-building workflow. </p>\n\n\n\n<ul class="wp-block-list has-normal-font-size">\n<li>fixed localization for Cover block background images and the Read More block&#8217;s content attribute. </li>\n\n\n\n<li>added basic end-to-end tests and an AGENTS.md file, </li>\n\n\n\n<li>polished the sidebar with a Card component, </li>\n\n\n\n<li>consolidated redundant APIs, </li>\n\n\n\n<li>migrated to husky v9, and bumped the minimum WordPress requirement to 6.8.</li>\n</ul>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n<div class="ng-block-e8bd7cc3fed2534a wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;"><div class="ng-block-9d59aa9d3e6afc62 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong> <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/" rel="noreferrer noopener" target="_blank">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class="ng-block-b3992f87bdab3357 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>The previous years are also available: <br /><strong><strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/">2020</a> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/">2021</a></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/">2022</a></strong></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023">2023</a></strong> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/"><strong>2024</strong></a></p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<h2 class="wp-block-heading" id="3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p class="wp-block-paragraph">In this week&#8217;s livestream, <strong>Ryan Welcher</strong> and <strong>Troy Chaplin</strong> teamed up on <a href="https://www.youtube.com/watch?v=9uG6DzaRKDM">this episode of Talk Devy To Me</a> to walk you through &#8220;Veils of Fate,&#8221; a fully functional Choose Your Own Adventure game Chaplin built entirely with the WordPress Interactivity API. You&#8217;ll see how he delivers instant feedback and seamless state changes across game choices — no page reloads, no JavaScript framework. A creative, boundary-pushing demonstration of what the Interactivity API can do beyond typical block development use cases.</p>\n\n\n\n<figure class="wp-block-image size-full"><a href="https://www.youtube.com/live/9uG6DzaRKDM?si=HXQkJnXDrh5ulsSF&amp;t=466"><img alt="" class="wp-image-44721" height="304" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Ryan-Welcher-Troy-Chaplin-on-the-livestream.jpg?resize=542%2C304&#038;ssl=1" width="542" /></a></figure>\n\n\n\n<p class="wp-block-paragraph"><strong>Wojtek Naruniec</strong> writes about <a href="https://wordpress.com/blog/2026/03/11/wordpress-studio-debugging/"><strong>two new debugging tools now available in WordPress Studio</strong></a>: Xdebug support and a debug log toggle. Xdebug lets you set breakpoints and step through code line-by-line from your editor on port 9003, no system-level installation is needed. The debug log toggle sets <code>WP_DEBUG</code> and <code>WP_DEBUG_LOG</code> automatically and adds a direct &#8220;Open log file&#8221; link in Settings. A bonus tip: point your AI agent (Claude Code, Cursor, Codex) at <code>wp-content/debug.log</code> to interpret errors hands-free.</p>\n\n\n\n<figure class="wp-block-image size-full"><a href="https://wordpress.com/blog/2026/03/11/wordpress-studio-debugging/"><img alt="" class="wp-image-44734" height="474" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/wordpress-studio-enable-xdebug.webp?resize=652%2C474&#038;ssl=1" width="652" /></a></figure>\n\n\n\n<h2 class="wp-block-heading" id="ai-and-wordpress">AI and WordPress</h2>\n\n\n\n<p class="wp-block-paragraph"><strong>Jeffrey Paul</strong> recaps <a href="https://make.wordpress.org/ai/2026/03/06/whats-new-in-ai-experiments-0-4-0/"><strong>what&#8217;s new in AI Experiments 0.4.0</strong></a> for the WordPress AI Team. This release, shaped by 14 contributors, introduces prompt-based image generation in the editor and Media Library, along with a Generate Review Notes experiment for accessibility, readability, grammar, and SEO suggestions.</p>\n\n\n\n<p class="wp-block-paragraph">In another post, Paul outlines <a href="https://make.wordpress.org/ai/2026/03/12/whats-new-in-ai-experiments-0-5-0/"><strong>what&#8217;s new in AI Experiments 0.5.0</strong></a>, a focused release aligning with WordPress 7.0. It removes AI client dependencies, using the WP AI Client in core instead, while previous credentials migrate to a new Connectors screen. <a href="https://wordpress.org/plugins/ai/">The plugin is available</a> in the repository.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Ray Morey</strong> reported on both releases for The Repository: <a href="https://www.therepository.email/ai-experiments-plugin-gets-two-updates-in-a-week-with-wordpress-7-0-now-the-focus"><strong>AI Experiments Plugin Gets Two Updates in a Week, With WordPress 7.0 Now the Focus</strong></a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Elliott Richmond</strong> put<strong> <a href="https://elliottrichmond.co.uk/wordpress-ai-theme-creation-how-automattics-new-claude-cowork-plugin-builds-block-themes-from-a-prompt/">wordpress-agent-skills repo and Automattic&#8217;s Claude Cowork plugin through its paces</a></strong> and came away impressed. Describe your site, pick from three AI-generated design directions, and a complete block theme — <code>theme.json</code>, templates, patterns, the lot — deploys straight to WordPress Studio in minutes. The generated code follows solid conventions and is yours to iterate on. Setup requires MCP configuration and Studio CLI, so developers will find it straightforward; everyone else faces a steeper climb. Token usage on Opus is substantial.</p>\n\n\n<div class="ng-block-722c0f03711085f7 wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;"><div class="ng-block-8984dfba9dbaa18c wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong><a href="https://gutenbergtimes.com/need-a-zip-from-master/">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class="ng-block-56df89e9b1f171b4 wp-block-newsletterglue-image ng-block size-full is-resized" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json"><img alt="" class="wp-image-42874 ng-image" height="45" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1" style="border-style: none; border-color: transparent;" width="196" /></a></div></div></div></div>\n\n<div class="ng-block-3a5adf26dd9afd9e wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>Now also available via <a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href="mailto:pauli@gutenbergtimes.com">Email me </a>with your experience.</p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href="mailto:pauli@gutenbergtimes.com">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph">For questions to be answered on the <a href="http://gutenbergtimes.com/podcast">Gutenberg Changelog</a>, <br />send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a></p>\n\n\n<div class="ng-block-1a25d5f87e214461 wp-block-newsletterglue-separator ng-block" style="color: #666666;" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;"><hr style="background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;" /></div></div></div></div>\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%"><div class="ng-block-272fe0935ca18704 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 Mar 2026 03:26:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Matt: New Headphones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151463";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:29:"https://ma.tt/2026/03/hdb630/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:384:"<p class="wp-block-paragraph">Not doing a full <a href="https://ma.tt/category/in-my-bag/">What&#8217;s In My Bag</a> yet, but I do want to highlight I&#8217;ve been really enjoying the <a href="https://www.amazon.com/dp/B0FK4K5Z37?tag=photomatt08-20">Sennheiser HDB 630 Wireless Over-Ear Headphones</a>. <cite>Hat tip: <a href="https://pud.com/">Philip Kaplan aka Pud</a>.</cite></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Mar 2026 10:45:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:14;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Selling Your Company";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151455";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://ma.tt/2026/03/selling-your-company/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2864:"<p class="wp-block-paragraph">I would like to offer some free business advice to people who are considering selling something they&#8217;ve created.</p>\n\n\n\n<p class="wp-block-paragraph">First, if the buyer insists you don&#8217;t talk to any other bidders, you are being screwed. They only do this because they don&#8217;t want you to find the market-clearing price.</p>\n\n\n\n<p class="wp-block-paragraph">Do you think when Microsoft called LinkedIn and said, &#8220;We want to buy you for $26B,&#8221; they just replied, &#8220;Sure! That sounds good.&#8221;</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re very lucky, you get to work with a bank like <a href="https://qatalyst.com/">Qatalyst</a>, which says, &#8220;That&#8217;s a lovely offer, let&#8217;s see who else would be interested.&#8221;</p>\n\n\n\n<p class="wp-block-paragraph">Ask yourself why someone wants to buy you? Who else might have the same motivations? That begins a process in which a wide array of parties review the deal.</p>\n\n\n\n<p class="wp-block-paragraph">If you don&#8217;t have the connections or a bank to help you, just email the CEOs of other companies that might be interested. Say: &#8220;XYZ wants to buy me for $Y dollars. Is that something you&#8217;d also be interested in?&#8221;</p>\n\n\n\n<p class="wp-block-paragraph">Now you&#8217;re creating a market.</p>\n\n\n\n<p class="wp-block-paragraph">Remember that you&#8217;re doing this for the first time, and on the other side of the table, they&#8217;ve done dozens of deals.</p>\n\n\n\n<p class="wp-block-paragraph">It <em>really</em> pains me to see WordPress-adjacent companies get taken advantage of by sophisticated financial and corpdev players who strong-arm them into not shopping their deal.</p>\n\n\n\n<p class="wp-block-paragraph">A confident buyer doesn&#8217;t care if you talk to others because they know they can offer you the best deal, which usually combines money with what happens to the business after it&#8217;s sold. This is the magic of <a href="https://www.berkshirehathaway.com/">Berkshire Hathaway</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Warren Buffett doesn&#8217;t care if you talk to other bidders; in fact, he wants you to, so you see why he&#8217;s the better outcome for your business if you want to sell it.</p>\n\n\n\n<p class="wp-block-paragraph">It&#8217;s tempting to want to celebrate every time a creator sells something. Say it&#8217;s good for the community. But if they didn&#8217;t sell it through a fair process, it&#8217;s more likely they were taken advantage of, and that saddens me. </p>\n\n\n\n<p class="wp-block-paragraph">For public companies, failing to follow the process I describe above can constitute a breach of your fiduciary duty to shareholders and expose you to legal action. But there aren&#8217;t any such rules for private entities, which is why they get rolled over so often.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Mar 2026 07:09: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Matt: Tumblr Unblocked";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"https://ma.tt/2026/03/tumblr-unblocked/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:489:"<p class="wp-block-paragraph">For a brief period, <a href="https://www.tumblr.com/">Tumblr</a> was unavailable to the 115M+ people in the Philippines because the government had blocked it. To their credit, the <a href="https://cicc.gov.ph/news/cicc-clears-the-air-system-error-led-to-unintentional-tumblr-blackout-restoration-underway/">Philippines CICC quickly reviewed and corrected their block after mass public outrage from the Filipino Tumblr community</a>. Let the people tumble!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Mar 2026 05:56:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Popping Bottles";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151449";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"https://ma.tt/2026/03/popping-bottles/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:809:"<p class="wp-block-paragraph">With the rise of GLP-1 drugs, there’s a trend that magnums are being ordered at clubs to meet minimums but left unfinished.</p>\n\n\n\n<p class="wp-block-paragraph">I think there’s a space for an ultra-high-end wellness drink at clubs. Imagine <a href="https://ship.erewhon.com/">Erewhon</a> meets <a href="https://magicmind.com/">Magic Mind</a> meets <a href="https://www.kineuphorics.com/">Kin</a>,  maybe with some effervescence. An elixir that comes out with sparklers but makes you feel great with nootropics not hungover. Priced at hundreds of dollars retail so thousands at a club. It could even be a cold chain, with the freshest ingredients that need to be preserved.</p>\n\n\n\n<p class="wp-block-paragraph">Let’s do some turmeric-ginger-cayenne shots and get crunk.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Mar 2026 04:14:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:17;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: WordPress 7.0 Beta 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:35:"https://wordpress.org/news/?p=20189";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/03/wordpress-7-0-beta-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:6714:"<p class="wp-block-paragraph">WordPress 7.0 Beta 5 is ready for download and testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to test Beta 5 on a test server and site.WordPress 7.0 Beta 5 can be tested using any of the following methods:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta5.zip">Beta 5 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br /><code>wp core update --version=7.0-beta</code>5</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.  No setup is required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is still <strong>April 9, 2026</strong>.  The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class="wp-block-paragraph">Please continue checking the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/7-0">7.0-related posts</a> in the coming weeks for more information. <strong>What’s new in WordPress 7.0</strong>? Check out the <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/">Beta 3</a> and <a href="https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/">Beta 4</a> announcements for details and highlights.</p>\n\n\n\n<h2 class="wp-block-heading">How to test this release</h2>\n\n\n\n<p class="wp-block-paragraph">Your help testing the WordPress 7.0 Beta 5 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Beta 5 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 5 contains more than 101 updates and fixes since the Beta 3 release.</p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-05&amp;until=2026-03-12">GitHub commits</a> since March 5, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">Issues addressed since Beta 4:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-10&amp;until=2026-03-12">GitHub commits</a> since March 10, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F10%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since March 10, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph"><strong>WordPress 7.0 Beta 5 contains a new feature!</strong></p>\n\n\n\n<p class="wp-block-paragraph">Instantly access all the tools you need with a single click using the <strong>new Command Palette shortcut in the Omnibar</strong>! In 7.0 Beta 5, logged-in editors will see a field with a <code>⌘K</code> or <code>Ctrl+K</code> symbol in the upper admin bar that unfurls the command palette when clicked. The new command palette entry point streamlines navigation and customization, giving you full control from anywhere on your site &#8211; whether you’re editing, designing or just browsing plugins.</p>\n\n\n\n<h2 class="wp-block-heading">A Beta 5 haiku</h2>\n\n\n\n<p class="wp-block-paragraph"><em>A smooth melody</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 5 plays on its strings.</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Seven brings good things.</em></p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a class="mention" href="https://profiles.wordpress.org/amykamala/"><span class="mentions-prefix">@</span>amykamala</a>, <a class="mention" href="https://profiles.wordpress.org/annezazu/"><span class="mentions-prefix">@</span>annezazu</a> and <a class="mention" href="https://profiles.wordpress.org/4thhubbard/"><span class="mentions-prefix">@</span>4thhubbard</a> for proofreading and review.</em></p>\n\n\n\n<p class="wp-block-paragraph"></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Mar 2026 15:49: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:18:"Ahmed Kabir Chaion";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:101:"Open Channels FM: The Evolution of Hosting Security Standards and the Impact on Emerging Technologies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://openchannels.fm/?p=2088299";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://openchannels.fm/the-evolution-of-hosting-security-standards-and-the-impact-on-emerging-technologies/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:181:"In this episode, hosts dive into ethical hosting with expert David Snead, discussing transparency, data sovereignty, tech challenges, and how regulations are reshaping the industry.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Mar 2026 10:44:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: WordPress Everywhere";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://ma.tt/2026/03/wordpress-everywhere/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6781:"<p class="wp-block-paragraph">As we <a href="https://wordpress.org/news/2026/03/announcing-my-wordpress/">announced</a> and <a href="https://techcrunch.com/2026/03/11/wordpress-debuts-a-private-workspace-that-runs-in-your-browser-via-a-new-service-my-wordpress-net/">TechCrunch covered</a>, <a href="https://my.wordpress.net/">my.wordpress.net</a> has soft-launched.</p>\n\n\n\n<p class="wp-block-paragraph">What this means is you need to fundamentally shift how you think about WordPress. </p>\n\n\n\n<p class="wp-block-paragraph">From the beginning, WordPress has always been open source, giving you freedom, liberty, autonomy, and digital sovereignty. <a href="https://automattic.com/creed/">Open source is the most powerful idea of our generation</a>.</p>\n\n\n\n<p class="wp-block-paragraph">For the past few decades, WordPress was software you got from a cloud provider or web host, such as <a href="https://wordpress.com/">WordPress.com</a>, <a href="https://www.bluehost.com/">Bluehost</a>, <a href="https://www.hostinger.com/">Hostinger</a>, or <a href="https://pressable.com/">Pressable</a> (the currently <a href="https://wordpress.org/hosting/">recommended WordPress hosts</a>). You could self-host it on a Raspberry Pi or home server, but few people did.</p>\n\n\n\n<p class="wp-block-paragraph">The experience of <a href="https://wordpress.org/download/">downloading WordPress</a>, as my Mom did, is that it unzips a bunch of PHP and various code files onto your desktop. Very confusing!</p>\n\n\n\n<p class="wp-block-paragraph">But now, thanks to incredible advances in <span style="margin: 0px; padding: 0px;"><a href="https://webassembly.org/" target="_blank">WebAssembly (WASM)</a>, we can spin up a web server, a database (SQLite or MariaDB), and a full WordPress installation</span> inside your browser in about 30 seconds. Instantly. No server needed. <a href="https://youtu.be/VeigCZuxnfY?t=2914">I introduced Playground at State of the Word in 2022</a>.</p>\n\n\n\n<p class="wp-block-paragraph">You can even use it to cross-publish apps to the web, desktop, and iOS, like <a href="https://wptavern.com/blocknotes-app-runs-wordpress-natively-on-ios-now-in-public-beta">Blocknotes did in 2023</a>. You <a href="https://blocknotes.org/">can get the latest Blocknotes at Blocknotes.org</a>. One codebase, multiple platforms.</p>\n\n\n\n<p class="wp-block-paragraph">These <a href="https://wordpress.org/playground/">WordPress Playground </a>containers are fully composable and atomic. You can track and roll back any change. Undo for everything. Stop thinking of WordPress as just on a web host and worrying about maintenance and management, and more as a self-contained unit of open source goodness, a fun little package where you own and control the code and data and can run it however you like.</p>\n\n\n\n<p class="wp-block-paragraph">How perfect is that for AI to work with? <a href="https://wordpress.org/playground/">Playground</a> makes WordPress local, fast, and trivial to spin up multiple instances, test code changes, and save them.</p>\n\n\n\n<p class="wp-block-paragraph">Next up, we&#8217;re going to add peer-to-peer sync, version control integration, and cloud publishing so other people can access it.</p>\n\n\n\n<p class="wp-block-paragraph">I believe this will take us <a href="https://w3techs.com/technologies/history_overview/content_management/all/y">from millions of WordPresses</a> in the world to billions. Hosting isn&#8217;t going away; in fact, I think demand for cloud syncing will increase drastically as we radically open up what people can build on top of WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">In an AI age where it&#8217;s trivial to spin up software from scratch, consumers will have to give much more thought to brands they trust to be in it for the long term. We&#8217;ve been relentlessly iterating on WordPress since 2003. I plan to work on it the rest of my life, and there&#8217;s a broad community of hundreds of thousands, if not millions, of people who make their living on top of WordPress. </p>\n\n\n\n<p class="wp-block-paragraph">On WordPress.com we offer <a href="https://wordpress.com/100-year/">100-year plans</a> and <a href="https://wordpress.com/100-year-domain/">100-year domains</a>, and I believe we&#8217;re one of the few companies where that&#8217;s credible. It&#8217;s led by <a href="https://rosefutures.com/">Zander Rose</a>, who ran the <a href="https://longnow.org/">Long Now Foundation</a> (one of my favorite non-profits) from 1997 to 2023, a quarter century.</p>\n\n\n\n<p class="wp-block-paragraph">In core WordPress, we are <em>obsessed</em> with backwards compatibility. You can run plugins and themes written 20 years ago on today&#8217;s WordPress. I&#8217;ve stumbled on decade-old installs, and the built-in auto-upgrade took everything to the newest version.</p>\n\n\n\n<p class="wp-block-paragraph">At <a href="https://automattic.com/">Automattic</a>, for better and worse, <a href="https://killedbygoogle.com/">unlike Google</a>, we almost never shut things down. We obsess about <a href="https://blog.archive.org/2026/02/04/inside-the-new-wayback-machine-plugin-for-wordpress/">maintaining or redirecting permalinks</a>. We make it easy not just to get your data in, but take it out too. We build businesses that lower churn not by locking you in (<a href="https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere">Wix famously has no export</a>) but by making it easy for you to leave. <a href="https://www.youtube.com/watch?v=LSGl3d4KOMk">If you love somebody, set them free</a>.</p>\n\n\n\n<p class="wp-block-paragraph">In the next few years, there will be a <a href="https://en.wikipedia.org/wiki/Cambrian_explosion">Cambrian explosion</a> of software and services. You&#8217;re going to have a lot of choices about where to put your most precious data and software. You should demand open source and bet on those who are clearly in it for the long-term.</p>\n\n\n\n<p class="wp-block-paragraph">Today, everyone gets a phone number and email when they grow up. That will expand in the future, everyone will have <a href="https://wordpress.com/domains/">a domain</a> and a WordPress. A part of the internet that you own.</p>\n\n\n\n<p class="wp-block-paragraph">Technology is best when it brings people together. Technology is best when it puts you in control, gives you ownership, digital autonomy, freedom, and liberty. That&#8217;s open source. It&#8217;s so exciting to see how AI is supercharging open source.</p>\n\n\n\n<p class="wp-block-paragraph"><a href="http://make.wordpress.org/">Join the WordPress community</a>. It&#8217;s fun! We have cookies that don&#8217;t track you. <img alt="😉" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" style="height: 1em;" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Mar 2026 02:07:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress.org blog: WordPress 6.9.4 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20184";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2026/03/wordpress-6-9-4-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2238:"<h2 class="wp-block-heading">WordPress 6.9.4 is now available</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/">WordPress 6.9.2</a> and <a href="https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/">WordPress 6.9.3</a> were released yesterday, addressing 10 security issues and a bug that affected template file loading on a limited number of sites.</p>\n\n\n\n<p class="wp-block-paragraph">The WordPress Security Team has discovered that not all of the security fixes were fully applied, therefore 6.9.4 has been released containing the necessary additional fixes.</p>\n\n\n\n<p class="wp-block-paragraph">Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.4.zip">download WordPress 6.9.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.4, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-9-4/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Security updates included in this release</h2>\n\n\n\n<p class="wp-block-paragraph">The security team would like to thank the contributors who reported and investigated this issue, in particular <a href="https://profiles.wordpress.org/kraftner">Thomas Kräftner</a> for his responsible disclosure. The security issues that are resolved in 6.9.4 are:</p>\n\n\n\n<ul class="wp-block-list">\n<li>A PclZip path traversal issue reported independently by <a href="https://profiles.wordpress.org/francescocarlucci/">Francesco Carlucci</a> and <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An authorization bypass on the Notes feature reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XXE in the external getID3 library reported by <a href="https://profiles.wordpress.org/regex33/">Youssef Achtatal</a></li>\n</ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 15:34:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: #208 – Behind the Scenes at the CloudFest Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=203053";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/podcast/208-behind-the-scenes-at-the-cloudfest-hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:34011:"<details>Transcript<div>\n<p class="wp-block-paragraph">[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class="wp-block-paragraph">Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case a firsthand look at the CloudFest Hackathon.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class="wp-block-paragraph">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class="wp-block-paragraph">So on the podcast today, we have something different. Usually it&#8217;s me, Nathan Wrigley, chatting with a guest about something related to WordPress, whether that&#8217;s a plugin, Core updates, or perhaps an aspect of the WordPress community.</p>\n\n\n\n<p class="wp-block-paragraph">This time around, it&#8217;s me, and later on, a bunch of guests talking about an event. The event in question has already taken place, but the next iteration of it is just around the corner. And if you read the title of this episode, you&#8217;ll already know that I&#8217;m talking about CloudFest.</p>\n\n\n\n<p class="wp-block-paragraph">CloudFest is an unusual event. The most obvious indicator of this fact is that it takes place in Europa Park in Rust, Germany. It&#8217;s one of the world&#8217;s premier theme parks.</p>\n\n\n\n<p class="wp-block-paragraph">CloudFest is at its heart, a tech conference, but every year, just before the main CloudFest conference begins, a very different event takes place. It&#8217;s called the CloudFest Hackathon. So whilst the rollercoasters are testing the laws of physics outside, inside a group of developers, UX designers and system architects are testing the limits of the modern internet.</p>\n\n\n\n<p class="wp-block-paragraph">Dozens of the world&#8217;s most talented engineers strip away the corporate sales pitches and set themselves a variety of collaborative challenges to be completed in just three days. Now we see hackathons all the time. Usually they&#8217;re sponsored by a single company trying to get people to use their specific API, or their high pressure competitions, to build a disruptive startup in 48 hours. But the CloudFest Hackathon isn&#8217;t like this. It&#8217;s professional, it&#8217;s non-commercial, and its primary intention isn&#8217;t necessarily to build a product, it&#8217;s to maintain the ecosystem.</p>\n\n\n\n<p class="wp-block-paragraph">So let&#8217;s hear from somebody who knows all about the CloudFest Hackathon, and that person, is Carole Olinger.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:04] <strong>Carole Olinger:</strong> My name is Carole, and I am the head of CloudFest Hackathon. I&#8217;m very excited about my role here and to be able to connect so many awesome people and talent around the world.</p>\n\n\n\n<p class="wp-block-paragraph">So I think there are multiple definitions for a hackathon. In this case I would probably define it as a gathering of open source enthusiasts who are going to be working and coding and designing a lot of exciting projects together. They haven&#8217;t met before in many cases, and they are put in the same room for three days being fed, being caffeinated and trying to improve the open web.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:42] <strong>Nathan Wrigley:</strong> Who&#8217;s on the organizing team?</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:44] <strong>Carole Olinger:</strong> So basically, I am leading the whole operation in my role for CloudFest and the World Hosting Days. And I have the most amazing supporting team around me that anyone could ever imagine. So it is Lucas Ratke from Automattic, Alain Schlesser from Yoast, and Thierry Muller from Google, who are on the project support team, and making sure that we have all these really valuable projects in our event. And that project leads are prepared in the best possible way.</p>\n\n\n\n<p class="wp-block-paragraph">And for the first time we also have a volunteer that is helping during the event. And is specifically helping me wrangling the 110 amazing sheep around me, and to make sure that there are accommodations are covered. That all the catering is being done. And that is a Simon Kraft from Group One.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:36] <strong>Nathan Wrigley:</strong> I show up to an event like this, all the jigsaw pieces are in place you think, oh, it just happens, but of course it doesn&#8217;t just happen. How long have you spent working on this event? How long have you been wrangling this whole thing into existence?</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:49] <strong>Carole Olinger:</strong> Usually we start in September. And then it&#8217;s more okay, what are our objectives? What are our goals for this edition? We are really trying to take as much feedback as possible from previous year&#8217;s attendees, to make sure that we have improvements in place and new additions to the event for the following edition. So that happens in September. Creating the team, making sure that we have specific objectives and goals and those are manageable.</p>\n\n\n\n<p class="wp-block-paragraph">And then the actual work starts in October, and then becoming more and more intense over the upcoming months. And I would say January is probably the most crazy month. I barely slept.</p>\n\n\n\n<p class="wp-block-paragraph">[00:05:31] <strong>Nathan Wrigley:</strong> So the idea really is that you put. In this case, 10 projects in a room. You&#8217;ve got 10 project leads and, in some cases there&#8217;s multiple people leading a project. And then you add into that mix over a hundred people, many of whom appear to be developers, and you stir that pot up a bit, and hope that things come out the end that are useful, that have been enjoyable to work on.</p>\n\n\n\n<p class="wp-block-paragraph">How do you decide what the 10, in this case, projects were? And are you oversubscribed with people wishing to be a part of it? And so how do you decide what makes it? How do you decide which projects are interesting to CloudFest Hackathon each year?</p>\n\n\n\n<p class="wp-block-paragraph">[00:06:10] <strong>Carole Olinger:</strong> So this has been evolving over the years. So I remember additions, three or four years ago, or previous to the pandemic. Where our project team was pulling projects out of the different CMS communities, open source project communities. So we had ideas about what we wanted to tackle, and some projects came out of the communities. So we were like hunting ideas, and also planting ideas inside communities.</p>\n\n\n\n<p class="wp-block-paragraph">This year is the first year where we didn&#8217;t have to do any of that. We had 22 pitches from different CMS communities and other open source projects that were pitching their ideas to us. So it was like a kind of a hard choice to determine which ones are going to make it.</p>\n\n\n\n<p class="wp-block-paragraph">So usually we are trying to take into consideration what the theme of the main event CloudFest is, and obviously as everyone is excited about AI these days, that is something we wanted to cover. So we made sure we had some projects that had AI involvement. And then what is really important to my heart, and to the team&#8217;s heart, is that we are having cross CMS collaborations.</p>\n\n\n\n<p class="wp-block-paragraph">So we are trying to have WordPress people here, which is obviously the community that I am mostly connected with. But also TYPO3. TYPO3 is one of our, the W3 Association is one of our top level sponsors. We since years we have Joomla people, Drupal people joining us. We are trying to find a good mix to empower those cross CMS collaborations and also cross-project collaborations. So even within one platform, just to name WordPress as an example, we try to make sure that we have projects that could eventually benefit from each other.</p>\n\n\n\n<p class="wp-block-paragraph">[00:07:54] <strong>Nathan Wrigley:</strong> I&#8217;m guessing also, there&#8217;s a component of trying to work out projects that if you put a hundred people in a room, there&#8217;s not a hundred replicas of the same person. Each of them are different. That there are 10 different places where they can land. Because one thing that I didn&#8217;t realize and was really curious to me, is when the Hackathon started, apart from the project leads, nobody&#8217;s assigned a place to go. They listen to a little speech at the beginning. It&#8217;s like a promotional thing. Two minutes, this is what we want to do, the pitch. And then the people make a decision. And for 10 minutes or something, there&#8217;s this sort of chaotic moving of people around, and then it all settles down.</p>\n\n\n\n<p class="wp-block-paragraph">So presumably you have a wide array of project pitches, so that those a hundred plus people can decide, they&#8217;re not all surrounding the one table and there&#8217;s a table over there that&#8217;s empty, I guess that fits in the jigsaw as well.</p>\n\n\n\n<p class="wp-block-paragraph">[00:08:44] <strong>Carole Olinger:</strong> So we are taking very much care about the selection process of applicants. So when we know what our projects are going to look like, we are trying to match their needs in terms of skills that attendees are going to present to us during their application.</p>\n\n\n\n<p class="wp-block-paragraph">So usually we have between 300 and 400 applications for the Hackathon, and we have 110 slots. But, and this is important to understand, our partners are bringing team members within these 110 attendees. And our partners this year have been super actively involved, which I love. So they were not only giving us money to make this event possible, to be able to invite open source contributors to this place, including their hotel, accommodation and food. They were bringing, people resources. I hate the term, but you know what I mean. So they were sending their crew to lead, to participate in these open source ideas and projects. So in the end we had 60 available spots for open source contributors. And then we made sure that we are matching the skills that they were sharing with us in their applications with the needs that the projects will have on the table.</p>\n\n\n\n<p class="wp-block-paragraph">So we have a pretty good understanding already about who&#8217;s going to be at what table. And obviously we are monitoring that. So we give them some time to make the decisions. And if we see that there are skills missing at a certain table, or if there&#8217;s another table that is going to be too full and too complicated to manage by the project lead, we are kindly convincing, and reassigning people, to participate in different projects.</p>\n\n\n\n<p class="wp-block-paragraph">[00:10:19] <strong>Nathan Wrigley:</strong> So that&#8217;s interesting. So it&#8217;s not just a free for all? The idea is to maximize the output of the projects, the 10 different projects at the end, and you will, like you said, politely, ask people to move over if you believe that the thing that they have said that they&#8217;re good at, is, matching. And there&#8217;s a, I don&#8217;t know, a hole in one particular project.</p>\n\n\n\n<p class="wp-block-paragraph">That brings me to this question then. Is the intention that these projects have a life after this event has finished? Or is it just a case of, okay, we&#8217;ve all had a nice time, the event has closed, let&#8217;s all move on with our lives.</p>\n\n\n\n<p class="wp-block-paragraph">[00:10:48] <strong>Carole Olinger:</strong> This is becoming more and more important to us. As I said earlier, we are trying to improve something every year like, like focusing on something when we are fixing our goals that we can do better every year. And what we can definitely do better is spreading the word about what amazing achievements the teams have been building during the event, and make sure that this project&#8217;s become more sustainable. So that the world knows that there&#8217;s potential in the outcomes of CloudFest Hackathon project, and to potentially unlock support and resources for these projects to continue.</p>\n\n\n\n<p class="wp-block-paragraph">I would love to spread the word, making it possible to unlock these resources. And then also inside our team, building more and more resources to follow up with this project leads from our end.</p>\n\n\n\n<p class="wp-block-paragraph">[00:11:33] <strong>Nathan Wrigley:</strong> There&#8217;s an element of, how to describe it? There&#8217;s this time pressure in the whole event. So that the thing is basically three days long, from inception until final judging, three days. So the pressure is on, and I can feel at the moment the pressure is increasing slightly. You can sense that people are getting quite into the project they&#8217;re working on.</p>\n\n\n\n<p class="wp-block-paragraph">I noticed last night, long after the event had officially closed down, there was quite a lot of people still sitting there. They&#8217;re were obviously wedded to what they&#8217;re doing. There is this sort of like Shark Tank element where there&#8217;s going to be a judgment at the end and somebody&#8217;s going to win.</p>\n\n\n\n<p class="wp-block-paragraph">How does that work? Who gets to decide who&#8217;s the winner?</p>\n\n\n\n<p class="wp-block-paragraph">[00:12:06] <strong>Carole Olinger:</strong> So we do have a jury, and the jury is composed of representatives of our top tier partners. And they send one representative to the jury. Then we do have one representatives from the Groundbreaker Talents charity project. Because, on a side note, all these awards are being sponsored by companies, and everything that we are collecting in terms of sponsorships is going to the Groundbreak Talents initiative. And then we have the project support team, and myself being on the juries. And it&#8217;s an uneven number. So we have nine people, which is always good to have on a jury. And after the presentation of results on the last day of the hackathon, the jury is going to deliberate.</p>\n\n\n\n<p class="wp-block-paragraph">And then we are going to listen to the project support team, who has been working the room and connecting with the project tables during the three days in terms of technical achievements, challenges they have seen. So they&#8217;re going to give us some impression on that. And that is mostly important for the Tech Visionary Award. And then, all of us have had the chance to obviously see the presentations, which is important for the Pitch Perfect Award. Who has the most appealing presentation of results? We do have the Social Media Master Award, that is fully being tracked.</p>\n\n\n\n<p class="wp-block-paragraph">So Simon and I, we are going to give the jury some insights on who has created the most boss on social media. . And, then we do have the Breaking Barriers Award, which is a new one. So this is about using inclusive technologies, and getting some outputs that are going to be helpful for a diverse set of users, and connecting people on the user base, but also how the people have been working together in terms of having diverse skills and perspectives on the table.</p>\n\n\n\n<p class="wp-block-paragraph">So these are some of the awards, and there&#8217;s going to be an overall winner. We have five categories, and an overall winner. And the overall winner is, the one that has the most points.</p>\n\n\n\n<p class="wp-block-paragraph">Thanks to Carole for that comprehensive introduction to the CloudFest Hackathon. Now, let&#8217;s look at the why. Why do people travel from 30 plus different countries around the world to do all of this?</p>\n\n\n\n<p class="wp-block-paragraph">In our industry, we talk a lot about the cloud, but we often forget that the cloud is just a massive collection of interconnected open source projects. You have WordPress powering 40 plus percent of the web, you have the Linux kernel, you&#8217;ve got PHP and Python communities, and then you have the hosting providers and hardware manufacturers. Normally, these groups live in silos. They communicate via GitHub issues or formal API documentation. Well, the intention of the hackathon is to create what might be called the human API. It&#8217;s about taking a person who might maintain a security plugin, and sitting them at the same table as an engineer who manages millions of servers for a global host.</p>\n\n\n\n<p class="wp-block-paragraph">When you remove the barrier of the screen, the friction of the internet disappears. Problems that have been sitting in a backlog for six months get solved over a coffee, or a shared meal because the right people are finally in the same physical space.</p>\n\n\n\n<p class="wp-block-paragraph">Although, as Carole mentioned, there is a winner, this isn&#8217;t really about winning a prize. In fact, the prizes are almost secondary to the real goal, which is contributing back to open source projects, some of which already exist, some of which are new. The intention is all free and open source software or FOSS for short.</p>\n\n\n\n<p class="wp-block-paragraph">These contributors aren&#8217;t there to build something proprietary and closed. They&#8217;re there to ensure the plumbing of the internet stays robust, secure, and interoperable. Oh, and to have some fun collaborating at the same time.</p>\n\n\n\n<p class="wp-block-paragraph">Speaking of contributors, let&#8217;s hear from some of them now and get a little taste of what their project was all about.</p>\n\n\n\n<p class="wp-block-paragraph">The room as you will hear was a little noisy.</p>\n\n\n\n<p class="wp-block-paragraph">[00:15:52] <strong>Javier Casares:</strong> I am Javier Casares and I am one of the co-leads from for the CMS Cloud Manager Project.</p>\n\n\n\n<p class="wp-block-paragraph">[00:15:58] <strong>Nathan Wrigley:</strong> What does this project hope to achieve?</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:00] <strong>Javier Casares:</strong> Usually when you have a cPanel or Plesk or some kind of panel, you can install a WordPress, for example, with one click, but the server is not configured.</p>\n\n\n\n<p class="wp-block-paragraph">So in this project, we want to configure not only the CMS, but also the server where the CMS is going to be</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:20] <strong>Nathan Wrigley:</strong> And how&#8217;s it going so far?</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:22] <strong>Javier Casares:</strong> It&#8217;s fine. We have the public part because we want to have a website so you can configure things and prepare everything. And then we have this software, the real software that creates everything. And more or less it&#8217;s, fine, at this moment. So I think we can achieve everything for the hackathon, for the finals.</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:46] <strong>Mattias Pfefferle:</strong> I&#8217;m Mathias. I am working on Activity Pub and the Fediverse.</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:51] <strong>Nathan Wrigley:</strong> And what&#8217;s the project that you&#8217;re working on at CloudFest, the Hackathon?</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:55] <strong>Mattias Pfefferle:</strong> We are working on federated events. So it&#8217;s very much a special case of the Fediverse.</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:02] <strong>Nathan Wrigley:</strong> And what is the intention of the project? What are you hoping to get out of it?</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:05] <strong>Mattias Pfefferle:</strong> We try to build a decentralized, alternative to the big social networks around events, so that people does not have to rely on something they do not have control over. So we would hope to get an alternative to meetup.com, maybe, or any other big closed proprietary social network, around events.</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:29] <strong>Nathan Wrigley:</strong> And how&#8217;s it going so far?</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:30] <strong>Mattias Pfefferle:</strong> It&#8217;s mixed, because even if it&#8217;s a standard, there are different variations of using the standard. So we filed a lot of bug reports, and tried to work on a standard that better describes the standard , if that makes sense? And we&#8217;re trying to make federation happen using WordPress and some other platforms that are built by people that are part of the Hackathon team.</p>\n\n\n\n<p class="wp-block-paragraph">[00:17:58] <strong>Milana Cap:</strong> My name is Milana Cap, and I&#8217;m on a project WPCLI as MCP. MCP stands for Milana Cap pro. No, it doesn&#8217;t</p>\n\n\n\n<p class="wp-block-paragraph">[00:18:09] <strong>Nathan Wrigley:</strong> What is the intention of this project then?</p>\n\n\n\n<p class="wp-block-paragraph">[00:18:11] <strong>Milana Cap:</strong> We are introducing AI into WPCLI. So, you could use AI in different aspects of WordPress, like content creation and all of that. But it was missing in development process, especially in local instances. So now we have that, and it&#8217;s actually a lot of fun. Much more fun than I thought.</p>\n\n\n\n<p class="wp-block-paragraph">[00:18:32] <strong>Nathan Wrigley:</strong> And how&#8217;s it going so far?</p>\n\n\n\n<p class="wp-block-paragraph">[00:18:34] <strong>Milana Cap:</strong> So far we build a spam machine, and that&#8217;s official name. And we actually had a MVP on first day. It&#8217;s really fun. Yeah. And we are just learning how this AI is behaving by itself in our locals.</p>\n\n\n\n<p class="wp-block-paragraph">[00:18:52] <strong>Patricia BT:</strong> Hello, Nathan. I&#8217;m Patricia BT. I&#8217;m living in Geneva, Switzerland. I speak French, and I am my own boss, . And I came, with that pitch, as a project for the Hackathon because for me it&#8217;s very important to own your data and preserve what exists on the web, and not lose anything.</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:11] <strong>Nathan Wrigley:</strong> And what&#8217;s the name of your project?</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:13] <strong>Patricia BT:</strong> CMS Freedom.</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:14] <strong>Nathan Wrigley:</strong> And how&#8217;s it going so far?</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:16] <strong>Patricia BT:</strong> It&#8217;s going very well. We have, tech people here, engineer, who are doing amazing work with, especially LLMs. So we are using AI to grab any HTML content and discover the format, the elements, and then later be able to import that into WordPress block theme.</p>\n\n\n\n<p class="wp-block-paragraph">For now it&#8217;s WordPress block theme and content. And later the hope is that people from other CMSs, other system, can just modify that last bit and import what the tool extracts, and import to their own system. So we can move from any HTML, render any page on the web and create that for your CMS.</p>\n\n\n\n<p class="wp-block-paragraph">[00:19:59] <strong>Nemanja Cimbaljevic:</strong> Hi, I am Nemanja. I come from Serbia and currently I&#8217;m with GoDaddy as a software engineer.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:05] <strong>Nathan Wrigley:</strong> And what&#8217;s the name of your project?</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:07] <strong>Nemanja Cimbaljevic:</strong> I will not break my tongue. We will call it AI Accessibility Content Updater.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:12] <strong>Nathan Wrigley:</strong> And what is the intention? What are you hoping to achieve over these three days?</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:16] <strong>Nemanja Cimbaljevic:</strong> We will try to make a proof of concept that will allow us to move on in the future where the AI is capable to help with accessibility of the websites that can be improved? Not all of them.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:29] <strong>Nathan Wrigley:</strong> Are there any constraints around what it is that you are hoping to be able to do? Or is it literally all the accessibility?</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:35] <strong>Nemanja Cimbaljevic:</strong> It&#8217;s all about accessibility, and yes, we will see where we will go. It was announced as a trial and error. So we will see if there is any trial or just error.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:48] <strong>Anne-Mieke Bovelett:</strong> Hi, I&#8217;m Anne Bovelett.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:50] <strong>Nathan Wrigley:</strong> And what&#8217;s the name of the project you&#8217;ve got at CloudFest Hackathon?</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:54] <strong>Anne-Mieke Bovelett:</strong> It&#8217;s called Accessible Infographics.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:56] <strong>Nathan Wrigley:</strong> And what is the intention? What are you hoping to achieve in these three days?</p>\n\n\n\n<p class="wp-block-paragraph">[00:21:01] <strong>Anne-Mieke Bovelett:</strong> Right now we&#8217;re creating a plugin for WordPress. . And when you have infographics on your site because you produce medicine, or machines, or you have statistics on your site. You can use our WordPress block, and upload an image through that, and then it will help you to make it accessible by creating extra information under the hood.</p>\n\n\n\n<p class="wp-block-paragraph">And the best thing of this is it&#8217;s not just going to be for WordPress, because we&#8217;re conceptualizing that for others so they can easily recreate this in other open source CMSs. And it will save millions and millions of people from sitting in the dark with very important information on websites.</p>\n\n\n\n<p class="wp-block-paragraph">What it actually means is that, also when we manage to move on with this project in the next phase, we&#8217;re gonna try and do this in bulk. To do it backwards for companies that already have a lot of infographics on their website, and understand that they have to do it either by law, or because they&#8217;re smart and want higher converting web shops, for example.</p>\n\n\n\n<p class="wp-block-paragraph">And then the possibility will come that they can do that backwards in bulk, and it will save them thousands and thousands in money that they have to invest in making this happen.</p>\n\n\n\n<p class="wp-block-paragraph">[00:22:20] <strong>Wesley Stessens:</strong> Yes. My name is Wesley Stessens, and I&#8217;m from Belgium, and we work on the Peer-to-peer Federated RAG Framework with, our team.</p>\n\n\n\n<p class="wp-block-paragraph">[00:22:30] <strong>Nathan Wrigley:</strong> And can I ask, what is the intention of that project over the three days? What are you hoping to achieve?</p>\n\n\n\n<p class="wp-block-paragraph">[00:22:35] <strong>Wesley Stessens:</strong> We are hoping to achieve something that hasn&#8217;t been done before in the, in the RAG space.</p>\n\n\n\n<p class="wp-block-paragraph">So basically RAG, or Retrieval Augmented Generation is way how you can augment an LLM and AI with extra data. And we want to allow everyone to create their own databases. And anyone can just join our network with their own knowledge.</p>\n\n\n\n<p class="wp-block-paragraph">For example, someone who knows a lot about beers, they can join our network and have like a library full of all information about very specific niche beers, maybe beers they brew themselves or whatever. And then any other node in the network can ask a specific question. And then our purpose is to route that question to the best matching node in a decentralized way. So there&#8217;s no servers or big companies. In between everything is done in a peer to peer way. So they get back the best matching documents from other people&#8217;s libraries, so to speak.</p>\n\n\n\n<p class="wp-block-paragraph">And then we use that to ask an LLM, or an AI a question with the context that we got from other people&#8217;s databases that matched best. And now we show the results to the user, or we create like a chat interface maybe around that. That&#8217;s the end result that we hope to achieve.</p>\n\n\n\n<p class="wp-block-paragraph">[00:23:49] <strong>Tadas Pukas:</strong> I&#8217;m Tadas.</p>\n\n\n\n<p class="wp-block-paragraph">[00:23:50] <strong>Nathan Wrigley:</strong> And what is the name of the project?</p>\n\n\n\n<p class="wp-block-paragraph">[00:23:52] <strong>Tadas Pukas:</strong> It&#8217;s WordPress Staging Environment Manager. It&#8217;s a bit complex to understand, but it does very simple thing.</p>\n\n\n\n<p class="wp-block-paragraph">[00:23:59] <strong>Nathan Wrigley:</strong> And what&#8217;s the intention at the end of these three days? What would you ideally like to be shipping? Have finished?</p>\n\n\n\n<p class="wp-block-paragraph">[00:24:05] <strong>Tadas Pukas:</strong> Yeah, so we want to have open source plugin, and actually we have it almost, so it&#8217;s the final touches.</p>\n\n\n\n<p class="wp-block-paragraph">And this will be distributed. It&#8217;s already in the public GitHub repo. So people will be able to download zip file, install a plugin, and create staging environments. Not only create but sync changes from staging to live. Actually, our name of the plugin is Staging to Live, so it&#8217;s, yeah, almost done.</p>\n\n\n\n<p class="wp-block-paragraph">Almost ready.</p>\n\n\n\n<p class="wp-block-paragraph">[00:24:29] <strong>Nathan Wrigley:</strong> Okay. I hope that you enjoyed this different style of podcast. Hopefully you learned something about CloudFest and the CloudFest Hackathon.</p>\n\n\n\n<p class="wp-block-paragraph">You certainly got to hear from a wide variety of contributors, and got to peel back the curtain about what a hackathon is, and the different projects people work on. There&#8217;s a great energy at events like this, and maybe this will convince you to explore hackathons in the future.</p>\n\n\n\n<p class="wp-block-paragraph">You don&#8217;t need to be a coder. Each project needs a wide array of talents from coders to marketers, designers, to project wranglers.</p>\n\n\n\n<p class="wp-block-paragraph">Like I said, at the top of the show, CloudFest 2026 is just around the corner. There&#8217;s an annual event both in the US and the one discussed here in Germany.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast.</p>\n\n\n\n<p class="wp-block-paragraph">And we&#8217;ll be back next week with more from CloudFest and the CloudFest Hackathon.</p>\n</div></details>\n\n\n\n<p class="wp-block-paragraph">On the podcast today we have something different.</p>\n\n\n\n<p class="wp-block-paragraph">Usually it’s me, Nathan Wrigley, chatting with a guest about something related to WordPress, whether that’s a plugin, Core updates or perhaps an aspect of the WordPress community. </p>\n\n\n\n<p class="wp-block-paragraph">This time around it’s me, and later on a bunch of guests talking about an event. The event in question has already taken place, but the next iteration of it is just around the corner, and if you read the title of the episode, you’ll already know that I’m talking about <a href="https://www.cloudfest.com">CloudFest</a>.</p>\n\n\n\n<p class="wp-block-paragraph">CloudFest is an unusual event; the most obvious indicator of this is the fact that it takes place in Europa-Park in Rust, Germany. It’s one of the world’s premier theme parks.</p>\n\n\n\n<p class="wp-block-paragraph">CloudFest is at its heart a tech conference, but every year, just before the main CloudFest conference begins, a very different event takes place. It’s called the <a href="https://hackathon.cloudfest.com">CloudFest Hackathon</a>. So, whilst the roller coasters are testing the laws of physics outside, inside, a group of developers, UX designers, and system architects are testing the limits of the modern internet.</p>\n\n\n\n<p class="wp-block-paragraph">Dozens of the world’s most talented engineers, strip away the corporate sales pitches, and set themselves a variety of collaborative challenges, to be completed in just three days.</p>\n\n\n\n<p class="wp-block-paragraph">Now, we see &#8220;hackathons&#8221; all the time. Usually, they’re sponsored by a single company trying to get people to use their specific API, or they’re high-pressure competitions to build a &#8220;disruptive&#8221; startup in 48 hours. But the CloudFest Hackathon is not like this. It’s professional, it’s non-commercial, and its primary intention isn&#8217;t to build a product, it’s to maintain the ecosystem.</p>\n\n\n\n<p class="wp-block-paragraph">Today we&#8217;re going to be hearing from a variety of people who were involved in the 2025 event. The 2026 event is just around the corner.</p>\n\n\n\n<p class="wp-block-paragraph">You&#8217;ll hear from:</p>\n\n\n\n<ul class="wp-block-list">\n<li>Carole Olinger (the Hackathon lead)</li>\n\n\n\n<li>Javier Casares</li>\n\n\n\n<li>Mattias Pfefferle</li>\n\n\n\n<li>Milana Cap</li>\n\n\n\n<li>Patricia BT</li>\n\n\n\n<li>Nemanja Cimbaljevic</li>\n\n\n\n<li>Anne-Mieke Bovelett</li>\n\n\n\n<li>Wesley Stessens</li>\n\n\n\n<li>Tadas Pukas</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">They&#8217;re a tiny sample of who was present at the event, but hopefully they will give you a flavour of what the CloudFest Hackathon is, why people attend, and what kinds of projects they&#8217;re involved in.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.cloudfest.com/blog/cloudfest-hackathon-2025-review">CloudFest Hackathon 2025 Recap</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.cloudfest.com">CloudFest</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://hackathon.cloudfest.com">CloudFest Hackathon</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Nathan Wrigley";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WordPress.org blog: Your Browser Becomes Your 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:35:"https://wordpress.org/news/?p=19831";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2026/03/announcing-my-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:10343:"<p class="wp-block-paragraph">For nearly two decades, WordPress has been known for a simple, powerful idea: that anyone should be able to get online and start creating with minimal friction. The famous five-minute install captured that spirit for an earlier era of the web. Today, we’re introducing <strong><a href="https://my.wordpress.net/">my.WordPress.net</a></strong>, a new take on that idea designed for a new generation of creators.</p>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-20049" height="421" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1024%2C421&#038;ssl=1" width="1024" /></figure>\n\n\n\n<p class="wp-block-paragraph">With my.WordPress.net, WordPress runs entirely and persistently in your browser. There’s no sign-up, no hosting plan, and no domain decision standing between you and getting started. Built on <a href="https://wordpress.org/playground/">WordPress Playground</a>, my.WordPress.net takes the same technology that powers instant WordPress demos and turns it into something permanent and personal. This isn’t a temporary environment meant to be discarded. It’s a WordPress that stays with you.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>New Ways to WordPress</strong></h2>\n\n\n\n<p class="wp-block-paragraph">When you open my.WordPress.net, you’re placed directly into a complete WordPress environment that runs entirely in your browser. What makes this approach meaningful is not just where WordPress runs, but how it changes the relationship between people and the software itself. By removing the need to sign up or make early decisions about hosting and visibility, my.WordPress.net reframes WordPress as a space you can enter and work within, rather than a service you have to configure before you begin.</p>\n\n\n\n<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">\n<p class="wp-block-paragraph">“This takes WordPress from being framed as something that is democratizing publishing to democratizing digital sovereignty.” &#8211; <a href="https://profiles.wordpress.org/akirk/">Alex Kirk</a></p>\n</blockquote>\n\n\n\n<p class="wp-block-paragraph">Seen through that lens, my.WordPress.net is not just about convenience. As you don’t need to choose a hosting provider, your WordPress belongs entirely to you. In a publishing environment, you’d briefly interact with WordPress as you prepare your next post. In a personal setting, it becomes a place you shape and return to. That change unlocks new ways of thinking about what WordPress can be.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Permanently and Privately Yours</strong></h2>\n\n\n\n<p class="wp-block-paragraph">Because sites on my.WordPress.net are private by default and not accessible from the public internet, they don’t behave like traditional websites. They aren’t optimized for traffic, discovery, or presentation, and they don’t need to be. Instead, WordPress becomes a personal environment where ideas can exist before they are ready to be shared, or where they may never be shared at all.</p>\n\n\n\n<p class="wp-block-paragraph">This changes how WordPress can be used day to day. It becomes a place to think, to draft, to organize, and to experiment without pressure, whether that means writing privately, collecting research, or building small tools for personal use. Learning also fits naturally into this model, since people can explore plugins, themes, and features inside a real WordPress environment where mistakes are expected and recoverable.</p>\n\n\n\n<p class="wp-block-paragraph">This turns WordPress into a personal workspace. It becomes a place for thinking, learning, prototyping, and tinkering, where exploration matters more than outcomes. In that role, WordPress shifts from being something you prepare for others to visit into something you actively work inside, adapting to how you want to create and learn over time.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Sparking Creativity with Apps</strong></h2>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-20046" height="566" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1024%2C566&#038;ssl=1" width="1024" /></figure>\n\n\n\n<p class="wp-block-paragraph">To make these ideas concrete, my.WordPress.net includes an App Catalog with pre-configured experiences designed specifically for personal use, built with <a href="https://wordpress.org/plugins/">WordPress plugins</a>. These examples highlight how WordPress can function when it’s private, persistent, and easy to experiment with. Each app installs with a single click and configures itself automatically.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Personal CRM</strong></h3>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-20048" height="531" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1024%2C531&#038;ssl=1" width="1024" /></figure>\n\n\n\n<p class="wp-block-paragraph">A private relationship manager designed to help you stay in touch with people who matter to you. Contacts can be grouped, enriched with personal details, and paired with reminders to reconnect. In the demo, this extends to analyzing communication patterns using imported chat data, all stored locally inside WordPress.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Personal RSS Reader</strong></h3>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-20043" height="553" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1024%2C553&#038;ssl=1" width="1024" /></figure>\n\n\n\n<p class="wp-block-paragraph">Using the <a href="https://wordpress.org/plugins/friends/">Friends plugin</a>, WordPress becomes a quiet, personal feed reader. Instead of relying on external platforms, you can follow sites and creators inside your own WordPress and read at your own pace, free from algorithms or engagement pressure.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>AI Workspace and Knowledge Base</strong></h3>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-default wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large wp-lightbox-container"><img alt="" class="wp-image-20045" height="540" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=1024%2C540&#038;ssl=1" width="1024" /><button class="lightbox-trigger" type="button">\n			<svg fill="none" height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg">\n				<path d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" fill="#fff">\n			</svg>\n		</button></figure>\n\n\n\n<figure class="wp-block-image size-large wp-lightbox-container"><img alt="" class="wp-image-20044" height="539" src="https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=1024%2C539&#038;ssl=1" width="1024" /><button class="lightbox-trigger" type="button">\n			<svg fill="none" height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg">\n				<path d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" fill="#fff">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class="wp-block-paragraph">Because my.WordPress.net is powered by WordPress Playground, an AI assistant can safely modify it, empowering you to customize beyond what you&#8217;re used to. Ask it to modify a plugin to your liking, or create an entirely new one, featuring your desired block. Ask it about the data you have stored in your WordPress. The assistant remembers what it touches and makes it easy to share your changes with others. Over time, WordPress itself can become your personal knowledge base that the AI understands and works with.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Zero Barriers</strong></h2>\n\n\n\n<p class="wp-block-paragraph">my.WordPress.net lowers the barrier to getting started with WordPress to almost nothing. It offers a fast, commitment-free way to explore, learn, and build, whether the result is a long-term personal project or something that eventually moves elsewhere. In that sense, it updates the spirit of the <a href="https://developer.wordpress.org/advanced-administration/before-install/howto-install/">five-minute install</a> for a browser-first web.</p>\n\n\n\n<h3 class="wp-block-heading">What you should know</h3>\n\n\n\n<ul class="wp-block-list">\n<li>Storage starts at roughly 100 MB</li>\n\n\n\n<li>The first launch takes a little longer while WordPress downloads and initializes</li>\n\n\n\n<li>All data stays in your browser and is not uploaded anywhere</li>\n\n\n\n<li>Each device has its own separate installation</li>\n\n\n\n<li>Backups should be downloaded regularly</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading"><strong>Create and explore</strong></h2>\n\n\n\n<p class="wp-block-paragraph">WordPress has always grown through experimentation. People trying things, breaking things, and discovering new ways to use the platform have shaped what WordPress is today.</p>\n\n\n\n<p class="wp-block-paragraph">my.WordPress.net continues that tradition by making experimentation easier and more personal. It’s an invitation to create without pressure, to explore ideas that may never be published, and to use WordPress in ways that fit your life.</p>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex">\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://my.wordpress.net/">Start exploring at <strong>my.WordPress.net</strong></a></div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="wp-block-paragraph"><em><a href="https://my.wordpress.net/">my.WordPress.net</a> is built on WordPress Playground technology. Learn more at <a href="https://wordpress.org/playground/">WordPress.org/playground</a> or join the conversation in the #meta-playground channel on <a href="https://make.wordpress.org/chat/">WordPress Slack</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 13:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brandon Payton";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"Open Channels FM: WordPress Takes the Stage at CloudFest with the WP Business and Agency Summit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=2551041";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/wordpress-takes-the-stage-at-cloudfest-with-the-wp-business-and-agency-summit/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:220:"WordPress is making waves at CloudFest with the WP Business &#038; Agency Summit on March 23 in Germany. It’s all about growth, partnerships, and innovation, connecting agencies and cloud services for great networking.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 10:47:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"HeroPress: WordPress: the untapped treasure for leverage.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=8462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:162:"https://heropress.com/essays/wordpress-the-untapped-treasure-for-leverage/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-the-untapped-treasure-for-leverage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9009:"<img alt="Pull quote: WordPress gave me my very first major client as an aspiring developer." class="attachment-large size-large wp-post-image" height="512" src="https://heropress.com/wp-content/uploads/3026/03/031026.webp" width="1024" /><p>Unpopular opinion has it that the most popular cms is just an internet toy for websites. Well… it has managed to sustain more than 40% of the websites on the web, if the internet was a stock option by websites, WordPress has a sheer size plus a special place in my heart [insert_white_heart_emoji].<br /><br />Welcome to follow along on my WordPress journey. Let me be your captain. Let’s go.</p>\n\n\n\n<h3 class="wp-block-heading" id="h-in-the-beginning">In the beginning:</h3>\n\n\n\n<p>My early days in WordPress were influenced by a friend, <a href="https://www.linkedin.com/in/danielemeka/">Emeka Daniel</a>, who at the time worked on a handful of WordPress projects. We were both undergraduates, so it was easy to see how quickly he could spin up a full website with little or no coding. At the time, I already had my web development starter pack (HTML, CSS, JavaScript) fitted in, so the idea of building any type of website from scratch at any whim was almost a default approach.</p>\n\n\n\n<h3 class="wp-block-heading" id="h-the-rest-they-say-its-history">The rest they say its history:</h3>\n\n\n\n<p>Fast forward to some days later in 2019, someone contacted me to build a journal library website with an ecommerce feature and more. In the multitude of counsel from one person, who happened to be Daniel, I opted to build the project with WordPress, and the rest, they say, is history.</p>\n\n\n\n<p>Over the years, across my six years (as of the time of writing this) of website development, I have dabbled with several tools in the PHP ecosystem. Fortunately, WordPress is one of them. From my first drag and drop experiment to building a WordPress theme or tinkering with WordPress plugin development, that tinkering across these sides of WordPress did pay off.</p>\n\n\n\n<h3 class="wp-block-heading" id="h-community-writing-and-memorable-moments">Community, Writing and Memorable Moments:</h3>\n\n\n\n<h5 class="wp-block-heading" id="h-given-back-to-the-community">Given back to the Community:</h5>\n\n\n\n<p>WordPress is a community driven, the number of WordCamps is a testament to that. That said, my friend shared the light with me, and I felt I should share the same with people in my space. In 2022, during my time in the mandatory national one year paramilitary service, I organized a three week program where I demonstrated to my colleagues the possibilities with WordPress and the benefits that abound for them.</p>\n\n\n\n<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<figure class="wp-block-image size-large wp-lightbox-container"><img alt="Chidiebere standing at a speaking table." class="wp-image-8465" height="576" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.38.15-1024x576.webp" width="1024" /><button class="lightbox-trigger" type="button">\n			\n				\n			\n		</button></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<figure class="wp-block-image size-large"><a href="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.38.16.webp"><img alt="Chidiebere walking to a speaking table" class="wp-image-8468" height="576" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.38.16-1024x576.webp" width="1024" /></a></figure>\n</div>\n</div>\n\n\n\n<p><em>“Yeap! That’s me.” You are NOT wondering how I came there ? Courtesy of WordPress</em></p>\n\n\n\n<p>For a three week stretch, I had a wonderful audience who had businesses and services and felt I would show them how to take those into the online space. They were curious. Rapt with attention. Engaged and interested.</p>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="Chidiebere at the front of a classroom, teaching" class="wp-image-8471" height="1020" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.37.42.webp" width="574" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8474" height="576" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.37.50-1024x576.webp" width="1024" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8475" height="576" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.38.07-1024x576.webp" width="1024" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8476" height="576" src="https://heropress.com/wp-content/uploads/3026/03/WhatsApp-Image-2026-02-01-at-12.38.20-1024x576.webp" width="1024" /></figure>\n</figure>\n\n\n\n<p><br />We started with an introduction to websites and website development, then went through the basics of WordPress while demonstrating an Elementor walk-through.</p>\n\n\n\n<figure class="wp-block-image aligncenter size-large"><a href="https://heropress.com/wp-content/uploads/3026/03/dlcf-wordpress.webp"><img alt="Poster for a WordPress workshop" class="wp-image-8478" height="1024" src="https://heropress.com/wp-content/uploads/3026/03/dlcf-wordpress-724x1024.webp" width="724" /></a></figure>\n\n\n\n<p>The rewarding feeling is getting to see people feel powerful enough to build their first website, dismiss the phobia or perception that it is difficult, and give them a launch pad to go and “ship.”</p>\n\n\n\n<h5 class="wp-block-heading" id="h-writing">Writing:</h5>\n\n\n\n<p>Lots of experimentation has happened in my WordPress world and space. One of them was a website migration that I did. It involved migrating a WordPress site from WordPress.com to WordPress.org. I had to write down <a href="https://chidiebere.me/2022/02/15/fastest-way-to-migrate-your-site-from-wordpress-com-to-wordpress-org/">my process</a>. It was an expository one for me. One of the memorable moments was that migration. It was an exposition to not just about WordPress but how powerful WordPress works in the terminal.</p>\n\n\n\n<p>In 2025, I was privileged to be a guest speaker for a <a href="https://youtu.be/s5VRBGrILUw?si=G-Ium00-WSxLGNSO">Google Developer Event.</a> And as you guess, the topic was how WordPress could be coupled with AI (Gemini).</p>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8483" height="525" src="https://heropress.com/wp-content/uploads/3026/03/wordpressss_hangout-1024x525.webp" width="1024" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-8482" height="941" src="https://heropress.com/wp-content/uploads/3026/03/devfest_banner-1024x941.webp" width="1024" /></figure>\n</figure>\n\n\n\n<p>Personally for me, in a broader scope, this event opened quite some handful perspective as to the future of WordPress and how it could scale with AI</p>\n\n\n\n<p><br />Of many other things that has happened, I have managed to keep a heads-up on the WordPress community, how it positions itself to join the AI race and I am optimistic about the future of WordPress and the WordPress community.</p>\n\n\n\n<h3 class="wp-block-heading" id="h-closing">Closing:</h3>\n\n\n\n<p>WordPress (WP) gave me the material to ship fast right before “shipping fast” became a trend. WordPress gave me my very first major client as an aspiring developer. While WP sits as the most popular CMS, it definitely deserves a sit at the front table of my software engineering journey.</p>\n\n\n\n<div class="wp-block-group has-background is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-fc43baa9 wp-block-group-is-layout-flex" id="desktop">\n<h2 class="kt-adv-heading8462_0a5715-23 wp-block-kadence-advancedheading" id="work-environment">Chidiebere&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Chidiebere for a view into his development life and this is what he sent!</p>\n\n\n	<div class="hotspots-image-container">\n		<img alt="Chidiebere Chukwudi desk" class="hotspots-image skip-lazy" height="2048" src="https://heropress.com/wp-content/uploads/2026/03/chidiebere_worskpace.webp" width="1796" />\n	</div>\n\n\n\n\n<p class="has--font-size">HeroPress would like to thank <a href="https://wpdrawattention.com/">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div>\n<p>The post <a href="https://heropress.com/essays/wordpress-the-untapped-treasure-for-leverage/">WordPress: the untapped treasure for leverage.</a> appeared first on <a href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Mar 2026 09:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Chidiebere Chukwudi";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WordPress.org blog: WordPress 6.9.3 and 7.0 beta 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:35:"https://wordpress.org/news/?p=20166";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-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:5950:"<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-6-9-2-release/">WordPress 6.9.2 was released earlier today</a> and addressed 10 security issues.</p>\n\n\n\n<p class="wp-block-paragraph">A few users have subsequently reported an issue where the front end of their site was appearing blank after updating to 6.9.2. The issue has been narrowed down to some themes using an unusual approach to loading template files via &#8220;stringable objects&#8221; instead of primitive strings for file paths.</p>\n\n\n\n<p class="wp-block-paragraph">Although this is is not an officially supported approach to loading template files in WordPress (the <code>template_include</code> filter only accepts a string), it nevertheless caused some sites to break. As a result, the Security Team has decided to address this in a fast follow 6.9.3 release.</p>\n\n\n\n<p class="wp-block-paragraph">As always,<strong> it is recommended that you update your sites to the latest version of WordPress immediately.</strong> This ensures your site is protected by all available security fixes in 6.9.2 and that you will not be affected by the bug fixed in 6.9.3.</p>\n\n\n\n<p class="wp-block-paragraph">Many thanks to those who reported the issue, assisted in narrowing down the problem, and helped with the fix, in particular <a href="https://profiles.wordpress.org/josklever/">Jos Klever</a> who assisted throughout the process.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.3.zip">download WordPress 6.9.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin shortly. You don&#8217;t have to do a thing!</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.3, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-9-3/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">WordPress 7.0 beta 4</h2>\n\n\n\n<p class="wp-block-paragraph">The next major release of WordPress will be <a href="https://make.wordpress.org/core/7-0/">version 7.0</a>, which is planned for April 9, 2026. The Security Team has decided to package a new beta release (7.0 beta 4) to keep everyone protected from the patched vulnerabilities, including the dedicated members of the community focusing their time and effort on testing the upcoming release.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This will be an additional beta release in the 7.0 release cycle.</strong> The schedule will remain the same going forward, but with five total beta releases instead of the previously planned four. The next 7.0 beta release is still scheduled for Thursday, March 12th.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This beta version of the WordPress software is still under development</strong>. Please do not install, run, or test WordPress 7.0 beta versions on production or mission-critical websites. Instead, you should evaluate Beta 4 on a test server and site.</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta4.zip">Beta 4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <br /><code>wp core update --version=7.0-beta</code>4</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.  No setup is required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<h2 class="wp-block-heading">Beta 4 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 4 contains the ten security patches shipped in WordPress 6.9.2, and more than 49 updates and fixes since the Beta 3 release, including 14 in the Editor and 35 in Core. </p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes. More are on the way, thanks to your help with testing. You can browse the technical details for all issues addressed since Beta 3 at these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/compare/f4d8a5803aa2fbe26e7d9af4d17e80a622b7bab8...9b8144036fa5faf75de43d4502ff9809fcf689ad">GitHub commits for 7.0 </a> since March 5, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F10%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets for 7.0</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">As always, a successful release depends on your confirmation during testing. So please download and test!</p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props <a class="mention" href="https://profiles.wordpress.org/peterwilson/"><span class="mentions-prefix">@</span>peterwilson</a>, <a class="mention" href="https://profiles.wordpress.org/desrosj/"><span class="mentions-prefix">@</span>desrosj</a>, <a class="mention" href="https://profiles.wordpress.org/marybaum/"><span class="mentions-prefix">@</span>marybaum</a>, <a class="mention" href="https://profiles.wordpress.org/amykamala/"><span class="mentions-prefix">@</span>amykamala</a> for peer reviewing.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2026 23:41:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress.org blog: WordPress 6.9.2 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20142";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2026/03/wordpress-6-9-2-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4478:"<h2 class="wp-block-heading">WordPress 6.9.2 is now available</h2>\n\n\n\n<p class="wp-block-paragraph">This is a security release that features several fixes.</p>\n\n\n\n<p class="wp-block-paragraph">Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p class="wp-block-paragraph">You can <a href="https://wordpress.org/wordpress-6.9.2.zip">download WordPress 6.9.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class="wp-block-paragraph">For more information on WordPress 6.9.2, please visit the <a href="https://wordpress.org/documentation/wordpress-version/version-6-9-2/">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Security updates included in this release</h2>\n\n\n\n<p class="wp-block-paragraph">The security team would like to thank the following people for <a href="https://hackerone.com/wordpress?type=team">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class="wp-block-list">\n<li>A Blind SSRF issue reported by <a href="https://hackerone.com/sibwtf">sibwtf</a>, and subsequently by several other researchers while the fix was being worked on</li>\n\n\n\n<li>A PoP-chain weakness in the HTML API and Block Registry reported by <a href="https://github.com/hackerlo2003">Phat RiO</a></li>\n\n\n\n<li>A regex DoS weakness in numeric character references reported by Dennis Snell of the WordPress Security Team</li>\n\n\n\n<li>A stored XSS in nav menus reported by <a href="https://x.com/Savphill">Phill Savage</a></li>\n\n\n\n<li>An AJAX <code>query-attachments</code> authorization bypass reported by <a href="https://www.vitalysim.com/">Vitaly Simonovich</a></li>\n\n\n\n<li>A stored XSS via the <code>data-wp-bind</code> directive reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XSS that allows overridding client-side templates in the admin area reported by <a href="https://hackerone.com/amosec">Asaf Mozes</a></li>\n\n\n\n<li>A PclZip path traversal issue reported independently by <a href="https://profiles.wordpress.org/francescocarlucci/">Francesco Carlucci</a> and <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An authorization bypass on the Notes feature reported by <a href="https://profiles.wordpress.org/kaminuma/">kaminuma</a></li>\n\n\n\n<li>An XXE in the external getID3 library reported by <a href="https://profiles.wordpress.org/regex33/">Youssef Achtatal</a></li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">The WordPress security team have worked with the maintainer of the external getID3 library, James Heinrich, to coordinate a fix to getID3. A new version of getID3 <a href="https://github.com/JamesHeinrich/getID3/releases">is available here</a>.</p>\n\n\n\n<p class="wp-block-paragraph">As a courtesy, these fixes are being backported, where necessary, to all branches eligible to receive security fixes (currently through 4.7). As a reminder, <strong>only the most recent version of WordPress is actively supported</strong>. The backports are in progress and will ship as they become ready.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p class="wp-block-paragraph">This release was led by <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>. In addition to the security researchers mentioned above, WordPress 6.9.2 would not have been possible without the contributions of the following people: <a href="https://profiles.wordpress.org/dmsnell/">Dennis Snell</a>, <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/jonsurrell/">Jon Surrell</a>, <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/luisherranz/">Luis Herranz</a>, <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>, and <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a>.</p>\n\n\n\n<p class="wp-block-paragraph"></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2026 15:43: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:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:114:"Open Channels FM: Behind the Scenes at CloudFest Europe’s Playground for Cloud, Security, and Hosting Innovation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=2550972";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"https://openchannels.fm/behind-the-scenes-at-cloudfest-europes-playground-for-cloud-security-and-hosting-innovation/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:183:"In this episode Soeren, Myles and Robert discuss CloudFest 2026, highlighting its unique amusement park setting, various networking opportunities, and some new features for attendees.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2026 09:10:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: Gone (Almost) Phishin’";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151341";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://ma.tt/2026/03/gone-almost-phishin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4938:"<p class="wp-block-paragraph">This is a little embarrassing to share, but I&#8217;d rather someone else be able to spot a dangerous scam before they fall for it. So, here goes.</p>\n\n\n\n<p class="wp-block-paragraph">One evening last month, my Apple Watch, iPhone, and Mac all lit up with a message prompting me to reset my password<em>.</em> This came out of nowhere; I hadn&#8217;t done anything to elicit it. I even had <a href="https://support.apple.com/en-us/105120">Lockdown Mode</a> running on all my devices. It didn’t matter. Someone was spamming Apple&#8217;s legitimate password reset flow against my account—a technique<a href="https://krebsonsecurity.com/2024/03/recent-mfa-bombing-attacks-targeting-apple-users/"> Krebs documented back in 2024</a>. I dismissed the prompts, but the stage was set.</p>\n\n\n\n<p class="wp-block-paragraph">What made the attack impressive was the next move: The scammers actually contacted Apple Support themselves, pretending to be me, and opened a real case claiming I&#8217;d lost my phone and needed to update my number. That generated a real case ID, and triggered real Apple emails to my inbox,<em> properly signed</em>, from Apple&#8217;s actual servers. These were legitimate; no filter on earth could have caught them.</p>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-151420" height="587" src="https://i0.wp.com/ma.tt/files/2026/03/CleanShot-2026-02-07-at-19.36.31%402x-1-1024x996.png?resize=604%2C587&#038;quality=80&#038;ssl=1" width="604" /></figure>\n\n\n\n<p class="wp-block-paragraph">Then &#8220;Alexander from Apple Support&#8221; called. He was calm, knowledgeable, and <em>careful</em>. His first moves were solid security advice: check your account, verify nothing&#8217;s changed, consider updating your password. He was so good that I actually thanked him for being excellent at his job.</p>\n\n\n\n<p class="wp-block-paragraph">That, of course, was when he moved into the next phase of the attack.</p>\n\n\n\n<p class="wp-block-paragraph">He texted me a link to review and cancel the &#8220;pending request.&#8221; The site, audit-apple.com, was a pixel-perfect Apple replica, and displayed the exact case ID from the real emails I&#8217;d just received. There was even a fake chat transcript of the scammers&#8217; actual conversation with Apple, presented back to me as evidence of the attack against my account. At the bottom of the page was a Sign in with Apple button that he told me to use.</p>\n\n\n\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-151411" height="395" src="https://i0.wp.com/ma.tt/files/2026/03/CleanShot-2026-02-07-at-18.14.37%402x-1024x670.png?resize=604%2C395&#038;quality=80&#038;ssl=1" width="604" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img alt="" class="wp-image-151412" height="418" src="https://i0.wp.com/ma.tt/files/2026/03/CleanShot-2026-02-07-at-18.08.36%402x-1024x708.png?resize=604%2C418&#038;quality=80&#038;ssl=1" width="604" /></figure>\n</figure>\n\n\n\n<p class="wp-block-paragraph">I started poking at the page and noticed I could enter any case ID and get the same result. Nothing was being validated. It was all theater.</p>\n\n\n\n<p class="wp-block-paragraph">&#8220;This is really good,&#8221; I told Alexander. &#8220;This is obviously phishing. So tell me about the scam.&#8221;</p>\n\n\n\n<p class="wp-block-paragraph">Silence. *Click*.</p>\n\n\n\n<p class="wp-block-paragraph">Once I’d suspected what was happening, I’d started recording the call, so I was able to save a good chunk of it, which Jamie Marsland used to make a video about the encounter. You can hear for yourself exactly how convincing “Alexander” was.</p>\n\n\n\n<p class="wp-block-paragraph">So let my almost-disaster help you avoid your own. Remember these rules.</p>\n\n\n\n<ul class="wp-block-list">\n<li><strong>Don’t approve any password-reset prompts</strong>—those are the first part of the attack. Do not pass Go, just head directly to your Apple ID settings. </li>\n\n\n\n<li><strong>Apple will </strong><strong><em>never</em></strong><strong> call you first.</strong> </li>\n\n\n\n<li>When you get an email from Apple—or, really, anyone telling you to complete a digital security measure—<strong>check the URL</strong> they’re trying to send you to. Apple Support lives on apple.com and getsupport.apple.com, nowhere else.</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">After all, the best protection is knowing what this looks like before it happens.</p>\n\n\n\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n\n\n\n<p class="wp-block-paragraph"><em>Thank you to Peter Rubin and Jamie Marsland for putting this all together.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Mar 2026 15:11:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:101:"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 — Weekend Edition #360";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/?p=44585";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:24098:"<p class="wp-block-paragraph">Hi there,</p>\n\n\n\n<p class="wp-block-paragraph">I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements.</p>\n\n\n\n<p class="wp-block-paragraph">Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if you are curious. </p>\n\n\n\n<p class="wp-block-paragraph">Below you also find the links to the first set of Dev Notes for WordPress 7.0. Beta 4 will come out next week (3/12). Release candidate 1 is scheduled for March 19. It is now time to <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">help test WordPress 7.0</a></p>\n\n\n\n<p class="wp-block-paragraph">Enjoy your weekend and these notes. </p>\n\n\n\n<p class="wp-block-paragraph">Yours, <img alt="💕" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png" style="height: 1em;" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n\n\n<p class="wp-block-paragraph">WordCamp Asia heads to Mumbai on April 10–11, and I shared <a href="https://gutenbergtimes.com/schedule-of-wordcamp-asia-birgits-selected-sessions/"><strong>my personally curated session picks</strong></a> — leaning heavily into block editor, themes, and AI. Highlights include Ryan Welcher on the Interactivity API, a Playground + AI testing pipelines talk by Fellyph Cintra, and a closing keynote from Matt Mullenweg. I will also be leading a Contributor Day workshop on building a block theme from scratch. <a href="https://asia.wordcamp.org/2026/schedule/">The schedule</a> still has several TBD slots, so it&#8217;s worth checking back. </p>\n\n\n\n<figure class="wp-block-image size-large"><a href="https://asia.wordcamp.org/2026/schedule/"><img alt="Networking at WordCamp Asia" class="wp-image-44578" height="364" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/WordCamp-Asia-Schedule-2026.jpg?resize=652%2C364&#038;ssl=1" width="652" /></a></figure>\n\n\n\n<p class="wp-block-paragraph"><em><a href="https://asia.wordcamp.org/2026/event-pass/?refresh=true#get-your-pass">Get your WordCamp Asia 2026 event pass</a> and join the WordPress community in Mumbai on April 9–11!</em></p>\n\n\n\n<h2 class="wp-block-heading" id="0-word-press-release-information">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/"><strong>WordPress 7.0 Beta 3 </strong></a>is now available for testing. The final release is coming closer. It&#8217;s the time of the release cycle when <strong>Developer Notes</strong> are published ahead of Release Candidate 1.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">For the <strong><a href="https://make.wordpress.org/core/2026/03/04/breadcrumb-block-filters/">new Breadcrumbs block</a></strong>, <strong>Nik Tsekouras</strong> documents the two PHP filters developers will want to know. <code>block_core_breadcrumbs_items</code> lets you modify, add, or remove items just before rendering — handy for prepending a custom &#8220;Shop&#8221; crumb in WooCommerce. <code>block_core_breadcrumbs_post_type_settings</code> gives you control over which taxonomy and term appear in the trail, with sensible fallback behavior when your preferred term isn&#8217;t assigned. Props to Karol Manijak for the implementation.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Dave Smith</strong> details one of the more exciting 7.0 additions for theme developers: <strong><a href="https://make.wordpress.org/core/2026/03/04/customisable-navigation-overlays-in-wordpress-7-0/">Customisable Navigation Overlays</a>.</strong> Mobile hamburger menus were previously locked to a fixed default design — now you can build your overlay from any blocks and patterns directly in the Site Editor. Themes can bundle overlays as template parts registered with a new <code>navigation-overlay</code> area in <code>theme.json</code>. The feature is opt-in currently full-screen only, and props go to <strong>Mike McAlister</strong>, whose <a href="https://wordpress.org/plugins/ollie-menu-designer/">Ollie Menu Designer plugin</a> helped validate the community demand.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Luis Herranz</strong> outlines key updates in the <a href="https://make.wordpress.org/core/2026/03/04/changes-to-the-interactivity-api-in-wordpress-7-0/"><strong>Interactivity API changes in WordPress 7.0</strong></a>. The main highlight is the new <code>watch()</code> function, which helps developers to track state changes outside the DOM for tasks like logging and analytics. Additionally, <code>state.url</code> in <code>core/router</code> will now be filled by the server, improving navigation tracking. Note that the <code>state.navigation</code> properties are outdated and will be removed in a future version.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>André Maneiro</strong> rounds up <strong><a href="https://make.wordpress.org/core/2026/03/04/dataviews-dataform-et-al-in-wordpress-7-0/">166 contributions from 35 authors landing in the DataViews space for WordPress 7.0</a>.</strong> Highlights include a new <code>activity</code> timeline layout, expanded field validation rules, a <code>combobox</code> control for large datasets, and a <code>groupBy</code> object replacing the old <code>groupByField</code> string — a breaking change worth noting. DataForm gains a new <code>details</code> layout and collapsible card controls. A lot here for plugin developers building data-rich admin interfaces.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Miguel Fonseca</strong> documents one of the most warmly received 7.0 additions: <strong><a href="https://make.wordpress.org/core/2026/03/03/php-only-block-registration/">PHP-only block registration</a>.</strong> Pass <code>''autoRegister'' =&gt; true</code> in the <code>supports</code> array alongside a <code>render_callback</code>, and your block appears in the editor without a single line of JavaScript. WordPress automatically generates Inspector Controls for supported attribute types — string, integer, boolean, and enum. Implemented by Ricky Pena, the comments section alone tells you how long PHP-first developers have been waiting for this one.</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Ryan Welcher</strong> and <strong>Ciprian Popescu</strong> went deeper on this topic and provided you with examples and explanations on their personal blogs. (See links below.)  </p>\n\n\n\n<div class="wp-block-group has-light-background-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">\n<p class="wp-block-paragraph"><img alt="🎙" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" style="height: 1em;" /> The latest episode is <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-128-gutenberg-22-7-version-and-dev-notes-for-7-0/">Gutenberg Changelog #128 – Gutenberg 22.7 Version and Dev Notes for 7.0</a> with special guest Maggie Cabrera </p>\n\n\n\n<figure class="wp-block-image size-full is-style-no-vertical-margin"><img alt="Recording Gutenberg Changelog 128 with Maggie Cabrera and Birgit Pauli-Haack " class="wp-image-44836" height="185" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-13-at-17.41.45-1.png?resize=652%2C185&#038;ssl=1" width="652" /></figure>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div></div></div>\n\n\n\n<p class="wp-block-paragraph">In the video, <a href="https://www.youtube.com/watch?v=znVzVZ0jM9g"><strong>7.0 Beta, Gutenberg 22.5, Studio &amp; AI: WordPress for Developers in February</strong></a> <strong>Ryan Welcher</strong> walks you through the February edition of the round-up series What&#8217;s new for Developers. You&#8217;ll get the highlights from Gutenberg 22.4 and 22.5: per-instance custom CSS, viewport-based block visibility, anchor support for dynamic blocks, and the long-awaited removal of extra editor wrapper divs. The iFrame enforcement planned for 7.0 has been delayed — more breathing room, but time to prepare is now.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">WordPress lead developer <strong>Dion Hulse</strong> has shipped something quietly useful: <strong><a href="https://www.therepository.email/wordpress-org-now-serves-markdown-output-for-ai-agents-and-developers">WordPress.org now serves clean Markdown output</a> </strong>for every page, built on Dennis Snell&#8217;s html-to-md plugin. You can access it by appending <code>?output_format=md</code> to any URL or sending an <code>Accept: text/markdown</code> header. The efficiency gains are real — one developer reported a WordPress docs page shrinking from 68k tokens to 11k. It&#8217;s a direct response to Mullenweg&#8217;s push to make WordPress.org a canonical knowledge source for AI agents. <em>Ray Morey reporting for The Repository</em></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">In this brief video, <strong>Jonathan Bossenger</strong> demonstrates <a href="https://www.youtube.com/watch?v=OAYyx-qEpVY"><strong>WordPress 7.0 Beta 2&#8217;s new WP AI Client and Connectors</strong> settings page</a>, explaining how connectors can install plugins and how developers can create AI features without tying users to a specific provider. A live CLI demo showcases this approach. Bossenger also discusses connector discovery UX and areas where core improvements are needed before 7.0 is released.</p>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div>\n\n\n<h2 class="wp-block-heading" id="0-p">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress contributor <strong>Nick Hamze </strong>has quietly improved <strong><a href="https://www.therepository.email/the-wordpress-featured-plugins-tab-is-now-rotating-hidden-gems-every-two-weeks">the Featured Plugins tab in wp-admin</a>,</strong> replacing a list that hadn&#8217;t changed in eight years with a rotating selection of eight lesser-known plugins, refreshed every two weeks. The goal, as <strong>Matt Cromwell</strong> reports for The Repository, is to surface genuinely promising newcomers — &#8220;not the giants, not the household names&#8221; — that you&#8217;d never stumble across through search or popularity rankings. Early results are striking; Ollie Menu Designer tripled its biggest download day within hours of appearing in the tab.</p>\n\n\n\n<h2 class="wp-block-heading" id="2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class="wp-block-paragraph"><strong>Marko Ivanovic</strong> and <strong>Noam Almosnino</strong> shared their <a href="https://automattic.design/2026/03/03/telex-experiments/"><strong>Telex experiments on the Automattic Design blog</strong></a>, showcasing what happens when designers get to build WordPress blocks by simply describing an idea. Telex, Automattic&#8217;s AI-powered tool, handles the technical wiring so you can focus on creative exploration. The pair built a text-scrambling interaction inspired by Flash-era pioneer Yugop and an image carousel—all without writing block code themselves. It&#8217;s a compelling glimpse at how your design-to-block workflow could change.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Derek Hanson</strong> shares how he shipped <a href="https://derekhanson.blog/tufte-blocks/"><strong>Tufte Blocks</strong></a>, a WordPress block theme he couldn&#8217;t build a year ago, drawing on Edward Tufte&#8217;s typography-first aesthetic. After two failed attempts, the right combination — <em><a href="https://github.com/WordPress/agent-skills">WordPress Agent Skills</a></em> and <strong>Shaun Andrews</strong>&#8216; <a href="https://shaunandrews.com/2026/02/teaching-ai-to-design/">design-system-first</a> approach — finally unlocked it. You don&#8217;t need to be a designer or developer; Hanson&#8217;s project management and rhetoric background turned out to be exactly the right skills for directing AI through a complete, polished theme. Does it sound attractive to you? <a href="https://github.com/dhanson-wp/tufte-blocks"><strong>Download it from GitHub</strong></a></p>\n\n\n<div class="ng-block-343989cd190f2259 wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;"><div class="ng-block-fd0ad9a7c6eccc5b wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong> <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/" rel="noreferrer noopener" target="_blank">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class="ng-block-6c04d0b50a7b81bc wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>The previous years are also available: <br /><strong><strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/">2020</a> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/">2021</a></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/">2022</a></strong></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023">2023</a></strong> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/"><strong>2024</strong></a> </p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<h2 class="wp-block-heading" id="3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p class="wp-block-paragraph"><strong>Ciprian Popescu </strong>walks you through <a href="https://getbutterfly.com/php-only-block-registration-in-wordpress/"><strong>PHP-only block registration in WordPress</strong></a>, the new approach landing in 7.0 that lets you build Gutenberg blocks without JavaScript build tools. By setting <code>autoRegister</code> to true in the supports array, WordPress auto-generates inspector controls from your attributes and uses ServerSideRender for previews. You&#8217;ll find practical guidance on block supports, asset enqueueing caveats, and where this approach fits best—think author boxes, CTA banners, and theme-specific components rather than richly interactive blocks.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ryan Welcher</strong> also explains how <a href="https://ryanwelcher.com/2026/03/04/php-only-block-registration-in-wordpress-7-0/"><strong>PHP-only block registration in WordPress 7.0</strong></a> lets you skip <code>block.json</code> entirely and define block metadata directly in your <code>register_block_type()</code> call. You&#8217;ll see how to enable it with the <code>autoRegister</code> support flag, define attributes that auto-generate inspector controls, and wire up render callbacks with <code>get_block_wrapper_attributes()</code>. The tutorial covers asset registration via handle arrays and helps you streamline your workflow for server-rendered blocks ahead of the April 9 release.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Paulo Carvajal</strong>&#8216;s guide on <a href="https://wp-block-editor.com/mastering-event-handling-and-dom-interactions/"><strong>mastering event handling and DOM interactions with the Interactivity API</strong></a> takes you through the <code>data-wp-on</code> directive for declarative event management. You&#8217;ll learn how to handle mouse, keyboard, form, and touch events while connecting them to store actions that update state reactively. The piece covers <code>withSyncEvent()</code> for synchronous access, automatic event delegation, and performance patterns like debouncing and throttling, wrapping up with a complete to-do app that ties it all together.</p>\n\n\n\n<h2 class="wp-block-heading" id="ai-and-wordpress">AI and WordPress </h2>\n\n\n\n<p class="wp-block-paragraph">If you use Cursor for WordPress block development, <strong>JuanMa Garrido</strong> explains <a href="https://juanma.codes/2026/02/24/how-to-enable-json-schema-validation-in-cursor/"><strong>how to enable JSON schema validation in Cursor</strong></a>, which is disabled by default due to a security vulnerability where the AI agent could trigger outbound requests via <code>$schema</code> fields. You&#8217;ll need to add <code>json.schemaDownload.enable</code> to your settings—ideally at the project level in <code>.vscode/settings.json</code> to limit exposure. A quick fix that restores autocompletion and validation for your <code>block.json</code> and <code>theme.json</code> files.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n<div class="ng-block-e09b68ec73996456 wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;"><div class="ng-block-c301ceb206f108c6 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong><a href="https://gutenbergtimes.com/need-a-zip-from-master/">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class="ng-block-f8ebc088d13ce797 wp-block-newsletterglue-image ng-block size-full is-resized" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json"><img alt="" class="wp-image-42874 ng-image" height="45" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1" style="border-style: none; border-color: transparent;" width="196" /></a></div></div></div></div>\n\n<div class="ng-block-3fee7bffcee53193 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>Now also available via <a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href="mailto:pauli@gutenbergtimes.com">Email me </a>with your experience.</p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href="mailto:pauli@gutenbergtimes.com">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph">For questions to be answered on the <a href="http://gutenbergtimes.com/podcast">Gutenberg Changelog</a>, <br />send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a></p>\n\n\n<div class="ng-block-e086b193d4012b76 wp-block-newsletterglue-separator ng-block" style="color: #666666;" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;"><hr style="background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;" /></div></div></div></div>\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%"><div class="ng-block-3e2df186d880e1f5 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 08 Mar 2026 09:53: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:18:"Birgit Pauli-Haack";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Matt: Declaration of the Independence";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151384";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"https://ma.tt/2026/03/declaration/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:639:"<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">\n<p class="wp-block-paragraph">Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather.</p>\n</blockquote>\n\n\n\n<p class="wp-block-paragraph">30 years a 1 month later, it seems like an apt time to revisit <a href="https://www.eff.org/cyberspace-independence">John Perry Barlow&#8217;s Declaration of the Independence of Cyberspace</a>. The poetry is amazing.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 08 Mar 2026 07:57:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:31;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Open Channels FM: Open Channels FM v7.1 Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://openchannels.fm/?p=1650246";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://openchannels.fm/open-channels-fm-v7-1-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:53:"Changes for 7.1 You can view our full changelog here.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Mar 2026 08:40:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: WordPress 7.0 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=20098";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5875:"<p class="wp-block-paragraph">WordPress 7.0 Beta 3 is available for download and testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>This beta version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 3 on a test server and site.WordPress 7.0 Beta 3 can be tested using any of the following methods:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href="https://wordpress.org/wordpress-7.0-beta3.zip">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command: <br /><code>wp core update --version=7.0-beta</code>3</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href="https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn">WordPress Playground instance</a> to test the software directly in your browser.  No setup is required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p class="wp-block-paragraph">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>.  The full <a href="https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Please continue checking the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/7-0">7.0-related posts</a> in the coming weeks for more information. Thank you to everyone who is contributing with testing!</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Catch up on what’s new in WordPress 7.0</strong>: Read the <a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/">Beta 2 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class="wp-block-heading">How to test this release</h2>\n\n\n\n<p class="wp-block-paragraph">Your help testing the WordPress 7.0 Beta 3 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph">If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Beta 3 updates and highlights</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress 7.0 Beta 3 contains more than 148 updates and fixes since the Beta 2 release, including 70 in the Editor and 78 in Core. </p>\n\n\n\n<p class="wp-block-paragraph">Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 2 using these links:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-02-26&amp;until=2026-03-05">GitHub commits for 7.0 </a> since February 26, 2026</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F26%2F2026..03%2F05%2F2026&amp;milestone=7.0&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets for 7.0</a> since February 26, 2026</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">Tapping into the power of AI is even easier in Beta 3! The WP AI Client Connectors screen now dynamically registers providers from the WP AI Client registry, in addition to the 3 default providers, giving users more flexibility and command over AI integrations.</p>\n\n\n\n<h2 class="wp-block-heading">A Beta 3 haiku</h2>\n\n\n\n<p class="wp-block-paragraph"><em>Through sun set and rise,</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Beta 3 takes off and flies.</em></p>\n\n\n\n<p class="wp-block-paragraph"><em>Seven soon arrives.</em></p>\n\n\n\n<p class="has-text-align-right wp-block-paragraph"><em>Props to <a class="mention" href="https://profiles.wordpress.org/annezazu/"><span class="mentions-prefix">@</span>annezazu</a></em>, <em><a class="mention" href="https://profiles.wordpress.org/jeffpaul/"><span class="mentions-prefix">@</span>jeffpaul</a></em>, <em><a class="mention" href="https://profiles.wordpress.org/chaion07/"><span class="mentions-prefix">@</span>chaion07</a></em>,<em> <a class="mention" href="https://profiles.wordpress.org/audrasjb/"><span class="mentions-prefix">@</span>audrasjb</a> and <a class="mention" href="https://profiles.wordpress.org/valentingrenier/"><span class="mentions-prefix">@</span>valentingrenier</a> for proofreading and review.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Mar 2026 14:47:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Amy Kamala";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Open Channels FM: Why Design Systems Matter for Brand Consistency";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650119";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://openchannels.fm/why-design-systems-matter-for-brand-consistency/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Consistency in digital branding through design systems fosters user trust, ensures quality, and supports scalable growth and clear communication.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Mar 2026 13:59:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"Open Channels FM: Navigating the Future of Partnerships and AI in the Open Web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://openchannels.fm/?p=1650459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/navigating-the-future-of-partnerships-and-ai-in-the-open-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:232:"Zach Stepek and Carl Alexander discuss the changing landscape of partnerships and web development communities, emphasizing the importance of collaboration, genuine support, and the impact of AI on sustainable business relationships.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Mar 2026 11:49:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: #207 – Rob Ruiz on WP Rig and the Future of Theme Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=202950";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/podcast/207-rob-ruiz-on-wp-rig-and-the-future-of-theme-development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:61064:"<details>Transcript<div>\n<p class="wp-block-paragraph">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class="wp-block-paragraph">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case the future of theme development.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class="wp-block-paragraph">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class="wp-block-paragraph">So on the podcast today, we have Rob Ruiz. Rob has been involved in the WordPress ecosystem since around 2010. He began as a designer, but over the years WordPress has helped him transition into a developer, software engineer, and now an architect. Currently, he&#8217;s working full-time at an agency whilst taking on side projects independently.</p>\n\n\n\n<p class="wp-block-paragraph">The main topic for today&#8217;s conversation, centers around themes, a subject that hasn&#8217;t been covered in depth on the podcast for quite some time. You see, Rob is the current custodian of WP Rig, a free and open source toolkit for WordPress theme development. WP Rig offers a modern, minimal, and best practice driven starting point for developers who want to build custom themes. Providing tools like Composer and Node integration to streamline workflows, enforce coding standards, and enable the use of future facing CSS features, right now.</p>\n\n\n\n<p class="wp-block-paragraph">We start the episode with Rob sharing what attracted him to WP Rig, and his journey from user to Project Maintainer. We talk about who WP Rig is for, from experienced developers, to those just starting to dip their toes into theme building and code customization.</p>\n\n\n\n<p class="wp-block-paragraph">The discussion moves on to talking about what a theme development framework actually is, and why this approach might suit people wanting more control, and education, in their WordPress journey. Rob describes the learning curve, the workflow, and the satisfaction of creating your own theme from scratch, while highlighting tools and guardrails built into WP RIG that make professional standards and best practices accessible to all.</p>\n\n\n\n<p class="wp-block-paragraph">We also get into how WP Rig fits into the changing WordPress ecosystem. With the advent of full site editing and block-based themes, Rob explains how WP Rig has evolved to stay relevant, supporting classic, hybrid, and block-based paradigms, even enabling block development at the theme level.</p>\n\n\n\n<p class="wp-block-paragraph">Towards the end, we discuss the community behind WP Rig, how you can get involved, and the many educational resources available for those who want to learn theme development, or even become contributors themselves.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re interested in building custom WordPress themes, want to understand the nuts and bolts of theme frameworks, or are simply looking for a modern and educational starting point for WordPress tinkering, this episode is for you.</p>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class="wp-block-paragraph">And so without further delay, I bring you, Rob Ruiz.</p>\n\n\n\n<p class="wp-block-paragraph">I am joined on the podcast by Rob Ruiz. Hello, Rob.</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:56] <strong>Rob Ruiz:</strong> Hi. How are you, Nathan?</p>\n\n\n\n<p class="wp-block-paragraph">[00:03:57] <strong>Nathan Wrigley:</strong> Rob&#8217;s joining me today to talk primarily about themes, which I confess is a subject that we haven&#8217;t touched in a good long while. So before we get into that, Rob, would you just mind spending a minute just letting the listeners know who you are? If we are on a WordPress podcast, probably better to align that with what your journey is in the WordPress space, if that&#8217;s okay.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:17] <strong>Rob Ruiz:</strong> Certainly. Yeah. So my name is Rob Ruiz. I&#8217;ve been leveraging WordPress since about 2010 ish, although my web development experience goes prior to that. And so I&#8217;ve been tinkering and getting more and more into it as I go along.</p>\n\n\n\n<p class="wp-block-paragraph">I started off as mostly a designer back in the early two thousands, I guess. And WordPress has facilitated my journey from being a designer to more of a developer, software engineer, today, architect. And so yeah, it&#8217;s been a very fun journey. I&#8217;ve learned so much over the years, so I&#8217;m very grateful to WordPress for helping me do that at my own pace.</p>\n\n\n\n<p class="wp-block-paragraph">[00:04:58] <strong>Nathan Wrigley:</strong> Do you work for yourself? Are you perhaps engaged in an agency or something like that?</p>\n\n\n\n<p class="wp-block-paragraph">[00:05:02] <strong>Rob Ruiz:</strong> So currently, right now I work full-time at an agency, but I do also do work for myself as well. So it&#8217;s kind of a hybrid situation.</p>\n\n\n\n<p class="wp-block-paragraph">[00:05:09] <strong>Nathan Wrigley:</strong> Okay, so the reason that Rob is on the podcast today, well, there&#8217;s a variety of reasons. Most of it will bind itself to the subject of themes, as I said right at the start. But we&#8217;re also going to be talking, maybe towards the end a little bit about AI and things like that.</p>\n\n\n\n<p class="wp-block-paragraph">However, Rob is now the custodian. I didn&#8217;t realise he was now the custodian. We&#8217;ll get into that in a minute. But Rob is the custodian at the moment of a project called WP Rig. And you can find this, it&#8217;s a really quick URL to type in, it&#8217;s WP Rig, so WPRIG .io.</p>\n\n\n\n<p class="wp-block-paragraph">Completely free to download, completely unencumbered by a pricing page or anything like that. There&#8217;s a GitHub repo I think. Yes, that&#8217;s right. So do you just want to give us the elevator pitch for what WP Rig is. And just because it makes me happy, can you tell us how you got involved? Because that&#8217;s lovely too.</p>\n\n\n\n<p class="wp-block-paragraph">[00:06:00] <strong>Rob Ruiz:</strong> Yeah. Yeah, for sure. So WP Rig is a theme development toolkit or framework, but it&#8217;s also a starter theme as well. So you could think of it as kind of like underscores but with a whole modern development toolkit situation built into it, meaning there&#8217;s a bunch of composer dependencies, Node dependencies, and other kind of developer tools baked into it to prepare developers for the best developer experience possible when developing themes for WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">How I got involved with it essentially is I was, first off, I was looking for a theme development framework. I had gone on a journey to explore many. And during that journey, I came across WP Rig, and kind of fell in love with it. It was really, really cool. I liked it a lot. I liked a lot of the opinions. I liked how well aligned it was with Core WordPress itself. I like the WordPress best practices that it enforces, you know, automatically. You don&#8217;t even have to like go look them up and think about it. You could just run a tool that&#8217;s built into it and it&#8217;ll check all your code for said best practices.</p>\n\n\n\n<p class="wp-block-paragraph">And so that was very interesting to me. I was like, I&#8217;m going to start using this. And so I did. I did start using it. And then, shortly thereafter, I had been browsing my favorite WordPress news site, WP Tavern, and noticed an interesting article about the project that I had just recently fell in love with out of sheer coincidence, I suppose. Out of sheer coincidence, it just so happens this project is now looking for new maintainers, and that they were having a Zoom call in the near future where anybody interested in maintaining the project could join the Zoom call.</p>\n\n\n\n<p class="wp-block-paragraph">And so I did. I joined the Zoom call and I got to meet the previous maintainers, or maintainer rather, and ended up having ongoing conversations with him after the call. And one thing led to another, and now the project is basically managed solely by me with a handful of other light contributors.</p>\n\n\n\n<p class="wp-block-paragraph">[00:08:04] <strong>Nathan Wrigley:</strong> So that&#8217;s really nice. I love the fact that there&#8217;s some sort of combination of WP Tavern and WP Rig out there. That&#8217;s lovely. So I appreciate that. The audience for this podcast is pretty varied. So there&#8217;ll be developers with a longstanding history with WordPress, you know, deep in the code. Will go to WP Rig and immediately everything will connect, and they&#8217;ll be like, yep, I get this. I understand what this is. It&#8217;s for me. It&#8217;s not for me, yada, yada.</p>\n\n\n\n<p class="wp-block-paragraph">However, we also have quite a lot of people listening to this who are brand new to WordPress. They&#8217;ve got no experience with code. They may be living inside of a page builder or something like that where everything is point, click, drag, drop, save, that kind of an environment. It just occurred to me that they very well might not know what even a theme development framework is. So can we begin there? What is the point of a thing like this? What&#8217;s the problem you&#8217;re trying to solve? Let&#8217;s start there.</p>\n\n\n\n<p class="wp-block-paragraph">[00:08:53] <strong>Rob Ruiz:</strong> Yeah, that&#8217;s a great question. So like anything in WordPress, because it&#8217;s open source and so beautifully designed, might I add, from an architectural standpoint, there are lots of ways to extend WordPress beyond its base functionality.</p>\n\n\n\n<p class="wp-block-paragraph">Two of the most common ways to do this is via the plugin system, and via the theme system. And so we can add custom plugins to extend the functionality of WordPress, but we can also add custom themes to alter the way our website looks and feels aesthetically.</p>\n\n\n\n<p class="wp-block-paragraph">So if you&#8217;re somebody who&#8217;s more of a designer maybe, or you appreciate aesthetics and perhaps you&#8217;ve dabbled in some CSS, you might be more inclined, if you&#8217;re looking to go beyond just what Core WordPress provides to you in terms of a site building experience, I would encourage those people to look at themes and possibly creating your own custom theme. Or altering an existing theme using a concept called child theming where you can take any theme that you get from anywhere, whether you buy it or find it on the wordpress.org theme repository. You can extend themes using child themes, or you can just build your own themes from scratch.</p>\n\n\n\n<p class="wp-block-paragraph">So that does include some work outside of the WordPress admin area. So once you get into developing themes for WordPress, the concept here is you&#8217;re kind of straying away from the WordPress admin experience, and you&#8217;re now like in the code editor realm, right? Because under the hood, WordPress is all just a bunch of code, PHP, JavaScript, CSS. There&#8217;s a lot going on, the React now. There&#8217;s a lot of things kind of built into WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">And so the beautiful thing about WordPress is that you can kind of, if you&#8217;re interested in learning how to develop, you can kind of dip your toes into the development pool as frequently as possible, as quickly as you want. Whatever you are comfortable with, you can kind of pace yourself there and say, okay, let me try and make a custom theme, or let me try to make a custom plugin. And if it doesn&#8217;t work out, it&#8217;s easy to just deactivate it, delete it, remove it, whatever. It&#8217;s a great way to learn how to develop, in my personal opinion, because a lot of the heavy lifting is done by the Core WordPress system.</p>\n\n\n\n<p class="wp-block-paragraph">Basically what WP Rig offers is, instead of having to create a file system, a theme system from scratch, you know, a lot of people will reach for a concept called a boilerplate. Something that will scaffold kind of like the common files and folders that would be necessary in a theme, and then allow you to work from there. So you&#8217;re not just starting from like ground zero, create a new directory, create a new file.</p>\n\n\n\n<p class="wp-block-paragraph">And so that&#8217;s kind of what WP Rig offers is like, okay, go to our GitHub repo, clone the GitHub repo down, and then there are directions in the repo on how to get it to scaffold all the tools that come with it, all of the Node and Composer tools. And then you&#8217;re kind of off to the races.</p>\n\n\n\n<p class="wp-block-paragraph">[00:11:46] <strong>Nathan Wrigley:</strong> So with WP Rig, I&#8217;m guessing we would describe this as a framework or something like that. The idea being that you can bring this, kind of learn how it works, become adept at it, and then it&#8217;s like your constant friend. It&#8217;s always in the background. It&#8217;s the thing that you can rely on. It&#8217;s the muscle memory which develops over time. So you can ship your own themes, which kind of depend on the framework, but also, you know, you&#8217;re familiar with it so that bit is taken care of and straightforward.</p>\n\n\n\n<p class="wp-block-paragraph">What is it that attracted you to this particular theme development framework, at the time when you were sort of scrambling around looking for a project to become involved with?</p>\n\n\n\n<p class="wp-block-paragraph">I mean, one of the things that I always found curious was the leaner, the better. You know, the less that there was in such a thing, the more I was drawn towards it, because it gave me a, the basis, the scaffolding basically from which I could start building. Now, I don&#8217;t know if that&#8217;s what drew you here. So there&#8217;s the question. What is it that you thought was superior for want of a better word about this one?</p>\n\n\n\n<p class="wp-block-paragraph">[00:12:41] <strong>Rob Ruiz:</strong> Well, you nailed it. It&#8217;s really that. Like, it is quite minimal at its core. I also really appreciated how it treated CSS, as somebody who comes from a design background. I love modern CSS. I love following CSS influencers on YouTube, and learning all the new tricks. It&#8217;s a lot to keep up with and as, now that Internet Explorer is gone, CSS is progressing at an enormous rate, which I&#8217;m very excited about. But it also forces you to keep in tune with what you can do with it and what you shouldn&#8217;t do with it. And so there are tools built into WP Rig to help you assess those things as you&#8217;re developing your CSS in there.</p>\n\n\n\n<p class="wp-block-paragraph">When I originally was brought onto it, we were using a tool called PostCSS. That would essentially allow you to use future CSS before it was adopted by all modern browsers. And during the compilation process, it would convert your future CSS to today CSS essentially. And so the idea there is that as CSS catches up, your compilation would just have to do less work, right? So when it compiles all your CSS, it would, you know, like now that nesting is a thing, right? I was using WP Rig before CSS nesting was supported by all modern browsers, but I was able still to use CSS nesting in WP Rig, which I really liked. So there&#8217;s that aspect of things</p>\n\n\n\n<p class="wp-block-paragraph">and yes, it is very light. I&#8217;ve used other theme development frameworks where they encourage you to use kind of like a templating language or framework. I didn&#8217;t really like that approach because it felt very foreign to WordPress. Nothing else in WordPress uses such a thing. That kind of turned me off a little bit because I was like, I don&#8217;t want to learn this whole other concept that like really doesn&#8217;t exist anywhere except for Laravel. I liked that about it. It kept it simple in that regard.</p>\n\n\n\n<p class="wp-block-paragraph">And then if you&#8217;re using WordPress at like a agency level, if you&#8217;re building bespoke custom sites for clients, something like WP Rig is extremely powerful because it allows you to increase your level of customisation as much as you want, and the tools are all there to help you handle that. Also, meanwhile, if you&#8217;re working on a team of developers, which is often the case if you&#8217;re working with an agency or something like that, WP Rig becomes kind of like a home base, if you will, for opinions, for coding practices, for checks and balances.</p>\n\n\n\n<p class="wp-block-paragraph">All these things, it helps put everybody on the same vehicle, I guess, if you want to think of it like that. Everybody&#8217;s using the same vehicle, so there&#8217;s not wildly different ways of doing things, which can be very, very handy when working on a team and assessing other people&#8217;s code, and perhaps taking over work for other people and so on and so forth.</p>\n\n\n\n<p class="wp-block-paragraph">[00:15:23] <strong>Nathan Wrigley:</strong> So the thing about frameworks, I guess, is that, if you are in the WordPress space and you are that page builder user, so everything is within the WP admin, you know, you download a plugin, which creates pages or a theme, I guess you could do the same thing, but you&#8217;ve got that kind of experience with WordPress. Is this something that would map to those kind of users perfectly, or is there more of a learning curve? Do you need to be leaning more into the developer side of things?</p>\n\n\n\n<p class="wp-block-paragraph">Maybe there&#8217;s a happy transition that can be made. Because, you know, when you&#8217;re on the website, you have interesting acronyms. So, you know, CSS, JS, we&#8217;re probably entirely familiar with those, but then we get into things like esbuild, Lightning CSS, ESLint, NPM, Composer and so on. And at this point I can imagine quite a few of the inexperienced users thinking, you know what, this is going to be tough for me.</p>\n\n\n\n<p class="wp-block-paragraph">So I just want you to give us an impression, reassure people. How hard is it to go from that, I&#8217;ve never done anything like this before. To up and running, becoming familiar, if not necessarily completely familiar in a heartbeat?</p>\n\n\n\n<p class="wp-block-paragraph">[00:16:25] <strong>Rob Ruiz:</strong> In my opinion, it&#8217;s not hard because you can kind of just focus on where you want to focus. And so for instance, if you&#8217;re only interested in writing CSS styles and you just want to change colors, and sizing, and fonts, and stuff like that, you could use WP Rig to make an extremely simple theme, which is what I would encourage people to do if they&#8217;re just getting up and running.</p>\n\n\n\n<p class="wp-block-paragraph">Back to your question about page builders and such, there is like this, I don&#8217;t want to call it a problem, but there is a paradigm in WordPress that I think, especially for newer WordPress developers, they need to be very aware of, which is that you kind of have two schools of thought.</p>\n\n\n\n<p class="wp-block-paragraph">You have this school of thought of like, okay, I want to just use the WordPress admin to customise every little bit, every little piece of my WordPress site. I should be able to do it in the WordPress admin. And so that&#8217;s where some of these more complex page builders kind of come in and provide a lot more control than just what Core WordPress provides you.</p>\n\n\n\n<p class="wp-block-paragraph">But with that said, it will never be ultimate control. It will never be ultimate control, because there&#8217;s always going to be some amount of constraints. You&#8217;re always going to be constrained by what configurations, what settings, what fields, what controls that page builder provides you.</p>\n\n\n\n<p class="wp-block-paragraph">And not only that, you have to keep in mind some of these rules, I like to think of them as rules, configurations, settings, whether it&#8217;s at the block level, widget level, element level, whatever word you want to use to describe a part of your page, like an object or a component, it&#8217;s a very common word. When you&#8217;re using a page builder, that&#8217;s all getting saved into the database. Anytime you enter a value, you click save or whatever. Everything is in the database, all of it, right?</p>\n\n\n\n<p class="wp-block-paragraph">And so if you need to make a global change across your whole site, let&#8217;s say you want all of the blocks on your website to all of a sudden have a border around them, or you want to change something about them, the colour, background colour, something like that. In a page builder world, you&#8217;re going to have to go into every single one of those elements, those blocks, whatever, and you&#8217;re going to have to change those values everywhere.</p>\n\n\n\n<p class="wp-block-paragraph">Where, when you&#8217;re doing things with just code, you have kind of superpowers. In my opinion, coding, if you want ultimate control over your site and you want to be able to do literally anything you can imagine, and be able to do it in a way that&#8217;s progressive and is comprehensive, without any barriers, without any limitations, code will always be the best way to exercise that control that you&#8217;re going after.</p>\n\n\n\n<p class="wp-block-paragraph">Now, obviously, newer people, too much control can lead to confusion and all this stuff. So I don&#8217;t fault people for using some of these other solutions like page builders to kind of get their feet wet and get up and going and kind of figure out how to use just WordPress itself.</p>\n\n\n\n<p class="wp-block-paragraph">But once you get to a point where you&#8217;ve been doing that for a while and you&#8217;re looking at like other websites that aren&#8217;t even WordPress that have all kinds of interesting, cool features built into them, new paradigms being presented and exposed. Let&#8217;s say you follow CSS and you&#8217;re looking at all the newest CSS features that are coming out. Many of those newest CSS features that are coming out, there&#8217;s really no ability to control those things in your WordPress site, because that stuff literally just got adopted by Chrome or whatever, just reached modern browser adoption like recently, right?</p>\n\n\n\n<p class="wp-block-paragraph">And so you have to kind of wait for the page builders, for WordPress to kind of now provide you new controls, new tools, so that you can then control those things. But when you&#8217;re doing things with code, you could just do it immediately, and you could do whatever you want.</p>\n\n\n\n<p class="wp-block-paragraph">So when you&#8217;re building your own theme from scratch or you&#8217;re trying to, even creating your own plugin from scratch, it&#8217;s never really going to be a concept that&#8217;s for like new WordPress people that are just very, very new to just developing websites in general. But it is nice to know that these tools are out there and they&#8217;re there, so that when you do get to a point where you&#8217;re ready to kind of spread your wings a little bit more, you know what tools are out there to reach for. And you can begin to play with them a little bit instead of forever feeling confined to one paradigm.</p>\n\n\n\n<p class="wp-block-paragraph">[00:20:40] <strong>Nathan Wrigley:</strong> Yeah, there is something exceedingly satisfying about understanding how, whatever the thing is works. I imagine that as a child, you were perhaps that child that took things apart and enjoyed the experience of looking at the insides and thinking, how did that work? Okay, that&#8217;s how it worked. Okay, that cogs connected to that thing, and then that spins around in that way. And, oh, and look that on the front spins around as well. Got it. I understand that now. And you reassemble it and what have you.</p>\n\n\n\n<p class="wp-block-paragraph">I think there is something exceedingly interesting about that in the WordPress space. Obviously, WordPress, CMS, incredibly powerful out of the box. You&#8217;ve got the WP admin, and perhaps that&#8217;s as far as you wish to go.</p>\n\n\n\n<p class="wp-block-paragraph">But peeling back the layers and understanding, how is a page constructed? Where does the CSS get called from? How is the HTML finally output? What are the bits and pieces that make it up? How does the theme layer do its bits and pieces? You don&#8217;t have to kind of understand it all in one hit. You can, with a framework, the likes of which we&#8217;re talking about, WP Rig, there is this capacity to just take little nibbles and have a slow, but realising appreciation. Oh, okay, that&#8217;s how it works.</p>\n\n\n\n<p class="wp-block-paragraph">But not only that&#8217;s how it works, okay, now that I know how that works, I now am in control of it. Whereas in a way, previously, I just was sort of a passive observer. Perhaps there was a setting area in my page builder or what have you. And if it was there, I could make use of it, and if it wasn&#8217;t, I couldn&#8217;t.</p>\n\n\n\n<p class="wp-block-paragraph">But also I think it drives you into that journey of understanding the open standards, the open web, the things that make up the technology which is free, available to everybody. What WordPress builds upon.</p>\n\n\n\n<p class="wp-block-paragraph">And I&#8217;m talking specifically about HTML, CSS and JavaScript, just those three things. The foundational pieces of the web. And it allows you to get involved in that, and be interested in that and understand where the web is heading. And especially like you said, with modern CSS&#8217;, it is coming really fast and it is fast replacing, in many respects, I think a lot of JavaScript really is going to be obsolete, for the front end side of things, in the fairly short term.</p>\n\n\n\n<p class="wp-block-paragraph">So it allows you to sort of nibble away at that and become more experienced. And if you haven&#8217;t had that journey but you&#8217;ve got a curiosity, this is possibly a great place to start. There is no question there, but I&#8217;m just sort of offering that up to see if that jibes with what you think.</p>\n\n\n\n<p class="wp-block-paragraph">[00:22:52] <strong>Rob Ruiz:</strong> I couldn&#8217;t agree more. And not only that, I think an important thing to think about WordPress as we move forward into the future and more competitors to WordPress emerge, I think it has never been more important to make sure that we have tools out there that are designed to facilitate people in their journey to getting into development. Because let&#8217;s be real, WordPress is open source, and we have to remember that WordPress is at the mercy of its contributors.</p>\n\n\n\n<p class="wp-block-paragraph">And so if the number of people contributing to WordPress starts to decline, so too will the progress of WordPress itself, unless other big companies with other developers that they&#8217;re actually paying are willing to foot the bill to like pay people to contribute to WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">I don&#8217;t know that that&#8217;s the bright future that WordPress had originally like looked towards, right? I think what&#8217;s made WordPress so powerful and so successful over the years are the tinkerers, are the people that are willing to get in there and start to like learn things and figure things out. And then those people will slowly become contributors. And the more contributors we have to WordPress, the more WordPress itself will flourish. And then if that starts to go in the opposite direction, so too will WordPress.</p>\n\n\n\n<p class="wp-block-paragraph">And now these other services, and other solutions that are out there, are going to like eclipse WordPress and then people are kind of forced into a situation where it&#8217;s like, oh, well now you have to constantly go out and pay for and buy things, and now you&#8217;re at the mercy of these product authors, if you will, as opposed to being a part of a community of people that are all kind of collectively working together to make this one platform better all the time.</p>\n\n\n\n<p class="wp-block-paragraph">[00:24:37] <strong>Nathan Wrigley:</strong> Yeah, the open web and all of the web standards that are behind that, it is such an interesting time for that. Rewind the clock, I don&#8217;t know, 10 years or something, and there was this whole bond fight thing where browser vendors were just distributing things which were either in opposition, certainly in competition to features. And so you could never really figure out what the heck you were doing, and each browser would behave differently.</p>\n\n\n\n<p class="wp-block-paragraph">That is so far in the rear view mirror now. In the majority of cases, new things like new CSS, the new CSS spec is broadly speaking, adopted by everybody out of the box. I mean, there might be a few tiny edge cases where, I don&#8217;t know, let&#8217;s say Mozilla is just not implementing something because they just haven&#8217;t quite got round to it yet.</p>\n\n\n\n<p class="wp-block-paragraph">But there&#8217;s no, Mozilla&#8217;s not doing that. It&#8217;s just a case of, we didn&#8217;t get around to it. And understanding that and being interested in that and thinking to yourself, well, goodness me, if I change my CMS of choice, at the end of the day, I still need to be able to output HTML and CSS. And so having that tinkerer mentality, which you are providing within the WordPress space is so interesting and so credible. So thank you for that.</p>\n\n\n\n<p class="wp-block-paragraph">Right, I&#8217;m going to pivot a little bit. So again, this is leaning in more to the inexperienced user. Forgive me if you are an experienced user listening to this, you probably know what you are doing. So maybe, you know, you don&#8217;t need all the 101 stuff.</p>\n\n\n\n<p class="wp-block-paragraph">What do you need to get WP Rig up and running? Because I think a lot of the audience listening to this will simply be, I have a server somewhere. You know, I don&#8217;t really know where it is, but I pay some company and I click a button in some control panel and WordPress magically happens. And then I install a theme and plugins, and that&#8217;s basically it.</p>\n\n\n\n<p class="wp-block-paragraph">So what do we need to get WP Rig up and running? What are the core parts, the processes that we would need to go through?</p>\n\n\n\n<p class="wp-block-paragraph">[00:26:24] <strong>Rob Ruiz:</strong> Yeah, well the important thing to keep in mind here is that it&#8217;s all on your own computer that you&#8217;re doing all of the work, as opposed to the WP admin approach where, when you&#8217;re interacting with WordPress, you are actually interacting with a remote server. The databases on the remote server, the files are on the remote server, all that stuff.</p>\n\n\n\n<p class="wp-block-paragraph">When you&#8217;re developing a theme or plugin from scratch, more often than not, I would say 99% of the time you&#8217;re doing it on your own computer. And so you do have to have, if you want these tools that facilitate this development process, you have to install them on your computer so that they&#8217;re available when you go to use them.</p>\n\n\n\n<p class="wp-block-paragraph">So there are some pre-reqs to using WP Rig. You do have to install Node. Node.js is a very common JavaScript runtime that runs on your computer and allows your computer to process JavaScript as if it&#8217;s a browser kind of, but it&#8217;s not, it&#8217;s just doing it on a server, which essentially any computer can be a server at any time.</p>\n\n\n\n<p class="wp-block-paragraph">And so you have to have Node installed. You have to have Composer installed. Composer is just a package manager for PHP, and it&#8217;s used beyond just WordPress. It&#8217;s used in Laravel. It&#8217;s used in any, even just raw, vanilla PHP development. Composer is very popular. So we do leverage some Composer packages to do some PHP level work in the theme.</p>\n\n\n\n<p class="wp-block-paragraph">And you need a local development environment, of course. So there&#8217;s the wp-env package out there. If you&#8217;re into the Docker way of doing local development. I&#8217;m a big fan of Local WP. I think that&#8217;s a great solution. WordPress Studio is another very good one. There&#8217;s lots to choose from out there.</p>\n\n\n\n<p class="wp-block-paragraph">So just choosing a local development environment and getting to know one of those is really handy because now you&#8217;re not dealing with a WordPress instance that&#8217;s on a remote server, you&#8217;re dealing with a WordPress instance that&#8217;s running on your computer. And this is where all of that magic is going to happen. All the automatic conversion of your CSS, all automatic conversion of TypeScript to ES5 JavaScript. All of the automatic things that WP Rig handles for you, all of that is happening on your computer.</p>\n\n\n\n<p class="wp-block-paragraph">And then there&#8217;s a process, a bundle process that happens. Once you&#8217;re done working on your theme, you can bundle the theme and then, this is where things get a little weird. So like when you first get working with WP Rig, you can think of the WP Rig theme, the starter theme as kind of like a source theme. But when you bundle, WP Rig actually generates a whole new theme for you that has the name of your theme baked into it. And not just like how it shows up in the WordPress admin, it goes through and it replaces all references to WP Rig in the code everywhere, across the entire code base of the theme. It changes the words WP Rig to whatever the name of your theme is.</p>\n\n\n\n<p class="wp-block-paragraph">So if you build a theme with WP Rig and you decide to sell it or deploy it or ship it or whatever to anybody, user, wherever, anywhere. Anybody that&#8217;s looking through that source code, for whatever reason, they would have no way of knowing that it was built with WP Rig because it&#8217;s just going to look like your theme.</p>\n\n\n\n<p class="wp-block-paragraph">[00:29:31] <strong>Nathan Wrigley:</strong> There&#8217;s something extremely satisfying about seeing your theme. The first time you see your theme. Stick it on a website somewhere and, oh, look, there&#8217;s the thing that I built. Whereas, you know, for many people, it&#8217;s been an entire experience of going to the repo, going to commercial theme houses and what have you, and downloading something and tweaking it and what have you.</p>\n\n\n\n<p class="wp-block-paragraph">And you really can start really, really, really small. You know, a few lines is really all that you need to get going and build up from there. Obviously it will start plain, but the more complexity you add.</p>\n\n\n\n<p class="wp-block-paragraph">But given that it&#8217;s all happening on your local computer, it&#8217;s not like you need to rush. This could be something which is years in the making. You know, you start today and maybe two years from now you are entirely happy and you&#8217;ve got something that you think is worthy of the world looking at. Well, that&#8217;s the point at which you can start to distribute it. As you&#8217;ve just described, because it&#8217;s all free, completely open source, when you ship that theme, export it, everything is run in such a way that nobody would ever know, which is just lovely.</p>\n\n\n\n<p class="wp-block-paragraph">Okay, so given all of this fresh, interesting stuff about WordPress themes, we&#8217;re in an interesting space in the WordPress theme marketplace, let&#8217;s call it that.</p>\n\n\n\n<p class="wp-block-paragraph">Several years ago, full site editing came along and now we&#8217;ve got this sort of different way of doing themes. Previously we had to open up an IDE and fiddle with template files and things like that. And now we&#8217;ve moved more into a page builder, let&#8217;s go with that. You know, there&#8217;s this Gutenberg block based editing of themes, where you can do more or less everything in a UI.</p>\n\n\n\n<p class="wp-block-paragraph">How does this fit into that piece, and what do you make of this new paradigm, this new way of doing themes? Are there benefits to it that you see, or drawbacks? Are you still doing it? Do you see a bright future for WP Rig? I&#8217;m guessing the answer&#8217;s yes, otherwise you wouldn&#8217;t be on this podcast.</p>\n\n\n\n<p class="wp-block-paragraph">[00:31:16] <strong>Rob Ruiz:</strong> That&#8217;s right. Yeah. Well, I will say that as somebody who had recently decided to adopt WP Rig, when the whole concept of FSE was first announced or introduced, I did have some strong opinions because I was like, oh my gosh, this is going to make my life very difficult if this becomes the way of doing things. And so I kind of foresaw a lot of where things have gone over the past few years.</p>\n\n\n\n<p class="wp-block-paragraph">So at the beginning I was a little hesitant because it kind of threw a wrench in this new thing that I was excited to adopt and start advancing. Over time I have come to appreciate it quite a bit. And in my opinion, it&#8217;s just allowed me as the maintainer of WP Rig, a lot of opportunity to really get in there and learn a lot, and get my hands dirty, and allow WP Rig to become something that was more my own, as opposed to something that I just adopted from some other people that had done a bunch of work, right?</p>\n\n\n\n<p class="wp-block-paragraph">Had that not happened, I probably would&#8217;ve just been like encouraged to just kind of sit back and be like, ah, yeah, you know what, this is my thing and it works and whatever. But this presented a lot of challenges and those challenges present a lot of opportunity if you look at it the right way. Not just opportunity to make something my own, not just opportunity to build things, but also opportunity, most importantly, I think, to learn things. And so that&#8217;s really been the gift of where all of this has gone for me personally.</p>\n\n\n\n<p class="wp-block-paragraph">Do I think that full site editing makes it so that you don&#8217;t have to make your own theme as much? Yes, I do think that is a thing because you have a lot more control of the way your website looks from within the WordPress admin area and creating templates and block patterns and all that stuff from within WordPress. It is different than how we used to do it, let&#8217;s put it that way.</p>\n\n\n\n<p class="wp-block-paragraph">However, as somebody who has decided to just like adopt it, I will say that if you can keep the paradigms and concepts all categorised and separated in your brain, then it&#8217;s actually quite powerful and can be extremely handy, especially with how fast the WordPress admin experience has gotten over the past few versions. It is very snappy now, almost to the point where it&#8217;s satisfying to use. Crazy to say. But it&#8217;s just so snappy. And we&#8217;ve got lots of little micro animations coming in there now where you can, you know, just the way everything happens is like, to me, it makes it a little bit more fun.</p>\n\n\n\n<p class="wp-block-paragraph">What does that mean for WP Rig? Well, that means there&#8217;s multiple paradigms that WP Rig has to support. So because WP Rig was originally created in the classic paradigm, when you first start using WP Rig, it does assume that you&#8217;re creating a classic style theme. But that doesn&#8217;t mean you&#8217;re forced to build a classic style theme. Because one of WP Rig&#8217;s strongest features is that there are whole bunch of custom command line commands that you can type in and run that will automatically convert WP Rig into these other paradigms.</p>\n\n\n\n<p class="wp-block-paragraph">So if you want to build a block-based theme or a universal theme, which is kind of halfway between classic and block-based, you could just run a command in your terminal and it will just automatically change a bunch of files in WP Rig to convert it to this other paradigm. And now you have full site editing as part of your theme.</p>\n\n\n\n<p class="wp-block-paragraph">And many people may not be aware of this, but the whole concept of full site editing is controlled by the theme. Whether or not you even have full site editing on WordPress is dependent on the theme. It&#8217;s not well, Gutenberg can be removed via a plugin, but in order to enable these functionalities, like if you want to be able to do full site editing, it is the theme that dictates that, not a plugin.</p>\n\n\n\n<p class="wp-block-paragraph">So it is important for WP Rig to facilitate that part of things. And so that is something that I&#8217;ve had to build out among many other things. Now WP Rig has a full block authoring experience built into it.</p>\n\n\n\n<p class="wp-block-paragraph">Now, this is where things get very, very opinionated among developers. But a lot of people argue that blocks are a, that&#8217;s plugin territory, right? Now, I don&#8217;t know about you, I&#8217;m not really much for territories. I like to pretend that borders don&#8217;t exist sometimes. And so there are situations where building theme level blocks do make sense. Keep in mind that if you decide to bake custom blocks into your theme, you have immediately disqualified yourself from contributing this theme to the wordpress.org theme repository. So keep that in mind. That&#8217;s a big cautionary, little tidbit.</p>\n\n\n\n<p class="wp-block-paragraph">But if this theme is just for you, or a client, or for usage outside of the WordPress repository, WordPress does have the ability to enable block authoring within WP Rig. And then now you can start to author blocks within your theme.</p>\n\n\n\n<p class="wp-block-paragraph">Where I like to think of this as like navigation, right? When I&#8217;m looking for themes, if I&#8217;m like shopping for themes, one of the first things I look at is, what is the navigation for this theme? What is that experience like? Because there&#8217;s lots of different kind of like styles of navigation.</p>\n\n\n\n<p class="wp-block-paragraph">If you need to create a custom navigation, maybe there&#8217;s a situation where the navigation block in Core WordPress doesn&#8217;t suit your needs for whatever reason. Maybe the design of what you&#8217;re trying to build somehow goes beyond what that block provides to you in terms of functionality. You could create your own custom navigation block, and in my opinion, that makes a lot of sense to be part of the theme as opposed to a plugin, right?</p>\n\n\n\n<p class="wp-block-paragraph">So there&#8217;s opinions there. Again, this is the nice thing about open source. There&#8217;s freedom there. But yeah, WP Rig has not just the ability to facilitate full site editing, but also the ability to facilitate block authoring at the theme level. So, yeah, one could look at this and be like, oh, this makes theme development kind of pointless because you could just do everything within the full site editor. I&#8217;m somebody that likes to kind of flip things on its head a little bit sometimes and say, actually, you know what that really means is that this gives the theme more control than perhaps you would&#8217;ve thought previously. And if you exercise said control, and if somebody provides an easy way to allow you to exercise that control, now we have a whole new paradigm. And in my opinion, that&#8217;s extremely interesting.</p>\n\n\n\n<p class="wp-block-paragraph">[00:37:39] <strong>Nathan Wrigley:</strong> Yeah, I think the thing that I&#8217;m taking away, well, there&#8217;s a few things from what you just said. The first one, fully hybrid. You know, it could be classic, it could be block based, or it could be somewhere in the middle, like this hybrid sort of approach, which doesn&#8217;t really get talked about all that much anymore, actually, which is curious. It was a big thing for a while, and now people seem to be on one side or the other. So there&#8217;s that.</p>\n\n\n\n<p class="wp-block-paragraph">But also the bit that I&#8217;m taking away from all of this is how much you are encouraging people to use this as an education piece. How to learn and scaffold your learning around something like the WP Rig project. It enables you to sort of peel back the layers. Start from a base of kind of nothing and build that up, slowly one piece at a time.</p>\n\n\n\n<p class="wp-block-paragraph">And your navigation is a really great example. You might have, I don&#8217;t know, maybe a client comes along who have proclivities around, it&#8217;s got to be 100%, we&#8217;ve got to give everything over on the accessibility side, we&#8217;ve really got to do that perfectly. Well, this maybe is a great place to start. You know, you start with a blank template for that, and you build your navigation. So you will end up exploring all sorts of documentation over on the W3C website. Probably not necessarily so much on the WordPress side of things. Figure out how to do that really well, import your knowledge that you&#8217;ve gained from that into the navigation aspect of WP Rig, ship that, you&#8217;re off to the races.</p>\n\n\n\n<p class="wp-block-paragraph">Now, with that in mind, if you go to the WP Rig website, there&#8217;s a lot of educational content there. So there&#8217;s the inevitable kind of getting started, which is what we talked about earlier, all of the packages and the package managers and what have you that you need to get up and running. So it explains how that is all to be done. Relatively straightforward to follow that through, I would&#8217;ve thought.</p>\n\n\n\n<p class="wp-block-paragraph">But then entirely separate to that is two different sections. You&#8217;ve got this like learn section where you&#8217;ve got documentation, video tutorials and things like that. But then you&#8217;ve also got like the docs area where you go into explain, oh I don&#8217;t know, how you might use JavaScript or CSS or some sort of compiled CSS or PHP and so on and so forth.</p>\n\n\n\n<p class="wp-block-paragraph">So again, no question there really, but it does feel, from my point of view, looking at this project that education is kind of the big piece. That&#8217;s the thing that you are most interested in. I don&#8217;t know if I&#8217;ve misrepresented this project, but that&#8217;s what it feels like.</p>\n\n\n\n<p class="wp-block-paragraph">[00:39:58] <strong>Rob Ruiz:</strong> A hundred percent. And I think that&#8217;s inevitable when it comes to getting into this tinkerer mindset. There must be a way to learn how to tinker properly. It is also nice to add guardrails to said, because let&#8217;s be honest, there&#8217;s like a million different ways to do everything, but there&#8217;s very, very few correct ways to do everything.</p>\n\n\n\n<p class="wp-block-paragraph">And so that&#8217;s another nice feature of WP Rig is that it has these sort of guardrails in place that allow you to check and make sure that you&#8217;re doing things properly. And if there&#8217;s anything that you&#8217;re doing improperly, you can obviously ignore those if you want to for whatever reason, or you can like dive into the weeds and say, okay, why is this improper?</p>\n\n\n\n<p class="wp-block-paragraph">So for instance, WordPress, Automattic created a package. It&#8217;s essentially an extension for a tool called PHPCS, which stands for PHP Coding Standards. This tool is used by PHP widely beyond just WordPress. But then WordPress adopted it a while back and decided to use it and create their own extension for it called the WordPress Coding Standard. It&#8217;s WPCS.</p>\n\n\n\n<p class="wp-block-paragraph">And so they&#8217;ve iterated on it over the years and WPCS is baked into WordPress, or into WP Rig rather. So if you want to make sure that your theme is following all of the WordPress coding standards for whatever reason, maybe it&#8217;s because you&#8217;re going to create a theme that you want to contribute to the wordpress.org theme repository, then that tool is baked into WP Rig for you, so that you can make sure that your theme meets all of the requirements for a properly developed theme before you even try to go and like submit it for a review or whatever.</p>\n\n\n\n<p class="wp-block-paragraph">Because that&#8217;s one of the most frustrating things ever is somebody who wants to contribute. If you try to contribute and then you get pushed back on, that&#8217;s like not a great experience. And so what I try to do with WP Rig is bake in this layer that is kind of like a, test it yourself type situation. Where you can kind of like have the system sort of, kind of review the code for you, and then that way you can make sure you&#8217;ve done your due diligence before you even try to submit it for review. To prevent that unfortunate situation where your theme might get rejected for one reason or another, and now you got to go back and rework it and then back and forth, back and forth, back and forth.</p>\n\n\n\n<p class="wp-block-paragraph">Having a tool like WP Rig that just tells you early on before you even try to submit it, hey, you should change this, you should change that. I think that&#8217;s extremely valuable for people. And again, I really want WP Rig to be something that encourages people to get more into contributing back into Core as opposed to. I mean, it can also be looked at as something like, okay, well you want to go develop your own thing and it&#8217;s for profit or whatever. It does very much facilitate that way of doing things too. But let&#8217;s be honest, anything that meets WordPress&#8217;s coding standards is probably going to make your theme, even if you&#8217;re putting it up for sale, it&#8217;s going to make it better.</p>\n\n\n\n<p class="wp-block-paragraph">[00:42:53] <strong>Nathan Wrigley:</strong> Yeah, I love that you&#8217;ve built all of that in. That&#8217;s really interesting. So it does a lot of the heavy lifting, trying to make sure that you are adhering to the standards, which one would hope would be in a shippable, distributable product.</p>\n\n\n\n<p class="wp-block-paragraph">Speaking of community, do you have a community which coalesce around this project? Is it basically just you? Or is there like a little team? And if not necessarily a team, is there a little community which gathers and sort of helps you put this project together? And a corollary to that question really is, do you anticipate in the future that you will like some contributors to help you maintain this as well?</p>\n\n\n\n<p class="wp-block-paragraph">[00:43:27] <strong>Rob Ruiz:</strong> Yeah, for sure. So when I first started, when I first adopted this as my own, there was more of a team in place because Morten is a very well-known individual. And so he had a lot of followers and so a lot of those followers had followed WP Rig. As time has progressed, a lot of those people have kind of unfortunately gone their own way. For whatever reason, a lot of the people that were following him weren&#8217;t really like, they might have been into learning how to develop themes. They certainly were into WordPress. But working on a project like this is more than just knowing how to develop themes. You also have to know how the underlying tools work too.</p>\n\n\n\n<p class="wp-block-paragraph">So that&#8217;s been my biggest challenge is learning, what is Lightning CSS? How do you use it? What is esbuild? How does that work? When I first took it over, it was ran on Gulp. What is Gulp? And what is that, and how do I modify it? And like that&#8217;s kind of far beyond WordPress, and so I think people became aware of that over time. And so while I rose up to the challenge, other people were just kind of moved on to other things.</p>\n\n\n\n<p class="wp-block-paragraph">So it is largely me. We do have a handful of contributors that kind of, when they have time, you know, they&#8217;ll feel ambitious again and jump in and do some more contributions and they&#8217;ll fall back and do their own thing for a while. And so there&#8217;s a lot of that. It&#8217;s not a very active community, certainly not as active as it was when I first adopted it. However, we do have a Discord now. You can find a link to the Discord on the website. If you go to the Learn V3 link in the header, there&#8217;s links to our YouTube channel and the Discord server.</p>\n\n\n\n<p class="wp-block-paragraph">So we are looking, I do want more of a community around WP Rig. And so I do encourage people to come on. Obviously we&#8217;ve been on GitHub this entire time, so if anybody wants to raise issues or submit a PR, there are guides on there. There&#8217;s a contributing.md file in there for anybody that wants to contribute, or wants to raise an issue. If you have ideas for how WP Rig could be better, that&#8217;s always been there. It&#8217;s just that, for one reason or another, it&#8217;s just not popular, which is a big reason why I&#8217;m on your show today actually is just to raise awareness about WP Rig now that I have had the opportunity to overhaul it dramatically over the past couple years.</p>\n\n\n\n<p class="wp-block-paragraph">In my opinion, it was a little bit, it started to feel a little bit slow compared to most modern tools. If anybody&#8217;s familiar with like Vite, or just modern frontend development frameworks. In general, they use more modern tools that build things faster and better, and they&#8217;re leaner. And so WP Rig was falling behind a little bit in that regard. And so I did have to like overhaul the project a lot. That&#8217;s why we came out with the version three because it is a pretty substantial overhaul.</p>\n\n\n\n<p class="wp-block-paragraph">And so now that we have version three and it is much better and there are all kinds of new features built into it as a result of it being faster, it&#8217;s now more capable. I want to raise awareness. A, I&#8217;ve already done the work, so it would be a shame for all that work to go unnoticed and unappreciated. But also, for anybody who was familiar with WP Rig from previous years, back in the version one, version two days, I think it&#8217;s important to make people aware that version three is substantially more capable than what it was prior.</p>\n\n\n\n<p class="wp-block-paragraph">[00:46:38] <strong>Nathan Wrigley:</strong> That&#8217;s wonderful. I&#8217;m just going to round off the episode by mentioning the URL once more so that after that clarion call, if people have been inspired and they have listened to this and think, I&#8217;d like to explore that. You know, for the multitude of reasons that we&#8217;ve covered in this topic. The URL, it&#8217;s really easy. It&#8217;s WP Rig, wprig.io. Go there, there&#8217;s a whole bunch of ways to get involved. So there&#8217;s the Learn documentation, there&#8217;s the contribute tab and so on and so forth. You can peruse at your leisure.</p>\n\n\n\n<p class="wp-block-paragraph">Rob, just before we end, is there a way that people could communicate with you more directly if they wanted to off the back of this? Is there a, like a, I don&#8217;t know, a social network or something that you frequent? Or a contact form that you&#8217;d like people to be mindful of?</p>\n\n\n\n<p class="wp-block-paragraph">[00:47:22] <strong>Rob Ruiz:</strong> Yeah, sure. I mean, I am very responsive to people on LinkedIn, so if you want to find me on LinkedIn, I am on there, Rob Ruiz, just look me up. If it looks like it&#8217;s a Rob Ruiz that does WordPress stuff, it&#8217;s probably me. And then of course, I&#8217;m on the Discord server. So if you want to communicate directly with me, joining the Discord and then messaging me directly is a nice way to do that. I&#8217;d love to help people, hold their hand if needed, get up and running with WP Rig. If you have any questions about specifics, I&#8217;m happy to address them, or you just need a little guidance, I&#8217;d be happy to help there as well.</p>\n\n\n\n<p class="wp-block-paragraph">[00:47:54] <strong>Nathan Wrigley:</strong> Well, thank you so much for chatting to me today, Rob. It&#8217;s been really interesting. So once more, just before we end to find out more. Rob Ruiz, thank you very much for chatting to me today.</p>\n\n\n\n<p class="wp-block-paragraph">[00:48:04] <strong>Rob Ruiz:</strong> Thank you so much for your time, Nathan. I really appreciate it.</p>\n</div></details>\n\n\n\n<p class="wp-block-paragraph">On the podcast today we have <a href="https://www.linkedin.com/in/robcruiz/">Rob Ruiz</a>.</p>\n\n\n\n<p class="wp-block-paragraph">Rob has been involved in the WordPress ecosystem since around 2010. He began as a designer, but over the years WordPress has helped him transition into a developer, software engineer, and now an architect. Currently, he’s working full-time at an agency while still taking on projects independently.</p>\n\n\n\n<p class="wp-block-paragraph">The main topic for today’s conversation centres around themes, a subject that hasn’t been covered in depth on the podcast for quite some time. You see, Rob is the current custodian of WP Rig, a free and open source toolkit for WordPress theme development. WP Rig offers a modern, minimal, and best-practice driven starting point for developers who want to build custom themes, providing tools like Composer and Node integration to streamline workflows, enforce coding standards, and enable the use of future-facing CSS features right now.</p>\n\n\n\n<p class="wp-block-paragraph">We start the episode with Rob sharing what attracted him to WP Rig, and his journey from user to project maintainer. We talk about who WP Rig is for, from experienced developers to those just starting to dip their toes into theme building and code customisation.</p>\n\n\n\n<p class="wp-block-paragraph">The discussion moves on to talking about what a theme development framework actually is, and why this approach might suit people wanting more control, and education, in their WordPress journey. Rob describes the learning curve, the workflow, and the satisfaction of creating your own theme from scratch, while highlighting tools and guardrails built into WP Rig that make professional standards and best practices accessible to all.</p>\n\n\n\n<p class="wp-block-paragraph">We also get into how WP Rig fits into the changing WordPress ecosystem. With the advent of full site editing and block-based themes, Rob explains how WP Rig has evolved to stay relevant, supporting classic, hybrid, and block-based paradigms, even enabling block development at the theme level.</p>\n\n\n\n<p class="wp-block-paragraph">Towards the end, we discuss the community behind WP Rig, how you can get involved, and the many educational resources available for those who want to learn theme development, or even become contributors themselves.</p>\n\n\n\n<p class="wp-block-paragraph">If you’re interested in building custom WordPress themes, want to understand the nuts and bolts of theme frameworks, or are simply looking for a modern and educational starting point for WordPress tinkering, this episode is for you.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links</h2>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wprig.io">WP Rig website</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.linkedin.com/in/robcruiz/">Rob on LinkedIn</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wordpress.org/themes/">WordPress.org theme repository</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://postcss.org">PostCSS</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-env/">Get started with wp-env</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://developer.wordpress.com/studio/">WordPress Studio</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://codex.wordpress.org/WordPress_Coding_Standards">WordPress Coding Standards</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://wptavern.com/podcast/15-morten-rand-hendriksen-on-governing-open-source-projects">Morten Rand-Hendriksen on the WP Tavern Jukebox podcast</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://discord.com/invite/su2et45Rat">WP Rig&#8217;s Discord</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://www.youtube.com/@wprig1203">WP Rig&#8217;s YouTube channel</a></p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://vite.dev/guide/">Vite</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Mar 2026 17:08: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:14:"Nathan Wrigley";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"Open Channels FM: Inside the Checkout Summit: What WooCommerce Events Mean for the Ecosystem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/inside-the-checkout-summit-what-woocommerce-events-mean-for-the-ecosystem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:191:"In this episode, James Kemp, Katie Keith, and Rodolfo Melogli discuss the revival of in-person WooCommerce events like Checkout Summit, the influence of AI on businesses, and community value.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Mar 2026 11:32: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:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Open Channels FM: AI’s Impact on Human Interaction with the Open Web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"https://openchannels.fm/?p=539201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://openchannels.fm/ais-impact-on-human-interaction-with-the-open-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:227:"AI''s rapid evolution is reshaping web interactions, with automated traffic outpacing human engagement. This shift raises concerns about content value, as creators struggle to balance utility and genuine human experience online.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Mar 2026 09:47:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"Open Channels FM: Open Channels FM, a Media Partner for CloudFest 2026 and the Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650323";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/open-channels-fm-is-a-media-partner-for-cloudfest-2026-and-the-hackathon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:112:"For the third year in the row we are proud to be a media sponsor for both the CloudFest Hackathon and CloudFest.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Mar 2026 09:33:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"Open Channels FM: Expanding Your Skills Stack During the Rapid AI Shift";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650385";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://openchannels.fm/expanding-your-skills-stack-during-the-rapid-ai-shift/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:224:"Hosts Carl Alexander and Zach Stepek discuss the challenging yet empowering transition in careers, emphasizing the need to adapt skillsets, leverage AI tools, and focus on personal branding in a rapidly changing environment.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Mar 2026 14:47:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"Open Channels FM: Preparing Your WooCommerce Store for the AI Era: Data and Catalog Management";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=535677";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://openchannels.fm/preparing-your-woocommerce-store-for-the-ai-era-data-and-catalog-management/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:365:"As WooCommerce continues to evolve in its integration with AI technologies, one theme stands out: the importance of structured and accessible data for store success. Conversations in a recent episode illuminated how a well-managed product catalog is the backbone of leveraging AI features, both now and in the future. Store owners and developers are urged [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Mar 2026 12:38: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:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"Open Channels FM: What’s New at CloudFest Hackathon 2026: Trends, Changes, and Creative Energy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://openchannels.fm/?p=1650438";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/whats-new-at-cloudfest-hackathon-2026-trends-changes-and-creative-energy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:185:"In this episode enjoy a chat about the CloudFest Hackathon 2026''s history, future initiatives, and community engagement, emphasizing inclusivity, mentorship, and project sustainability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Mar 2026 10:22:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Matt: Emacs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151334";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://ma.tt/2026/03/emacs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:740:"<p class="wp-block-paragraph">People are doing pretty interesting things with <a href="https://www.gnu.org/software/emacs/">Emacs</a> (now on version 30.2!) these days, if you haven&#8217;t checked in recently. The bleeding edge has always been people into <a href="https://orgmode.org/">Org Mode</a>. <a href="https://sachachua.com/blog/2026/01/using-whisper-el-to-capture-text-to-speech-in-emacs/">Sacha Chua has hooked up Whisper to Emacs</a> to talk to it.</p>\n\n\n\n<p class="wp-block-paragraph">Emacs is probably one of the first and best examples of self-modifying software that contours to your brain. With vibe coding, we may get back to that space where everyone&#8217;s personal setup is like a crazy specific Emacs config file.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Mar 2026 10:11:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"Open Channels FM: How Freelancers Can Tame Digital Distractions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/how-freelancers-can-tame-digital-distractions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:173:"Starting conversations around strategies to reduce digital distractions, emphasizing boundaries for emails, social media habits, and personalizing routines for better focus.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Mar 2026 09:29:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"Gutenberg Times: Schedule of WordCamp Asia Birgit’s selected sessions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/?p=44484";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://gutenbergtimes.com/schedule-of-wordcamp-asia-birgits-selected-sessions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6541:"<p class="wp-block-paragraph">This year&#8217;s WordCamp Asia just published the first version of its <a href="https://asia.wordcamp.org/2026/schedule/">schedule with sessions and workshops</a>. Contributor Day also has a few workshop slots. If you registered for Contributor Day you are looking at three days of learning and discussions.</p>\n\n\n\n<p class="wp-block-paragraph">Here is my personal list of talks and workshops, mostly about the block editor, themes or AI in WordPress. I will update the post with the video links after WordCamp Asia once the recordings are uploaded to WordPress TV. </p>\n\n\n\n<p class="wp-block-paragraph">Livestreams are available on April 10 and 11 on the three session tracks, Foundation, Growth and Enterprise. Times are all local Indian Standard time (UTC +5.30).</p>\n\n\n\n<p class="wp-block-paragraph"><strong>Updated March 2, 2026</strong>,</p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://asia.wordcamp.org/2026/schedule/">The schedule</a> has a few placeholder spots for </p>\n\n\n\n<ul class="wp-block-list">\n<li>Journalism and the Open Web </li>\n\n\n\n<li>AI and WordPress </li>\n\n\n\n<li>And quite few TBD for talks and workshop</li>\n</ul>\n\n\n\n<p class="wp-block-paragraph">The schedule for the Contributor Day hasn&#8217;t been finalized either. It&#8217;s unclear when my workshop <a href="https://asia.wordcamp.org/2026/session/building-a-block-theme-from-scratch/"><strong>Building a block theme from scratch</strong></a> will take place. There are three workshop slots reserved. We will have a <a href="https://asia.wordcamp.org/2026/wordpress-7-0-release-on-contributor-day/">WordPress 7.0 Release</a> ssession and Open-source Library spaces as well. </p>\n\n\n\n<p class="wp-block-paragraph">The conference days also have six workshop slots that are still &#8220;TBA&#8221;. </p>\n\n\n\n<p class="wp-block-paragraph">The program team is working on the final version of the schedule. Make sure to check back on weekly basis.  </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<h2 class="wp-block-heading">Birgit&#8217;s selected sessions</h2>\n\n\n\n<h3 class="wp-block-heading">April 10, 2026</h3>\n\n\n\n<p class="wp-block-paragraph">After opening remarks and introduction of speakers the day begins with</p>\n\n\n\n<p class="wp-block-paragraph">10 am <a href="https://asia.wordcamp.org/2026/session/fireside-chat/"><strong>Fireside Chat with Mary Hubbard</strong></a></p>\n\n\n\n<p class="wp-block-paragraph">1:00 pm <a href="https://asia.wordcamp.org/2026/session/from-static-to-dynamic-mastering-the-interactivity-api/"><strong>From Static to Dynamic: Mastering the Interactivity API</strong></a> with Ryan Welcher</p>\n\n\n\n<p class="wp-block-paragraph">2:50 pm <a href="https://asia.wordcamp.org/2026/session/lost-found-in-ai-wonderland-an-honest-journey-through-hype-headaches-and-real-wins/"><strong>Lost &amp; Found in AI Wonderland: An Honest Journey Through Hype, Headaches, and Real Wins</strong></a> with Nirav Mehta</p>\n\n\n\n<p class="wp-block-paragraph">3:55 pm <a href="https://asia.wordcamp.org/2026/session/ten-times-the-value-why-automation-is-worth-the-investment-in-open-source/"><strong>Ten Times the Value: Why Automation Is Worth the Investment in Open Source</strong></a> with Jonathan Desrosiers</p>\n\n\n\n<h3 class="wp-block-heading">April 11, 2026 </h3>\n\n\n\n<p class="wp-block-paragraph">9:15 am  <strong><a href="https://asia.wordcamp.org/2026/session/wordpress-playground-ai-building-autonomous-testing-pipelines/">WordPress Playground + AI: Building Autonomous Testing Pipelines</a> </strong>with Fellyph Cintra</p>\n\n\n\n<p class="wp-block-paragraph">11:15 <strong><a href="https://asia.wordcamp.org/2026/session/entity-first-optimization-how-to-make-wordpress-content-machine-readable/">Entity-First Optimization: How to Make WordPress Content Machine-Readable</a> </strong>with Adeline Dahal</p>\n\n\n\n<p class="wp-block-paragraph">11:35 am: <strong><a href="https://asia.wordcamp.org/2026/session/from-chaos-to-clarity-scaling-teams-with-block-theme-standards/">From Chaos to Clarity: Scaling Teams with Block Theme Standards</a></strong> with JC Palmes</p>\n\n\n\n<p class="wp-block-paragraph">12:25 pm <a href="https://asia.wordcamp.org/2026/session/build-for-what-comes-next-how-enterprise-wordpress-is-powering-the-agentic-future/"><strong>Build for What Comes Next: How Enterprise WordPress Is Powering the Agentic Future</strong></a> with James Giroux</p>\n\n\n\n<p class="wp-block-paragraph">3:00 pm Don&#8217;t miss: <a href="https://asia.wordcamp.org/2026/session/closing-keynote-wordpress-co-founder-matt-mullenweg/"><strong>Closing Keynote: WordPress Co-Founder Ma.tt Mullenweg</strong></a></p>\n\n\n\n<h2 class="wp-block-heading">First time in Mumbai?</h2>\n\n\n\n<p class="wp-block-paragraph">The communication team published some really cool posts about Mumbai and India, which is super helpful for anyone heading there for their first time.</p>\n\n\n\n<div class="wp-block-columns has-light-background-background-color has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<h3 class="wp-block-heading">First-time WordCamper</h3>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://asia.wordcamp.org/2026/how-to-make-the-most-of-your-first-wordcamp/">How to Make the Most of Your First WordCamp Asia?</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/about-the-venue/">Venue</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/how-to-prepare-for-contributor-day/">How to Prepare for Contributor Day?</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/5-career-conversations/">5 Career Conversations You Will Have at WCAsia26</a></li>\n</ul>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<h3 class="wp-block-heading">Food, Culture and Travel</h3>\n\n\n\n<ul class="wp-block-list has-small-font-size">\n<li><a href="https://asia.wordcamp.org/2026/food-walk/">Your Next Bite Is Here</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/sim-cards-internet-and-upi-payments-made-simple/">SIM Cards, Internet, and UPI Payments Made Simple</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/namaste-india-guide-to-indian-culture/">Namaste India! Guide to Indian Culture</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/mumbai-on-a-plate/">Mumbai on a Plate</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2026/things-to-do-in-mumbai/">Things to do in Mumbai</a></li>\n</ul>\n</div>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Mar 2026 12: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:18:"Birgit Pauli-Haack";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"Open Channels FM: Open Channels New YouTube Channel and Newsletter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650400";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://openchannels.fm/open-channels-new-youtube-channel-and-newsletter/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"Host Bob Dunn announces  a new YouTube channel and a new newsletter and roundup.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Mar 2026 11:45:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Open Channels FM: Omnisend Continues Their Support of Open Channels FM";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://openchannels.fm/?p=1650182";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://openchannels.fm/omnisend-continues-their-support-of-open-channels-fm/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:141:"Omnisend continues to sponsor us, offering a powerful marketing platform for ecommerce. They provide easy migration support and so much more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Mar 2026 09:46:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Bob Dunn";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: Sunday Links";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:23:"https://ma.tt/?p=151324";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"https://ma.tt/2026/03/sunday-links/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2362:"<p class="wp-block-paragraph">Five items:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://transparency.automattic.com/2026/02/23/transparency-report-update-july-december-2025/">Automattic&#8217;s new transparency report is up</a>, and <a href="https://transparency.automattic.com/wordpress-dot-com/intellectual-property/intellectual-property-2025-jul-1-dec-31/">TorrentFreak covers how AI-generated notices have been flooding the system</a>. We don&#8217;t talk about it much, but for two decades now Automattic has been a fierce fighter for free speech on behalf of our customers and journalists. Our legal team has gotten a big upgrade in the past 15 months so look for more in this area.</li>\n\n\n\n<li>WordPress 7.0 is shaping up to be a great release, and we&#8217;re moving fast! As someone noted, after <a href="https://make.wordpress.org/core/2026/02/18/wordpress-7-0-product-review-meeting-with-matt/">the product review</a>, <a href="https://x.com/SteveJBurge/status/2027152882445775168">we got the new Connectors setting screen in beta 2 at AI speed</a>.</li>\n\n\n\n<li>Yesterday, <a href="https://tinkertendo.com/">TinkerTendo</a> hosted a fun <a href="https://luma.com/a6t92ohv">BioArena Hackathon</a>. <a href="https://cloudup.com/cYjePWS3QRx">From the pics, it looked like a great event</a>.</li>\n\n\n\n<li>Kudos to WP community member Matt Medeiros, <a href="https://www.youtube.com/watch?v=zcKBDzrER3g">who used AI to spin up a quick webapp to help his community</a> track which streets had been plowed after that crazy snowstorm. Making local communities better is definitely part of the WordPresser ethos.</li>\n\n\n\n<li><a href="https://claude.com/import-memory">Claude&#8217;s hack to import your memory</a> is an amazing application of what I hoped for with the <a href="https://wordpress.org/data-liberation/">Data Liberation push on WordPress.org</a>. However, it&#8217;s just re-arranging deck chairs on the Titanic; what you really want is for that memory to be personal to you and work with every model, which is what <a href="https://github.com/openclaw/openclaw">OpenClaw</a> and its many claw descendents, like <a href="https://github.com/zeroclaw-labs/zeroclaw">ZeroClaw</a>, do for you. It reminds me of <a href="https://tantek.com/presentations/2005/01/attentionxml.html">Tantek&#8217;s 2005 Attention.xml presentation</a>.</li>\n</ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 01 Mar 2026 18:55:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:48;a:6:{s:4:"data";s:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"Gutenberg Times: Gutenberg Changelog #127 – WordPress 7.0 Beta and Gutenberg 22.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://gutenbergtimes.com/?post_type=podcast&p=44570";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://gutenbergtimes.com/podcast/gutenberg-changelog-127-wordpress-7-0-beta/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:68978:"<p class="wp-block-paragraph">In Episode 127 of the GT Changelog podcast, Birgit Pauli-Haack and Jessica Lyschik dive deep into the upcoming release of WordPress 7.0, focusing on the features arriving with beta 2 and their impact on users and developers. They begin by emphasizing the importance of testing betas, especially for plugin and theme creators, highlighting how early testing helps prevent compatibility issues at launch. A walk-through of the beta testing process, tools like the beta tester plugin, and considerations for time zone differences during the official release (scheduled for April 9th) are discussed.</p>\n\n\n\n<p class="wp-block-paragraph">The majority of their conversation centers around the headline features of WordPress 7.0. Real-time collaboration steals the spotlight, now allowing multiple users to edit posts and pages simultaneously—streamlining workflows and minimizing version conflicts. The episode also celebrates the introduction of visual revisions within the block editor, making change tracking clearer and more intuitive. Other notable updates include responsive block visibility controls, enhanced navigation and submenu options, improved lightbox support for gallery blocks, and the long-awaited introduction of the icon and breadcrumbs blocks.</p>\n\n\n\n<p class="wp-block-paragraph">Birgit Pauli-Haack and Jessica Lyschik also discuss the new content-only pattern editing feature, revamped backend color schemes, and incremental improvements for both end-users and developers, such as the font library UI and under-the-hood advances. They note that some planned features, like the playlist and tabs blocks, did not make the cut for 7.0 but might arrive in future releases. The episode ends with practical advice: test your sites early and stay informed to ensure a seamless transition to WordPress 7.0.</p>\n\n\n\n<p class="wp-block-paragraph"><a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-127-wordpress-7-0-beta/">Show Notes</a> / <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-127-wordpress-7-0-beta/">Transcript</a></p>\n\n\n\n<ul class="wp-block-list">\n<li>Editor: <a href="https://www.linkedin.com/in/sandy-reed/">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href="https://markuraine.com/">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href="https://icodeforapurpose.com">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class="has-larger-font-size wp-block-paragraph" id="shownotes"><strong>Show Notes</strong></p>\n\n\n\n<h2 class="wp-block-heading">Special guest: Jessica Lyschik</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://x.com/jessicalyschik">https://x.com/jessicalyschik</a></li>\n\n\n\n<li><a href="https://www.youtube.com/@jessicalyschik">https://www.youtube.com/@jessicalyschik</a></li>\n\n\n\n<li><a href="https://www.youtube.com/redirect?event=channel_description&amp;redir_token=QUFFLUhqa2tsT25ETnVSM20xS3ZoNDhpTkhwUVhlM2J0UXxBQ3Jtc0tsY2NmeEdxT01xdEMzMlR4WWxjYll2bGoyMXlSZVZFZm82alVtS3hpdW01Y3U1R3U0RGVBT19lbEhQeXNYeTcxZ0EwaVg4YUlYV2ZGR085ZXA1U0pYYzdSelRnejR5cDBHUm1pZDRpQi1fdHRPbkw3UQ&amp;q=https%3A%2F%2Fprofiles.wordpress.org%2Fluminuu">profiles.wordpress.org/luminuu</a></li>\n\n\n\n<li><a href="https://www.youtube.com/playlist?list=PLtf0_A0KILu5lspB8oXQjinPhIe87s3nJ">Greyd Conversations, to be found on YouTube</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">WordPress 7.0</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/">Help Test WordPress 7.0</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/">Iframed Editor Changes in WordPress 7.0</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#comment-48392" id="https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#comment-48392" type="link">What made it into WordPress 7.0</a> </li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/">What’s new in Gutenberg 22.6? (25 February)</a></li>\n</ul>\n\n\n\n<p class="has-large-font-size wp-block-paragraph">Stay in Touch</p>\n\n\n\n<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">\n<ul class="wp-block-list">\n<li>Did you like this episode? <a href="https://lovethepodcast.com/gutenbergchangelog"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href="https://twitter.com/gutenbergtimes">@gutenbergtimes </a>and <a href="https://twitter.com/bph">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href="https://gutenbergtimes.com/itunes/">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class="has-large-font-size wp-block-paragraph" id="transcript"><strong>Transcript</strong></p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack:</em> So welcome to our 127th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk mostly about WordPress 7.0 because Beta 2 has been out and a little bit about Gutenberg 22.6, but most of what&#8217;s in that release is actually coming to WordPress 7.0. </p>\n\n\n\n<p class="wp-block-paragraph">I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress open source project, sponsored by Automattic. And today, Jessica Lyschik is with me on the show again, and we will tackle most of the WordPress 7.0 updates. Jessica is a core contributor to WordPress, default theme co-lead for Twenty Twenty-Four, speed building champion Twenty Twenty-Five, and works as a senior developer for Grade, a company building WordPress products for agencies and large companies. And Jessica is a regular host on the Grade Conversations to be found on YouTube. How are you today, Jessica? Welcome to the show again.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik:</em> Thanks for having me. I&#8217;m good. I&#8217;m good. I mean, the sun is shining outside, so I&#8217;m expecting hopefully a nice workday today and then catch some sun rays because it&#8217;s been a long winter here. Yeah, it&#8217;s been very cold, very moody, cloudy. So the sun is very nice. Having some sunshine is a very nice change.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack:</em> Yeah, I was walking the streets of Munich the other day and I saw the little plants kind of coming out, crocuses and whites and yellow. So spring is coming.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik: </em>Definitely, definitely.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack: </em>And it&#8217;s— I actually saw a sunrise at 6:30 in the morning. So the days are getting longer too, which is part of my mood changing thing. Yeah. </p>\n\n\n\n<h3 class="wp-block-heading">What’s Released &#8211; WordPress 7.0</h3>\n\n\n\n<p class="wp-block-paragraph">So WordPress 7.0 comes in big steps and WordPress 7.0 Beta 2 was released just yesterday and we&#8217;re recording this on February 27th. So let&#8217;s go through the list of things that actually made it into 7.0. I&#8217;m also sharing in the show notes, not only the list, but also a link to the help test WordPress 7.0 that the test team has put together with some nice instructions and videos on how things are supposed to work. And you have to— can go in and test if they&#8217;re actually working like that or if something else is breaking. And you ask dear listeners to help do that. I also always kind of say, the best way to learn what&#8217;s in WordPress 7.0 is to heed to the call of testing, because that&#8217;s the first step to learn what&#8217;s working for you, what works with your sites and with your plugins. And it will be really helpful to know this before the release comes out. So if you just follow the instructions on how to present feedback and bug reports. Your team has started testing. </p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: When you have a plugin and you do not look at the Beta versions or release candidates and suddenly the release date rolls around and you&#8217;re not prepared and clients update their websites and then they say, hey, my site&#8217;s broken, then you&#8217;re in trouble. So avoid that as best as possible. That&#8217;s why I&#8217;m glad that we have Beta phase and release candidate phase so we can like really have a closer look. And it&#8217;s so easy with the Beta tester plugin. To be honest, that&#8217;s still the one way I&#8217;m using it, just installing the plugin. I configure the default configuration a little bit differently only to show me Beta and release candidates versions. And then it&#8217;s just hit update and go for it with whatever installation you have at the moment. So that&#8217;s actually, I find this to be one of the easiest ways without needing to have big technical knowledge about that. Of course there&#8217;s WP CLI, there&#8217;s many other ways you can achieve that, but for me, this is probably the easiest and can be thrown on any installation, local or online, probably not live sites, but any staging or testing environment that you have.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So exactly. And it&#8217;s a good point. Don&#8217;t test this on a live site.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah. Things can break. I mean, that&#8217;s why it&#8217;s called a Beta version or release candidate. Things are supposed to break. I spotted an issue this morning with something, not a big issue, but it is an issue. So we have to look into this, but we still have time. How long are we away? 6 weeks, I think about 6 weeks.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, April 9th is the final release date. So we are a little bit 5 weeks more than 6 weeks.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And it will be, I just saw the note, will be released during Contributor Day at WordCamp Asia. So some of the release squad members will be in Mumbai to hit the big button. But of course, it&#8217;s all remotely and you can do it from anywhere. So it doesn&#8217;t really matter where the release squad is. The only thing that might screw it a little bit, skew it, not screw it, skew it a little bit is the time difference between where the other release squad members are and the ones in Mumbai. But for Europe, it&#8217;s a 3.5-hour time difference. So it&#8217;s not that big of a deal. You just need to organize it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, usually they are fast in Europe, their releases are in the evening. So something around 7 PM, 8 PM sometime. It depends on when the dates are announced and the times. So it will be a bit earlier for us in the day, but still like afternoon-ish. So not in the middle of the night. So, but of course, if you move further to US time zones, like East Coast, West Coast is particularly early for them, I guess. If it&#8217;s fun, it could be like early morning for them.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, could be in the middle of the night.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Oh no, no, we have to, we have to think backwards. It will be like, I don&#8217;t know, but is it like in the afternoon on the 9th? Do you know more details about that?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I was looking for the release party. Post, but I haven&#8217;t seen it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I mean, there&#8217;s an overview post somewhere.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. I remember that. Yeah. On the Make blog. Definitely. I&#8217;m just looking at it when the release party schedule is.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I&#8217;ll see if, uh, there&#8217;s only a date so far on the, on the overview.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Beta release was about 3 PM UTC. So that&#8217;s 4 o&#8217;clock in the afternoon in Europe. -9, that&#8217;s about 7 o&#8217;clock in the morning.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: It&#8217;s early morning. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: In Pacific time. Yeah. So about that time. Yeah. I&#8217;ll get a better look at that when we get closer to see when they actually schedule the release parties. But it&#8217;s always great fun to be in the core channel to kind of see it coming together.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So that&#8217;s about the process. April 9th, we mentioned it, is the release. We have release candidate. So Beta is the feature freeze. So after that, only bug fixes are going to be merged into core. Release candidate 1 is on March 19th, and that is considered a string freeze. There will be release candidate 1, 2, and 3, and only things that are— don&#8217;t have a string. Well, the reason why they do string freeze is because then the translator can start translating the version or the new strings into their respective languages. And to give them about 3 weeks to 4 weeks is a good number. But when you don&#8217;t do string freeze, then they have to start all over again when the new version comes out.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: So many things change. I mean, things will change. Maybe there&#8217;s always the thing that a bug appears and maybe strings have to be changed. So there&#8217;s always some moving parts, but it is way much reduced if you would just, if you&#8217;re stopping to actually make massive changes so people can catch up with things and then when it&#8217;s just a few more strings that need to be adjusted or retranslated, then it&#8217;s not like 500 new strings, but only 5 the day before the release. So yeah, it makes total sense. I mean, it has worked great over the past many years that we&#8217;ve been doing this like that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Absolutely. Yeah. So now with all the talk about the release, what&#8217;s actually going to be in WordPress 7.0? And there have been quite a few. So there was a roadmap and then there were these tracking issues that are on the Gutenberg repo. So there is not a whole lot of mystery behind what&#8217;s coming, but we definitely should talk through that. And one of the biggest features is the real-time collaboration. So now the message that somebody else is editing your post will go away, or it will still be there, but you still can access the post and then you can see who else is working on the post. And you can have more than one person in the post or in the page to actually edit that and not get into trouble with losing content. So that&#8217;s a feature that has been a long time coming. And it&#8217;s also something that has been tested already in the enterprise section for, I think, a little over a year or half a year since August last year. So, and now it comes to WordPress core. So it&#8217;s really cool. I&#8217;ve, I like it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I have not seen it in action yet because I mostly work on things where it&#8217;s only me and rarely anyone else, but I&#8217;ve seen the notes feature. This is like the kind of site quest, if you will, which has been already around since 6.9, if I remember correctly.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Right.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: But yeah, I&#8217;ve just opened the GitHub issue around it that is linked in the testing post. And it&#8217;s quite interesting. It will be interesting to see. I think we have to spin up a session with my colleagues and all go into one page and see what it looks like, how it feels like.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, there are some avatar bubbles showing up on multiple places. Yeah, it&#8217;s kind of in the headline and also when they&#8217;re both there. And also if they&#8217;re the notes and the real-time collaboration are kind of merging now. So the same avatars that show up in the notes will also show up in the, in as where the cursor is. So it&#8217;s kind of really interesting to see. I think it&#8217;s not only for enterprise, it&#8217;s also for if you have a blog site, you probably also have a designer or a person that manages your media. You can all be in the post and kind of do things just right before publishing and you don&#8217;t have to coordinate, get out of the post, get into the post. What do we change? Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It will save things. Even if you have a team of two, it&#8217;s still an interesting feature. And I&#8217;m really hoping as working on the WordPress developer blog that we kind of cut out the step where we do everything in Google Docs, do all the comments there. And then once everybody kind of has their word and say to move it and that we actually start creating the post in the blog and then just do the reviews from there. The only caveat is that to review and help, you have to be a member of the blog. You have to be an editor of the blog. But I think everybody who&#8217;s writing and reviewing either will be on the blog or will in the future or already has written a blog post. So they should be able to do it. </p>\n\n\n\n<p class="wp-block-paragraph">Right now it&#8217;s only me doing it. Yeah, I publish in January and in February a post and it&#8217;s only me doing it. But it&#8217;s interesting to do this via notes. Yeah, because you get emails and all of that. Yeah, already. So it&#8217;s a good feature. The real-time collaboration, I haven&#8217;t done anything on that yet because it just came out. Yeah. So it&#8217;s not yet implemented. Anything else about real-time collaboration? Oh yeah. At the moment, and that&#8217;s with Beta 2, it&#8217;s a setting that you can opt into. So you have to go to settings. Writing, and I think the fourth from the top is the enable collaborative editing or real-time collaboration. Otherwise it wouldn&#8217;t work. I think for later versions it will be an opt-out, but it will be on the same space.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Where do you put this? I&#8217;ve just opened up the preferences. I have a test site which I spin this one up.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: But you go to the admin settings, the normal settings for writing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Ah, the normal setting. Okay. I was in the editor, so that&#8217;s probably why I&#8217;m not seeing it there.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s not in the preferences. It&#8217;s in the admin dashboard and then settings and then writing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Writing. Yeah. Oh yeah. There it is. Enable real-time collaboration. Let&#8217;s just try this out, how it looks like.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I mean, I&#8217;m curious to see.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: You don&#8217;t see it when, when you are alone, all alone.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Well, I could create a second user and then just—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, and switch over in the second browser.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Switch over in another browser or another incognito tab.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I think it could be in a different browser window. I tested it with Firefox and Google just to kind of not get into the way of each other.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, you need a different browser tab in the same browser. It&#8217;s not going to work because then you&#8217;re logged in with the same user, so you need to be logged in with two different users in order to make that happen.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: So it&#8217;s either an incognito window in the same browser or a different browser.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack: </em>Basically, you log in as admin, but you can switch the user over. There&#8217;s a user switching plugin. That&#8217;s what I&#8217;m using by John Blackburn. He has a very easy user switching plugin, and I&#8217;ll share the plugin link in the show notes. But then you can switch over to a different user. And then because I uploaded two avatars, so I can see the difference and all that. In the same note, another big feature, it&#8217;s not a new feature, but it&#8217;s a total revamp, is the visual revisions.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Oh yeah. Yeah. This is a big change. I&#8217;ve, I&#8217;ve tested this out before we started because I was really curious to see and Yeah, this is no more text walls and complicated HTML tags to understand and everything like before. I mean, I think the old one does have an advantage for like someone like me who&#8217;s used to looking at code all day and I can get my way around it. But I guess for many people who are not this, do not have an eye for this, this is like a massive wall of text and some green and some red stuff flying around somewhere. So I found it a very interesting way to create the revisions, to visualize the changes. I mean, I only made minimal changes to a page, like adding a paragraph, removing, removing a sentence and whatnot. But yeah, it&#8217;s actually kind of interesting.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So one of the major features is it&#8217;s in the editor. You don&#8217;t have to switch screens to see your revisions. That&#8217;s also a plus. It knows what blocks are. So every change is filled in red and green. Red when you remove something, green when you add something. And it has a little banner on the right-hand side to outline.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: To indicate where on the page about where. I mean, I only had a short page, so it wasn&#8217;t that big of a deal, but it kind of, I think it really showed where it was. Like if there&#8217;s a specific paragraph you&#8217;re looking at, then let me just open up this.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s really nice. Ella did a fabulous job on that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: And there&#8217;s also not just red and green, but there&#8217;s also yellow if something inside a paragraph changes that is not like completely adding or I think I know for this one, I added something inside an existing block. So the block itself is outlined in yellow. Hey, something changed here. And then the part where I added the words that is highlighted in green. So it&#8217;s like also kind of detailed and not just red and green like before, but you have also yellow, which indicates some sort of change, maybe with either an additional removal.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. It&#8217;s really nice. It&#8217;s very visual and staying in the block editor is such a relief. You don&#8217;t have to go back and forth and you have on the top of the screen. You also have the different versions of things. So you can, it&#8217;s a slider with the dates attached. So you can kind of, and the publish button changes to a restore button. So you can select the version that you wanna restore here.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: And you can also exit there. So it&#8217;s like you do not have the editing ability anymore. So the entire editing ability is stripped from that page. And instead you have either restore or exit. So I think this makes it distraction-free. So it&#8217;s also good because then people will not start editing inside that. It&#8217;s just a visual representation of things that have changed.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Exactly. Yeah. Good. And then do you want to take the next feature or?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I have not. I have seen this. So I was curious to see because I saw something else down in the Gutenberg 22.6 Release notes, if you will. But I saw that when you&#8217;re trying to hide any block, you can now hide them specifically either on desktop, tablet, or mobile. So it&#8217;s not just on or off, but you can now, in WordPress core without any extra plugins, say this either show only on desktop, show only on tablet, show only on mobile. The little downside here is that if I&#8217;m not mistaken, you can still not change the ranges of the viewports. You can?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: No, no, that&#8217;s still hard-coded. </p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Exactly. So you&#8217;re still tied to the default states of what is desktop, what is tablet, what is mobile. So that is the little downside, if I say so, because oftentimes, at least in my experience, people want to really hone in. I want mobile to go to up until this specific size and tablet to be in this range. And they often differ from what WordPress offers by default. So that&#8217;s why many plugins have been popular in the past and many different integrations are there. So I think it&#8217;s important to mention that it does work. I guess it does work because otherwise it wouldn&#8217;t be in the Beta version, but it is restricted to what core says about the viewports.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, yeah. And it&#8217;s a, it&#8217;s a range. It&#8217;s mobile starts at 480 and desktop starts at 768 and in between is the tablet. So I have found that I cannot make my browser window small enough to see the mobile version, but that&#8217;s, I think, a setting on my desktop. I&#8217;m not quite sure, but if you use the developer tools, you can see it or the previews, of course. Yeah, the preview inside the block editor will show you yes or no. With 20.6, they also added a feature for the list view where you see the eye for visible or invisible. It also has a little tooltip saying, okay, it&#8217;s visible on desktop or it&#8217;s visible on mobile and hidden on tablet and these kind of things. So there&#8217;s a little bit more visual support for figuring out why is that block not working. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, that&#8217;s true. Yeah, it seems to work pretty well. So I just played around with it and put a paragraph to hide on desktop. It does no longer show at desktop, but once I make the browser smaller, it appears again. So seems to be working pretty well.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah, the next feature is, well, it&#8217;s kind of a set of features for the navigation block. That has been coming in. There are a few things that are making navigation easier. One is that you now have control for your hamburger menus, your mobile hamburger menus, or if you want them on desktop too. Yeah. So you can now create different overlays for your navigation. And 7.0 will come with a few patterns. So you don&#8217;t have to do the whole creative work. You can just kind of say, okay, I will use this one and this one. It&#8217;s on the basis of template parts, so it can be reused on other places and templates if you have different overlays. And so I really like that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, it gives more customization that wasn&#8217;t there before because you just only had a mobile version of the navigation you created. And I know from our experience at Grade that people like to switch up things in this mobile view because they want to add a button or add information or whatever, or change the menu items by default to have less menu items than they would have on desktop. So this was only possible with other tools, and now it&#8217;s in core as well. I also played around with it a bit, just adding random blocks to it. So it&#8217;s not just limited to specifically a navigation, but can add anything you need into that because it&#8217;s a template part, as you said.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, right.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So it actually is then also possible to create mega menus, which is also something that a lot of people wanted to do with those template parts.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Well, I haven&#8217;t played with, played it that far so far. I haven&#8217;t looked at the settings in detail, but. I guess I have to test this out.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Well, there are a lot of people who are going to be testing things and I wish they would share a little bit more about their successes or, well, they never really talk about their successes, mostly about, oh, this is a bug that needs to change kind of thing. But it would be really cool to see some other implementations. Yeah. </p>\n\n\n\n<p class="wp-block-paragraph">They also revamped the submenus a little bit with handling that. So it now defaults to open or closed states, and you have a place to put the close button for that. Yeah, the patterns we talked— the overlay patterns is kind of with a black background, with an orange background, with a side info as well. So it&#8217;s pretty cool. Oh yeah, and what also changed in the navigation is that you can now— well, you always could add new pages when you create a navigation bar, create a new page, but now you can, you have a toggle switch that you can actually publish it. So the create a page is then available in your pages, but the menu works. And they did also a fantastic job making the links in the menu a little bit more smart. Yeah. So when you change the title or the slug of a page, it now reflects in the menu where it&#8217;s actually used. So that is, was also a big big pain point that you always had to think about, oh, I changed the slug of my page or my post. Now I need to update two menu items because I have a header, a footer, a header menu and a footer menu. And yeah, it&#8217;s all kind of a, it was a little bit.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Or another five menus in different places that you all need to update and you forgot about them. So yeah, that&#8217;s actually very nice. I just opened up also the, when you have a navigation block focused and go select one of the pages that is in there. It now shows a little, I&#8217;m not sure how long this has been there, but there&#8217;s a box popping out saying the title of the link and then it links to this specific page, which is a page. So the post type is shown and also what status it has. So it is published, is it draft or whatever. So there&#8217;s, I think if I click on that, yeah, I can now go directly into editing and I can go back. Oh, this is fancy.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. That&#8217;s also fairly new. I think it was in 22. So it&#8217;s between 6.9 and 7.0. It&#8217;s a new feature. It&#8217;s a new feature.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah. I think this will definitely enhance the whole working with navigation, with navigation in general, because to be honest, it has been a pain to work with navigation. So I&#8217;m glad to see some improvements here. They&#8217;re looking really good. Oh, you can even add more stuff, description and real attribute. Nice. That&#8217;s looking good. I like that. I honestly like that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Awesome. Very good, Birgit. What&#8217;s next on the list?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Next on the list is gallery block add lightbox support.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Ooh, that&#8217;s my personal favorite. Yeah. Well, lightbox support was there before, right?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I was just saying that the lightbox has been around for a while. But yeah, not only for images, right? Not for the gallery.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It was for the gallery, but it only added the click to open big. It wasn&#8217;t a real lightbox. It kind of— you needed to close it and then look at the next picture and open it up again. And now you actually have navigation with next and previous, so you could actually have a really nice gallery viewing experience. And I was waiting for this for quite a while. Not that I didn&#8217;t find any plugins that do that, but yeah, to have it in the browser.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I think that&#8217;s a very nice feature because it reduces the need for a plugin if the functionality is enough for the user. I mean, there will always be plugins that enhance this functionality or create another variation of a lightbox with even more features. There&#8217;s always like that, but it&#8217;s, it&#8217;s good to have that because it&#8217;s just, I&#8217;ve never really worked so much with galleries in the past, but probably I will do more because now you can continue switching to the other images without even having to close that. So I think that&#8217;s really a good quality of life improvement.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Absolutely. Absolutely. Yeah. Yeah. Those sites that have big visual assets on there, like pictures and they have portfolios or they want to show a decoration or be it food. Yeah. Each one of the sites. And what I like about it is also that you can swipe it on mobile. You don&#8217;t need to—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Oh, nice.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It&#8217;s not animated, but it&#8217;s definitely there. </p>\n\n\n\n<p class="wp-block-paragraph">So the thing that moved to the next version in WordPress is showing the captions somewhere on that. Yeah. Right now it&#8217;s just a picture and the navigation, but that&#8217;s a huge step forward. What also is new for the gallery block and many blocks is that the sidebar where the settings and the styles are now also have a content tab where you can see, for instance, all the pictures in a list and then just open it up and add an alt text to it, for instance. So you can have an easier way to update the content of things. You&#8217;ll see that also on other blocks that are kind of multi-blocks, like the social icons or the buttons or the list, that you get now a little content section on the right-hand side. And you don&#8217;t have to, for that, open up the list view. It&#8217;s a little bit of duplication, but I think it&#8217;s a different mindset when you just want to edit that particular group of blocks and see it in one view.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, but you can, I just created a gallery on my test site and picked some of the pictures. And when you are in this content section and you click on an image, you are put to the specific image block within the gallery. So I don&#8217;t think this is too much of a crazy thing. Yeah, you are right about the duplication that if you are on the gallery block itself, you can add something. That&#8217;s probably easier on the right side now to add something. But you also get the context options that you would have in the list view. So this is the duplicated part. But to be honest, I mean, I work a lot with the list view. I always— the first thing I do when I come into a brand new editor is go to preferences and say, list view, always show list view. Because I still don&#8217;t get why this is not the default. But yeah, for people who may be not using the list view too much, I think this is a pretty nice way to work with the gallery block. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And there are also people who are overwhelmed by the list view. Yeah. So kind of, they don&#8217;t.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, I can understand. But yeah, I&#8217;m a big fan of the list view.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, there will be two new blocks. There&#8217;s a breadcrumbs block and the icon block. And the icon block just made it out of experimental with 22.6. </p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I think this was a very close call, right? I just saw Ryan&#8217;s post the other day. It&#8217;s like, we made it. And I was like, oh, that&#8217;s close. Isn&#8217;t Beta 1 already out yet?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, no, it was, uh, actually in Beta, but the discussion was about— not about the icon block per se, but it only has limited functionality. When you— for a designer, you cannot register your own icon collection.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: That would have been my question. Yes.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And that has been the API that was too close to be comfortable in creating a new API at the last minute, so to speak. And they said that needs to be similar for a moment. And that was pushed in 7.1, but you still can use the icons that are in the block editor already.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: It mostly, it will be arrows or the chevrons or maybe something like pencil or image or home. Yeah. The default ones are there. So it&#8217;s, I would say for, for the, for the beginning, it&#8217;s fine. And I think for the extensibility, it&#8217;s definitely needed that we have an API to add any kind of icon that we want or that the user needs because people work with the most different things. I think the same, we had the same thing with the social icons block, if I remember correctly, like you had a fixed set, but then later on. It was added the ability that you can upload your own icons, if I&#8217;m correct.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: So I would very much look forward to potentially in 7.1 that we get the ability to extend this icon library to whatever icons we need, have an upload.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I think designers really work, love working with icons and when they design sites, it would be really helpful to actually have the branded icons, whatever they have to be uploaded. But yeah, in the release post of 22.6, Bernie Reiter, who was a release lead, he uploaded an implementation which makes perfect sense, which is the location for a map, kind of, yeah, what&#8217;s the address, what&#8217;s the link for Google Maps, and what are the ratings, so to speak. And you can all do that with the icon set that&#8217;s already in the block editor. It was worth it, even with not registering the API, to put that into a core. And it&#8217;s still helpful.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I mean, the icon block has been long awaited, so it was about time.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And the other block is the breadcrumbs block, which I&#8217;m really happy that it made it because that&#8217;s a very versatile block. It has a lot of smartness behind it where you can put it on any page and then it figures out what are the breadcrumbs to get to that page and also to get back again. So you could do categories, archives, subpages, parent pages, child pages. It&#8217;s all picking up those things. And it&#8217;s a really nice addition for larger websites to have a user find their way back or orient themselves on the website.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, I think there&#8217;s also enough settings to work with it. So it&#8217;s looking good. I just added it to my test page. You have all the color, typography, dimensions, border. So there&#8217;s, there&#8217;s something to do with it. I would say.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, you can definitely work with that. So then the existing blocks obviously also get some improvements. Do you have any favorite of those? I do. So the paragraph has two new things. One is the indentation. So you can make a paragraph or on a page manage the indentation of the first line in a paragraph. There are two versions of it that you need to handle in the settings page. One is to have the first paragraph not indented, but all the subsequent paragraphs. And then if you toggle that off, then also the first paragraph is indented. And that is that it&#8217;s in the English-speaking countries, the first paragraph is not indented. But in the right-to-left and other countries, even if they are left-to-right, they always want all the paragraphs indented. So it&#8217;s a different standard for publications in different countries. So they needed to take care of that. But the default is to have the first paragraph not indented and all the subsequent paragraphs are.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Interesting.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: It&#8217;s like I usually do not come around that the need for this. But obviously if there&#8217;s a need for it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. A lot of publications have that as standard, especially those that are in the news and long-form content publications like essays and that kind of thing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Apparently I do not read those, so I do not have any experience with that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Or you just haven&#8217;t noticed it because it feels natural.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: But probably, yeah, yeah, I maybe, maybe that&#8217;s also the case. I don&#8217;t know. Yeah, but it&#8217;s interesting to see that. I was wondering, didn&#8217;t we have something like this before, or was it something else, or I&#8217;m mixing this up with something? I don&#8217;t know.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And the second formatting part for paragraph block is that automatic text columns. So you can have a larger paragraph and say, okay, but I need this into a smaller space, but I have multiple columns. And that also works very well. That was actually a plugin from the Block Editor Learn program. There was one course that actually created that kind of columns. So I&#8217;m glad that it made it to core because I really found it nice to have that possible. It automatically creates those columns. You can say 2 columns or 3 columns, and it&#8217;s really nice. You need to enable it through the typography, the 3-dot menu. </p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I was just about to say, I&#8217;m not seeing the setting. Where is it? Ah, here it is. Columns.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, yeah, columns. And also the indentation. And that&#8217;s also where you&#8217;ll find the fit the text into that. So there are typography changes, but right now only, I think, available for the paragraph block.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, it made sense to have moved to the tools panel to get a bit more in the technical side, because if I&#8217;m looking now at the typography settings that are available, but this list is like endless. Yeah, it&#8217;s getting endless. So having this to be hidden by default and you can, if you need the to change something, you edit. That&#8217;s something, yeah, definitely to not clutter the sidebar too much.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah. Yeah. It&#8217;s a good call to always look at the three dots in the menu to see, okay, what other options do I have available there? Because they may not be visible just, and you look stupid like I did to find the columns.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: You look not that stupid.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, it&#8217;s just like, well, why, why I&#8217;m not seeing this? Where is this? Is this a setting somewhere? It&#8217;s like panicking on the inside on the podcast. I know it&#8217;s, it&#8217;s like day-to-day business.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah, I&#8217;m all good. So what else is in the current block? There are so many things in there. So the font library has now its own menu item in the appearance menu. Yeah. Nothing else.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: So it&#8217;s available for any themes if I recall correctly.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So it&#8217;s not—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: you can now do all the stuff. Yeah, it&#8217;s exactly the same like the modal. You just have it like as in the regular backend, basically. It&#8217;s been like extracted from the editor to be its own backend page.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: But it&#8217;s in the new style. I just realized that when switching between the default themes, we have the overview to switch the themes. It&#8217;s like still the we did get a little change in the backend. Maybe we can talk about that later. But when you are on themes, you have still this dark, not dark, but lighter gray, very light gray background. And it&#8217;s no rounded corners. And when you go into fonts, you have this more site editor-like white background and rounded corners around. I just realized that there&#8217;s this kind of difference.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, I think that the team really wanted to do the data views. Use components from the data views for these new pages. And it will also be, and I just saw that for the Beta 2, that the connector for the AI client, that the connector page is under Settings. Yep. And the page also follows that data view.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Correct.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Design from what&#8217;s actually going to be the new admin design that&#8217;s not coming to 7.0, but some of the pages are, look a little bit different yet. Now.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I just see, I just see these small details like instantly. So I was like, oh, this looks different.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. It looks a little bit fresher. It&#8217;s my personal view on that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: And I, I think the most visual change everyone will have is when they log in. So, or when they upgrade to 7.0 and they have not seen the Beta or release candidate that suddenly the default color scheme changes. In the backend. So I think this will be a bit of a woo moment for everyone who is not like looking into this before. So if I guess it&#8217;s a shout out to everyone who&#8217;s working with clients who do not see a Beta version before, be prepared because I&#8217;m sure there will be questions coming in from everyone like, my admin looks different. What happened?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, the buttons all have a different color. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, the, the, I think the black is a bit darker if I remember correctly. And of course the blue shines very differently. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So, but the color scheme was available before. It&#8217;s called the modern.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yes, correctly.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So it&#8217;s now just the default. I don&#8217;t think we have materialized any writing about that. So I kind of need to look at the core changes. Right now I&#8217;m just looking at the block changes, but yeah. Oh, and one thing that we should mention is the content-only pattern editing that&#8217;s now coming with 7.0. And that is a way, if you have a pattern that you put into a post or a page, that the edit the pattern is kind of reduced to edit the content of it. So you don&#8217;t have to change the pattern. Yeah. And I think that&#8217;s reducing a little bit the overwhelm. And the danger that people get into when they just use pattern, that they are kind of, you still can edit them, throw out the image and put a different block in there. You always can, you can change the headline, paragraph, whatever the pattern is designating as content only. Blocks, patterns, headlines, paragraphs, lists, buttons, those can all be just added, just change the content of it. But there is an edit button on the right edit pattern, and it&#8217;s for unsynced patterns as well as for sync patterns. The sync patterns has a different workflow when you change the original. That was always in there, but now this is coming to the unsynced patterns as well. When there are multiple patterns in multiple blocks in a pattern. So they&#8217;re kind of designated a section and then you can reduce the trouble a content editor can get themselves into.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I see. I see. Yeah, it certainly looks different. Yeah, you have different buttons. But yeah, you cannot go into like— yeah, you can like make it bold or italic or any of the work with the text. But yeah, you cannot say I want the button color to change. Is this the default for all patterns? As you said, it&#8217;s like I&#8217;ve now just added a regular pattern. And it&#8217;s not synced. So I assume it&#8217;s not synced.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Let me check.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I think so. Interesting. So when I go to edit pattern, oh, I now have to go to edit pattern in the toolbar. In the sidebar. I have now edit pattern.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: No, no, in the block toolbar.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: That&#8217;s the block toolbar. You can say edit pattern and then you get all the controls for each block to move them, delete them, whatever. And then you can go back and then you have, when you are in the pattern, you have only the editing ability as you described. So you can, cannot change the blocks itself, but you can like change the contents. I can change the image and set an alternative text, but I cannot say, give it a different aspect ratio or use a different image size or whatever.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Or make the paragraph a list or something like that. There, those decisions.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: So this is actually very good to know because I just stumbled upon that and, ooh, this will be why I wanted to do this. This will be interesting because that&#8217;s like, that&#8217;s a huge change. I can see the struggle people will have who are not aware of this to get into the editor. They have added a pattern, simply a pattern, and now they want to change the heading. For example, and now on 7.0, they&#8217;re like, the possibility to change the heading is gone. And they do not realize that they have to click on the edit pattern block first in order to change the heading level, for example. So I think this could be from the user experience part.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, a little bit of a stumble block. Yeah, absolutely. The dev note, and I see, I saw the draft of this dev note for that. There&#8217;s also a way for site admins to opt out of content-only. That especially if you are working with clients or you&#8217;re creating themes, you probably want to, because you want to edit the pattern all the time. You can opt out of it with a filter. And both are available for PHP as well as for JavaScript. And as a plugin developer or theme developer, you can designate patterns as content-only. And with an attribute in the pattern. Block thing. Those who create custom blocks, they can also designate in the block JSON which attributes are content only. You give it a role equals content in the block JSON. So there are multiple ways to kind of skin that cat, as they say in America. So for the end user, I think the advantage is that there is no ambiguity if I change that. Is that getting me into trouble or something like that? Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah. Yeah. From that point of view, I&#8217;m coming from a different point of view where the user is used to working with that and suddenly they cannot on the first glance, they cannot edit stuff anymore. Like they cannot change the heading level or font, font size, font, font family, whatever. So I think from that perspective, this will be a bit of a struggle.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So yeah. But I think the edit pattern button is prominent enough in the sidebar. But yeah, we&#8217;ll kind of need to see what the verdict is about that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, yeah, true, true. So this will be an interesting thing to catch on, especially if you&#8217;re a heavy pattern user. This will be very interesting.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, I think the—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik: </em>I mean, I do see, I do see, don&#8217;t get me wrong, I do see the point in like having this content only. I mean, we have something very similar in our Grid plugin. Where you can lock down, like you have the structure, but you can only edit the content. It&#8217;s very, very similar. So there is the need for this. It&#8217;s just like coming when you are already working with WordPress and then you&#8217;re coming to this. That is the issue that I&#8217;m seeing. So, but for real, for real, the, yeah, for real, the, this reduction of overwhelm to, oh my God, I have so many options, but the pattern is there, but you cannot break it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Mm-hmm.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Uh, totally. That&#8217;s totally a cool thing.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. And I get your point, but what is it? It&#8217;s a 30-second, oh, I need to click on edit pattern. Uh, kind of reveal of that. Yeah. It&#8217;s not a kind of totally, oh, I, I get your point.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Well, if, if you are lucky, if you are lucky and the people see it and have the, I do not want to sound, uh, too, too negative about it, but if they have the curiosity to like explore. To do like, okay, what happens if I click on edit pattern? But you also have those people like who are like literally overwhelmed already by this and then go to whatever support people you have, whether it&#8217;s a plugin, a specific plugin is, I do see an increase of people coming into our support, for example, and saying, hey, things are not working anymore because of, I don&#8217;t know what&#8217;s happening here.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So, yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. So I get that, especially because people just go into the website to get something done. And if they are overwhelmed with all the changes, it&#8217;s kind of a certain whoops.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I didn&#8217;t expect that to change on me forever. Yeah. I totally get it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: If they just want to add a text, they will probably not notice or maybe realize, okay, something is different. But as soon as they want to change anything that is related to the blog, I think then it&#8217;s when it&#8217;s going to be—</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: just to the design. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Absolutely. Yeah. Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah, exactly.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: So I think the last thing that we talk about a little bit here is what did not make it into the 7.0. That was on the roadmap. And that was the playlist block didn&#8217;t finish in time. The dialog block, which I really like. The dialog block is something that you get a button or a link and then you can control what dialog comes up for that. And the tabs block that I&#8217;m really sad about that it did not make it.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Do you know what happened to like why the decision was made to not bring it in?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: They have some, there was an aspect of the active tab state in a non-standard way. There were some accessibility issues that they kind of wanted to revisit.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Oh yeah. Tell me about it. Tell me about it. I made the Tabs plugin, the great plugin accessible. So it&#8217;s possible. So, but yeah, I get that this may be the reason why it has been cut out.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: I think there were too many people, too many cooks in the kitchen for that with different changes. So I think they need to be finalized as well. And then the playlist block. I&#8217;m really sad about that, but we will see. And then some of the notes features that were thought about didn&#8217;t make it either. There were a few things that haven&#8217;t been worked on that were in the roadmap, were kind of, kind of was aspirational, but it wasn&#8217;t really prioritized. So like there were short blocks. A lot of people would like to see that. That&#8217;s like block binding, but inside the paragraph. So you can change dynamic data in a paragraph and just in, in a certain way. It could be a date or could be a change like the time zone change, yeah, depending on something. Or data from the meta fields, custom fields that are just in the flow text kind of, you want to put them in. I know that people work on that. Slider block was not worked on and some of the media things. Didn&#8217;t make it either. So are you excited about WordPress 7.0? </p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: I mean, there&#8217;s a lot of very interesting changes and I mean, just because something didn&#8217;t make it, I think there&#8217;s a lot that made it that is already giving an impact. We haven&#8217;t even touched the AI part. So I think this is also something that is really coming. And even that in itself is probably enough to make another episode about if you want to. Yeah. </p>\n\n\n\n<p class="wp-block-paragraph">But overall, I think there&#8217;s some good quality of life improvements. I mean, real-time collaboration is something that everyone has to look for themselves if it&#8217;s useful. I can see it useful, of course, in like Google Docs style if you need to collaborate really on something, but also in support essentially to like, okay, let me get into the same page and show me on a video call what are you doing, or without even being on a video call, without screen sharing, to see what the other person is doing essentially. I&#8217;m not sure if I think you can only see the editing sort of things, but overall to see, okay, I do this, I do that, and then this happens. I don&#8217;t know. This could maybe be a thing. Maybe we get the icon block, long, long awaited. We do have some more responsive hiding features, if you will. It&#8217;s, how to say, rudimentary, but it&#8217;s like, it works. So if you&#8217;re fine with that, then you&#8217;re good. Font library available to everyone. I think that&#8217;s not bad either. So yeah, I think overall this will be an interesting, an interesting release to have available.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: And I mean, there&#8217;s always work to do, so we&#8217;re not running out of work. You know, no, even if, uh, with the help of AI, I think the work is always going to be there. So for the developers amongst us, I think you want to look at the PHP-only registration for blocks. Also, some of the data view package changes for your own plugin might be very interesting for you. </p>\n\n\n\n<h3 class="wp-block-heading">Gutenberg 22.5 RC</h3>\n\n\n\n<p class="wp-block-paragraph">Also, the client-side media improvements, they are there, but it&#8217;s not visible to anybody. It&#8217;s just kind of that the browser is now doing all the changes to the image, the downsizing for smaller aspect ratios or sizes. Yeah, it is done in the browser and doesn&#8217;t have to go to server and back. But that&#8217;s all relatively invisible to a normal user. True. I would come to an end here. We are almost at the hour and it was so much stuff to talk about. So is there anything, Jessica, that you want our listeners to know and you didn&#8217;t get a chance to talk about?</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Not really. Go testing, I would say. Make sure if you have a product like us, make sure things work so you do not get in too much trouble. There will always be people coming to you saying, hey, something does not work. I mean, we do have that too. It&#8217;s like, then it&#8217;s just simply helping people with WordPress that is not related to the product itself. But yeah, overall, just make sure things work because like there are some changes happening. We also didn&#8217;t touch too much on the iframe editor situation in our chat. So I think this is something you should look into. I think there has been a new post by Ella this week with some more information. So yeah, for the developers of us, take a look at that because I think that maybe can potentially cause issues.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: It shouldn&#8217;t, but yeah. And I&#8217;m kind of hard to think about a scenario how we could test this with older plugins because I don&#8217;t see sites that are in with maintenance with a developer, so they probably won&#8217;t have a problem. They&#8217;re already kind of up there because the Gutenberg plugin has always already been updated with the iframe. So, I&#8217;m looking at people who haven&#8217;t updated their site for 5 years or something like that with the old blocks version in there. And all of a sudden they come back, but they, the front end won&#8217;t change. So they wouldn&#8217;t see it unless they go in, in the editor. And I have not seen yet something that fails. So that&#8217;s why it&#8217;s now in the Gutenberg plugin. That the post editor is loaded in the iframe.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Yeah, it will not be enforced in 7.0, but on the horizon we already see, okay, if it&#8217;s now in Gutenberg 22.6, potentially we will have to deal with it in 7.1. So this summer around that time. Yeah, I think that&#8217;s, that&#8217;s something important to, to just have in the back of your mind that if you have a product or if you have not just a product, but also like, like you said, created custom blocks for a client for specific websites. And there is like either no maintenance or very low maintenance contract, then you need to be aware that things can change, will change. And we had these discussions in the past. I have to say that there are people who were very frustrated that things have changed in the editor and made actually their frontend go sideways and not too bad, but like, okay, wasn&#8217;t looking as it was before. So I can totally understand that frustration, but, I mean, it&#8217;s software. It&#8217;s a moving project. It&#8217;s never going to be this forever unless you lock in the default WordPress version and only receive security updates, then well, okay, you can deal with that.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: But yeah. Yeah. But I don&#8217;t think that this block iframe or block editor iframe thing for post edits, this is really a major change or breaking change. That, yeah, it, I don&#8217;t think that most WordPress users would even know that that happened or haven&#8217;t even noticed that it&#8217;s already happening. So for those who do client-side that are a little older, yeah, keep an eye out and let us know or let the contributors know if it&#8217;s breaking, what is breaking, so it can be dealt with for the next iteration on it. All right. </p>\n\n\n\n<p class="wp-block-paragraph">And I also share in the show notes, the latest conversations that Grade and Jessica had with two agency owners about the block editor and FSE. I think that&#8217;s pretty insightful.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Oh, that was with the Codable Experts. Yeah, it was not the agency owners, but the Codable Experts.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Codable is an agency that matches up projects with freelancers and they have a very strict screening method for the freelancers. So they are real experts and they know what they&#8217;re doing and so, thank you for telling me that. Anyway, so I will share that. So if anybody who wants to listen some more, it&#8217;s on YouTube and it was Jessica. </p>\n\n\n\n<p class="wp-block-paragraph">So, and as always, the show notes will be published on <a href="http://gutenbergtimes.com/podcast">gutenbergtimes.com/podcast</a>. This is episode 127. And if you have questions and suggestions or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. That&#8217;s <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. And thank you so much for spending this time with me and Jessica and going over the WordPress 7.0 features with me. And it was good to see you and talk to you. Thanks for listening and goodbye.</p>\n\n\n\n<p class="wp-block-paragraph"><em>Jessica Lyschik</em>: Thanks for having me. Bye.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 01 Mar 2026 17:15: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:19:"Gutenberg Changelog";s: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:21:"\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:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:108:"Gutenberg Times: Help test WordPress 7.0 beta2, CSS in Block themes, AI experiements – Weekend Edition 359";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/?p=44470";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://gutenbergtimes.com/help-test-wordpress-7-0-beta2-css-in-block-themes-ai-experiements-weekend-edition-359/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:24626:"<p class="wp-block-paragraph">Happy Saturday! </p>\n\n\n\n<p class="wp-block-paragraph">It&#8217;s been another interesting week in WordPress, Gutenberg and AI. </p>\n\n\n\n<p class="wp-block-paragraph">If you would like to know more about my two weeks in New York and the immersive AI training there, here is a post for you. <a href="https://automattic.com/2026/02/25/ai-enablement-wordpress/">What Automattic’s AI Enablement Training Means for WordPress</a>. </p>\n\n\n\n<p class="wp-block-paragraph">And now, enjoy all the videos, blog posts and podcasts below.</p>\n\n\n\n<p class="wp-block-paragraph">Yours, <img alt="💕" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png" style="height: 1em;" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class="wp-block-heading" id="0-word-press-release-information">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class="wp-block-paragraph">WordPress <strong><a href="https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/">7.0 Beta2</a> </strong>is now available for testing. How? Glad you asked. The Test team has compiled a great list in their post <a href="https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/"><strong>Help Test WordPress 7.0</strong></a>. It&#8217;s the perfect way to learn what&#8217;s in the new release and you can help find bugs, that could be squashed before the final release.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ray Morey</strong>, editor of The Repository, has some details in <a href="https://www.therepository.email/wordpress-7-0-beta-2-ships-with-connectors-ui-delivering-on-mullenwegs-ai-vision" rel="noreferrer noopener" target="_blank"><strong>WordPress 7.0 Beta 2 Ships With Connectors UI, Delivering on Mullenweg’s AI Vision</strong></a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ella Van Durpe</strong> shares <a href="https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/"><strong>what&#8217;s shifting with the iframed post editor in WordPress 7.0</strong></a>: instead of checking all registered blocks across your plugins, WordPress will now only look at blocks actually inserted in the post. If they&#8217;re all Block API version 3 or higher, you get the iframe — if not, it steps back gracefully. Full enforcement isn&#8217;t happening in 7.0, but <em>Gutenberg plugin 22.6</em> enforces it for classic themes to gather real-world feedback first.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">Release lead <strong>Bernie Reiter,</strong> published a new version, Gutenberg 22.6 and in his release post <a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/"><strong>What’s new in Gutenberg 22.6? (25 February)</strong></a> he highlighted:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#in-editor-revisions-visual-change-tracking">In-Editor Revisions: Visual Change Tracking</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#icon-block">Icon Block</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#navigation-overlay">Navigation Overlay</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#client-side-media-processing">Client-Side Media Processing</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#real-time-collaboration">Real-Time Collaboration</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#gallery-lightbox-navigation">Gallery Lightbox Navigation</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/#other-notable-highlights">Other Notable Highlights</a></li>\n</ul>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Anne McCarthy</strong> shares a candid look at <a href="https://nomad.blog/2026/02/28/iterating-on-notes-in-wordpress/"><strong>iterating on Notes features in WordPress</strong></a> that didn&#8217;t quite make the 7.0 cut. Built with Claude Code as part of her &#8220;Learn AI deeply&#8221; efforts, the three PRs in progress cover show/hide notes on the canvas, filter options (she leans toward &#8220;Open&#8221; over &#8220;Unresolved&#8221;), and compact note display. Questions around a resizable sidebar and UX friction remain open — your feedback on the PRs is warmly welcomed.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Jessica Lyschik,</strong> senior developer at Greyd, and I had fun recording another Gutenberg Changelog episode. We discussed the main user-facing features coming to WordPress 7.0. </p>\n\n\n\n<div class="wp-block-group has-light-background-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">\n<p class="wp-block-paragraph"><img alt="🎙" class="wp-smiley" src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" style="height: 1em;" /> The latest episode is <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-128-gutenberg-22-7-version-and-dev-notes-for-7-0/">Gutenberg Changelog #128 – Gutenberg 22.7 Version and Dev Notes for 7.0</a> with special guest Maggie Cabrera </p>\n\n\n\n<figure class="wp-block-image size-full is-style-no-vertical-margin"><img alt="Recording Gutenberg Changelog 128 with Maggie Cabrera and Birgit Pauli-Haack " class="wp-image-44836" height="185" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-13-at-17.41.45-1.png?resize=652%2C185&#038;ssl=1" width="652" /></figure>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class="wp-block-heading" id="0-p">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class="wp-block-paragraph"><strong>Tom Finley</strong> introduces <a href="https://tomfinley.com/stop-rebuilding-wordpress-block-patterns-from-scratch-use-block-zapper/"><strong>Block Zapper</strong></a>, a utility block that strips custom colors, spacing, typography, and backgrounds from WordPress block patterns in one click — so you can actually use them as clean starting points. You get granular control: preserve images and cover backgrounds while clearing everything else. Finley&#8217;s one important warning: it&#8217;s largely vibe-coded with AI assistance, so sandbox it thoroughly before touching any real project, and move your zapped blocks out before leaving the editor.</p>\n\n\n\n<p class="wp-block-paragraph">This seems to be inline with the <strong>Content Only Pattern editing experience</strong>, core contributors also try to achieve abstracting away the design aspects of working with patterns for content creators. It&#8217;s about to come to WordPress in 7.0 (or 7.1, the jury is still out) It is already available in the Gutenberg plugin 22.6 and this <a href="https://github.com/WordPress/gutenberg/issues/73775#issuecomment-3930751877">GitHub comment by Ramon Dodd.</a> </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">Carleton University&#8217;s <strong>Troy Chaplin</strong> built the <a href="https://wordpress.org/plugins/block-accessibility-checks/"><strong>Block Accessibility Checks plugin</strong></a> to catch what the WordPress block editor won&#8217;t — out-of-order headings, missing image alt text, and other gaps that slip through unexpectedly. Chaplin joined Chris Reynolds, Pantheon, on this week&#8217;s <a href="https://www.youtube.com/live/mLsC2tDcdL8">YouTube Livestream</a> for a walk-through of how the plugin validates your content in real time and flags issues before they reach your readers. A practical tool for anyone serious about making their content genuinely accessible to everyone.</p>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div>\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">On WP Builds, <strong>Nathan Wrigley</strong> sits down with <strong>Ian Svoboda</strong>, a veteran of 10up, GenerateBlocks, and GeneratePress, to unpack the<a href="https://wpbuilds.com/2026/02/26/458-unpacking-the-clever-content-area-block-with-ian-svoboda/"> <strong>Content Area Block plugin</strong></a>. Born from a news site needing multiple editable regions per template, the plugin solves WordPress&#8217;s single-content-area limitation without meta field workarounds. You&#8217;ll hear about the technical hurdles — duplicating core hooks, navigating unstable APIs — and why this capability still hasn&#8217;t made it into Core.</p>\n\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%">\n<figure class="wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts"><div class="wp-block-embed__wrapper">\n\n</div></figure>\n</div>\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Rodolfo Melogli</strong> is the organizer of the <a href="https://checkoutsummit.com/">Checkout Summit in April</a> and editor of the <a href="https://wcwkly.com/">WooWeekly</a> newsletters. In his recent blog post, he discusses <a href="https://www.businessbloomer.com/my-honest-take-on-woocommerce-checkout-block-adoption/">WooCommerce Checkout Block adoption</a> and explains that most merchants still use the classic Shortcode even after two years of the block being the default option. The main issue is hesitation around plugin compatibility. Although WooCommerce data shows a 27% boost in conversions with the block checkout, the ecosystem has not fully adapted, and merchants are reluctant to risk disrupting their working stores.</p>\n\n\n\n<h2 class="wp-block-heading" id="2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class="wp-block-paragraph">If you&#8217;ve ever wondered where your custom CSS actually lives — or should live — this comprehensive guide on <a href="https://gutenbergtimes.com/14-ways-to-add-custom-css-in-wordpress-block-editor/"><strong>14 ways to add custom CSS in the WordPress Block Editor</strong></a> is your new reference. Covering everything from <code>theme.json</code> structured properties and CSS variables to per-block Additional CSS, Block Style Variations, and <code>wp_enqueue_style()</code>, you&#8217;ll find a decision guide to match each method to your role, whether you&#8217;re a site builder, designer, or theme developer.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Jon Ang</strong>, Human Made, made the case that <a href="https://humanmade.com/wordpress-for-enterprise/how-wordpress-solves-visual-editing-without-the-complexity-tax/"><strong>WordPress in 2026 escapes the complexity tax</strong></a> that headless and composable stacks imposed on enterprise teams. The Site Editor, combined with Synced Patterns, Block Bindings, and the Interactivity API, now forms a structured visual system that scales alongside enterprise design systems without forcing teams into heavyweight JavaScript frameworks or fragile third-party glue. As Ang put it, it becomes a system interface &#8220;where visual work is grounded in real content models&#8221;.</p>\n\n\n<div class="ng-block-44986adeef2c5d31 wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;"><div class="ng-block-cd4a59dbfa60f30a wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong> <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/" rel="noreferrer noopener" target="_blank">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class="ng-block-38a710106e4fbfe7 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>The previous years are also available: <br /><strong><strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/">2020</a> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/">2021</a></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/">2022</a></strong></strong> | <strong><a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023">2023</a></strong> | <a href="https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/"><strong>2024</strong></a></p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<h2 class="wp-block-heading" id="3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p class="wp-block-paragraph"><strong>Ryan Welcher</strong> released v. 1.0.3 of his VSCode extension <strong><a href="https://marketplace.visualstudio.com/items?itemName=ryanwelcher.wordpress-interactivity-api-helper">WordPress Interactivity API Helper</a></strong> that adds autocomplete for directive and even detects items in your store. After you install it you can invoke it by &#8220;Simply start typing <code>data-</code> in any HTML attribute position within PHP or HTML files&#8221;.  </p>\n\n\n\n<figure class="wp-block-image size-large"><img alt="Ryan Welcher''s Interactivity API VSCode extension" class="wp-image-44552" height="318" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/02/interactivityAPI-VSCode-extension-1024x500.jpg?resize=652%2C318&#038;ssl=1" width="652" /></figure>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Ryan Welcher </strong>also released a new version of <a href="https://github.com/ryanwelcher/advanced-query-loop/releases/tag/4.4.0"><strong>Advanced Query Loop 4.4.0</strong></a> that enhances query speed and reliability. It includes transient caching for AQL instances and a new management control, along with fixes and improvements to caching. The current post ID and type are now included in the context, and the release features expanded unit tests, E2E tests via Playground, and static linting for both PHP and JavaScript.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>JuanMa Garrido</strong> walks you through <a href="https://developer.wordpress.org/news/2026/02/a-better-way-to-test-html-in-wordpress-with-assertequalhtml/"><strong>the new <code>assertEqualHTML()</code> assertion introduced in WordPress 6.9</strong></a>, available on <code>WP_UnitTestCase</code>. If fragile PHPUnit tests that break over attribute ordering or style whitespace are your nemesis, this is your fix. It compares HTML semantically — not literally — so your tests only fail when markup is genuinely different. Covers block render callbacks, HTML API transformations, Interactivity API directives, and tips for migrating away from <code>assertSame()</code>. </p>\n\n\n\n<h2 class="wp-block-heading" id="ai-and-wordpress">AI and WordPress </h2>\n\n\n\n<p class="wp-block-paragraph">In his post on The Repository, <strong><a href="https://www.therepository.email/wordpress-faces-an-event-horizon-not-a-sunset">WordPress Faces an Event Horizon, Not a Sunset</a></strong>, <strong>Matt Cromwell</strong>, founder of Roots &amp; Fruits,  pushes back on the &#8220;WordPress is dying&#8221; narrative, reframing what looks like decline as an event horizon — a boundary where old rules break and new, denser ones form. AI, he argues, actually favors WordPress&#8217;s open, structured architecture. Flat plugin sales signal market maturity, not collapse. Educational pipelines are creating new builders. The real question isn&#8217;t whether WordPress survives, but whether its community will design for the physics ahead.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph">In this <a href="https://www.youtube.com/watch?v=gD-KgrQ_E_w"><strong>WordPress AI experiments roundup</strong></a>, <strong>Jonathan Bossenger</strong> dives into community-submitted projects, starting with the WP AI Client Mistral provider, where he clones the repo, gets the AI SDK running, and generates a &#8220;WordPress haiku&#8221; post — though the model returns Markdown rather than block markup. He then tests a Claude-to-WordPress MCP integration plugin, successfully publishing a post directly from Claude, uses MCP Tracker to monitor requests, and briefly explores Ability Scout, which surfaces potential abilities from code.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Rich Tabor</strong> walks you through <a href="https://richtabor.com/wordpress-ai-client" id="https://richtabor.com/wordpress-ai-client" type="link"><strong>the new WP AI Client landing in WordPress 7.0</strong></a> — a provider-agnostic layer for calling Anthropic, Google, OpenAI, and other AI models from both PHP and JavaScript, without plugins shipping their own API wrappers or credential pages. Configure once, use everywhere. His companion <a href="https://github.com/richtabor/wp-ai-content-kit"><em>WP AI Content Kit</em></a> demonstrates auto-generating alt text and post excerpts using structured JSON responses. WordPress 7.0 is due April 9, coinciding with WordCamp Asia. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="wp-block-paragraph"><strong>Glen Davies </strong>at Automattic introduces <a href="https://wordpress.com/blog/2026/02/13/new-plugin-and-skills-for-claude-cowork/"><strong>new Skills and a Claude Cowork plugin</strong></a> that turns a conversation with Claude into a fully built block theme, deployed locally via WordPress Studio — no technical skills required. Describe your site, pick from design options, and Claude builds it. Setup takes about ten minutes and currently requires macOS. These tools are early and evolving fast, but the team wanted to ship them now rather than wait.</p>\n\n\n<div class="ng-block-982b95e9e6e4a18c wp-block-newsletterglue-container ng-block" style="color: #666666;" width="100%"><div><div><div class="ng-block-vs ng-block-vs-1" colspan="3" height="0" style="height: 0px;"></div></div><div><div class="ng-block-hs ng-block-hs-1" height="0" style="width: 0px;"></div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;"><div class="ng-block-3b492e2769d24e61 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p><strong><a href="https://gutenbergtimes.com/need-a-zip-from-master/">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class="ng-block-cae859a6b21a8f2e wp-block-newsletterglue-image ng-block size-full is-resized" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;"><a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json"><img alt="" class="wp-image-42874 ng-image" height="45" src="https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1" style="border-style: none; border-color: transparent;" width="196" /></a></div></div></div></div>\n\n<div class="ng-block-d3d486f6f2bf0600 wp-block-newsletterglue-text ng-block" style="color: #666666;" width="100%"><div><div><div align="none" class="ng-block-td" style="font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;"><p>Now also available via <a href="https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href="mailto:pauli@gutenbergtimes.com">Email me </a>with your experience.</p></div></div></div></div></div><div class="ng-block-hs ng-block-hs-2" height="0" style="width: 0px;"></div></div><div><div class="ng-block-vs ng-block-vs-2" colspan="3" height="0" style="height: 0px;"></div></div></div></div>\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href="mailto:pauli@gutenbergtimes.com">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<p class="has-text-align-center has-small-font-size wp-block-paragraph">For questions to be answered on the <a href="http://gutenbergtimes.com/podcast">Gutenberg Changelog</a>, <br />send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a></p>\n\n\n<div class="ng-block-0d4ac294f1d6368f wp-block-newsletterglue-separator ng-block" style="color: #666666;" width="100%"><div><div><div align="center" class="ng-block-td" style="padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;"><hr style="background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;" /></div></div></div></div>\n\n<div class="wp-block-newsletterglue-showhide ng-block" width="100%"></div>\n\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Feb 2026 12:53:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Birgit Pauli-Haack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 22 Mar 2026 13:11:54 GMT";s:12:"content-type";s:8:"text/xml";s:13:"last-modified";s:29:"Sun, 22 Mar 2026 13:00:24 GMT";s:4:"vary";s:15:"Accept-Encoding";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:9:"HIT ord 2";}s:5:"build";i:1760640336;s:21:"cache_expiration_time";i:1774228314;s:23:"__cache_expiration_time";i:1774228314;}', 'off');
INSERT INTO `wp_options` VALUES
(905971, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(905972, 'elementor_active_kit', '1244', 'auto'),
(905973, 'elementor_font_display', 'swap', 'auto'),
(905981, 'elementor_onboarded', '1', 'auto'),
(905982, 'bsf_analytics_installed_time', '1771952318', 'off'),
(905983, '_elementor_installed_time', '1771952318', 'auto'),
(905979, 'elementor_events_db_version', '1.0.0', 'off'),
(905977, 'elementor_version', '3.35.7', 'auto'),
(905978, 'elementor_install_history', 'a:2:{s:6:"3.11.5";i:1771952309;s:6:"3.35.7";i:1773301402;}', 'auto'),
(905980, '_hfe_db_version', '2.8.5', 'auto'),
(905984, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{s:10:"categories";a:30:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:10:"ehp-footer";i:9;s:10:"ehp-header";i:10;s:3:"faq";i:11;s:8:"features";i:12;s:6:"footer";i:13;s:7:"Gallery";i:14;s:6:"header";i:15;s:4:"hero";i:16;s:11:"Link in Bio";i:17;s:9:"portfolio";i:18;s:7:"pricing";i:19;s:15:"product archive";i:20;s:5:"Quote";i:21;s:15:"Service Details";i:22;s:8:"services";i:23;s:11:"single page";i:24;s:11:"single post";i:25;s:14:"single product";i:26;s:5:"stats";i:27;s:9:"subscribe";i:28;s:4:"team";i:29;s:12:"testimonials";}s:4:"sets";a:5:{i:0;s:11:"Boxing Club";i:1;s:19:"Business Consultant";i:2;s:16:"Marketing Agency";i:3;s:9:"Wireframe";i:4;s:15:"Workshop Center";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}s:2:"lp";a:1:{s:10:"categories";a:15:{i:0;s:8:"Business";i:1;s:16:"Coming Soon Page";i:2;s:9:"eCommerce";i:3;s:9:"Education";i:4;s:6:"Events";i:5;s:18:"Health and Fitness";i:6;s:3:"NFT";i:7;s:14:"Online Service";i:8;s:7:"Product";i:9;s:11:"Real Estate";i:10;s:18:"Social Involvement";i:11;s:14:"Thank You Page";i:12;s:6:"Travel";i:13;s:18:"Under Construction";i:14;s:9:"Wireframe";}}s:2:"lb";a:1:{s:10:"categories";a:2:{i:0;s:4:"post";i:1;s:7:"product";}}}s:10:"categories";a:30:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:10:"ehp-footer";i:9;s:10:"ehp-header";i:10;s:3:"faq";i:11;s:8:"features";i:12;s:6:"footer";i:13;s:7:"Gallery";i:14;s:6:"header";i:15;s:4:"hero";i:16;s:11:"Link in Bio";i:17;s:9:"portfolio";i:18;s:7:"pricing";i:19;s:15:"product archive";i:20;s:5:"Quote";i:21;s:15:"Service Details";i:22;s:8:"services";i:23;s:11:"single page";i:24;s:11:"single post";i:25;s:14:"single product";i:26;s:5:"stats";i:27;s:9:"subscribe";i:28;s:4:"team";i:29;s:12:"testimonials";}s:9:"templates";a:823:{i:0;a:21:{s:4:"tmpl";i:1280;s:2:"id";i:22403;s:5:"title";s:40:"Hello Bar | Subscribe | Aesthetic Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg";s:12:"tmpl_created";i:1647354307;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:48:"["Barbershop","Business","Discount","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:1;a:21:{s:4:"tmpl";i:1281;s:2:"id";i:22410;s:5:"title";s:32:"Fly-In | Discount | Hair Stylist";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg";s:12:"tmpl_created";i:1647354614;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Barbershop","Discount","Hair"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:2;a:21:{s:4:"tmpl";i:1285;s:2:"id";i:22440;s:5:"title";s:32:"Classic | Subscribe | Shoe Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg";s:12:"tmpl_created";i:1647418620;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:37:"["Ecommerce","Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:3;a:21:{s:4:"tmpl";i:1286;s:2:"id";i:22446;s:5:"title";s:37:"Full Screen | Subscribe | Denim Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg";s:12:"tmpl_created";i:1647419614;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:4;a:21:{s:4:"tmpl";i:1287;s:2:"id";i:22452;s:5:"title";s:37:"Fly-In | Subscribe | Pizza Restaurant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg";s:12:"tmpl_created";i:1647420733;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:19:"["Business","Food"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:5;a:21:{s:4:"tmpl";i:1288;s:2:"id";i:22458;s:5:"title";s:38:"Full Screen | Subscribe | Fashion Shop";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg";s:12:"tmpl_created";i:1647426379;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Ecommerce","Fashion","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:6;a:21:{s:4:"tmpl";i:1289;s:2:"id";i:22464;s:5:"title";s:32:"Fly-In | Contact | Makeup Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg";s:12:"tmpl_created";i:1647427026;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:7;a:21:{s:4:"tmpl";i:1290;s:2:"id";i:22470;s:5:"title";s:32:"Fly-In | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg";s:12:"tmpl_created";i:1647428250;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:8;a:21:{s:4:"tmpl";i:1291;s:2:"id";i:22480;s:5:"title";s:27:"Classic | CTA | MasterClass";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg";s:12:"tmpl_created";i:1647428474;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["cta","Magazine","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:9;a:21:{s:4:"tmpl";i:1292;s:2:"id";i:22489;s:5:"title";s:29:"Classic | CTA | Music Concert";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg";s:12:"tmpl_created";i:1647429738;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["cta","Landing Pages","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:10;a:21:{s:4:"tmpl";i:1293;s:2:"id";i:22495;s:5:"title";s:27:"Classic | CTA | Music Album";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg";s:12:"tmpl_created";i:1647430056;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Ba","Landing Pages","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:11;a:21:{s:4:"tmpl";i:1294;s:2:"id";i:22501;s:5:"title";s:37:"Fly-In | CTA | Photography Exhibition";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg";s:12:"tmpl_created";i:1647430512;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Photography","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:12;a:21:{s:4:"tmpl";i:1295;s:2:"id";i:22507;s:5:"title";s:34:"Classic | CTA | Clothing Shop Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg";s:12:"tmpl_created";i:1647430774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:13;a:21:{s:4:"tmpl";i:1296;s:2:"id";i:22486;s:5:"title";s:30:"Classic | CTA | Shop Promotion";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg";s:12:"tmpl_created";i:1647430951;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["cta","Magazine","Photography"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:14;a:21:{s:4:"tmpl";i:1297;s:2:"id";i:22516;s:5:"title";s:32:"Fly-In | CTA | Glasses Shop Sale";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg";s:12:"tmpl_created";i:1647431136;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:30:"["Business","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:15;a:21:{s:4:"tmpl";i:1298;s:2:"id";i:22522;s:5:"title";s:30:"Fly-In | Discount | Skate Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg";s:12:"tmpl_created";i:1647434058;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:16;a:21:{s:4:"tmpl";i:1299;s:2:"id";i:22532;s:5:"title";s:43:"Classic | Subscription | Basketball Academy";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg";s:12:"tmpl_created";i:1647434608;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Education","Marketing","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:17;a:21:{s:4:"tmpl";i:1300;s:2:"id";i:22543;s:5:"title";s:38:"Classic | Discount | Veterinary Clinic";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg";s:12:"tmpl_created";i:1647435581;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Discount","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:18;a:21:{s:4:"tmpl";i:1301;s:2:"id";i:22553;s:5:"title";s:39:"Classic | Contact | Business Consulting";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg";s:12:"tmpl_created";i:1647439935;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:19;a:21:{s:4:"tmpl";i:1302;s:2:"id";i:22562;s:5:"title";s:28:"Classic | Contact | Handyman";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg";s:12:"tmpl_created";i:1647440333;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:20;a:21:{s:4:"tmpl";i:1303;s:2:"id";i:22573;s:5:"title";s:40:"Classic | Discount | Online Fashion Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg";s:12:"tmpl_created";i:1647462549;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:21;a:21:{s:4:"tmpl";i:1304;s:2:"id";i:22583;s:5:"title";s:36:"Fly-In | Discount | Personal Trainer";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg";s:12:"tmpl_created";i:1647503781;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Sport","Training"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:22;a:21:{s:4:"tmpl";i:1305;s:2:"id";i:22592;s:5:"title";s:41:"Classic | Contact | Illustrator Portfolio";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg";s:12:"tmpl_created";i:1647504218;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:49:"["Contact","Creative Portfolio","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:23;a:21:{s:4:"tmpl";i:1306;s:2:"id";i:22602;s:5:"title";s:46:"Bottom Bar | Discount | Handmade Ceramics Shop";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg";s:12:"tmpl_created";i:1647507007;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:48:"["Business","cta","Ecommerce","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:24;a:21:{s:4:"tmpl";i:1307;s:2:"id";i:22612;s:5:"title";s:51:"Classic | Contact | Classic Car Restoration Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg";s:12:"tmpl_created";i:1647507310;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:25;a:21:{s:4:"tmpl";i:1308;s:2:"id";i:22621;s:5:"title";s:30:"Classic | Booking | Life Coach";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg";s:12:"tmpl_created";i:1647508596;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Booking","Business","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:26;a:21:{s:4:"tmpl";i:1309;s:2:"id";i:22632;s:5:"title";s:42:"Classic |  Subscription | Merchandise Shop";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg";s:12:"tmpl_created";i:1647509196;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Ecommerce","Marketing","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:27;a:21:{s:4:"tmpl";i:1310;s:2:"id";i:22643;s:5:"title";s:48:"Fly-In | Contact | Non-Governmental Organization";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg";s:12:"tmpl_created";i:1647509528;s:6:"author";s:9:"Elementor";s:3:"url";s:150:"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:28;a:21:{s:4:"tmpl";i:1311;s:2:"id";i:22654;s:5:"title";s:35:"Hello Bar | Contact | Family Doctor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg";s:12:"tmpl_created";i:1647509732;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Contact","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:29;a:21:{s:4:"tmpl";i:1312;s:2:"id";i:22663;s:5:"title";s:36:"Classic | Subscription | Sports Blog";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg";s:12:"tmpl_created";i:1647509908;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:30;a:21:{s:4:"tmpl";i:1313;s:2:"id";i:22673;s:5:"title";s:30:"Hello Bar | Booking | Event DJ";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg";s:12:"tmpl_created";i:1647510160;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Booking","Events","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:31;a:21:{s:4:"tmpl";i:1314;s:2:"id";i:22684;s:5:"title";s:36:"Fly-In | Discount | Cleaning Company";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg";s:12:"tmpl_created";i:1647510546;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Offer","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:32;a:21:{s:4:"tmpl";i:1315;s:2:"id";i:22693;s:5:"title";s:28:"Fly-In | Contact | Carpenter";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg";s:12:"tmpl_created";i:1647511972;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:33;a:21:{s:4:"tmpl";i:1316;s:2:"id";i:22703;s:5:"title";s:31:"Classic | Booking | Yoga Studio";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg";s:12:"tmpl_created";i:1647512209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Booking","Contact","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:34;a:21:{s:4:"tmpl";i:1317;s:2:"id";i:22714;s:5:"title";s:37:"Classic | Discount | Pet Care Company";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg";s:12:"tmpl_created";i:1647513031;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:35;a:21:{s:4:"tmpl";i:1318;s:2:"id";i:22725;s:5:"title";s:38:"Fly-In | Discount | Online Coffee Shop";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg";s:12:"tmpl_created";i:1647513325;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Food","Offer","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:36;a:21:{s:4:"tmpl";i:1319;s:2:"id";i:22737;s:5:"title";s:44:"Fly-In | CTA | Moving &#038; Storage Company";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg";s:12:"tmpl_created";i:1647520956;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:37;a:21:{s:4:"tmpl";i:1320;s:2:"id";i:22749;s:5:"title";s:47:"Classic | Contact | Industrial Design Portfolio";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg";s:12:"tmpl_created";i:1647528116;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:40:"["Contact","Interior Design","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:38;a:21:{s:4:"tmpl";i:1321;s:2:"id";i:22759;s:5:"title";s:25:"Classic | Contact | Drone";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg";s:12:"tmpl_created";i:1647528899;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:39;a:21:{s:4:"tmpl";i:1322;s:2:"id";i:22768;s:5:"title";s:46:"Full Screen | Menu | Fashion Stylist Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg";s:12:"tmpl_created";i:1647529434;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Fashion","Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:40;a:21:{s:4:"tmpl";i:1323;s:2:"id";i:22780;s:5:"title";s:31:"Fly-In | CTA | Landscape Design";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg";s:12:"tmpl_created";i:1647530337;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:41;a:21:{s:4:"tmpl";i:1324;s:2:"id";i:22790;s:5:"title";s:48:"Bottom Bar  | Contact | Architecture Photography";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg";s:12:"tmpl_created";i:1647532358;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:26:"["Architecture","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:42;a:21:{s:4:"tmpl";i:1325;s:2:"id";i:22800;s:5:"title";s:41:"Fly-In  | CTA | Speech-Language Therapist";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg";s:12:"tmpl_created";i:1647532720;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:25:"["cta","Psychotherapist"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:43;a:21:{s:4:"tmpl";i:1326;s:2:"id";i:22812;s:5:"title";s:35:"Full Screen | Verification | Winery";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg";s:12:"tmpl_created";i:1647761384;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:24:"["Alert","Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:44;a:21:{s:4:"tmpl";i:1327;s:2:"id";i:22822;s:5:"title";s:36:"Fly-In | Subscription | Nutritionist";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg";s:12:"tmpl_created";i:1647762620;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Food","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:45;a:21:{s:4:"tmpl";i:1328;s:2:"id";i:22833;s:5:"title";s:40:"Classic | Subscription | App &#038; SaaS";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg";s:12:"tmpl_created";i:1647762955;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:14:"["App","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:46;a:21:{s:4:"tmpl";i:1329;s:2:"id";i:22844;s:5:"title";s:41:"Bottom Bar | Discount | Handmade Cupcakes";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg";s:12:"tmpl_created";i:1647763350;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:21:"["Food","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:47;a:21:{s:4:"tmpl";i:1330;s:2:"id";i:22855;s:5:"title";s:40:"Bottom Bar | Subscription | Fashion Blog";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg";s:12:"tmpl_created";i:1647763907;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:30:"["Blog","Fashion","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:48;a:21:{s:4:"tmpl";i:1331;s:2:"id";i:22866;s:5:"title";s:28:"Fly-In | CTA | Private Tutor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg";s:12:"tmpl_created";i:1647764062;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:49;a:21:{s:4:"tmpl";i:1332;s:2:"id";i:22876;s:5:"title";s:30:"Classic | CTA | Tennis Academy";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg";s:12:"tmpl_created";i:1647765192;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:50;a:21:{s:4:"tmpl";i:1333;s:2:"id";i:22887;s:5:"title";s:31:"Fly-In | CTA | Shared Workspace";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg";s:12:"tmpl_created";i:1647765419;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Business","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:51;a:21:{s:4:"tmpl";i:1334;s:2:"id";i:22899;s:5:"title";s:30:"Bottom Bar | CTA | Art Gallery";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg";s:12:"tmpl_created";i:1647765652;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:13:"["Art","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:52;a:21:{s:4:"tmpl";i:1335;s:2:"id";i:22910;s:5:"title";s:44:"Fly-In | Subscription | Hiking Tours Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg";s:12:"tmpl_created";i:1647765835;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Subscribe","Travel","Trip"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:53;a:21:{s:4:"tmpl";i:1336;s:2:"id";i:22921;s:5:"title";s:26:"Classic | CTA | Music Band";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg";s:12:"tmpl_created";i:1647769462;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Marketing","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:54;a:21:{s:4:"tmpl";i:1337;s:2:"id";i:22935;s:5:"title";s:35:"Classic | CTA | Computer Technician";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg";s:12:"tmpl_created";i:1647769843;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:55;a:21:{s:4:"tmpl";i:1338;s:2:"id";i:22945;s:5:"title";s:37:"Classic | Discount | Delivery Company";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg";s:12:"tmpl_created";i:1647770834;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Discount","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:56;a:21:{s:4:"tmpl";i:1339;s:2:"id";i:22959;s:5:"title";s:29:"Classic | Discount | Eco Shop";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg";s:12:"tmpl_created";i:1647771211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:57;a:21:{s:4:"tmpl";i:1340;s:2:"id";i:22972;s:5:"title";s:54:"Fly-In | Subscription | Health &#038; Mindfulness Blog";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg";s:12:"tmpl_created";i:1647771461;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:21:"["Health","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:58;a:21:{s:4:"tmpl";i:1341;s:2:"id";i:22982;s:5:"title";s:31:"Full Screen | Menu | Art Museum";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg";s:12:"tmpl_created";i:1647771938;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:59;a:21:{s:4:"tmpl";i:1342;s:2:"id";i:22992;s:5:"title";s:40:"Classic | Discount | Urban Clothing Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg";s:12:"tmpl_created";i:1647773067;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Discount","Ecommerce","Fashion"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:60;a:21:{s:4:"tmpl";i:1343;s:2:"id";i:23004;s:5:"title";s:60:"Full Screen | Menu | Digital &#038; Technology Design School";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg";s:12:"tmpl_created";i:1647773366;s:6:"author";s:9:"Elementor";s:3:"url";s:155:"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:61;a:21:{s:4:"tmpl";i:1344;s:2:"id";i:23015;s:5:"title";s:62:"Bottom Bar | Contact | Digital &#038; Technology Design School";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg";s:12:"tmpl_created";i:1647773492;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:23:"["Contact","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:62;a:21:{s:4:"tmpl";i:1345;s:2:"id";i:23025;s:5:"title";s:32:"Full Screen | Menu | Flower Shop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg";s:12:"tmpl_created";i:1647773820;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:63;a:21:{s:4:"tmpl";i:1346;s:2:"id";i:23037;s:5:"title";s:36:"Classic | Subscription | Flower Shop";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg";s:12:"tmpl_created";i:1647773949;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:64;a:21:{s:4:"tmpl";i:1347;s:2:"id";i:23056;s:5:"title";s:48:"Classic | Discount | Health &#038; Fitness eBook";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg";s:12:"tmpl_created";i:1647774468;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:65;a:21:{s:4:"tmpl";i:1348;s:2:"id";i:23067;s:5:"title";s:37:"Fly-In | Menu | Baby Sleep Consultant";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg";s:12:"tmpl_created";i:1647778954;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:66;a:21:{s:4:"tmpl";i:1349;s:2:"id";i:23077;s:5:"title";s:46:"Classic | Subscription | Baby Sleep Consultant";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg";s:12:"tmpl_created";i:1647779074;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:12:"["Discount"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:67;a:21:{s:4:"tmpl";i:1350;s:2:"id";i:23090;s:5:"title";s:33:"Full Screen | Menu | Luxury Hotel";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg";s:12:"tmpl_created";i:1647779390;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:68;a:21:{s:4:"tmpl";i:1351;s:2:"id";i:23100;s:5:"title";s:31:"Fly-In | Booking | Luxury Hotel";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg";s:12:"tmpl_created";i:1647779500;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Booking","Travel"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:69;a:21:{s:4:"tmpl";i:1352;s:2:"id";i:23109;s:5:"title";s:38:"Full Screen | Menu | Design Conference";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg";s:12:"tmpl_created";i:1647779675;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:70;a:21:{s:4:"tmpl";i:1353;s:2:"id";i:23120;s:5:"title";s:41:"Full Screen | Booking | Design Conference";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg";s:12:"tmpl_created";i:1647779793;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Booking","Conference","Creative"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:71;a:21:{s:4:"tmpl";i:1354;s:2:"id";i:23129;s:5:"title";s:29:"Slide-In | Menu | VR Headsets";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg";s:12:"tmpl_created";i:1647781211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:72;a:21:{s:4:"tmpl";i:1355;s:2:"id";i:23139;s:5:"title";s:31:"Classic | Contact | VR Headsets";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg";s:12:"tmpl_created";i:1647781384;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:73;a:21:{s:4:"tmpl";i:1356;s:2:"id";i:23149;s:5:"title";s:38:"Slide-In | Menu | Portrait Photography";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg";s:12:"tmpl_created";i:1647782336;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:74;a:21:{s:4:"tmpl";i:1357;s:2:"id";i:23159;s:5:"title";s:47:"Hello Bar | Subscription | Portrait Photography";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg";s:12:"tmpl_created";i:1647782478;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Blog","Photography","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:75;a:21:{s:4:"tmpl";i:1358;s:2:"id";i:23169;s:5:"title";s:32:"Full Screen | Menu | English Pub";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg";s:12:"tmpl_created";i:1647782664;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:76;a:21:{s:4:"tmpl";i:1359;s:2:"id";i:23179;s:5:"title";s:32:"Classic | Discount | English Pub";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg";s:12:"tmpl_created";i:1647782796;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:77;a:21:{s:4:"tmpl";i:1360;s:2:"id";i:23189;s:5:"title";s:27:"Full Screen | Menu | Singer";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg";s:12:"tmpl_created";i:1647783070;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:29:"["Fullscreen","menu","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:78;a:21:{s:4:"tmpl";i:1361;s:2:"id";i:23200;s:5:"title";s:31:"Classic | Subscription | Singer";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg";s:12:"tmpl_created";i:1647783249;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Music","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:79;a:21:{s:4:"tmpl";i:1362;s:2:"id";i:23210;s:5:"title";s:38:"Full Screen | Menu | Virtual Assistant";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg";s:12:"tmpl_created";i:1647784292;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:80;a:21:{s:4:"tmpl";i:1363;s:2:"id";i:23223;s:5:"title";s:39:"Hello Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg";s:12:"tmpl_created";i:1647784616;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:37:"["Contact","Psychologist","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:81;a:21:{s:4:"tmpl";i:1364;s:2:"id";i:23234;s:5:"title";s:32:"Slide-In  | Menu | Personal Chef";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg";s:12:"tmpl_created";i:1647798194;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:82;a:21:{s:4:"tmpl";i:1365;s:2:"id";i:23244;s:5:"title";s:29:"Classic | CTA | Personal Chef";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg";s:12:"tmpl_created";i:1647798297;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Booking","Chef","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:83;a:21:{s:4:"tmpl";i:1366;s:2:"id";i:23254;s:5:"title";s:31:"Full Screen | Menu | Food Truck";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg";s:12:"tmpl_created";i:1647798447;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:84;a:21:{s:4:"tmpl";i:1367;s:2:"id";i:23265;s:5:"title";s:30:"Fly-In | Discount | Food Truck";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg";s:12:"tmpl_created";i:1647798657;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:85;a:21:{s:4:"tmpl";i:1369;s:2:"id";i:23323;s:5:"title";s:28:"Classic | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg";s:12:"tmpl_created";i:1647855505;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:86;a:21:{s:4:"tmpl";i:1370;s:2:"id";i:23329;s:5:"title";s:29:"Slide-In | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg";s:12:"tmpl_created";i:1647855865;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:87;a:21:{s:4:"tmpl";i:1371;s:2:"id";i:23335;s:5:"title";s:31:"Slide-In | CTA | Black Friday 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg";s:12:"tmpl_created";i:1647856357;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:88;a:21:{s:4:"tmpl";i:1372;s:2:"id";i:23341;s:5:"title";s:30:"Classic | CTA | Black Friday 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg";s:12:"tmpl_created";i:1647856493;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:89;a:21:{s:4:"tmpl";i:1373;s:2:"id";i:23347;s:5:"title";s:30:"Classic | CTA | Black Friday 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg";s:12:"tmpl_created";i:1647856891;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:90;a:21:{s:4:"tmpl";i:1374;s:2:"id";i:23354;s:5:"title";s:30:"Classic | CTA | Black Friday 4";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg";s:12:"tmpl_created";i:1647856996;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:91;a:21:{s:4:"tmpl";i:1375;s:2:"id";i:23394;s:5:"title";s:27:"Classic | CTA | Halloween 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg";s:12:"tmpl_created";i:1647857351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:31:"["cta","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:92;a:21:{s:4:"tmpl";i:1376;s:2:"id";i:23401;s:5:"title";s:33:"Slide-In | Discount | Halloween 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg";s:12:"tmpl_created";i:1647857567;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:93;a:21:{s:4:"tmpl";i:1377;s:2:"id";i:23407;s:5:"title";s:33:"Slide-In | Discount | Halloween 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg";s:12:"tmpl_created";i:1647857814;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:94;a:21:{s:4:"tmpl";i:1378;s:2:"id";i:23416;s:5:"title";s:31:"Fly-In | Discount | Halloween 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg";s:12:"tmpl_created";i:1647858024;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:44:"["Discount","Ecommerce","Halloween","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:95;a:21:{s:4:"tmpl";i:1379;s:2:"id";i:23422;s:5:"title";s:36:"Classic | Subscription | Halloween 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg";s:12:"tmpl_created";i:1647858246;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:48:"["Discount","Ecommerce","Halloween","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:96;a:21:{s:4:"tmpl";i:1380;s:2:"id";i:23471;s:5:"title";s:28:"Slide-In | CTA | Christmas 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg";s:12:"tmpl_created";i:1647859193;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:97;a:21:{s:4:"tmpl";i:1381;s:2:"id";i:23477;s:5:"title";s:28:"Slide-In | CTA | Christmas 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg";s:12:"tmpl_created";i:1647859838;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:98;a:21:{s:4:"tmpl";i:1382;s:2:"id";i:23483;s:5:"title";s:26:"Fly-In | CTA | Christmas 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg";s:12:"tmpl_created";i:1647860157;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:99;a:21:{s:4:"tmpl";i:1383;s:2:"id";i:23489;s:5:"title";s:33:"Slide-In | Discount | Christmas 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg";s:12:"tmpl_created";i:1647860302;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:100;a:21:{s:4:"tmpl";i:1384;s:2:"id";i:23496;s:5:"title";s:32:"Classic | Discount | Christmas 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg";s:12:"tmpl_created";i:1647860454;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Christmas","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:101;a:21:{s:4:"tmpl";i:1385;s:2:"id";i:23523;s:5:"title";s:30:"Classic | CTA | Valentines Day";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg";s:12:"tmpl_created";i:1647860912;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:102;a:21:{s:4:"tmpl";i:1386;s:2:"id";i:23529;s:5:"title";s:39:"Hello Bar | Discount | Valentines Day 2";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg";s:12:"tmpl_created";i:1647861064;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:30:"["Discount","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:103;a:21:{s:4:"tmpl";i:1387;s:2:"id";i:23536;s:5:"title";s:32:"Classic | CTA | Valentines Day 3";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg";s:12:"tmpl_created";i:1647861536;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:104;a:21:{s:4:"tmpl";i:1388;s:2:"id";i:23586;s:5:"title";s:51:"Fly-In | Subscribe | Health &#038; Wellness Company";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg";s:12:"tmpl_created";i:1647862008;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["Business","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:105;a:21:{s:4:"tmpl";i:1389;s:2:"id";i:23592;s:5:"title";s:34:"Classic | Subscribe | Tech Company";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647866706;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:106;a:21:{s:4:"tmpl";i:1390;s:2:"id";i:23598;s:5:"title";s:36:"Classic | Contact Us | Fight Classes";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg";s:12:"tmpl_created";i:1647866869;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:107;a:21:{s:4:"tmpl";i:1391;s:2:"id";i:23611;s:5:"title";s:31:"Classic | CTA | Mochi Shop Sale";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg";s:12:"tmpl_created";i:1647867750;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["cta","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:108;a:21:{s:4:"tmpl";i:1392;s:2:"id";i:23618;s:5:"title";s:28:"Classic | CTA | Fashion Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg";s:12:"tmpl_created";i:1647868251;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:109;a:21:{s:4:"tmpl";i:1393;s:2:"id";i:23624;s:5:"title";s:29:"Fly-In | Login | Tech Company";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647868704;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:110;a:21:{s:4:"tmpl";i:1394;s:2:"id";i:23630;s:5:"title";s:36:"Fly-In | Verification | Liquor Store";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg";s:12:"tmpl_created";i:1647870308;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:111;a:21:{s:4:"tmpl";i:1395;s:2:"id";i:23636;s:5:"title";s:39:"Hello Bar | Subscribe | Online Magazine";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg";s:12:"tmpl_created";i:1647870465;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:112;a:21:{s:4:"tmpl";i:1396;s:2:"id";i:23642;s:5:"title";s:27:"Fly-In | Login | Health Spa";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg";s:12:"tmpl_created";i:1647872427;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Login","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:113;a:21:{s:4:"tmpl";i:1397;s:2:"id";i:23648;s:5:"title";s:33:"Fly-In | Verification | Wine Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg";s:12:"tmpl_created";i:1647872627;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:114;a:21:{s:4:"tmpl";i:1421;s:2:"id";i:24235;s:5:"title";s:24:"Ladydog Club &#8211; NFT";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg";s:12:"tmpl_created";i:1651525072;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:115;a:21:{s:4:"tmpl";i:1422;s:2:"id";i:24166;s:5:"title";s:15:"Dot &#8211; NFT";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg";s:12:"tmpl_created";i:1651525117;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:116;a:21:{s:4:"tmpl";i:1423;s:2:"id";i:24191;s:5:"title";s:28:"Cosmic Neighbors &#8211; NFT";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg";s:12:"tmpl_created";i:1651525124;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:117;a:21:{s:4:"tmpl";i:1424;s:2:"id";i:24255;s:5:"title";s:30:"Happy Food Friends &#8211; NFT";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg";s:12:"tmpl_created";i:1651525475;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:118;a:21:{s:4:"tmpl";i:1443;s:2:"id";i:24599;s:5:"title";s:27:"Wireframe &#8211; Courses 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg";s:12:"tmpl_created";i:1653989626;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:180:"["About","Academy","Booking","Business","Course Online","Features","Footer","Landing Pages","Online Service","Professional","School","Services","Subscribe","Teacher","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:119;a:21:{s:4:"tmpl";i:1444;s:2:"id";i:24614;s:5:"title";s:28:"Wireframe &#8211; Services 1";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg";s:12:"tmpl_created";i:1653990084;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:139:"["About","Business","Contact","Features","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:120;a:21:{s:4:"tmpl";i:1445;s:2:"id";i:24629;s:5:"title";s:28:"Wireframe &#8211; Services 2";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg";s:12:"tmpl_created";i:1653990132;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:123:"["About","Business","Contact","Features","Footer","Form","Gallery","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:121;a:21:{s:4:"tmpl";i:1446;s:2:"id";i:24644;s:5:"title";s:27:"Wireframe &#8211; Webinar 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg";s:12:"tmpl_created";i:1653990164;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:177:"["About","Academy","Booking","Conference","Course Online","Education","Features","Footer","Form","Landing Pages","Online Event","Online Service","Subscribe","Virtual","Webinar"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:122;a:21:{s:4:"tmpl";i:1447;s:2:"id";i:24655;s:5:"title";s:28:"Wireframe &#8211; Services 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg";s:12:"tmpl_created";i:1653990198;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:143:"["About","Agency","Business","Contact","Footer","Form","Gallery","Landing Pages","Portfolio","Professional","Project","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:123;a:21:{s:4:"tmpl";i:1448;s:2:"id";i:24677;s:5:"title";s:28:"Wireframe &#8211; Services 4";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg";s:12:"tmpl_created";i:1653990233;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:102:"["About","Business","Contact","Footer","Form","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:124;a:21:{s:4:"tmpl";i:1449;s:2:"id";i:24687;s:5:"title";s:28:"Wireframe &#8211; Products 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg";s:12:"tmpl_created";i:1653990273;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:128:"["About","Booking","Business","Clients","Ecommerce","Features","Footer","Landing Pages","Products","Sales","Shop","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:125;a:21:{s:4:"tmpl";i:1450;s:2:"id";i:24706;s:5:"title";s:28:"Wireframe &#8211; Services 5";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg";s:12:"tmpl_created";i:1653990322;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:149:"["About","Booking","Consulting","Contact","Doctor","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:126;a:21:{s:4:"tmpl";i:1451;s:2:"id";i:23604;s:5:"title";s:38:"Classic | Subscribe | Nail Polish Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg";s:12:"tmpl_created";i:1660205114;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:127;a:21:{s:4:"tmpl";i:1452;s:2:"id";i:23047;s:5:"title";s:46:"Fly-In | Contact | Health &#038; Fitness eBook";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg";s:12:"tmpl_created";i:1660205149;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Contact","Ebook","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:128;a:21:{s:4:"tmpl";i:1199;s:2:"id";i:18839;s:5:"title";s:27:"Hello Bar | CTA | eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png";s:12:"tmpl_created";i:1621870603;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:41:"["Ecommerce","Online Shop","Sale","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:129;a:21:{s:4:"tmpl";i:1247;s:2:"id";i:21907;s:5:"title";s:50:"Fly-In | Team Details  | Electronic Music Festival";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg";s:12:"tmpl_created";i:1646660881;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:130;a:21:{s:4:"tmpl";i:1253;s:2:"id";i:22162;s:5:"title";s:46:"Full Screen | Menu | Electronic Music Festival";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg";s:12:"tmpl_created";i:1647272934;s:6:"author";s:9:"Elementor";s:3:"url";s:154:"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:131;a:21:{s:4:"tmpl";i:1254;s:2:"id";i:22172;s:5:"title";s:45:"Classic | Discount | Health &#038; Beauty Spa";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg";s:12:"tmpl_created";i:1647273547;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:36:"["Hair","Health","Sales","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:132;a:21:{s:4:"tmpl";i:1255;s:2:"id";i:22183;s:5:"title";s:44:"Hello Bar | CTA | Environmental Organization";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg";s:12:"tmpl_created";i:1647274384;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:133;a:21:{s:4:"tmpl";i:1256;s:2:"id";i:22195;s:5:"title";s:39:"Classic | Discount | Italian Restaurant";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg";s:12:"tmpl_created";i:1647329432;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Restaurant","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:134;a:21:{s:4:"tmpl";i:1257;s:2:"id";i:22210;s:5:"title";s:45:"Bottom Bar | Discount | Technology Conference";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg";s:12:"tmpl_created";i:1647330423;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:38:"["Conference","Sales","Save the Date"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:135;a:21:{s:4:"tmpl";i:1258;s:2:"id";i:22221;s:5:"title";s:32:"Hello Bar | Menu | Tattoo Studio";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg";s:12:"tmpl_created";i:1647330705;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:17:"["Header","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:136;a:21:{s:4:"tmpl";i:1259;s:2:"id";i:22231;s:5:"title";s:37:"Full Screen | Booking | Tattoo Studio";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg";s:12:"tmpl_created";i:1647331823;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:137;a:21:{s:4:"tmpl";i:1260;s:2:"id";i:22251;s:5:"title";s:34:"Classic | Discount | Dental Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg";s:12:"tmpl_created";i:1647332171;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Health","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:138;a:21:{s:4:"tmpl";i:1261;s:2:"id";i:22261;s:5:"title";s:34:"Slide-In | Contact | Makeup Artist";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg";s:12:"tmpl_created";i:1647333946;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:139;a:21:{s:4:"tmpl";i:1262;s:2:"id";i:22271;s:5:"title";s:24:"Fly-In | CTA | Headphone";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg";s:12:"tmpl_created";i:1647334784;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:41:"["cta","Ecommerce","Marketing","Product"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:140;a:21:{s:4:"tmpl";i:1263;s:2:"id";i:22277;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg";s:12:"tmpl_created";i:1647337110;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Course Online","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:141;a:21:{s:4:"tmpl";i:1264;s:2:"id";i:22283;s:5:"title";s:40:"Bottom Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg";s:12:"tmpl_created";i:1647337517;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:142;a:21:{s:4:"tmpl";i:1265;s:2:"id";i:22289;s:5:"title";s:32:"Fly-In | Contact | Private Tutor";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg";s:12:"tmpl_created";i:1647337676;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:27:"["Contact","Course Online"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:143;a:21:{s:4:"tmpl";i:1266;s:2:"id";i:22295;s:5:"title";s:31:"Classic |  Login | Login Travel";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg";s:12:"tmpl_created";i:1647339467;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:144;a:21:{s:4:"tmpl";i:1267;s:2:"id";i:22301;s:5:"title";s:36:"Full Screen | Login | Login Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg";s:12:"tmpl_created";i:1647339782;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:16:"["Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:145;a:21:{s:4:"tmpl";i:1268;s:2:"id";i:22307;s:5:"title";s:28:"Classic | Login | Login Blog";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg";s:12:"tmpl_created";i:1647339986;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:146;a:21:{s:4:"tmpl";i:1269;s:2:"id";i:22313;s:5:"title";s:31:"Classic | Login | Login Fashion";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg";s:12:"tmpl_created";i:1647340204;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Fashion","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:147;a:21:{s:4:"tmpl";i:1270;s:2:"id";i:22319;s:5:"title";s:40:"Classic |  Login | Login Design Platform";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg";s:12:"tmpl_created";i:1647340531;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Design","Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:148;a:21:{s:4:"tmpl";i:1271;s:2:"id";i:22325;s:5:"title";s:36:"Fly-In | Contact | Digital Marketing";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg";s:12:"tmpl_created";i:1647340770;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:51:"["Business","Contact","Digital Agency","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:149;a:21:{s:4:"tmpl";i:1272;s:2:"id";i:22331;s:5:"title";s:36:"Fly-In | CTA | Dog Cat Food Delivery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg";s:12:"tmpl_created";i:1647341069;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Delivery Service","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:150;a:21:{s:4:"tmpl";i:1273;s:2:"id";i:22337;s:5:"title";s:37:"Full Screen | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg";s:12:"tmpl_created";i:1647341370;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:151;a:21:{s:4:"tmpl";i:1274;s:2:"id";i:22343;s:5:"title";s:44:"Classic | Contact | Support Product Platform";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg";s:12:"tmpl_created";i:1647341972;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Contact","Support"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:152;a:21:{s:4:"tmpl";i:1275;s:2:"id";i:22371;s:5:"title";s:38:"Full Screen | Contact | Small Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg";s:12:"tmpl_created";i:1647342508;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:40:"["Business","Contact","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:153;a:21:{s:4:"tmpl";i:1276;s:2:"id";i:22377;s:5:"title";s:31:"Classic | Contact | Online Shop";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg";s:12:"tmpl_created";i:1647352786;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:154;a:21:{s:4:"tmpl";i:1277;s:2:"id";i:22383;s:5:"title";s:40:"Classic | Booking | Children Optometrist";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg";s:12:"tmpl_created";i:1647352963;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:53:"["Booking","Business","Contact","Education","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:155;a:21:{s:4:"tmpl";i:1278;s:2:"id";i:22389;s:5:"title";s:28:"Fly-In | Contact | Open Week";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg";s:12:"tmpl_created";i:1647353281;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:34:"["Business","Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:156;a:21:{s:4:"tmpl";i:1279;s:2:"id";i:22397;s:5:"title";s:43:"Full Screen | CTA | Plant Pots Online Store";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg";s:12:"tmpl_created";i:1647353429;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:33:"["Ecommerce","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:157;a:21:{s:4:"tmpl";i:1054;s:2:"id";i:15414;s:5:"title";s:32:"Classic | Contact | Dance Studio";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg";s:12:"tmpl_created";i:1603180596;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:762;s:11:"trend_index";i:650;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:158;a:21:{s:4:"tmpl";i:1398;s:2:"id";i:23687;s:5:"title";s:32:"Pizza Promotion &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg";s:12:"tmpl_created";i:1649670575;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:92:"["Business","Cooking","Delivery","Discount","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:159;a:21:{s:4:"tmpl";i:1400;s:2:"id";i:23751;s:5:"title";s:33:"Baby Sleep Webinar &#8211; Events";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg";s:12:"tmpl_created";i:1649676065;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:227:"["Baby","Booking","Business","Children","Course Online","Education","Events","Health","Landing Pages","Life Coach","Lifestyle","Online Event","Online Service","Parenting","Professional","Remote","Services","Training","Webinar"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:160;a:21:{s:4:"tmpl";i:1401;s:2:"id";i:23776;s:5:"title";s:34:"Ski Hotel Promotion &#8211; Travel";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg";s:12:"tmpl_created";i:1649691720;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Travel";s:4:"tags";s:118:"["Accommodation","Booking","Discount. Landing Pages","Lifestyle","Luxury","Services","Spa","Travel","Trip","Vacation"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:161;a:21:{s:4:"tmpl";i:1402;s:2:"id";i:23804;s:5:"title";s:30:"Cake Delivery &#8211; Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg";s:12:"tmpl_created";i:1649692909;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:101:"["Bakery","Business","Cake","Cooking","Delivery","Discount","Food","Landing Pages","Products","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:162;a:21:{s:4:"tmpl";i:1403;s:2:"id";i:23832;s:5:"title";s:32:"Furniture Store &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg";s:12:"tmpl_created";i:1649694812;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:232:"["Architecture","Art","Business","Construction","Coupon","Creative","Decor","Designer","Discount","Fashion","Furniture Design","Home","House","Interior Design","Landing Pages","Lifestyle","Products","Professional","Services","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:163;a:21:{s:4:"tmpl";i:1404;s:2:"id";i:23746;s:5:"title";s:22:"Nails &#8211; Business";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg";s:12:"tmpl_created";i:1649704635;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:173:"["Art","Beauty","Business","Colorful","Cosmetics","Creative","Design","Discount","Fashion","Girly","Landing Pages","Lifestyle","Manicure","Modern","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:164;a:21:{s:4:"tmpl";i:1405;s:2:"id";i:23846;s:5:"title";s:29:"Music Festival &#8211; Events";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg";s:12:"tmpl_created";i:1649707763;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:128:"["Author","Booking","Business","Creative","Discount","Events","Landing Pages","Music","Online","Online Event","Party","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:165;a:21:{s:4:"tmpl";i:1406;s:2:"id";i:23872;s:5:"title";s:40:"Fashion Styling Course &#8211; Education";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg";s:12:"tmpl_created";i:1649708569;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:173:"["Aesthetic","Art","Beauty","Business","Course Online","Creative","Discount","Education","Fashion","Landing Pages","Lifestyle","Online","Online Service","Stylist","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:166;a:21:{s:4:"tmpl";i:1407;s:2:"id";i:23897;s:5:"title";s:33:"Bags Online Shop &#8211; Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg";s:12:"tmpl_created";i:1649709513;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:170:"["Art","Bag","Business","Creative","Design","Discount","Fashion","Landing Pages","Lifestyle","Luxury","Modern","Online","Online Shop","Products","Sales","Shop","Stylist"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:167;a:21:{s:4:"tmpl";i:1408;s:2:"id";i:23932;s:5:"title";s:32:"Cooking Academy &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg";s:12:"tmpl_created";i:1649710216;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:145:"["Academy","Booking","Business","Chef","Cooking","Education","Food","Free Trial","Landing Pages","Professional","School","Teacher","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:168;a:21:{s:4:"tmpl";i:1409;s:2:"id";i:23970;s:5:"title";s:45:"Ophthalmology Medical Clinic &#8211; Business";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg";s:12:"tmpl_created";i:1649711096;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:165:"["About","Business","Care","Consulting","Eye","Free Trial","Glasses","Health","Landing Pages","Lifestyle","Medical","Modern","Optometrist","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:169;a:21:{s:4:"tmpl";i:1425;s:2:"id";i:24331;s:5:"title";s:24:"Wireframe &#8211; Home 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg";s:12:"tmpl_created";i:1653988363;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:170;a:21:{s:4:"tmpl";i:1218;s:2:"id";i:20792;s:5:"title";s:26:"Luxury Car &#8211; Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg";s:12:"tmpl_created";i:1636903770;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"Product";s:4:"tags";s:54:"["car","Ecommerce","Landing Pages","Luxury","Product"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:171;a:21:{s:4:"tmpl";i:1428;s:2:"id";i:24398;s:5:"title";s:25:"Wireframe &#8211; About 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg";s:12:"tmpl_created";i:1653988534;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:83:"["About","Business","Contact","Features","Footer","Professional","Services","Team"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:172;a:21:{s:4:"tmpl";i:991;s:2:"id";i:13413;s:5:"title";s:33:"Classic | Contact | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg";s:12:"tmpl_created";i:1587474761;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:530;s:11:"trend_index";i:369;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:173;a:21:{s:4:"tmpl";i:1053;s:2:"id";i:15272;s:5:"title";s:32:"Classic | Contact | Psychologist";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png";s:12:"tmpl_created";i:1600170487;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:578;s:11:"trend_index";i:312;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:174;a:21:{s:4:"tmpl";i:899;s:2:"id";i:11839;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";i:1569430015;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:189;s:11:"trend_index";i:20;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:175;a:21:{s:4:"tmpl";i:1433;s:2:"id";i:24477;s:5:"title";s:27:"Wireframe &#8211; Gallery 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg";s:12:"tmpl_created";i:1653988835;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:176;a:21:{s:4:"tmpl";i:1205;s:2:"id";i:20233;s:5:"title";s:32:"Art Magazine &#8211; Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1633881371;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:177;a:21:{s:4:"tmpl";i:1214;s:2:"id";i:20539;s:5:"title";s:31:"Design Blog &#8211; Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1634022706;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:178;a:21:{s:4:"tmpl";i:1224;s:2:"id";i:21013;s:5:"title";s:24:"Restaurant &#8211; About";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg";s:12:"tmpl_created";i:1638795588;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:36:"["About","Chef","Food","Restaurant"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:179;a:21:{s:4:"tmpl";i:992;s:2:"id";i:13402;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg";s:12:"tmpl_created";i:1587474772;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:619;s:11:"trend_index";i:582;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:180;a:21:{s:4:"tmpl";i:1206;s:2:"id";i:20254;s:5:"title";s:41:"Digital Marketing Agency &#8211; Business";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg";s:12:"tmpl_created";i:1633882427;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:65:"["Agency","Business","Digital Agency","Landing Pages","Services"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:181;a:21:{s:4:"tmpl";i:1235;s:2:"id";i:21281;s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg";s:12:"tmpl_created";i:1638819128;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Consulting","Law","Law Firm","Services","Testimonial"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:182;a:21:{s:4:"tmpl";i:1017;s:2:"id";i:14111;s:5:"title";s:36:"Classic | Japanese restaurant | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1592300400;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:717;s:11:"trend_index";i:697;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:183;a:21:{s:4:"tmpl";i:1213;s:2:"id";i:20509;s:5:"title";s:40:"Dogs Adoption &#8211; Social Involvement";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg";s:12:"tmpl_created";i:1634022353;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:49:"["Adoption","Involvement","Landing Pages","Pets"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:184;a:21:{s:4:"tmpl";i:1233;s:2:"id";i:21205;s:5:"title";s:29:"Photographer &#8211; Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg";s:12:"tmpl_created";i:1638818372;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Black and white","Photography","Project"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:185;a:21:{s:4:"tmpl";i:993;s:2:"id";i:13422;s:5:"title";s:30:"Classic | Menu | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg";s:12:"tmpl_created";i:1587474782;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:516;s:11:"trend_index";i:432;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:186;a:21:{s:4:"tmpl";i:925;s:2:"id";i:12540;s:5:"title";s:33:"Classic | Menu | Travel and tours";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png";s:12:"tmpl_created";i:1575960267;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:690;s:11:"trend_index";i:714;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:187;a:21:{s:4:"tmpl";i:1208;s:2:"id";i:20361;s:5:"title";s:51:"Exercise &#038; Fitness Equipment &#8211; eCommerce";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg";s:12:"tmpl_created";i:1633883766;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Fitness","Health","Landing Pages","Online Shop"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:188;a:21:{s:4:"tmpl";i:1239;s:2:"id";i:21373;s:5:"title";s:28:"Photographer &#8211; Gallery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg";s:12:"tmpl_created";i:1638821177;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Gallery","Photography","Portfolio","Project","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:189;a:21:{s:4:"tmpl";i:1426;s:2:"id";i:24348;s:5:"title";s:24:"Wireframe &#8211; Home 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg";s:12:"tmpl_created";i:1653988444;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:190;a:21:{s:4:"tmpl";i:958;s:2:"id";i:13129;s:5:"title";s:28:"Classic | Menu | Photography";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png";s:12:"tmpl_created";i:1582092645;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:646;s:11:"trend_index";i:521;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:191;a:21:{s:4:"tmpl";i:1427;s:2:"id";i:24366;s:5:"title";s:24:"Wireframe &#8211; Home 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg";s:12:"tmpl_created";i:1653988491;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:192;a:21:{s:4:"tmpl";i:1207;s:2:"id";i:20299;s:5:"title";s:51:"Interior Design Consultation &#8211; Online Service";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg";s:12:"tmpl_created";i:1633882989;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:65:"["Consulting","Interior Design","Landing Pages","Online Service"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:193;a:21:{s:4:"tmpl";i:952;s:2:"id";i:12726;s:5:"title";s:52:"Classic | Newsletter | Subscribe | Magazine and Blog";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png";s:12:"tmpl_created";i:1579061019;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:357;s:11:"trend_index";i:281;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:194;a:21:{s:4:"tmpl";i:883;s:2:"id";i:11468;s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";i:1567393182;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:10;s:16:"popularity_index";i:696;s:11:"trend_index";i:740;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:195;a:21:{s:4:"tmpl";i:1216;s:2:"id";i:20623;s:5:"title";s:57:"Luxurious Camping Accommodation For Events &#8211; Events";s:9:"thumbnail";s:113:"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg";s:12:"tmpl_created";i:1634041681;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:43:"["Event","Events","Landing Pages","Travel"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:196;a:21:{s:4:"tmpl";i:1219;s:2:"id";i:20886;s:5:"title";s:28:"Online Training &#8211; Home";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg";s:12:"tmpl_created";i:1638784769;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Fitness","Online","Sport","Training"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:197;a:21:{s:4:"tmpl";i:1065;s:2:"id";i:15570;s:5:"title";s:33:"Classic | Subscribe | Travel Blog";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg";s:12:"tmpl_created";i:1606215555;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:709;s:11:"trend_index";i:459;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:198;a:21:{s:4:"tmpl";i:1431;s:2:"id";i:24437;s:5:"title";s:25:"Wireframe &#8211; About 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg";s:12:"tmpl_created";i:1653988733;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["About","Business","Contact","Features","Footer","Header","Professional"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:199;a:21:{s:4:"tmpl";i:1210;s:2:"id";i:20414;s:5:"title";s:45:"Online English Courses &#8211; Online Service";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg";s:12:"tmpl_created";i:1633884482;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Course Online","Landing Pages","Online Service"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:200;a:21:{s:4:"tmpl";i:1132;s:2:"id";i:16553;s:5:"title";s:31:"Fly-In | Contact | Beauty Salon";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg";s:12:"tmpl_created";i:1608622602;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:691;s:11:"trend_index";i:428;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:201;a:21:{s:4:"tmpl";i:1441;s:2:"id";i:24574;s:5:"title";s:27:"Wireframe &#8211; Contact 5";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg";s:12:"tmpl_created";i:1653989135;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Business","Contact","Footer","Form","Google Maps","Header","Professional","Subscribe"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:202;a:21:{s:4:"tmpl";i:1217;s:2:"id";i:20333;s:5:"title";s:40:"Plant Pots Online Shop &#8211; eCommerce";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg";s:12:"tmpl_created";i:1634042184;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Ecommerce","Landing Pages","Online Shop","Shop"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:203;a:21:{s:4:"tmpl";i:1211;s:2:"id";i:20447;s:5:"title";s:33:"Shared Workspace &#8211; Business";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg";s:12:"tmpl_created";i:1633884934;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:28:"["Business","Landing Pages"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:204;a:21:{s:4:"tmpl";i:1237;s:2:"id";i:21313;s:5:"title";s:34:"Spa &#038; Beauty &#8211; Services";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg";s:12:"tmpl_created";i:1638819709;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:55:"["Beauty","Hair","Health","Services","Spa","Treatment"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:205;a:21:{s:4:"tmpl";i:1004;s:2:"id";i:13538;s:5:"title";s:32:"Fly-In | Newsletter | Barbershop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1589893364;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:710;s:11:"trend_index";i:667;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:206;a:21:{s:4:"tmpl";i:924;s:2:"id";i:12550;s:5:"title";s:32:"Fly-in | Sale | Travel and Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png";s:12:"tmpl_created";i:1575960263;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:754;s:11:"trend_index";i:791;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:207;a:21:{s:4:"tmpl";i:1212;s:2:"id";i:20479;s:5:"title";s:49:"Teeth Straightening &#8211; Health &#038; Fitness";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg";s:12:"tmpl_created";i:1633886115;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:46:"["Business","Dental","Health","Landing Pages"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:208;a:21:{s:4:"tmpl";i:1234;s:2:"id";i:21234;s:5:"title";s:34:"Insurance Company &#8211; Services";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg";s:12:"tmpl_created";i:1638818688;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Faq","Form","Insurance","Services","Testimonial"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:209;a:21:{s:4:"tmpl";i:1035;s:2:"id";i:15062;s:5:"title";s:35:"Fly-In | Sign up | Flooring Company";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png";s:12:"tmpl_created";i:1597739629;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:625;s:11:"trend_index";i:309;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:210;a:21:{s:4:"tmpl";i:1209;s:2:"id";i:20394;s:5:"title";s:30:"Time Management &#8211; Events";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg";s:12:"tmpl_created";i:1633884077;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:17:"["Landing Pages"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:211;a:21:{s:4:"tmpl";i:1229;s:2:"id";i:21118;s:5:"title";s:28:"Contact &#8211; Plants Store";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg";s:12:"tmpl_created";i:1638802472;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:40:"["Contact","Info","Plant","Testimonial"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:212;a:21:{s:4:"tmpl";i:893;s:2:"id";i:11822;s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";i:1569429896;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";i:16;s:16:"popularity_index";i:654;s:11:"trend_index";i:626;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:213;a:21:{s:4:"tmpl";i:1203;s:2:"id";i:18591;s:5:"title";s:28:"Coffee Sale &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png";s:12:"tmpl_created";i:1633877319;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:33:"["Coffee","Landing Pages","Sale"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:214;a:21:{s:4:"tmpl";i:1231;s:2:"id";i:21184;s:5:"title";s:28:"Dental Care &#8211; Services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg";s:12:"tmpl_created";i:1638807148;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Dental","Medical","Services","Testimonial"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:215;a:21:{s:4:"tmpl";i:1064;s:2:"id";i:15580;s:5:"title";s:31:"Fullscreen | Menu | Travel Blog";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg";s:12:"tmpl_created";i:1606215358;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:673;s:11:"trend_index";i:348;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:216;a:21:{s:4:"tmpl";i:1133;s:2:"id";i:16645;s:5:"title";s:28:"Headphones &#8211; eCommerce";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png";s:12:"tmpl_created";i:1609944115;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:39:"["Ecommerce","Landing Pages","Product"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:633;s:11:"trend_index";i:87;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:217;a:21:{s:4:"tmpl";i:1442;s:2:"id";i:24584;s:5:"title";s:27:"Wireframe &#8211; Pricing 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg";s:12:"tmpl_created";i:1653989152;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["Booking","Business","Clients","Contact","Faq","Features","Footer","Online Service","Pricing","Products","Professional","Services","Testimonial"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:218;a:21:{s:4:"tmpl";i:1138;s:2:"id";i:16762;s:5:"title";s:25:"Conference &#8211; Events";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png";s:12:"tmpl_created";i:1610455119;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:60:"["Conference","Convention","Event","Events","Landing Pages"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:705;s:11:"trend_index";i:216;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:219;a:21:{s:4:"tmpl";i:1438;s:2:"id";i:24539;s:5:"title";s:27:"Wireframe &#8211; Contact 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg";s:12:"tmpl_created";i:1653989019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["Business","Contact","Footer","Google Maps","Header","Professional"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:220;a:21:{s:4:"tmpl";i:981;s:2:"id";i:13281;s:5:"title";s:37:"Hello Bar | Contact | Interior Design";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png";s:12:"tmpl_created";i:1586148801;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:19:"["Interior Design"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:763;s:11:"trend_index";i:679;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:221;a:21:{s:4:"tmpl";i:1052;s:2:"id";i:15259;s:5:"title";s:31:"Hello Bar | Menu | Psychologist";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png";s:12:"tmpl_created";i:1600170209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:739;s:11:"trend_index";i:583;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:222;a:21:{s:4:"tmpl";i:1434;s:2:"id";i:24494;s:5:"title";s:28:"Wireframe &#8211; Services 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg";s:12:"tmpl_created";i:1653988874;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Business","Faq","Footer","Professional","Services"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:223;a:21:{s:4:"tmpl";i:1194;s:2:"id";i:18701;s:5:"title";s:32:"Digital Course &#8211; eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg";s:12:"tmpl_created";i:1618995134;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:57:"["Course Online","Ecommerce","Landing Pages","Marketing"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:224;a:21:{s:4:"tmpl";i:1192;s:2:"id";i:18612;s:5:"title";s:34:"Bag Product Sale &#8211; eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg";s:12:"tmpl_created";i:1618395406;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:61:"["Bag","Ecommerce","Landing Pages","Product","Sale","Travel"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:875;s:11:"trend_index";i:605;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:225;a:21:{s:4:"tmpl";i:1227;s:2:"id";i:21083;s:5:"title";s:26:"Conference &#8211; Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg";s:12:"tmpl_created";i:1638799208;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:44:"["Conference","Contact","Form","Info","Map"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:226;a:21:{s:4:"tmpl";i:1193;s:2:"id";i:18644;s:5:"title";s:37:"Camera Product Sale &#8211; eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg";s:12:"tmpl_created";i:1618396388;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Camera","Ecommerce","Landing Pages","Photography","Sale"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:873;s:11:"trend_index";i:535;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:227;a:21:{s:4:"tmpl";i:951;s:2:"id";i:12736;s:5:"title";s:41:"Slide In | Contact Us | Magazine and Blog";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png";s:12:"tmpl_created";i:1579060978;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:734;s:11:"trend_index";i:686;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:228;a:21:{s:4:"tmpl";i:1222;s:2:"id";i:20960;s:5:"title";s:26:"Travel Agency &#8211; Home";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg";s:12:"tmpl_created";i:1638788432;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Adventures","Experience","Explore","Travel","Trip"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:229;a:21:{s:4:"tmpl";i:1196;s:2:"id";i:18815;s:5:"title";s:25:"Car Wash &#8211; Business";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png";s:12:"tmpl_created";i:1621336431;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:45:"["Business","car","Discount","Landing Pages"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:230;a:21:{s:4:"tmpl";i:1242;s:2:"id";i:21473;s:5:"title";s:40:"Architecture Photography &#8211; Gallery";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg";s:12:"tmpl_created";i:1638822115;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:52:"["Architecture","Gallery","Photography","Portfolio"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:231;a:21:{s:4:"tmpl";i:1015;s:2:"id";i:14067;s:5:"title";s:37:"Slide In | Japanese restaurant | Menu";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg";s:12:"tmpl_created";i:1592290352;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:650;s:11:"trend_index";i:565;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:232;a:21:{s:4:"tmpl";i:923;s:2:"id";i:12229;s:5:"title";s:33:"Slide In | Law Firm | Information";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/popup.png";s:12:"tmpl_created";i:1572847842;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:547;s:11:"trend_index";i:413;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:233;a:21:{s:4:"tmpl";i:1198;s:2:"id";i:18824;s:5:"title";s:33:"Design School &#8211; Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1621336756;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:234;a:21:{s:4:"tmpl";i:1236;s:2:"id";i:21259;s:5:"title";s:28:"3D Designer &#8211; Projects";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg";s:12:"tmpl_created";i:1638819185;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["3D","Creative Portfolio","Design","Designer","Portfolio","Project"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:235;a:21:{s:4:"tmpl";i:1028;s:2:"id";i:14827;s:5:"title";s:39:"Slide-In | Contact | Luxury Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png";s:12:"tmpl_created";i:1595323523;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:559;s:11:"trend_index";i:284;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:236;a:21:{s:4:"tmpl";i:1197;s:2:"id";i:18819;s:5:"title";s:27:"Dog Walker &#8211; Business";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png";s:12:"tmpl_created";i:1621336601;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:41:"["Business","Dog","Landing Pages","Pets"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:237;a:21:{s:4:"tmpl";i:1238;s:2:"id";i:21349;s:5:"title";s:29:"Architecture &#8211; Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg";s:12:"tmpl_created";i:1638820870;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:70:"["Architecture","Creative","Creative Portfolio","Portfolio","Project"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:238;a:21:{s:4:"tmpl";i:1034;s:2:"id";i:15075;s:5:"title";s:34:"Slide-In | Menu | Flooring Company";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png";s:12:"tmpl_created";i:1597739605;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:383;s:11:"trend_index";i:162;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:239;a:21:{s:4:"tmpl";i:1414;s:2:"id";i:24079;s:5:"title";s:32:"Fashion Shop &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg";s:12:"tmpl_created";i:1650988089;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Aesthetic","Business","Coming Soon","Ecommerce","Girly","Lifestyle","Products","Shop"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:240;a:21:{s:4:"tmpl";i:1195;s:2:"id";i:18761;s:5:"title";s:33:"Fashion Store &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1621336146;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:241;a:21:{s:4:"tmpl";i:1153;s:2:"id";i:17060;s:5:"title";s:36:"Private Tutor &#8211; Online Service";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png";s:12:"tmpl_created";i:1610631042;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:64:"["Education","Landing Pages","Online Service","Teacher","Tutor"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:780;s:11:"trend_index";i:628;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:242;a:21:{s:4:"tmpl";i:1430;s:2:"id";i:24434;s:5:"title";s:25:"Wireframe &#8211; About 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg";s:12:"tmpl_created";i:1653988697;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["About","Business","Contact","Faq","Footer","Header","Professional","Team"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:243;a:21:{s:4:"tmpl";i:1158;s:2:"id";i:17232;s:5:"title";s:33:"Life Coach &#8211; Online Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png";s:12:"tmpl_created";i:1610902793;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:38:"["Coach","Landing Pages","Life Coach"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:787;s:11:"trend_index";i:751;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:244;a:21:{s:4:"tmpl";i:1436;s:2:"id";i:24515;s:5:"title";s:28:"Wireframe &#8211; Services 3";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg";s:12:"tmpl_created";i:1653988946;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:66:"["Business","Contact","Footer","Header","Professional","Services"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:245;a:21:{s:4:"tmpl";i:875;s:2:"id";i:11241;s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";i:1564643043;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:362;s:11:"trend_index";i:315;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:246;a:21:{s:4:"tmpl";i:1146;s:2:"id";i:16932;s:5:"title";s:35:"Finance Consulting &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png";s:12:"tmpl_created";i:1610532170;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:80:"["Advisor","Business","Consulting","Finance","Investment","Landing Pages","Tax"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:790;s:11:"trend_index";i:630;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:247;a:21:{s:4:"tmpl";i:1429;s:2:"id";i:24421;s:5:"title";s:25:"Wireframe &#8211; About 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg";s:12:"tmpl_created";i:1653988579;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["About","Business","Contact","Faq","Features","Footer","Header","Professional","Team"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:248;a:21:{s:4:"tmpl";i:674;s:2:"id";i:8505;s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";i:1526415501;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:533;s:11:"trend_index";i:222;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:249;a:21:{s:4:"tmpl";i:1136;s:2:"id";i:16721;s:5:"title";s:35:"Dental &#8211; Health &amp; Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg";s:12:"tmpl_created";i:1610448567;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:44:"["Dental","Doctor","Health","Landing Pages"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:801;s:11:"trend_index";i:655;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:250;a:21:{s:4:"tmpl";i:1417;s:2:"id";i:24116;s:5:"title";s:32:"Tech Company &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg";s:12:"tmpl_created";i:1650989265;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["Business","Coding","Coming Soon","Computer","Developer","IT","Services","Technology"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:251;a:21:{s:4:"tmpl";i:675;s:2:"id";i:8511;s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";i:1526415528;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:29;s:16:"popularity_index";i:347;s:11:"trend_index";i:155;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:252;a:21:{s:4:"tmpl";i:1161;s:2:"id";i:17269;s:5:"title";s:34:"Electronics Sale &#8211; eCommerce";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png";s:12:"tmpl_created";i:1610903298;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:800;s:11:"trend_index";i:556;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:253;a:21:{s:4:"tmpl";i:1220;s:2:"id";i:20908;s:5:"title";s:42:"Packing &#038; Moving Company &#8211; Home";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg";s:12:"tmpl_created";i:1638786127;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Movers","Moving","Storge"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:254;a:21:{s:4:"tmpl";i:1152;s:2:"id";i:17032;s:5:"title";s:42:"Donate Computer &#8211; Social Involvement";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png";s:12:"tmpl_created";i:1610630585;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:67:"["Computer","Donate","Donation","Kids","Landing Pages","Nonprofit"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:718;s:11:"trend_index";i:278;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:255;a:21:{s:4:"tmpl";i:672;s:2:"id";i:8512;s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";i:1526415449;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:31;s:16:"popularity_index";i:450;s:11:"trend_index";i:375;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:256;a:21:{s:4:"tmpl";i:1245;s:2:"id";i:21546;s:5:"title";s:28:"Interior Design &#8211; Home";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg";s:12:"tmpl_created";i:1639046269;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Design","Form","Furniture Design","Interior Design","Testimonial"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:257;a:21:{s:4:"tmpl";i:1135;s:2:"id";i:16684;s:5:"title";s:34:"SaaS HR Management &#8211; Product";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png";s:12:"tmpl_created";i:1609945486;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:39:"["HR","Landing Pages","Product","SaaS"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:708;s:11:"trend_index";i:292;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:258;a:21:{s:4:"tmpl";i:671;s:2:"id";i:8513;s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";i:1526415417;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:32;s:16:"popularity_index";i:420;s:11:"trend_index";i:176;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:259;a:21:{s:4:"tmpl";i:1249;s:2:"id";i:22137;s:5:"title";s:31:"Design Blog &#8211; Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647177194;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:260;a:21:{s:4:"tmpl";i:1134;s:2:"id";i:16660;s:5:"title";s:37:"Medical center &#8211; Online service";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png";s:12:"tmpl_created";i:1609945122;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:44:"["Landing Pages","Medical","Online Service"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:750;s:11:"trend_index";i:332;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:261;a:21:{s:4:"tmpl";i:1226;s:2:"id";i:21069;s:5:"title";s:21:"Hotel &#8211; Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg";s:12:"tmpl_created";i:1638798545;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:36:"["Contact","from","Info","Vacation"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:262;a:21:{s:4:"tmpl";i:1150;s:2:"id";i:17001;s:5:"title";s:36:"Parental Counseling &#8211; Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png";s:12:"tmpl_created";i:1610534999;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:99:"["Advisor","Business","Coach","Counseling","Landing Pages","Online Service","Parental","Parenting"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:817;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:263;a:21:{s:4:"tmpl";i:1432;s:2:"id";i:24461;s:5:"title";s:27:"Wireframe &#8211; Gallery 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg";s:12:"tmpl_created";i:1653988784;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:264;a:21:{s:4:"tmpl";i:676;s:2:"id";i:8514;s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";i:1526415558;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:34;s:16:"popularity_index";i:419;s:11:"trend_index";i:220;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:265;a:21:{s:4:"tmpl";i:1137;s:2:"id";i:16742;s:5:"title";s:31:"Online Course &#8211; Education";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png";s:12:"tmpl_created";i:1610454122;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:55:"["Academy","Course Online","Education","Landing Pages"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:777;s:11:"trend_index";i:776;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:266;a:21:{s:4:"tmpl";i:668;s:2:"id";i:8523;s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";i:1526415291;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:35;s:16:"popularity_index";i:298;s:11:"trend_index";i:268;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:267;a:21:{s:4:"tmpl";i:1440;s:2:"id";i:24563;s:5:"title";s:27:"Wireframe &#8211; Contact 4";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg";s:12:"tmpl_created";i:1653989095;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:84:"["Business","Contact","Footer","Form","Gallery","Header","Professional","Subscribe"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:268;a:21:{s:4:"tmpl";i:1162;s:2:"id";i:17284;s:5:"title";s:38:"Dietitian &#8211; Health &amp; Fitness";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png";s:12:"tmpl_created";i:1610903484;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:39:"["Fitness","Health","landscape design"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:814;s:11:"trend_index";i:800;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:269;a:21:{s:4:"tmpl";i:1439;s:2:"id";i:24553;s:5:"title";s:27:"Wireframe &#8211; Contact 3";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg";s:12:"tmpl_created";i:1653989057;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Business","Contact","Footer","Form","Professional","Testimonial"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:270;a:21:{s:4:"tmpl";i:1144;s:2:"id";i:16897;s:5:"title";s:30:"Personal Chef &#8211; Business";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png";s:12:"tmpl_created";i:1610466247;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:53:"["Business","Chef","Food","Landing Pages","Services"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:795;s:11:"trend_index";i:617;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:271;a:21:{s:4:"tmpl";i:1435;s:2:"id";i:24504;s:5:"title";s:28:"Wireframe &#8211; Services 2";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg";s:12:"tmpl_created";i:1653988910;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:80:"["Business","Contact","Footer","Header","Professional","Services","Testimonial"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:272;a:21:{s:4:"tmpl";i:669;s:2:"id";i:8524;s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";i:1526415337;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:37;s:16:"popularity_index";i:303;s:11:"trend_index";i:171;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:273;a:21:{s:4:"tmpl";i:1147;s:2:"id";i:16946;s:5:"title";s:52:"Online Full-Stack Developer Course &#8211; Education";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png";s:12:"tmpl_created";i:1610532778;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:76:"["Academy","Coding","Course Online","Developer","Education","Landing Pages"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:805;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:274;a:21:{s:4:"tmpl";i:1437;s:2:"id";i:24528;s:5:"title";s:27:"Wireframe &#8211; Contact 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg";s:12:"tmpl_created";i:1653988981;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["Business","Contact","Footer","Form","Google Maps","Header","Professional"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:275;a:21:{s:4:"tmpl";i:1143;s:2:"id";i:16868;s:5:"title";s:40:"Virtual Assistant &#8211; Online Service";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png";s:12:"tmpl_created";i:1610465656;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:46:"["Assistant","Landing Pages","Online Service"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:793;s:11:"trend_index";i:757;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:276;a:21:{s:4:"tmpl";i:673;s:2:"id";i:8526;s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";i:1526415474;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:39;s:16:"popularity_index";i:477;s:11:"trend_index";i:285;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:277;a:21:{s:4:"tmpl";i:1228;s:2:"id";i:21104;s:5:"title";s:26:"Restaurant &#8211; Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg";s:12:"tmpl_created";i:1638800146;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:60:"["Contact","Food","Form","Google Maps","Info","Testimonial"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:278;a:21:{s:4:"tmpl";i:1140;s:2:"id";i:16812;s:5:"title";s:40:"Construction Project &#8211; Real Estate";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png";s:12:"tmpl_created";i:1610463582;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:59:"["Construction","Landing Pages","Real estate","Realestate"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:796;s:11:"trend_index";i:724;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:279;a:21:{s:4:"tmpl";i:1244;s:2:"id";i:21393;s:5:"title";s:34:"Interior Designer &#8211; Projects";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg";s:12:"tmpl_created";i:1638823945;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:93:"["Creative","Creative Portfolio","Design","Designer","Interior Design","Portfolio","Project"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:280;a:21:{s:4:"tmpl";i:1148;s:2:"id";i:16960;s:5:"title";s:44:"Dog &amp; Cat Food Delivery &#8211; Business";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png";s:12:"tmpl_created";i:1610533581;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:71:"["Business","Cat","Delivery","Dog","Food","Landing Pages","Pet","Pets"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:782;s:11:"trend_index";i:510;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:281;a:21:{s:4:"tmpl";i:670;s:2:"id";i:8525;s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";i:1526415374;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:41;s:16:"popularity_index";i:510;s:11:"trend_index";i:575;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:282;a:21:{s:4:"tmpl";i:1251;s:2:"id";i:22143;s:5:"title";s:33:"Fashion Store &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1647177389;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:283;a:21:{s:4:"tmpl";i:1155;s:2:"id";i:17095;s:5:"title";s:36:"Mobile Pet Grooming &#8211; Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png";s:12:"tmpl_created";i:1610632115;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:38:"["Dog","Groom","Landing Pages","Pets"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:786;s:11:"trend_index";i:731;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:284;a:21:{s:4:"tmpl";i:1241;s:2:"id";i:21451;s:5:"title";s:26:"Exhibition &#8211; Gallery";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg";s:12:"tmpl_created";i:1638821855;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["Art","Creative","Creative Portfolio","Exhibition","Gallery","Portfolio"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:285;a:21:{s:4:"tmpl";i:502;s:2:"id";i:5438;s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";i:1520443512;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:147;s:11:"trend_index";i:9;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:286;a:21:{s:4:"tmpl";i:1159;s:2:"id";i:17245;s:5:"title";s:34:"Marketing Course &#8211; Education";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png";s:12:"tmpl_created";i:1610902958;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Education";s:4:"tags";s:45:"["Course Online","Landing Pages","Marketing"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:770;s:11:"trend_index";i:430;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:287;a:21:{s:4:"tmpl";i:1240;s:2:"id";i:21430;s:5:"title";s:30:"Travel Blogger &#8211; Gallery";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg";s:12:"tmpl_created";i:1638821592;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Gallery","Photography","Slider","Travel"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:288;a:21:{s:4:"tmpl";i:1149;s:2:"id";i:16983;s:5:"title";s:41:"Pilates Instructor &#8211; Online Service";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png";s:12:"tmpl_created";i:1610534138;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:70:"["Free Trial","Instructor","Landing Pages","Online Service","Pilates"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:778;s:11:"trend_index";i:412;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:289;a:21:{s:4:"tmpl";i:1416;s:2:"id";i:24104;s:5:"title";s:33:"Ceramics Shop &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg";s:12:"tmpl_created";i:1650988949;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:290;a:21:{s:4:"tmpl";i:557;s:2:"id";i:6135;s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";i:1520443663;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:77;s:11:"trend_index";i:47;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:291;a:21:{s:4:"tmpl";i:1412;s:2:"id";i:24033;s:5:"title";s:37:"Dance Studio &#8211; Maintenance Mode";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg";s:12:"tmpl_created";i:1649881344;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:113:"["Academy","Business","Dance Studio","Form","Pilates","School","Sport","Teacher","Training","Under Construction"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:292;a:21:{s:4:"tmpl";i:1190;s:2:"id";i:18568;s:5:"title";s:32:"Flower Delivery &#8211; Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png";s:12:"tmpl_created";i:1617546716;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:37:"["Delivery","Flower","Landing Pages"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:874;s:11:"trend_index";i:763;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:293;a:21:{s:4:"tmpl";i:1145;s:2:"id";i:16917;s:5:"title";s:22:"Webinar &#8211; Events";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg";s:12:"tmpl_created";i:1610466822;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:36:"["Events","Landing Pages","Webinar"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:821;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:294;a:21:{s:4:"tmpl";i:1413;s:2:"id";i:24049;s:5:"title";s:33:"ECO Shop &#8211; Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg";s:12:"tmpl_created";i:1649882053;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:110:"["Aesthetic","Business","Creative","Decor","Health","Help","Lifestyle","Products","Shop","Under Construction"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:295;a:21:{s:4:"tmpl";i:497;s:2:"id";i:5397;s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";i:1520443503;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:148;s:11:"trend_index";i:43;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:296;a:21:{s:4:"tmpl";i:1154;s:2:"id";i:17079;s:5:"title";s:42:"Calls Volunteer &#8211; Social Involvement";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png";s:12:"tmpl_created";i:1610631774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:68:"["Care","Covid-19","Help","Involvement","Landing Pages","Volunteer"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:854;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:297;a:21:{s:4:"tmpl";i:1419;s:2:"id";i:24136;s:5:"title";s:29:"Food Blog &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg";s:12:"tmpl_created";i:1650990034;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:62:"["Blog","Business","Coming Soon","Cooking","Education","Food"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:298;a:21:{s:4:"tmpl";i:1142;s:2:"id";i:16836;s:5:"title";s:33:"Marketing Agency &#8211; Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg";s:12:"tmpl_created";i:1610464490;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:74:"["Agency","Business","Landing Pages","Marketing","Marketing Landing Page"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:816;s:11:"trend_index";i:787;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:299;a:21:{s:4:"tmpl";i:1411;s:2:"id";i:24020;s:5:"title";s:35:"Mobile App &#8211; Maintenance Mode";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg";s:12:"tmpl_created";i:1649880955;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["App","Business","Coding","Computer","Launch","Mobile","Under Construction"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:300;a:21:{s:4:"tmpl";i:498;s:2:"id";i:5405;s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";i:1520443505;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:216;s:11:"trend_index";i:50;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:301;a:21:{s:4:"tmpl";i:1139;s:2:"id";i:16785;s:5:"title";s:42:"Gym Promotion &#8211; Health &amp; Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg";s:12:"tmpl_created";i:1610455496;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:42:"["Fitness","Gym","Health","Landing Pages"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:820;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:302;a:21:{s:4:"tmpl";i:1420;s:2:"id";i:24152;s:5:"title";s:32:"Perfume Shop &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg";s:12:"tmpl_created";i:1650990353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Business","Coming Soon","Cosmetics","Lifestyle","Products","Shop"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:303;a:21:{s:4:"tmpl";i:1185;s:2:"id";i:18492;s:5:"title";s:34:"Bicycle Pre-Sale &#8211; eCommerce";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png";s:12:"tmpl_created";i:1617535552;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:34:"["Bicycle","Landing Pages","Sale"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:871;s:11:"trend_index";i:826;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:304;a:21:{s:4:"tmpl";i:1418;s:2:"id";i:24126;s:5:"title";s:28:"Skincare &#8211; Coming Soon";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg";s:12:"tmpl_created";i:1650989585;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:128:"["Aesthetic","Beauty","Beauty Salon","Business","Coming Soon","Cosmetics","Girly","Lifestyle","Services","Skincare","Treatment"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:305;a:21:{s:4:"tmpl";i:1181;s:2:"id";i:18349;s:5:"title";s:39:"Virtual try-on glasses &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png";s:12:"tmpl_created";i:1614772569;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:64:"["Fashion","Glasses","Landing Pages","Online Service","Virtual"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:848;s:11:"trend_index";i:803;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:306;a:21:{s:4:"tmpl";i:500;s:2:"id";i:5421;s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";i:1520443509;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:215;s:11:"trend_index";i:77;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:307;a:21:{s:4:"tmpl";i:513;s:2:"id";i:5533;s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";i:1520443534;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:21;s:11:"trend_index";i:57;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:308;a:21:{s:4:"tmpl";i:1410;s:2:"id";i:24004;s:5:"title";s:33:"Skincare &#8211; Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg";s:12:"tmpl_created";i:1649880534;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:144:"["Aesthetic","Beauty","Beauty Salon","Business","Cosmetics","Girly","Lifestyle","Makeup","Services","Skincare","Treatment","Under Construction"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:309;a:21:{s:4:"tmpl";i:1172;s:2:"id";i:17458;s:5:"title";s:31:"Moving Company &#8211; Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png";s:12:"tmpl_created";i:1612727025;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","Landing Pages","Movers","Moving"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:826;s:11:"trend_index";i:767;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:310;a:21:{s:4:"tmpl";i:1415;s:2:"id";i:24092;s:5:"title";s:29:"Vase Shop &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg";s:12:"tmpl_created";i:1650988613;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:311;a:21:{s:4:"tmpl";i:1186;s:2:"id";i:18517;s:5:"title";s:29:"Food Blog &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png";s:12:"tmpl_created";i:1617539897;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:45:"["Blog","Coming Soon","Food","Landing Pages"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:844;s:11:"trend_index";i:672;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:312;a:21:{s:4:"tmpl";i:1167;s:2:"id";i:17379;s:5:"title";s:33:"IT Service &#8211; Online Service";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png";s:12:"tmpl_created";i:1612713022;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:41:"["IT","Landing Pages","Remote","Support"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:806;s:11:"trend_index";i:634;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:313;a:21:{s:4:"tmpl";i:1248;s:2:"id";i:22134;s:5:"title";s:32:"Art Magazine &#8211; Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647176713;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:314;a:21:{s:4:"tmpl";i:512;s:2:"id";i:5525;s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";i:1520443532;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:9;s:11:"trend_index";i:29;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:315;a:21:{s:4:"tmpl";i:1189;s:2:"id";i:18560;s:5:"title";s:52:"Finance Learning Platform &#8211; Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1617542761;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:843;s:11:"trend_index";i:561;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:316;a:21:{s:4:"tmpl";i:1225;s:2:"id";i:21041;s:5:"title";s:41:"Business Consulting Company &#8211; About";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg";s:12:"tmpl_created";i:1638797560;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Coach","Collaboration","Consulting","Life Coach"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:317;a:21:{s:4:"tmpl";i:1187;s:2:"id";i:18528;s:5:"title";s:36:"Home Decor Store &#8211; Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1617541784;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:872;s:11:"trend_index";i:819;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:318;a:21:{s:4:"tmpl";i:1243;s:2:"id";i:21135;s:5:"title";s:28:"Construction &#8211; Service";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg";s:12:"tmpl_created";i:1638823202;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Architecture","Construction","Faq","Services"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:319;a:21:{s:4:"tmpl";i:501;s:2:"id";i:5429;s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";i:1520443510;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:59;s:11:"trend_index";i:8;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:320;a:21:{s:4:"tmpl";i:1174;s:2:"id";i:17504;s:5:"title";s:29:"Hair Stylist &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png";s:12:"tmpl_created";i:1612883014;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:59:"["Business","Hair","hairdresser","Landing Pages","Stylist"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:840;s:11:"trend_index";i:806;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:321;a:21:{s:4:"tmpl";i:1223;s:2:"id";i:20981;s:5:"title";s:37:"Creative Digital Agency &#8211; About";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg";s:12:"tmpl_created";i:1638789303;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["About","Advisor","Creative","Creative Portfolio"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:322;a:21:{s:4:"tmpl";i:1184;s:2:"id";i:18449;s:5:"title";s:45:"Aesthetic Clinic &#8211; Health &amp; Fitness";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png";s:12:"tmpl_created";i:1616682181;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:57:"["Aesthetic","Beauty","Fitness","Health","Landing Pages"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:859;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:323;a:21:{s:4:"tmpl";i:1221;s:2:"id";i:20926;s:5:"title";s:33:"Doctors Online Consultation -Home";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg";s:12:"tmpl_created";i:1638787371;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["App","Health","Medical","Online"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:324;a:21:{s:4:"tmpl";i:505;s:2:"id";i:5464;s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";i:1520443518;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:220;s:11:"trend_index";i:142;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:325;a:21:{s:4:"tmpl";i:1165;s:2:"id";i:17353;s:5:"title";s:44:"Online Cooking Course &#8211; Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png";s:12:"tmpl_created";i:1612705144;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Cooking","Course Online","Food","Landing Pages"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:845;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:326;a:21:{s:4:"tmpl";i:1188;s:2:"id";i:18550;s:5:"title";s:39:"Online Store &#8211; Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1617542506;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:832;s:11:"trend_index";i:600;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:327;a:21:{s:4:"tmpl";i:1250;s:2:"id";i:22140;s:5:"title";s:33:"Design School &#8211; Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1647177317;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:328;a:21:{s:4:"tmpl";i:510;s:2:"id";i:5504;s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";i:1520443528;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:104;s:11:"trend_index";i:46;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:329;a:21:{s:4:"tmpl";i:1191;s:2:"id";i:18539;s:5:"title";s:40:"Travel Agency &#8211; Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1617610273;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:876;s:11:"trend_index";i:652;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:330;a:21:{s:4:"tmpl";i:1175;s:2:"id";i:18270;s:5:"title";s:24:"Open week &#8211; Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png";s:12:"tmpl_created";i:1614767186;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:59:"["Education","Event","Events","Landing Pages","University"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:831;s:11:"trend_index";i:673;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:331;a:21:{s:4:"tmpl";i:1177;s:2:"id";i:18300;s:5:"title";s:30:"Makeup Artist &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png";s:12:"tmpl_created";i:1614768608;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Beauty","Business","Course Online","Landing Pages","Makeup","Online Service"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:861;s:11:"trend_index";i:783;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:332;a:21:{s:4:"tmpl";i:511;s:2:"id";i:5515;s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";i:1520443530;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:268;s:11:"trend_index";i:161;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:333;a:21:{s:4:"tmpl";i:1179;s:2:"id";i:18329;s:5:"title";s:63:"Online Real Estate Investment Conference &#8211; Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png";s:12:"tmpl_created";i:1614770404;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:76:"["Conference","Event","Events","Landing Pages","Online Event","Real estate"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:866;s:11:"trend_index";i:779;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:334;a:21:{s:4:"tmpl";i:506;s:2:"id";i:5472;s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";i:1520443520;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:210;s:11:"trend_index";i:116;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:335;a:21:{s:4:"tmpl";i:1183;s:2:"id";i:18391;s:5:"title";s:45:"Children&#8217;s Optometrist &#8211; Business";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png";s:12:"tmpl_created";i:1614773564;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:85:"["Business","Children","Eye","Glasses","Health","Kids","Landing Pages","Optometrist"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:877;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:336;a:21:{s:4:"tmpl";i:1182;s:2:"id";i:18366;s:5:"title";s:30:"Car Insurance &#8211; Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png";s:12:"tmpl_created";i:1614773263;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","car","Insurance","Landing Pages"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:869;s:11:"trend_index";i:797;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:337;a:21:{s:4:"tmpl";i:1201;s:2:"id";i:19144;s:5:"title";s:25:"Birthday Party Invitation";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png";s:12:"tmpl_created";i:1623848691;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Birthday","Event","Landing Pages","Party","RSVD","Save the Date"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:338;a:21:{s:4:"tmpl";i:1124;s:2:"id";i:16473;s:5:"title";s:26:"Beauty Salon &#8211; About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg";s:12:"tmpl_created";i:1608622373;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:615;s:11:"trend_index";i:184;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:339;a:21:{s:4:"tmpl";i:1176;s:2:"id";i:18291;s:5:"title";s:47:"Grill Restaurant Food Delivery &#8211; Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png";s:12:"tmpl_created";i:1614767830;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Delivery","Delivery Service","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:819;s:11:"trend_index";i:685;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:340;a:21:{s:4:"tmpl";i:504;s:2:"id";i:5455;s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";i:1520443516;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:134;s:11:"trend_index";i:70;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:341;a:21:{s:4:"tmpl";i:1125;s:2:"id";i:16488;s:5:"title";s:28:"Beauty Salon &#8211; Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg";s:12:"tmpl_created";i:1608622374;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:548;s:11:"trend_index";i:101;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:342;a:21:{s:4:"tmpl";i:1180;s:2:"id";i:18340;s:5:"title";s:30:"Restaurant &#8211; Coming Soon";s:9:"thumbnail";s:98:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png";s:12:"tmpl_created";i:1614772183;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:51:"["Coming Soon","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:810;s:11:"trend_index";i:809;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:343;a:21:{s:4:"tmpl";i:499;s:2:"id";i:5413;s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";i:1520443507;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:83;s:11:"trend_index";i:52;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:344;a:21:{s:4:"tmpl";i:1126;s:2:"id";i:16496;s:5:"title";s:28:"Beauty Salon &#8211; Gallery";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg";s:12:"tmpl_created";i:1608622379;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:491;s:11:"trend_index";i:90;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:345;a:21:{s:4:"tmpl";i:1173;s:2:"id";i:17480;s:5:"title";s:42:"At-home Massage Therapist &#8211; Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg";s:12:"tmpl_created";i:1612879264;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:60:"["Business","Health","Landing Pages","Services","Therapist"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:856;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:346;a:21:{s:4:"tmpl";i:1127;s:2:"id";i:16457;s:5:"title";s:25:"Beauty Salon &#8211; Home";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg";s:12:"tmpl_created";i:1608622383;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:408;s:11:"trend_index";i:56;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:347;a:21:{s:4:"tmpl";i:1178;s:2:"id";i:18317;s:5:"title";s:26:"Insurance &#8211; Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png";s:12:"tmpl_created";i:1614769488;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:61:"["Business","Family","Financial","Insurance","Landing Pages"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:870;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:348;a:21:{s:4:"tmpl";i:1128;s:2:"id";i:16518;s:5:"title";s:29:"Beauty Salon &#8211; Services";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg";s:12:"tmpl_created";i:1608622386;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:664;s:11:"trend_index";i:261;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:349;a:21:{s:4:"tmpl";i:1168;s:2:"id";i:17401;s:5:"title";s:40:"Conference Thank You Page &#8211; Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png";s:12:"tmpl_created";i:1612724753;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:59:"["Conference","Event","Events","Landing Pages","Thank You"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:799;s:11:"trend_index";i:540;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:350;a:21:{s:4:"tmpl";i:503;s:2:"id";i:5447;s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";i:1520443514;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:48;s:11:"trend_index";i:12;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:351;a:21:{s:4:"tmpl";i:1073;s:2:"id";i:15486;s:5:"title";s:25:"Travel Blog &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg";s:12:"tmpl_created";i:1606215720;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:608;s:11:"trend_index";i:343;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:352;a:21:{s:4:"tmpl";i:1166;s:2:"id";i:17368;s:5:"title";s:38:"Real Estate Agency &#8211; Real-Estate";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png";s:12:"tmpl_created";i:1612711814;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:73:"["Landing Pages","listing","Real estate","Realestate","realtor","realty"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:858;s:11:"trend_index";i:777;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:353;a:21:{s:4:"tmpl";i:1074;s:2:"id";i:15478;s:5:"title";s:27:"Travel Blog &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg";s:12:"tmpl_created";i:1606215735;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:687;s:11:"trend_index";i:564;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:354;a:21:{s:4:"tmpl";i:1170;s:2:"id";i:17423;s:5:"title";s:57:"Volunteer Calls Thank You Page &#8211; Social Involvement";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg";s:12:"tmpl_created";i:1612726058;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:62:"["Care","Involvement","Landing Pages","Thank You","Volunteer"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:857;s:11:"trend_index";i:818;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:355;a:21:{s:4:"tmpl";i:507;s:2:"id";i:5480;s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";i:1520443522;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:428;s:11:"trend_index";i:303;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:356;a:21:{s:4:"tmpl";i:1075;s:2:"id";i:15467;s:5:"title";s:24:"Travel Blog &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg";s:12:"tmpl_created";i:1606215756;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:567;s:11:"trend_index";i:224;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:357;a:21:{s:4:"tmpl";i:1169;s:2:"id";i:17409;s:5:"title";s:37:"Webinar Thank You Page &#8211; Events";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png";s:12:"tmpl_created";i:1612725644;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:56:"["Event","Events","Landing Pages","Thank You","Webinar"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:868;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:358;a:21:{s:4:"tmpl";i:1056;s:2:"id";i:15317;s:5:"title";s:25:"Dance Studio &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg";s:12:"tmpl_created";i:1603181291;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:596;s:11:"trend_index";i:301;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:359;a:21:{s:4:"tmpl";i:545;s:2:"id";i:6027;s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";i:1520443639;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:40;s:11:"trend_index";i:40;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:360;a:21:{s:4:"tmpl";i:1160;s:2:"id";i:17258;s:5:"title";s:32:"Beauty Product &#8211; eCommerce";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png";s:12:"tmpl_created";i:1610903153;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:38:"["Beauty","Ecommerce","Landing Pages"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:797;s:11:"trend_index";i:703;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:361;a:21:{s:4:"tmpl";i:1057;s:2:"id";i:15334;s:5:"title";s:26:"Dance Studio &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg";s:12:"tmpl_created";i:1603181364;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:626;s:11:"trend_index";i:373;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:362;a:21:{s:4:"tmpl";i:546;s:2:"id";i:6036;s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";i:1520443641;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:90;s:11:"trend_index";i:123;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:363;a:21:{s:4:"tmpl";i:1171;s:2:"id";i:17435;s:5:"title";s:39:"Gym &#8211; App Service &#8211; Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png";s:12:"tmpl_created";i:1612726462;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:58:"["App","Fitness","Gym","Health","Landing Pages","Product"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:767;s:11:"trend_index";i:577;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:364;a:21:{s:4:"tmpl";i:1058;s:2:"id";i:15349;s:5:"title";s:28:"Dance Studio &#8211; Classes";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg";s:12:"tmpl_created";i:1603181425;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:629;s:11:"trend_index";i:458;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:365;a:21:{s:4:"tmpl";i:1156;s:2:"id";i:17111;s:5:"title";s:33:"Sunglasses Sale &#8211; eCommerce";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610632408;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Ecommerce","Fashion","Landing Pages","Sale","Sunglasses"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:812;s:11:"trend_index";i:732;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:366;a:21:{s:4:"tmpl";i:1055;s:2:"id";i:15366;s:5:"title";s:29:"Dance Studio &#8211; Schedule";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg";s:12:"tmpl_created";i:1603181056;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:698;s:11:"trend_index";i:602;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:367;a:21:{s:4:"tmpl";i:1157;s:2:"id";i:17223;s:5:"title";s:25:"Fashion &#8211; eCommerce";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png";s:12:"tmpl_created";i:1610902553;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:808;s:11:"trend_index";i:745;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:368;a:21:{s:4:"tmpl";i:1059;s:2:"id";i:15373;s:5:"title";s:28:"Dance Studio &#8211; Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg";s:12:"tmpl_created";i:1603181678;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:731;s:11:"trend_index";i:661;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:369;a:21:{s:4:"tmpl";i:1151;s:2:"id";i:17017;s:5:"title";s:28:"Shoes Sale &#8211; eCommerce";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610535361;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:55:"["Discount","Ecommerce","Landing Pages","Sale","Shoes"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:803;s:11:"trend_index";i:642;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:370;a:21:{s:4:"tmpl";i:508;s:2:"id";i:5488;s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";i:1520443524;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:307;s:11:"trend_index";i:169;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:371;a:21:{s:4:"tmpl";i:1060;s:2:"id";i:15384;s:5:"title";s:28:"Dance Studio &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg";s:12:"tmpl_created";i:1603181738;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:741;s:11:"trend_index";i:721;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:372;a:21:{s:4:"tmpl";i:556;s:2:"id";i:6122;s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";i:1520443661;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:38;s:11:"trend_index";i:26;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:373;a:21:{s:4:"tmpl";i:1163;s:2:"id";i:17301;s:5:"title";s:53:"Personal Chef &#8211; Thank You Page &#8211; Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg";s:12:"tmpl_created";i:1610903622;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:43:"["Chef","Food","Landing Pages","Thank You"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:823;s:11:"trend_index";i:754;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:374;a:21:{s:4:"tmpl";i:1042;s:2:"id";i:15158;s:5:"title";s:26:"Psychologist &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg";s:12:"tmpl_created";i:1600157561;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:618;s:11:"trend_index";i:426;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:375;a:21:{s:4:"tmpl";i:1164;s:2:"id";i:17313;s:5:"title";s:60:"Development Course  &#8211; Thank You Page &#8211; Education";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png";s:12:"tmpl_created";i:1610903776;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:57:"["Course Online","Education","Landing Pages","Thank You"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:834;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:376;a:21:{s:4:"tmpl";i:1045;s:2:"id";i:15197;s:5:"title";s:28:"Psychologist &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg";s:12:"tmpl_created";i:1600160499;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:666;s:11:"trend_index";i:558;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:377;a:21:{s:4:"tmpl";i:509;s:2:"id";i:5496;s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";i:1520443526;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:523;s:11:"trend_index";i:453;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:378;a:21:{s:4:"tmpl";i:1041;s:2:"id";i:15142;s:5:"title";s:25:"Psychologist &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg";s:12:"tmpl_created";i:1600156308;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:464;s:11:"trend_index";i:297;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:379;a:21:{s:4:"tmpl";i:1044;s:2:"id";i:15188;s:5:"title";s:28:"Psychologist &#8211; Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg";s:12:"tmpl_created";i:1600159731;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:732;s:11:"trend_index";i:537;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:380;a:21:{s:4:"tmpl";i:684;s:2:"id";i:8961;s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";i:1528639909;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:84;s:16:"popularity_index";i:79;s:11:"trend_index";i:15;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:381;a:21:{s:4:"tmpl";i:1043;s:2:"id";i:15167;s:5:"title";s:29:"Psychologist &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg";s:12:"tmpl_created";i:1600158206;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:606;s:11:"trend_index";i:379;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:382;a:21:{s:4:"tmpl";i:1036;s:2:"id";i:14932;s:5:"title";s:30:"Flooring Company &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/About.png";s:12:"tmpl_created";i:1597740110;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:488;s:11:"trend_index";i:319;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:383;a:21:{s:4:"tmpl";i:685;s:2:"id";i:8969;s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";i:1528700014;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:86;s:16:"popularity_index";i:250;s:11:"trend_index";i:124;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:384;a:21:{s:4:"tmpl";i:1037;s:2:"id";i:14998;s:5:"title";s:32:"Flooring Company &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png";s:12:"tmpl_created";i:1597740222;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:553;s:11:"trend_index";i:380;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:385;a:21:{s:4:"tmpl";i:1038;s:2:"id";i:14965;s:5:"title";s:32:"Flooring Company &#8211; Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png";s:12:"tmpl_created";i:1597740353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:371;s:11:"trend_index";i:291;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:386;a:21:{s:4:"tmpl";i:686;s:2:"id";i:8973;s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";i:1528700205;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:88;s:16:"popularity_index";i:176;s:11:"trend_index";i:54;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:387;a:21:{s:4:"tmpl";i:1282;s:2:"id";i:22417;s:5:"title";s:52:"Finance Learning Platform &#8211; Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1647354987;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:388;a:21:{s:4:"tmpl";i:1040;s:2:"id";i:14947;s:5:"title";s:33:"Flooring company &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/08/Services.png";s:12:"tmpl_created";i:1597740551;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:538;s:11:"trend_index";i:392;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:389;a:21:{s:4:"tmpl";i:1039;s:2:"id";i:14901;s:5:"title";s:29:"Flooring Company &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Home.png";s:12:"tmpl_created";i:1597740474;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:387;s:11:"trend_index";i:185;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:390;a:21:{s:4:"tmpl";i:687;s:2:"id";i:8977;s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";i:1528700326;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:91;s:16:"popularity_index";i:354;s:11:"trend_index";i:396;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:391;a:21:{s:4:"tmpl";i:1252;s:2:"id";i:22146;s:5:"title";s:36:"Home Decor Store &#8211; Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1647177514;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:392;a:21:{s:4:"tmpl";i:688;s:2:"id";i:8981;s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";i:1528700484;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:93;s:16:"popularity_index";i:333;s:11:"trend_index";i:195;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:393;a:21:{s:4:"tmpl";i:1021;s:2:"id";i:14737;s:5:"title";s:32:"Luxury Real Estate &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/About.png";s:12:"tmpl_created";i:1595313527;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:150;s:11:"trend_index";i:447;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:394;a:21:{s:4:"tmpl";i:689;s:2:"id";i:8985;s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";i:1528700612;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:94;s:16:"popularity_index";i:204;s:11:"trend_index";i:95;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:395;a:21:{s:4:"tmpl";i:1020;s:2:"id";i:14756;s:5:"title";s:34:"Luxury Real Estate &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png";s:12:"tmpl_created";i:1595313519;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:610;s:11:"trend_index";i:569;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:396;a:21:{s:4:"tmpl";i:1019;s:2:"id";i:14716;s:5:"title";s:31:"Luxury Real Estate &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Home.png";s:12:"tmpl_created";i:1595313512;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:394;s:11:"trend_index";i:165;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:397;a:21:{s:4:"tmpl";i:690;s:2:"id";i:8989;s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";i:1528701063;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:96;s:16:"popularity_index";i:208;s:11:"trend_index";i:111;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:398;a:21:{s:4:"tmpl";i:1018;s:2:"id";i:14763;s:5:"title";s:31:"Luxury Real Estate &#8211; News";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png";s:12:"tmpl_created";i:1595313273;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:404;s:11:"trend_index";i:167;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:399;a:21:{s:4:"tmpl";i:1283;s:2:"id";i:22423;s:5:"title";s:39:"Online Store &#8211; Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1647355154;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:400;a:21:{s:4:"tmpl";i:691;s:2:"id";i:8996;s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";i:1528701290;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:98;s:16:"popularity_index";i:227;s:11:"trend_index";i:153;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:401;a:21:{s:4:"tmpl";i:1010;s:2:"id";i:13960;s:5:"title";s:32:"Japanese restaurant &#8211; Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";i:1592289775;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:537;s:11:"trend_index";i:287;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:402;a:21:{s:4:"tmpl";i:1284;s:2:"id";i:22428;s:5:"title";s:40:"Travel Agency &#8211; Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1647355339;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:403;a:21:{s:4:"tmpl";i:692;s:2:"id";i:9001;s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";i:1528701433;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:100;s:16:"popularity_index";i:265;s:11:"trend_index";i:208;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:404;a:21:{s:4:"tmpl";i:1007;s:2:"id";i:13993;s:5:"title";s:45:"Japanese restaurant &#8211; Chef&#8217;s Menu";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg";s:12:"tmpl_created";i:1592289691;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:651;s:11:"trend_index";i:675;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:405;a:21:{s:4:"tmpl";i:1006;s:2:"id";i:14012;s:5:"title";s:36:"Japanese restaurant &#8211; Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";i:1592289665;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:735;s:11:"trend_index";i:829;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:406;a:21:{s:4:"tmpl";i:1005;s:2:"id";i:13917;s:5:"title";s:33:"Japanese restaurant &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";i:1592289629;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:640;s:11:"trend_index";i:389;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:407;a:21:{s:4:"tmpl";i:997;s:2:"id";i:13528;s:5:"title";s:22:"Barbershop &#8211; 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";i:1589893152;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:768;s:11:"trend_index";i:681;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:408;a:21:{s:4:"tmpl";i:1009;s:2:"id";i:13937;s:5:"title";s:35:"Japanese restaurant &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";i:1592289748;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:648;s:11:"trend_index";i:551;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:409;a:21:{s:4:"tmpl";i:1008;s:2:"id";i:14030;s:5:"title";s:34:"Japanese restaurant &#8211; Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";i:1592289713;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:723;s:11:"trend_index";i:711;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:410;a:21:{s:4:"tmpl";i:998;s:2:"id";i:13518;s:5:"title";s:26:"Barbershop &#8211; Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";i:1589893157;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:737;s:11:"trend_index";i:523;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:411;a:21:{s:4:"tmpl";i:1016;s:2:"id";i:13984;s:5:"title";s:40:"Japanese restaurant &#8211; Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";i:1592294757;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:715;s:11:"trend_index";i:727;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:412;a:21:{s:4:"tmpl";i:999;s:2:"id";i:13479;s:5:"title";s:23:"Barbershop &#8211; Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";i:1589893275;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:683;s:11:"trend_index";i:832;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:413;a:21:{s:4:"tmpl";i:996;s:2:"id";i:13604;s:5:"title";s:25:"Barbershop &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";i:1589893147;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","Footer"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:555;s:11:"trend_index";i:267;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:414;a:21:{s:4:"tmpl";i:1000;s:2:"id";i:13503;s:5:"title";s:24:"Barbershop &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";i:1589893289;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:744;s:11:"trend_index";i:739;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:415;a:21:{s:4:"tmpl";i:995;s:2:"id";i:13612;s:5:"title";s:25:"Barbershop &#8211; Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";i:1589893142;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Barber Shop","Barbershop","Header"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:343;s:11:"trend_index";i:137;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:416;a:21:{s:4:"tmpl";i:1001;s:2:"id";i:13548;s:5:"title";s:27:"Barbershop &#8211; Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";i:1589893298;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:761;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:417;a:21:{s:4:"tmpl";i:1002;s:2:"id";i:13560;s:5:"title";s:26:"Barbershop &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";i:1589893307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:756;s:11:"trend_index";i:822;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:418;a:21:{s:4:"tmpl";i:1003;s:2:"id";i:13587;s:5:"title";s:26:"Barbershop &#8211; Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";i:1589893315;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:110;s:16:"popularity_index";i:753;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:419;a:21:{s:4:"tmpl";i:982;s:2:"id";i:13307;s:5:"title";s:26:"Online Course &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";i:1587474541;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:230;s:11:"trend_index";i:125;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:420;a:21:{s:4:"tmpl";i:994;s:2:"id";i:13621;s:5:"title";s:30:"Barbershop &#8211; Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";i:1589893137;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:736;s:11:"trend_index";i:580;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:421;a:21:{s:4:"tmpl";i:1131;s:2:"id";i:16527;s:5:"title";s:24:"Beauty Salon &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg";s:12:"tmpl_created";i:1608622517;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:29:"["404","Beauty Salon","Hair"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:742;s:11:"trend_index";i:563;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:422;a:21:{s:4:"tmpl";i:983;s:2:"id";i:13328;s:5:"title";s:27:"Online Course &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";i:1587474558;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:508;s:11:"trend_index";i:429;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:423;a:21:{s:4:"tmpl";i:984;s:2:"id";i:13338;s:5:"title";s:33:"Online Course &#8211; Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";i:1587474574;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:337;s:11:"trend_index";i:310;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:424;a:21:{s:4:"tmpl";i:985;s:2:"id";i:13352;s:5:"title";s:29:"Online Course &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";i:1587474591;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:565;s:11:"trend_index";i:533;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:425;a:21:{s:4:"tmpl";i:1130;s:2:"id";i:16535;s:5:"title";s:27:"Beauty Salon &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg";s:12:"tmpl_created";i:1608622498;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:32:"["Beauty Salon","Footer","Hair"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:524;s:11:"trend_index";i:126;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:426;a:21:{s:4:"tmpl";i:971;s:2:"id";i:13187;s:5:"title";s:33:"Interior Design &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";i:1586148661;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:331;s:11:"trend_index";i:264;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:427;a:21:{s:4:"tmpl";i:1453;s:2:"id";i:16346;s:5:"title";s:33:"Your New Home &#8211; Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";i:1660205402;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:31:"["Landing Pages","Real estate"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:428;a:21:{s:4:"tmpl";i:972;s:2:"id";i:13199;s:5:"title";s:29:"Interior Design &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";i:1586148666;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:316;s:11:"trend_index";i:334;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:429;a:21:{s:4:"tmpl";i:1129;s:2:"id";i:16545;s:5:"title";s:27:"Beauty Salon &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg";s:12:"tmpl_created";i:1608622495;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:32:"["Beauty Salon","Hair","Header"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:356;s:11:"trend_index";i:49;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:430;a:21:{s:4:"tmpl";i:973;s:2:"id";i:13214;s:5:"title";s:32:"Interior Design &#8211; Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";i:1586148672;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:367;s:11:"trend_index";i:323;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:431;a:21:{s:4:"tmpl";i:641;s:2:"id";i:7686;s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";i:1521558047;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["Archive","Blog","posts"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:131;s:11:"trend_index";i:152;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:432;a:21:{s:4:"tmpl";i:974;s:2:"id";i:13229;s:5:"title";s:31:"Interior Design &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";i:1586148677;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:395;s:11:"trend_index";i:337;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:433;a:21:{s:4:"tmpl";i:959;s:2:"id";i:12948;s:5:"title";s:29:"Photography &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";i:1582093442;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:241;s:11:"trend_index";i:201;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:434;a:21:{s:4:"tmpl";i:960;s:2:"id";i:12798;s:5:"title";s:25:"Photography &#8211; About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";i:1582093446;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:499;s:11:"trend_index";i:374;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:435;a:21:{s:4:"tmpl";i:484;s:2:"id";i:5283;s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";i:1520443478;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:294;s:11:"trend_index";i:202;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:436;a:21:{s:4:"tmpl";i:961;s:2:"id";i:12868;s:5:"title";s:27:"Photography &#8211; Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";i:1582093450;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:531;s:11:"trend_index";i:350;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:437;a:21:{s:4:"tmpl";i:962;s:2:"id";i:13056;s:5:"title";s:28:"Photography &#8211; Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";i:1582093454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:579;s:11:"trend_index";i:656;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:438;a:21:{s:4:"tmpl";i:487;s:2:"id";i:5306;s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";i:1520443484;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:657;s:11:"trend_index";i:581;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:439;a:21:{s:4:"tmpl";i:963;s:2:"id";i:12922;s:5:"title";s:37:"Photography &#8211; Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";i:1582093457;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:628;s:11:"trend_index";i:532;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:440;a:21:{s:4:"tmpl";i:964;s:2:"id";i:12875;s:5:"title";s:36:"Photography &#8211; Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";i:1582093461;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:693;s:11:"trend_index";i:766;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:441;a:21:{s:4:"tmpl";i:965;s:2:"id";i:12962;s:5:"title";s:26:"Photography &#8211; Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";i:1582093465;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:592;s:11:"trend_index";i:778;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:442;a:21:{s:4:"tmpl";i:491;s:2:"id";i:5341;s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";i:1520443491;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:603;s:11:"trend_index";i:633;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:443;a:21:{s:4:"tmpl";i:966;s:2:"id";i:12833;s:5:"title";s:38:"Photography &#8211; Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";i:1582093469;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:597;s:11:"trend_index";i:750;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:444;a:21:{s:4:"tmpl";i:488;s:2:"id";i:5315;s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";i:1520443486;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:485;s:11:"trend_index";i:263;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:445;a:21:{s:4:"tmpl";i:967;s:2:"id";i:12898;s:5:"title";s:36:"Photography &#8211; Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";i:1582093473;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:667;s:11:"trend_index";i:649;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:446;a:21:{s:4:"tmpl";i:968;s:2:"id";i:12994;s:5:"title";s:24:"Photography &#8211; Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";i:1582093477;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:612;s:11:"trend_index";i:508;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:447;a:21:{s:4:"tmpl";i:969;s:2:"id";i:12805;s:5:"title";s:37:"Photography &#8211; B&amp;W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";i:1582093481;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:695;s:11:"trend_index";i:735;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:448;a:21:{s:4:"tmpl";i:490;s:2:"id";i:5333;s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";i:1520443489;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:234;s:11:"trend_index";i:128;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:449;a:21:{s:4:"tmpl";i:970;s:2:"id";i:13031;s:5:"title";s:33:"Photography &#8211; Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";i:1582093484;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:660;s:11:"trend_index";i:643;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:450;a:21:{s:4:"tmpl";i:496;s:2:"id";i:5389;s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";i:1520443501;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:407;s:11:"trend_index";i:307;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:451;a:21:{s:4:"tmpl";i:940;s:2:"id";i:12621;s:5:"title";s:26:"Magazine &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";i:1579060604;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:167;s:11:"trend_index";i:121;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:452;a:21:{s:4:"tmpl";i:936;s:2:"id";i:12352;s:5:"title";s:24:"Travel &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";i:1575960464;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:291;s:11:"trend_index";i:194;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:453;a:21:{s:4:"tmpl";i:486;s:2:"id";i:5298;s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";i:1520443482;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:465;s:11:"trend_index";i:520;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:454;a:21:{s:4:"tmpl";i:932;s:2:"id";i:12400;s:5:"title";s:20:"Travel &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";i:1575960441;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:444;s:11:"trend_index";i:445;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:455;a:21:{s:4:"tmpl";i:938;s:2:"id";i:12479;s:5:"title";s:20:"Travel &#8211; Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";i:1575960474;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:539;s:11:"trend_index";i:726;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:456;a:21:{s:4:"tmpl";i:495;s:2:"id";i:5381;s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";i:1520443499;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:198;s:11:"trend_index";i:168;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:457;a:21:{s:4:"tmpl";i:937;s:2:"id";i:12466;s:5:"title";s:27:"Travel &#8211; Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";i:1575960469;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:527;s:11:"trend_index";i:481;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:458;a:21:{s:4:"tmpl";i:935;s:2:"id";i:12443;s:5:"title";s:22:"Travel &#8211; Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";i:1575960459;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:136;s:16:"popularity_index";i:467;s:11:"trend_index";i:501;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:459;a:21:{s:4:"tmpl";i:934;s:2:"id";i:12431;s:5:"title";s:18:"Travel &#8211; FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";i:1575960453;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:501;s:11:"trend_index";i:387;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:460;a:21:{s:4:"tmpl";i:493;s:2:"id";i:5357;s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";i:1520443495;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:341;s:11:"trend_index";i:232;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:461;a:21:{s:4:"tmpl";i:933;s:2:"id";i:12421;s:5:"title";s:27:"Travel &#8211; Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";i:1575960445;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:571;s:11:"trend_index";i:536;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:462;a:21:{s:4:"tmpl";i:892;s:2:"id";i:11763;s:5:"title";s:27:"Portfolio &#8211; Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";i:1569428959;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:280;s:11:"trend_index";i:241;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:463;a:21:{s:4:"tmpl";i:485;s:2:"id";i:5290;s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";i:1520443480;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:545;s:11:"trend_index";i:502;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:464;a:21:{s:4:"tmpl";i:891;s:2:"id";i:11781;s:5:"title";s:23:"Portfolio &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";i:1569428955;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:349;s:11:"trend_index";i:290;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:465;a:21:{s:4:"tmpl";i:482;s:2:"id";i:5266;s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";i:1520443474;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:95;s:11:"trend_index";i:134;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:466;a:21:{s:4:"tmpl";i:890;s:2:"id";i:11793;s:5:"title";s:26:"Portfolio &#8211; Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";i:1569428951;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:448;s:11:"trend_index";i:467;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:467;a:21:{s:4:"tmpl";i:889;s:2:"id";i:11800;s:5:"title";s:25:"Portfolio &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";i:1569428946;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:494;s:11:"trend_index";i:449;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:468;a:21:{s:4:"tmpl";i:866;s:2:"id";i:11163;s:5:"title";s:32:"Digital Agency &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";i:1564641877;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:57;s:11:"trend_index";i:32;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:469;a:21:{s:4:"tmpl";i:483;s:2:"id";i:5275;s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";i:1520443476;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:334;s:11:"trend_index";i:321;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:470;a:21:{s:4:"tmpl";i:492;s:2:"id";i:5349;s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";i:1520443493;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:144;s:16:"popularity_index";i:233;s:11:"trend_index";i:92;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:471;a:21:{s:4:"tmpl";i:916;s:2:"id";i:12143;s:5:"title";s:22:"Law Firm &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";i:1572847069;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:350;s:11:"trend_index";i:344;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:472;a:21:{s:4:"tmpl";i:489;s:2:"id";i:5324;s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";i:1520443488;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:526;s:11:"trend_index";i:381;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:473;a:21:{s:4:"tmpl";i:920;s:2:"id";i:12091;s:5:"title";s:21:"Law Firm &#8211; Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";i:1572847113;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:318;s:11:"trend_index";i:314;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:474;a:21:{s:4:"tmpl";i:869;s:2:"id";i:11129;s:5:"title";s:28:"Digital Agency &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";i:1564641889;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:148;s:16:"popularity_index";i:182;s:11:"trend_index";i:166;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:475;a:21:{s:4:"tmpl";i:880;s:2:"id";i:11572;s:5:"title";s:19:"Gym &#8211; Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";i:1567392934;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:521;s:11:"trend_index";i:590;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:476;a:21:{s:4:"tmpl";i:494;s:2:"id";i:5368;s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";i:1520443497;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:253;s:11:"trend_index";i:273;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:477;a:21:{s:4:"tmpl";i:917;s:2:"id";i:12133;s:5:"title";s:24:"Law Firm &#8211; Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";i:1572847078;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:583;s:11:"trend_index";i:640;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:478;a:21:{s:4:"tmpl";i:425;s:2:"id";i:4436;s:5:"title";s:11:"Contact  16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";i:1520443293;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:161;s:11:"trend_index";i:68;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:479;a:21:{s:4:"tmpl";i:915;s:2:"id";i:12155;s:5:"title";s:26:"Law Firm &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";i:1572847054;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:193;s:11:"trend_index";i:110;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:480;a:21:{s:4:"tmpl";i:423;s:2:"id";i:4420;s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";i:1520443289;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:196;s:11:"trend_index";i:127;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:481;a:21:{s:4:"tmpl";i:921;s:2:"id";i:12080;s:5:"title";s:24:"Law Firm &#8211; Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";i:1572847120;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:153;s:16:"popularity_index";i:556;s:11:"trend_index";i:471;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:482;a:21:{s:4:"tmpl";i:534;s:2:"id";i:5836;s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";i:1520443597;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:114;s:11:"trend_index";i:76;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:483;a:21:{s:4:"tmpl";i:865;s:2:"id";i:11074;s:5:"title";s:31:"Digital Agency &#8211; Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";i:1564641872;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:163;s:11:"trend_index";i:170;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:484;a:21:{s:4:"tmpl";i:879;s:2:"id";i:11506;s:5:"title";s:19:"Gym &#8211; Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";i:1567392930;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:155;s:16:"popularity_index";i:514;s:11:"trend_index";i:554;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:485;a:21:{s:4:"tmpl";i:535;s:2:"id";i:5844;s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";i:1520443599;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:156;s:16:"popularity_index";i:289;s:11:"trend_index";i:313;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:486;a:21:{s:4:"tmpl";i:922;s:2:"id";i:12044;s:5:"title";s:24:"Law Firm &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";i:1572847130;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:437;s:11:"trend_index";i:304;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:487;a:21:{s:4:"tmpl";i:430;s:2:"id";i:4476;s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";i:1520443303;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:229;s:11:"trend_index";i:187;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:488;a:21:{s:4:"tmpl";i:918;s:2:"id";i:12124;s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";i:1572847096;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:158;s:16:"popularity_index";i:433;s:11:"trend_index";i:296;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:489;a:21:{s:4:"tmpl";i:864;s:2:"id";i:11056;s:5:"title";s:35:"Digital Agency &#8211; Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";i:1564641867;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:297;s:11:"trend_index";i:361;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:490;a:21:{s:4:"tmpl";i:476;s:2:"id";i:5214;s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";i:1520443462;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:194;s:11:"trend_index";i:106;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:491;a:21:{s:4:"tmpl";i:878;s:2:"id";i:11536;s:5:"title";s:19:"Gym &#8211; Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";i:1567392927;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:160;s:16:"popularity_index";i:621;s:11:"trend_index";i:674;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:492;a:21:{s:4:"tmpl";i:882;s:2:"id";i:11545;s:5:"title";s:21:"Gym &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";i:1567392943;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:161;s:16:"popularity_index";i:310;s:11:"trend_index";i:229;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:493;a:21:{s:4:"tmpl";i:919;s:2:"id";i:12116;s:5:"title";s:24:"Law Firm &#8211; Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";i:1572847105;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:489;s:11:"trend_index";i:339;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:494;a:21:{s:4:"tmpl";i:478;s:2:"id";i:5230;s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";i:1520443466;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:339;s:11:"trend_index";i:335;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:495;a:21:{s:4:"tmpl";i:868;s:2:"id";i:11094;s:5:"title";s:30:"Digital Agency &#8211; Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";i:1564641885;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:424;s:11:"trend_index";i:424;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:496;a:21:{s:4:"tmpl";i:481;s:2:"id";i:5257;s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";i:1520443472;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:438;s:11:"trend_index";i:490;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:497;a:21:{s:4:"tmpl";i:881;s:2:"id";i:11478;s:5:"title";s:17:"Gym &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";i:1567392939;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:164;s:16:"popularity_index";i:481;s:11:"trend_index";i:579;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:498;a:21:{s:4:"tmpl";i:532;s:2:"id";i:5820;s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";i:1520443593;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:183;s:11:"trend_index";i:357;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:499;a:21:{s:4:"tmpl";i:877;s:2:"id";i:11563;s:5:"title";s:19:"Gym &#8211; Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";i:1567392923;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:577;s:11:"trend_index";i:736;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:500;a:21:{s:4:"tmpl";i:422;s:2:"id";i:4411;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";i:1520443287;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:167;s:16:"popularity_index";i:113;s:11:"trend_index";i:217;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:501;a:21:{s:4:"tmpl";i:867;s:2:"id";i:11034;s:5:"title";s:30:"Digital Agency &#8211; Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";i:1564641881;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:168;s:16:"popularity_index";i:191;s:11:"trend_index";i:156;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:502;a:21:{s:4:"tmpl";i:533;s:2:"id";i:5828;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";i:1520443595;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:170;s:16:"popularity_index";i:312;s:11:"trend_index";i:495;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:503;a:21:{s:4:"tmpl";i:876;s:2:"id";i:11528;s:5:"title";s:19:"Gym &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";i:1567392917;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:505;s:11:"trend_index";i:624;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:504;a:21:{s:4:"tmpl";i:424;s:2:"id";i:4428;s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";i:1520443291;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:118;s:11:"trend_index";i:131;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:505;a:21:{s:4:"tmpl";i:426;s:2:"id";i:4444;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";i:1520443295;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:174;s:16:"popularity_index";i:84;s:11:"trend_index";i:93;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:506;a:21:{s:4:"tmpl";i:432;s:2:"id";i:4492;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";i:1520443307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:176;s:16:"popularity_index";i:37;s:11:"trend_index";i:31;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:507;a:21:{s:4:"tmpl";i:427;s:2:"id";i:4452;s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";i:1520443296;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:178;s:16:"popularity_index";i:139;s:11:"trend_index";i:150;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:508;a:21:{s:4:"tmpl";i:429;s:2:"id";i:4468;s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";i:1520443301;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:179;s:16:"popularity_index";i:127;s:11:"trend_index";i:72;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:509;a:21:{s:4:"tmpl";i:431;s:2:"id";i:4484;s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";i:1520443305;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:182;s:16:"popularity_index";i:328;s:11:"trend_index";i:260;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:510;a:21:{s:4:"tmpl";i:428;s:2:"id";i:4460;s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";i:1520443298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:184;s:16:"popularity_index";i:99;s:11:"trend_index";i:80;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:511;a:21:{s:4:"tmpl";i:613;s:2:"id";i:5558;s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";i:1520520684;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:185;s:16:"popularity_index";i:129;s:11:"trend_index";i:69;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:512;a:21:{s:4:"tmpl";i:634;s:2:"id";i:5939;s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";i:1520520760;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:187;s:16:"popularity_index";i:190;s:11:"trend_index";i:118;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:513;a:21:{s:4:"tmpl";i:633;s:2:"id";i:5930;s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";i:1520520758;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:190;s:16:"popularity_index";i:76;s:11:"trend_index";i:84;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:514;a:21:{s:4:"tmpl";i:632;s:2:"id";i:5921;s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";i:1520520757;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:192;s:16:"popularity_index";i:278;s:11:"trend_index";i:234;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:515;a:21:{s:4:"tmpl";i:618;s:2:"id";i:5607;s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";i:1520520695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:194;s:16:"popularity_index";i:42;s:11:"trend_index";i:11;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:516;a:21:{s:4:"tmpl";i:574;s:2:"id";i:6017;s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";i:1520520331;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:196;s:16:"popularity_index";i:152;s:11:"trend_index";i:122;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:517;a:21:{s:4:"tmpl";i:628;s:2:"id";i:5885;s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";i:1520520751;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:197;s:16:"popularity_index";i:274;s:11:"trend_index";i:256;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:518;a:21:{s:4:"tmpl";i:627;s:2:"id";i:5877;s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";i:1520520749;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:200;s:16:"popularity_index";i:564;s:11:"trend_index";i:677;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:519;a:21:{s:4:"tmpl";i:625;s:2:"id";i:5860;s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";i:1520520746;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:201;s:16:"popularity_index";i:120;s:11:"trend_index";i:63;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:520;a:21:{s:4:"tmpl";i:626;s:2:"id";i:5869;s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";i:1520520747;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:204;s:16:"popularity_index";i:345;s:11:"trend_index";i:486;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:521;a:21:{s:4:"tmpl";i:611;s:2:"id";i:5542;s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";i:1520520681;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:205;s:16:"popularity_index";i:169;s:11:"trend_index";i:270;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:522;a:21:{s:4:"tmpl";i:614;s:2:"id";i:5567;s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";i:1520520685;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:207;s:16:"popularity_index";i:143;s:11:"trend_index";i:225;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:523;a:21:{s:4:"tmpl";i:629;s:2:"id";i:5893;s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";i:1520520752;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:210;s:16:"popularity_index";i:259;s:11:"trend_index";i:457;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:524;a:21:{s:4:"tmpl";i:619;s:2:"id";i:5634;s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";i:1520520699;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:212;s:16:"popularity_index";i:188;s:11:"trend_index";i:255;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:525;a:21:{s:4:"tmpl";i:620;s:2:"id";i:5642;s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";i:1520520701;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:214;s:16:"popularity_index";i:226;s:11:"trend_index";i:262;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:526;a:21:{s:4:"tmpl";i:615;s:2:"id";i:5583;s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";i:1520520689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:216;s:16:"popularity_index";i:117;s:11:"trend_index";i:117;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:527;a:21:{s:4:"tmpl";i:630;s:2:"id";i:5904;s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";i:1520520754;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:217;s:16:"popularity_index";i:528;s:11:"trend_index";i:517;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:528;a:21:{s:4:"tmpl";i:631;s:2:"id";i:5912;s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";i:1520520755;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:219;s:16:"popularity_index";i:665;s:11:"trend_index";i:702;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:529;a:21:{s:4:"tmpl";i:473;s:2:"id";i:5189;s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";i:1520443456;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:221;s:16:"popularity_index";i:472;s:11:"trend_index";i:631;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:530;a:21:{s:4:"tmpl";i:623;s:2:"id";i:5667;s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";i:1520520705;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:222;s:16:"popularity_index";i:171;s:11:"trend_index";i:250;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:531;a:21:{s:4:"tmpl";i:474;s:2:"id";i:5198;s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";i:1520443458;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:225;s:16:"popularity_index";i:572;s:11:"trend_index";i:511;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:532;a:21:{s:4:"tmpl";i:475;s:2:"id";i:5206;s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";i:1520443459;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:226;s:16:"popularity_index";i:593;s:11:"trend_index";i:611;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:533;a:21:{s:4:"tmpl";i:480;s:2:"id";i:5249;s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";i:1520443470;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:228;s:16:"popularity_index";i:512;s:11:"trend_index";i:409;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:534;a:21:{s:4:"tmpl";i:612;s:2:"id";i:5550;s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";i:1520520682;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:231;s:16:"popularity_index";i:260;s:11:"trend_index";i:562;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:535;a:21:{s:4:"tmpl";i:536;s:2:"id";i:5852;s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";i:1520443600;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:232;s:16:"popularity_index";i:563;s:11:"trend_index";i:828;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:536;a:21:{s:4:"tmpl";i:624;s:2:"id";i:5675;s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";i:1520520707;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:235;s:16:"popularity_index";i:391;s:11:"trend_index";i:484;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:537;a:21:{s:4:"tmpl";i:616;s:2:"id";i:5591;s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";i:1520520691;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:237;s:16:"popularity_index";i:133;s:11:"trend_index";i:130;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:538;a:21:{s:4:"tmpl";i:617;s:2:"id";i:5599;s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";i:1520520693;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:239;s:16:"popularity_index";i:252;s:11:"trend_index";i:362;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:539;a:21:{s:4:"tmpl";i:514;s:2:"id";i:5575;s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";i:1520443543;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:240;s:16:"popularity_index";i:13;s:11:"trend_index";i:586;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:540;a:21:{s:4:"tmpl";i:622;s:2:"id";i:5658;s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";i:1520520704;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:243;s:16:"popularity_index";i:187;s:11:"trend_index";i:235;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:541;a:21:{s:4:"tmpl";i:621;s:2:"id";i:5650;s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";i:1520520702;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:244;s:16:"popularity_index";i:94;s:11:"trend_index";i:148;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:542;a:21:{s:4:"tmpl";i:1061;s:2:"id";i:15407;s:5:"title";s:24:"Dance Studio &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg";s:12:"tmpl_created";i:1603181958;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:22:"["404","Dance Studio"]";s:10:"menu_order";i:246;s:16:"popularity_index";i:783;s:11:"trend_index";i:710;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:543;a:21:{s:4:"tmpl";i:1062;s:2:"id";i:15400;s:5:"title";s:27:"Dance Studio &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg";s:12:"tmpl_created";i:1603181989;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:25:"["Dance Studio","Footer"]";s:10:"menu_order";i:247;s:16:"popularity_index";i:586;s:11:"trend_index";i:243;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:544;a:21:{s:4:"tmpl";i:1063;s:2:"id";i:15391;s:5:"title";s:27:"Dance Studio &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg";s:12:"tmpl_created";i:1603182011;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:25:"["Dance Studio","Header"]";s:10:"menu_order";i:248;s:16:"popularity_index";i:352;s:11:"trend_index";i:67;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:545;a:21:{s:4:"tmpl";i:874;s:2:"id";i:11192;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";i:1564642399;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","Footer","Marketing"]";s:10:"menu_order";i:250;s:16:"popularity_index";i:172;s:11:"trend_index";i:105;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:546;a:21:{s:4:"tmpl";i:873;s:2:"id";i:11198;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png";s:12:"tmpl_created";i:1564642395;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","Header","Marketing"]";s:10:"menu_order";i:251;s:16:"popularity_index";i:34;s:11:"trend_index";i:10;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:547;a:21:{s:4:"tmpl";i:872;s:2:"id";i:11204;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";i:1564642389;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","Marketing"]";s:10:"menu_order";i:253;s:16:"popularity_index";i:301;s:11:"trend_index";i:239;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:548;a:21:{s:4:"tmpl";i:871;s:2:"id";i:11220;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";i:1564642385;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:255;s:16:"popularity_index";i:116;s:11:"trend_index";i:73;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:549;a:21:{s:4:"tmpl";i:870;s:2:"id";i:11231;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";i:1564642380;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:257;s:16:"popularity_index";i:145;s:11:"trend_index";i:71;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:550;a:21:{s:4:"tmpl";i:520;s:2:"id";i:5711;s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";i:1520443571;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:260;s:16:"popularity_index";i:200;s:11:"trend_index";i:231;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:551;a:21:{s:4:"tmpl";i:523;s:2:"id";i:5737;s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";i:1520443576;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:261;s:16:"popularity_index";i:155;s:11:"trend_index";i:112;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:552;a:21:{s:4:"tmpl";i:524;s:2:"id";i:5746;s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";i:1520443578;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:264;s:16:"popularity_index";i:212;s:11:"trend_index";i:305;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:553;a:21:{s:4:"tmpl";i:519;s:2:"id";i:5703;s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";i:1520443569;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:265;s:16:"popularity_index";i:29;s:11:"trend_index";i:38;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:554;a:21:{s:4:"tmpl";i:521;s:2:"id";i:5719;s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";i:1520443573;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:267;s:16:"popularity_index";i:125;s:11:"trend_index";i:251;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:555;a:21:{s:4:"tmpl";i:522;s:2:"id";i:5729;s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";i:1520443575;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:269;s:16:"popularity_index";i:319;s:11:"trend_index";i:327;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:556;a:21:{s:4:"tmpl";i:525;s:2:"id";i:5755;s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";i:1520443580;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:271;s:16:"popularity_index";i:112;s:11:"trend_index";i:180;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:557;a:21:{s:4:"tmpl";i:526;s:2:"id";i:5764;s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";i:1520443582;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:273;s:16:"popularity_index";i:338;s:11:"trend_index";i:474;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:558;a:21:{s:4:"tmpl";i:517;s:2:"id";i:5684;s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";i:1520443565;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:274;s:16:"popularity_index";i:74;s:11:"trend_index";i:193;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:559;a:21:{s:4:"tmpl";i:518;s:2:"id";i:5693;s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";i:1520443567;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:276;s:16:"popularity_index";i:224;s:11:"trend_index";i:515;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:560;a:21:{s:4:"tmpl";i:548;s:2:"id";i:6053;s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";i:1520443645;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:277;s:16:"popularity_index";i:179;s:11:"trend_index";i:463;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:561;a:21:{s:4:"tmpl";i:542;s:2:"id";i:5991;s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";i:1520443632;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:279;s:16:"popularity_index";i:135;s:11:"trend_index";i:265;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:562;a:21:{s:4:"tmpl";i:547;s:2:"id";i:6044;s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";i:1520443643;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:280;s:16:"popularity_index";i:70;s:11:"trend_index";i:163;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:563;a:21:{s:4:"tmpl";i:566;s:2:"id";i:6212;s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";i:1520443684;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:281;s:16:"popularity_index";i:81;s:11:"trend_index";i:98;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:564;a:21:{s:4:"tmpl";i:567;s:2:"id";i:6220;s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";i:1520443685;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:282;s:16:"popularity_index";i:88;s:11:"trend_index";i:189;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:565;a:21:{s:4:"tmpl";i:541;s:2:"id";i:5983;s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";i:1520443630;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:2:"[]";s:10:"menu_order";i:283;s:16:"popularity_index";i:231;s:11:"trend_index";i:351;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:566;a:21:{s:4:"tmpl";i:540;s:2:"id";i:5974;s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";i:1520443629;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:286;s:16:"popularity_index";i:69;s:11:"trend_index";i:181;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:567;a:21:{s:4:"tmpl";i:516;s:2:"id";i:5624;s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";i:1520443553;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:287;s:16:"popularity_index";i:93;s:11:"trend_index";i:352;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:568;a:21:{s:4:"tmpl";i:515;s:2:"id";i:5615;s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";i:1520443551;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:290;s:16:"popularity_index";i:41;s:11:"trend_index";i:119;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:569;a:21:{s:4:"tmpl";i:539;s:2:"id";i:5963;s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";i:1520443626;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:291;s:16:"popularity_index";i:67;s:11:"trend_index";i:133;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:570;a:21:{s:4:"tmpl";i:565;s:2:"id";i:6204;s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";i:1520443681;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:292;s:16:"popularity_index";i:217;s:11:"trend_index";i:223;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:571;a:21:{s:4:"tmpl";i:564;s:2:"id";i:6196;s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";i:1520443680;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:294;s:16:"popularity_index";i:106;s:11:"trend_index";i:113;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:572;a:21:{s:4:"tmpl";i:1033;s:2:"id";i:15033;s:5:"title";s:28:"Flooring Company &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/08/404.png";s:12:"tmpl_created";i:1597739459;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:45:"["404","Flooring company","Flooring website"]";s:10:"menu_order";i:296;s:16:"popularity_index";i:655;s:11:"trend_index";i:671;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:573;a:21:{s:4:"tmpl";i:1032;s:2:"id";i:15042;s:5:"title";s:32:"Flooring Company &#8211; Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png";s:12:"tmpl_created";i:1597739084;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:297;s:16:"popularity_index";i:320;s:11:"trend_index";i:275;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:574;a:21:{s:4:"tmpl";i:1031;s:2:"id";i:15017;s:5:"title";s:31:"Flooring Company &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png";s:12:"tmpl_created";i:1597738933;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:48:"["Flooring company","Flooring website","Footer"]";s:10:"menu_order";i:299;s:16:"popularity_index";i:323;s:11:"trend_index";i:192;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:575;a:21:{s:4:"tmpl";i:1030;s:2:"id";i:15007;s:5:"title";s:31:"Flooring Company &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Header.png";s:12:"tmpl_created";i:1597738896;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:48:"["Flooring company","Flooring website","Header"]";s:10:"menu_order";i:302;s:16:"popularity_index";i:459;s:11:"trend_index";i:333;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:576;a:21:{s:4:"tmpl";i:1029;s:2:"id";i:15052;s:5:"title";s:36:"Flooring Company &#8211; Single post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Single.png";s:12:"tmpl_created";i:1597738858;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:303;s:16:"popularity_index";i:392;s:11:"trend_index";i:226;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:577;a:21:{s:4:"tmpl";i:651;s:2:"id";i:7837;s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";i:1524582852;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:305;s:16:"popularity_index";i:495;s:11:"trend_index";i:539;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:578;a:21:{s:4:"tmpl";i:647;s:2:"id";i:7937;s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";i:1524582665;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:308;s:16:"popularity_index";i:185;s:11:"trend_index";i:115;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:579;a:21:{s:4:"tmpl";i:646;s:2:"id";i:7950;s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";i:1524582631;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:310;s:16:"popularity_index";i:244;s:11:"trend_index";i:203;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:580;a:21:{s:4:"tmpl";i:645;s:2:"id";i:7959;s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";i:1524582605;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:311;s:16:"popularity_index";i:177;s:11:"trend_index";i:140;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:581;a:21:{s:4:"tmpl";i:644;s:2:"id";i:7982;s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";i:1524582468;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:314;s:16:"popularity_index";i:209;s:11:"trend_index";i:212;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:582;a:21:{s:4:"tmpl";i:643;s:2:"id";i:7997;s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";i:1524582343;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:316;s:16:"popularity_index";i:64;s:11:"trend_index";i:41;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:583;a:21:{s:4:"tmpl";i:693;s:2:"id";i:9119;s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";i:1532428138;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:317;s:16:"popularity_index";i:240;s:11:"trend_index";i:154;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:584;a:21:{s:4:"tmpl";i:652;s:2:"id";i:7852;s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";i:1524582875;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:320;s:16:"popularity_index";i:199;s:11:"trend_index";i:96;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:585;a:21:{s:4:"tmpl";i:653;s:2:"id";i:7862;s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";i:1524582903;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:321;s:16:"popularity_index";i:137;s:11:"trend_index";i:91;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:586;a:21:{s:4:"tmpl";i:654;s:2:"id";i:7871;s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";i:1524582927;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:323;s:16:"popularity_index";i:97;s:11:"trend_index";i:55;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:587;a:21:{s:4:"tmpl";i:655;s:2:"id";i:7884;s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";i:1524582944;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:325;s:16:"popularity_index";i:92;s:11:"trend_index";i:109;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:588;a:21:{s:4:"tmpl";i:656;s:2:"id";i:7892;s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";i:1524583015;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:326;s:16:"popularity_index";i:132;s:11:"trend_index";i:146;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:589;a:21:{s:4:"tmpl";i:650;s:2:"id";i:7904;s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";i:1524582814;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:328;s:16:"popularity_index";i:203;s:11:"trend_index";i:186;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:590;a:21:{s:4:"tmpl";i:649;s:2:"id";i:7917;s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";i:1524582788;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:329;s:16:"popularity_index";i:89;s:11:"trend_index";i:144;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:591;a:21:{s:4:"tmpl";i:648;s:2:"id";i:7927;s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";i:1524582691;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:331;s:16:"popularity_index";i:178;s:11:"trend_index";i:100;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:592;a:21:{s:4:"tmpl";i:642;s:2:"id";i:4676;s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";i:1522014215;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:338;s:16:"popularity_index";i:237;s:11:"trend_index";i:346;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:593;a:21:{s:4:"tmpl";i:637;s:2:"id";i:7627;s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";i:1521547332;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:340;s:16:"popularity_index";i:100;s:11:"trend_index";i:83;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:594;a:21:{s:4:"tmpl";i:638;s:2:"id";i:7638;s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";i:1521547502;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:342;s:16:"popularity_index";i:124;s:11:"trend_index";i:147;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:595;a:21:{s:4:"tmpl";i:888;s:2:"id";i:11424;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";i:1567393309;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";i:344;s:16:"popularity_index";i:679;s:11:"trend_index";i:769;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:596;a:21:{s:4:"tmpl";i:887;s:2:"id";i:11435;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";i:1567393296;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:346;s:16:"popularity_index";i:441;s:11:"trend_index";i:507;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:597;a:21:{s:4:"tmpl";i:886;s:2:"id";i:11445;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";i:1567393229;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:349;s:16:"popularity_index";i:452;s:11:"trend_index";i:479;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:598;a:21:{s:4:"tmpl";i:885;s:2:"id";i:11453;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";i:1567393224;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["Footer","Gym"]";s:10:"menu_order";i:351;s:16:"popularity_index";i:270;s:11:"trend_index";i:331;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:599;a:21:{s:4:"tmpl";i:884;s:2:"id";i:11461;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png";s:12:"tmpl_created";i:1567393219;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:16:"["Gym","Header"]";s:10:"menu_order";i:352;s:16:"popularity_index";i:201;s:11:"trend_index";i:135;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:600;a:21:{s:4:"tmpl";i:635;s:2:"id";i:7596;s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";i:1521546999;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:354;s:16:"popularity_index";i:33;s:11:"trend_index";i:17;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:601;a:21:{s:4:"tmpl";i:663;s:2:"id";i:7801;s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";i:1524583659;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:356;s:16:"popularity_index";i:51;s:11:"trend_index";i:14;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:602;a:21:{s:4:"tmpl";i:658;s:2:"id";i:7812;s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";i:1524583298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:358;s:16:"popularity_index";i:96;s:11:"trend_index";i:103;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:603;a:21:{s:4:"tmpl";i:657;s:2:"id";i:7825;s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";i:1524583273;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:360;s:16:"popularity_index";i:63;s:11:"trend_index";i:75;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:604;a:21:{s:4:"tmpl";i:694;s:2:"id";i:9127;s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";i:1532428699;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:362;s:16:"popularity_index";i:61;s:11:"trend_index";i:58;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:605;a:21:{s:4:"tmpl";i:636;s:2:"id";i:7615;s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";i:1521547237;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:365;s:16:"popularity_index";i:30;s:11:"trend_index";i:33;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:606;a:21:{s:4:"tmpl";i:665;s:2:"id";i:7713;s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";i:1524584780;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:367;s:16:"popularity_index";i:43;s:11:"trend_index";i:28;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:607;a:21:{s:4:"tmpl";i:659;s:2:"id";i:7724;s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";i:1524583367;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:369;s:16:"popularity_index";i:24;s:11:"trend_index";i:13;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:608;a:21:{s:4:"tmpl";i:660;s:2:"id";i:7734;s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";i:1524583436;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:371;s:16:"popularity_index";i:36;s:11:"trend_index";i:18;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:609;a:21:{s:4:"tmpl";i:666;s:2:"id";i:7744;s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";i:1524584784;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:372;s:16:"popularity_index";i:65;s:11:"trend_index";i:94;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:610;a:21:{s:4:"tmpl";i:664;s:2:"id";i:7754;s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";i:1524583712;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:375;s:16:"popularity_index";i:111;s:11:"trend_index";i:143;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:611;a:21:{s:4:"tmpl";i:661;s:2:"id";i:7771;s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";i:1524583540;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:376;s:16:"popularity_index";i:91;s:11:"trend_index";i:60;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:612;a:21:{s:4:"tmpl";i:662;s:2:"id";i:7787;s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";i:1524583598;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:379;s:16:"popularity_index";i:102;s:11:"trend_index";i:78;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:613;a:21:{s:4:"tmpl";i:572;s:2:"id";i:6266;s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";i:1520443695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:380;s:16:"popularity_index";i:52;s:11:"trend_index";i:35;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:614;a:21:{s:4:"tmpl";i:528;s:2:"id";i:5783;s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";i:1520443586;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:383;s:16:"popularity_index";i:365;s:11:"trend_index";i:567;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:615;a:21:{s:4:"tmpl";i:527;s:2:"id";i:5773;s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";i:1520443584;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:384;s:16:"popularity_index";i:39;s:11:"trend_index";i:179;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:616;a:21:{s:4:"tmpl";i:479;s:2:"id";i:5238;s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";i:1520443468;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:386;s:16:"popularity_index";i:611;s:11:"trend_index";i:555;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:617;a:21:{s:4:"tmpl";i:573;s:2:"id";i:6274;s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";i:1520443698;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:389;s:16:"popularity_index";i:87;s:11:"trend_index";i:88;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:618;a:21:{s:4:"tmpl";i:569;s:2:"id";i:6239;s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";i:1520443689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:391;s:16:"popularity_index";i:23;s:11:"trend_index";i:34;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:619;a:21:{s:4:"tmpl";i:571;s:2:"id";i:6258;s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";i:1520443693;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:393;s:16:"popularity_index";i:479;s:11:"trend_index";i:470;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:620;a:21:{s:4:"tmpl";i:570;s:2:"id";i:6249;s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";i:1520443691;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:395;s:16:"popularity_index";i:56;s:11:"trend_index";i:85;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:621;a:21:{s:4:"tmpl";i:568;s:2:"id";i:6230;s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";i:1520443687;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:396;s:16:"popularity_index";i:406;s:11:"trend_index";i:542;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:622;a:21:{s:4:"tmpl";i:530;s:2:"id";i:5801;s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";i:1520443589;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:398;s:16:"popularity_index";i:15;s:11:"trend_index";i:37;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:623;a:21:{s:4:"tmpl";i:531;s:2:"id";i:5811;s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";i:1520443591;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:400;s:16:"popularity_index";i:105;s:11:"trend_index";i:86;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:624;a:21:{s:4:"tmpl";i:529;s:2:"id";i:5792;s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";i:1520443588;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:403;s:16:"popularity_index";i:225;s:11:"trend_index";i:244;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:625;a:21:{s:4:"tmpl";i:978;s:2:"id";i:13251;s:5:"title";s:27:"Interior Design &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";i:1586148737;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:405;s:16:"popularity_index";i:730;s:11:"trend_index";i:795;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:626;a:21:{s:4:"tmpl";i:979;s:2:"id";i:13244;s:5:"title";s:30:"Interior Design &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";i:1586148742;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Business","Footer","Interior Design"]";s:10:"menu_order";i:406;s:16:"popularity_index";i:322;s:11:"trend_index";i:178;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:627;a:21:{s:4:"tmpl";i:980;s:2:"id";i:13236;s:5:"title";s:30:"Interior Design &#8211; Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";i:1586148746;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Business","Header","Interior Design"]";s:10:"menu_order";i:408;s:16:"popularity_index";i:146;s:11:"trend_index";i:64;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:628;a:21:{s:4:"tmpl";i:977;s:2:"id";i:13259;s:5:"title";s:36:"Interior Design &#8211; News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";i:1586148733;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:410;s:16:"popularity_index";i:436;s:11:"trend_index";i:132;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:629;a:21:{s:4:"tmpl";i:976;s:2:"id";i:13267;s:5:"title";s:35:"Interior Design &#8211; Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";i:1586148728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:413;s:16:"popularity_index";i:402;s:11:"trend_index";i:108;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:630;a:21:{s:4:"tmpl";i:975;s:2:"id";i:13274;s:5:"title";s:38:"Interior Design &#8211; Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";i:1586148723;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:414;s:16:"popularity_index";i:601;s:11:"trend_index";i:324;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:631;a:21:{s:4:"tmpl";i:1011;s:2:"id";i:14058;s:5:"title";s:36:"Japanese restaurant &#8211; 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";i:1592290211;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";i:416;s:16:"popularity_index";i:724;s:11:"trend_index";i:647;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:632;a:21:{s:4:"tmpl";i:1012;s:2:"id";i:14050;s:5:"title";s:34:"Japanese restaurant &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";i:1592290247;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","Footer","Japanese","Restaurant"]";s:10:"menu_order";i:419;s:16:"popularity_index";i:317;s:11:"trend_index";i:238;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:633;a:21:{s:4:"tmpl";i:1013;s:2:"id";i:14042;s:5:"title";s:34:"Japanese Restaurant &#8211; Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";i:1592290277;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:41:"["Food","Header","Japanese","Restaurant"]";s:10:"menu_order";i:421;s:16:"popularity_index";i:411;s:11:"trend_index";i:274;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:634;a:21:{s:4:"tmpl";i:914;s:2:"id";i:12164;s:5:"title";s:20:"Law Firm &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";i:1572846979;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";i:422;s:16:"popularity_index";i:704;s:11:"trend_index";i:716;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:635;a:21:{s:4:"tmpl";i:913;s:2:"id";i:12170;s:5:"title";s:23:"Law Firm &#8211; Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";i:1572846967;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:424;s:16:"popularity_index";i:431;s:11:"trend_index";i:294;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:636;a:21:{s:4:"tmpl";i:912;s:2:"id";i:12179;s:5:"title";s:23:"Law Firm &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";i:1572846958;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Law","Law Firm"]";s:10:"menu_order";i:425;s:16:"popularity_index";i:388;s:11:"trend_index";i:240;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:637;a:21:{s:4:"tmpl";i:911;s:2:"id";i:12194;s:5:"title";s:23:"Law Firm &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";i:1572846935;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Law","Law Firm"]";s:10:"menu_order";i:427;s:16:"popularity_index";i:80;s:11:"trend_index";i:39;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:638;a:21:{s:4:"tmpl";i:910;s:2:"id";i:12203;s:5:"title";s:30:"Law Firm &#8211; Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";i:1572846925;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:430;s:16:"popularity_index";i:493;s:11:"trend_index";i:433;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:639;a:21:{s:4:"tmpl";i:909;s:2:"id";i:12212;s:5:"title";s:28:"Law Firm &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";i:1572846914;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:432;s:16:"popularity_index";i:326;s:11:"trend_index";i:214;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:640;a:21:{s:4:"tmpl";i:1022;s:2:"id";i:14772;s:5:"title";s:35:"Luxury Real Estate &#8211; 404 page";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/07/404.png";s:12:"tmpl_created";i:1595315728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Real estate","Realestate"]";s:10:"menu_order";i:433;s:16:"popularity_index";i:759;s:11:"trend_index";i:720;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:641;a:21:{s:4:"tmpl";i:1023;s:2:"id";i:14779;s:5:"title";s:33:"Luxury Real Estate &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png";s:12:"tmpl_created";i:1595315743;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Footer","Real estate","Realestate"]";s:10:"menu_order";i:434;s:16:"popularity_index";i:536;s:11:"trend_index";i:505;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:642;a:21:{s:4:"tmpl";i:1024;s:2:"id";i:14790;s:5:"title";s:33:"Luxury Real Estate &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Header.png";s:12:"tmpl_created";i:1595315760;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Header","Real estate","Realestate"]";s:10:"menu_order";i:436;s:16:"popularity_index";i:101;s:11:"trend_index";i:157;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:643;a:21:{s:4:"tmpl";i:1026;s:2:"id";i:14809;s:5:"title";s:45:"Luxury Real Estate &#8211; Properties Archive";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png";s:12:"tmpl_created";i:1595315826;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:438;s:16:"popularity_index";i:414;s:11:"trend_index";i:420;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:644;a:21:{s:4:"tmpl";i:1027;s:2:"id";i:14816;s:5:"title";s:47:"Luxury Real Estate &#8211; Property single post";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png";s:12:"tmpl_created";i:1595315847;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:441;s:16:"popularity_index";i:541;s:11:"trend_index";i:665;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:645;a:21:{s:4:"tmpl";i:1025;s:2:"id";i:14799;s:5:"title";s:38:"Luxury Real Estate &#8211; single post";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Post.png";s:12:"tmpl_created";i:1595315792;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:442;s:16:"popularity_index";i:369;s:11:"trend_index";i:441;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:646;a:21:{s:4:"tmpl";i:950;s:2:"id";i:12635;s:5:"title";s:20:"Magazine &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";i:1579060746;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";i:445;s:16:"popularity_index";i:645;s:11:"trend_index";i:734;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:647;a:21:{s:4:"tmpl";i:949;s:2:"id";i:12643;s:5:"title";s:24:"Magazine &#8211; Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";i:1579060737;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:447;s:16:"popularity_index";i:346;s:11:"trend_index";i:272;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:648;a:21:{s:4:"tmpl";i:946;s:2:"id";i:12669;s:5:"title";s:23:"Magazine &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";i:1579060715;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","Footer","Magazine"]";s:10:"menu_order";i:448;s:16:"popularity_index";i:442;s:11:"trend_index";i:349;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:649;a:21:{s:4:"tmpl";i:945;s:2:"id";i:12678;s:5:"title";s:23:"Magazine &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";i:1579060701;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:28:"["Blog","Header","Magazine"]";s:10:"menu_order";i:450;s:16:"popularity_index";i:295;s:11:"trend_index";i:197;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:650;a:21:{s:4:"tmpl";i:947;s:2:"id";i:12661;s:5:"title";s:23:"Magazine &#8211; Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";i:1579060722;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:452;s:16:"popularity_index";i:396;s:11:"trend_index";i:509;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:651;a:21:{s:4:"tmpl";i:944;s:2:"id";i:12688;s:5:"title";s:30:"Magazine &#8211; Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";i:1579060692;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:453;s:16:"popularity_index";i:342;s:11:"trend_index";i:175;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:652;a:21:{s:4:"tmpl";i:943;s:2:"id";i:12699;s:5:"title";s:30:"Magazine &#8211; Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";i:1579060680;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:454;s:16:"popularity_index";i:348;s:11:"trend_index";i:129;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:653;a:21:{s:4:"tmpl";i:942;s:2:"id";i:12707;s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";i:1579060669;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:457;s:16:"popularity_index";i:476;s:11:"trend_index";i:246;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:654;a:21:{s:4:"tmpl";i:941;s:2:"id";i:12716;s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";i:1579060659;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:459;s:16:"popularity_index";i:513;s:11:"trend_index";i:489;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:655;a:21:{s:4:"tmpl";i:948;s:2:"id";i:12652;s:5:"title";s:17:"Magazine- Archiv2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png";s:12:"tmpl_created";i:1579060730;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:461;s:16:"popularity_index";i:525;s:11:"trend_index";i:585;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:656;a:21:{s:4:"tmpl";i:990;s:2:"id";i:13361;s:5:"title";s:25:"Online Course &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";i:1587474710;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";i:462;s:16:"popularity_index";i:682;s:11:"trend_index";i:498;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:657;a:21:{s:4:"tmpl";i:987;s:2:"id";i:13387;s:5:"title";s:32:"Online Course &#8211; End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";i:1587474682;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:464;s:16:"popularity_index";i:653;s:11:"trend_index";i:408;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:658;a:21:{s:4:"tmpl";i:989;s:2:"id";i:13369;s:5:"title";s:28:"Online Course &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";i:1587474701;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","Footer"]";s:10:"menu_order";i:466;s:16:"popularity_index";i:389;s:11:"trend_index";i:308;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:659;a:21:{s:4:"tmpl";i:988;s:2:"id";i:13378;s:5:"title";s:28:"Online Course &#8211; Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";i:1587474693;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:38:"["Course Online","Education","Header"]";s:10:"menu_order";i:469;s:16:"popularity_index";i:492;s:11:"trend_index";i:519;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:660;a:21:{s:4:"tmpl";i:986;s:2:"id";i:13395;s:5:"title";s:34:"Online Course &#8211; Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";i:1587474673;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:471;s:16:"popularity_index";i:672;s:11:"trend_index";i:578;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:661;a:21:{s:4:"tmpl";i:953;s:2:"id";i:13089;s:5:"title";s:23:"Photography &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";i:1582091623;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","Portfolio"]";s:10:"menu_order";i:473;s:16:"popularity_index";i:702;s:11:"trend_index";i:706;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:662;a:21:{s:4:"tmpl";i:954;s:2:"id";i:13096;s:5:"title";s:32:"Photography &#8211; Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";i:1582091742;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:475;s:16:"popularity_index";i:631;s:11:"trend_index";i:405;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:663;a:21:{s:4:"tmpl";i:955;s:2:"id";i:13103;s:5:"title";s:26:"Photography &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";i:1582091903;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["Footer","Photography","Portfolio"]";s:10:"menu_order";i:477;s:16:"popularity_index";i:422;s:11:"trend_index";i:230;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:664;a:21:{s:4:"tmpl";i:957;s:2:"id";i:13112;s:5:"title";s:26:"Photography &#8211; Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";i:1582092483;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:36:"["Header","Photography","Portfolio"]";s:10:"menu_order";i:478;s:16:"popularity_index";i:325;s:11:"trend_index";i:205;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:665;a:21:{s:4:"tmpl";i:956;s:2:"id";i:13120;s:5:"title";s:31:"Photography &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";i:1582092351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:480;s:16:"popularity_index";i:671;s:11:"trend_index";i:645;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:666;a:21:{s:4:"tmpl";i:901;s:2:"id";i:11807;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";i:1569430070;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Creative Portfolio","Portfolio"]";s:10:"menu_order";i:483;s:16:"popularity_index";i:480;s:11:"trend_index";i:497;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:667;a:21:{s:4:"tmpl";i:900;s:2:"id";i:11832;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";i:1569430019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Creative Portfolio","Footer","Portfolio"]";s:10:"menu_order";i:484;s:16:"popularity_index";i:246;s:11:"trend_index";i:102;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:668;a:21:{s:4:"tmpl";i:898;s:2:"id";i:11847;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";i:1569430010;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:487;s:16:"popularity_index";i:336;s:11:"trend_index";i:455;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:669;a:21:{s:4:"tmpl";i:897;s:2:"id";i:11854;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";i:1569429983;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:489;s:16:"popularity_index";i:482;s:11:"trend_index";i:609;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:670;a:21:{s:4:"tmpl";i:904;s:2:"id";i:11890;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png";s:12:"tmpl_created";i:1571907344;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Creative Portfolio","Header","Portfolio"]";s:10:"menu_order";i:491;s:16:"popularity_index";i:306;s:11:"trend_index";i:364;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:671;a:21:{s:4:"tmpl";i:896;s:2:"id";i:11861;s:5:"title";s:27:"Portfolio &#8211; Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";i:1569429975;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:493;s:16:"popularity_index";i:643;s:11:"trend_index";i:764;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:672;a:21:{s:4:"tmpl";i:895;s:2:"id";i:11870;s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569429964;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:495;s:16:"popularity_index";i:662;s:11:"trend_index";i:816;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:673;a:21:{s:4:"tmpl";i:903;s:2:"id";i:11897;s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569494236;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:496;s:16:"popularity_index";i:733;s:11:"trend_index";i:744;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:674;a:21:{s:4:"tmpl";i:894;s:2:"id";i:11877;s:5:"title";s:27:"Portfolio &#8211; Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";i:1569429954;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:498;s:16:"popularity_index";i:692;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:675;a:21:{s:4:"tmpl";i:597;s:2:"id";i:5019;s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";i:1520520580;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:500;s:16:"popularity_index";i:170;s:11:"trend_index";i:236;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:676;a:21:{s:4:"tmpl";i:609;s:2:"id";i:5141;s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";i:1520520601;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:503;s:16:"popularity_index";i:416;s:11:"trend_index";i:478;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:677;a:21:{s:4:"tmpl";i:598;s:2:"id";i:5027;s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";i:1520520581;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:504;s:16:"popularity_index";i:304;s:11:"trend_index";i:421;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:678;a:21:{s:4:"tmpl";i:599;s:2:"id";i:5037;s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";i:1520520583;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:507;s:16:"popularity_index";i:279;s:11:"trend_index";i:399;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:679;a:21:{s:4:"tmpl";i:600;s:2:"id";i:5057;s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";i:1520520586;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:509;s:16:"popularity_index";i:239;s:11:"trend_index";i:288;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:680;a:21:{s:4:"tmpl";i:601;s:2:"id";i:5071;s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";i:1520520588;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:511;s:16:"popularity_index";i:276;s:11:"trend_index";i:329;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:681;a:21:{s:4:"tmpl";i:603;s:2:"id";i:5090;s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";i:1520520591;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:513;s:16:"popularity_index";i:186;s:11:"trend_index";i:283;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:682;a:21:{s:4:"tmpl";i:604;s:2:"id";i:5098;s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";i:1520520593;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:515;s:16:"popularity_index";i:156;s:11:"trend_index";i:211;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:683;a:21:{s:4:"tmpl";i:606;s:2:"id";i:5115;s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";i:1520520596;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:517;s:16:"popularity_index";i:19;s:11:"trend_index";i:22;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:684;a:21:{s:4:"tmpl";i:608;s:2:"id";i:5133;s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";i:1520520599;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:519;s:16:"popularity_index";i:180;s:11:"trend_index";i:280;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:685;a:21:{s:4:"tmpl";i:610;s:2:"id";i:5149;s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";i:1520520602;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:521;s:16:"popularity_index";i:413;s:11:"trend_index";i:635;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:686;a:21:{s:4:"tmpl";i:468;s:2:"id";i:5045;s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";i:1520443423;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:523;s:16:"popularity_index";i:636;s:11:"trend_index";i:608;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:687;a:21:{s:4:"tmpl";i:602;s:2:"id";i:5082;s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";i:1520520589;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:524;s:16:"popularity_index";i:558;s:11:"trend_index";i:654;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:688;a:21:{s:4:"tmpl";i:605;s:2:"id";i:5107;s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";i:1520520594;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:527;s:16:"popularity_index";i:380;s:11:"trend_index";i:347;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:689;a:21:{s:4:"tmpl";i:607;s:2:"id";i:5125;s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";i:1520520597;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:529;s:16:"popularity_index";i:236;s:11:"trend_index";i:386;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:690;a:21:{s:4:"tmpl";i:596;s:2:"id";i:5007;s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";i:1520520578;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:530;s:16:"popularity_index";i:44;s:11:"trend_index";i:183;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:691;a:21:{s:4:"tmpl";i:434;s:2:"id";i:4509;s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";i:1520443310;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:532;s:16:"popularity_index";i:703;s:11:"trend_index";i:641;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:692;a:21:{s:4:"tmpl";i:439;s:2:"id";i:4553;s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";i:1520443319;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:534;s:16:"popularity_index";i:511;s:11:"trend_index";i:506;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:693;a:21:{s:4:"tmpl";i:441;s:2:"id";i:4572;s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";i:1520443324;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:537;s:16:"popularity_index";i:308;s:11:"trend_index";i:248;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:694;a:21:{s:4:"tmpl";i:442;s:2:"id";i:4580;s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";i:1520443326;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:539;s:16:"popularity_index";i:576;s:11:"trend_index";i:526;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:695;a:21:{s:4:"tmpl";i:444;s:2:"id";i:4597;s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";i:1520443330;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:540;s:16:"popularity_index";i:613;s:11:"trend_index";i:450;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:696;a:21:{s:4:"tmpl";i:446;s:2:"id";i:4613;s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";i:1520443334;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:543;s:16:"popularity_index";i:581;s:11:"trend_index";i:568;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:697;a:21:{s:4:"tmpl";i:436;s:2:"id";i:4529;s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";i:1520443314;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:545;s:16:"popularity_index";i:609;s:11:"trend_index";i:613;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:698;a:21:{s:4:"tmpl";i:438;s:2:"id";i:4545;s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";i:1520443317;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:547;s:16:"popularity_index";i:707;s:11:"trend_index";i:825;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:699;a:21:{s:4:"tmpl";i:440;s:2:"id";i:4562;s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";i:1520443322;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:549;s:16:"popularity_index";i:697;s:11:"trend_index";i:821;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:700;a:21:{s:4:"tmpl";i:443;s:2:"id";i:4589;s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";i:1520443327;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:551;s:16:"popularity_index";i:716;s:11:"trend_index";i:639;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:701;a:21:{s:4:"tmpl";i:445;s:2:"id";i:4605;s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";i:1520443332;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:553;s:16:"popularity_index";i:738;s:11:"trend_index";i:773;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:702;a:21:{s:4:"tmpl";i:433;s:2:"id";i:4500;s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";i:1520443308;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:554;s:16:"popularity_index";i:500;s:11:"trend_index";i:451;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:703;a:21:{s:4:"tmpl";i:435;s:2:"id";i:4521;s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";i:1520443312;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:557;s:16:"popularity_index";i:311;s:11:"trend_index";i:372;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:704;a:21:{s:4:"tmpl";i:437;s:2:"id";i:4537;s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";i:1520443315;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:559;s:16:"popularity_index";i:589;s:11:"trend_index";i:841;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:705;a:21:{s:4:"tmpl";i:1046;s:2:"id";i:15204;s:5:"title";s:24:"Psychologist &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg";s:12:"tmpl_created";i:1600161419;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Psychologist","Psychotherapist"]";s:10:"menu_order";i:564;s:16:"popularity_index";i:574;s:11:"trend_index";i:493;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:706;a:21:{s:4:"tmpl";i:1047;s:2:"id";i:15212;s:5:"title";s:28:"Psychologist &#8211; Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg";s:12:"tmpl_created";i:1600162340;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:565;s:16:"popularity_index";i:379;s:11:"trend_index";i:358;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:707;a:21:{s:4:"tmpl";i:1048;s:2:"id";i:15219;s:5:"title";s:27:"Psychologist &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg";s:12:"tmpl_created";i:1600163069;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Footer","Psychologist","Psychotherapist"]";s:10:"menu_order";i:566;s:16:"popularity_index";i:599;s:11:"trend_index";i:500;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:708;a:21:{s:4:"tmpl";i:701;s:2:"id";i:9239;s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";i:1532953482;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:566;s:16:"popularity_index";i:60;s:11:"trend_index";i:25;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:709;a:21:{s:4:"tmpl";i:1049;s:2:"id";i:15230;s:5:"title";s:27:"Psychologist &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Header.png";s:12:"tmpl_created";i:1600163444;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Header","Psychologist","Psychotherapist"]";s:10:"menu_order";i:567;s:16:"popularity_index";i:429;s:11:"trend_index";i:423;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:710;a:21:{s:4:"tmpl";i:702;s:2:"id";i:9247;s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";i:1532953793;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:567;s:16:"popularity_index";i:71;s:11:"trend_index";i:30;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:711;a:21:{s:4:"tmpl";i:1050;s:2:"id";i:15240;s:5:"title";s:34:"Psychologist &#8211; single post 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png";s:12:"tmpl_created";i:1600164087;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:568;s:16:"popularity_index";i:562;s:11:"trend_index";i:570;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:712;a:21:{s:4:"tmpl";i:703;s:2:"id";i:9254;s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";i:1532954032;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:568;s:16:"popularity_index";i:73;s:11:"trend_index";i:44;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:713;a:21:{s:4:"tmpl";i:1051;s:2:"id";i:15251;s:5:"title";s:34:"Psychologist &#8211; single post 2";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png";s:12:"tmpl_created";i:1600165179;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:569;s:16:"popularity_index";i:507;s:11:"trend_index";i:368;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:714;a:21:{s:4:"tmpl";i:412;s:2:"id";i:4313;s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";i:1520443268;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:570;s:16:"popularity_index";i:115;s:11:"trend_index";i:53;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:715;a:21:{s:4:"tmpl";i:413;s:2:"id";i:4324;s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";i:1520443270;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:571;s:16:"popularity_index";i:277;s:11:"trend_index";i:138;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:716;a:21:{s:4:"tmpl";i:418;s:2:"id";i:4368;s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";i:1520443279;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:572;s:16:"popularity_index";i:62;s:11:"trend_index";i:59;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:717;a:21:{s:4:"tmpl";i:420;s:2:"id";i:4391;s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";i:1520443283;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:573;s:16:"popularity_index";i:153;s:11:"trend_index";i:120;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:718;a:21:{s:4:"tmpl";i:403;s:2:"id";i:4235;s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";i:1520443251;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:574;s:16:"popularity_index";i:273;s:11:"trend_index";i:172;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:719;a:21:{s:4:"tmpl";i:417;s:2:"id";i:4357;s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";i:1520443277;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:575;s:16:"popularity_index";i:45;s:11:"trend_index";i:45;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:720;a:21:{s:4:"tmpl";i:415;s:2:"id";i:4341;s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";i:1520443274;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:576;s:16:"popularity_index";i:142;s:11:"trend_index";i:114;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:721;a:21:{s:4:"tmpl";i:414;s:2:"id";i:4332;s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";i:1520443272;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:577;s:16:"popularity_index";i:138;s:11:"trend_index";i:149;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:722;a:21:{s:4:"tmpl";i:401;s:2:"id";i:4212;s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";i:1520443248;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:578;s:16:"popularity_index";i:136;s:11:"trend_index";i:302;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:723;a:21:{s:4:"tmpl";i:408;s:2:"id";i:4276;s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";i:1520443261;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:579;s:16:"popularity_index";i:353;s:11:"trend_index";i:514;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:724;a:21:{s:4:"tmpl";i:406;s:2:"id";i:4260;s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";i:1520443257;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:580;s:16:"popularity_index";i:184;s:11:"trend_index";i:209;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:725;a:21:{s:4:"tmpl";i:404;s:2:"id";i:4244;s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";i:1520443253;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:581;s:16:"popularity_index";i:544;s:11:"trend_index";i:596;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:726;a:21:{s:4:"tmpl";i:421;s:2:"id";i:4400;s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";i:1520443285;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:582;s:16:"popularity_index";i:286;s:11:"trend_index";i:438;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:727;a:21:{s:4:"tmpl";i:419;s:2:"id";i:4376;s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";i:1520443281;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:583;s:16:"popularity_index";i:151;s:11:"trend_index";i:249;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:728;a:21:{s:4:"tmpl";i:416;s:2:"id";i:4349;s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";i:1520443275;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:584;s:16:"popularity_index";i:330;s:11:"trend_index";i:483;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:729;a:21:{s:4:"tmpl";i:402;s:2:"id";i:4227;s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";i:1520443250;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:585;s:16:"popularity_index";i:351;s:11:"trend_index";i:553;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:730;a:21:{s:4:"tmpl";i:560;s:2:"id";i:6162;s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";i:1520443668;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:586;s:16:"popularity_index";i:372;s:11:"trend_index";i:550;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:731;a:21:{s:4:"tmpl";i:411;s:2:"id";i:4302;s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";i:1520443266;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:587;s:16:"popularity_index";i:58;s:11:"trend_index";i:97;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:732;a:21:{s:4:"tmpl";i:410;s:2:"id";i:4293;s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";i:1520443265;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:588;s:16:"popularity_index";i:288;s:11:"trend_index";i:269;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:733;a:21:{s:4:"tmpl";i:409;s:2:"id";i:4284;s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";i:1520443263;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:589;s:16:"popularity_index";i:27;s:11:"trend_index";i:21;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:734;a:21:{s:4:"tmpl";i:407;s:2:"id";i:4268;s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";i:1520443259;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:590;s:16:"popularity_index";i:173;s:11:"trend_index";i:213;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:735;a:21:{s:4:"tmpl";i:405;s:2:"id";i:4252;s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";i:1520443255;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:591;s:16:"popularity_index";i:46;s:11:"trend_index";i:99;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:736;a:21:{s:4:"tmpl";i:677;s:2:"id";i:8676;s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";i:1527682423;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:592;s:16:"popularity_index";i:285;s:11:"trend_index";i:145;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:737;a:21:{s:4:"tmpl";i:678;s:2:"id";i:8678;s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";i:1527682780;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:593;s:16:"popularity_index";i:140;s:11:"trend_index";i:82;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:738;a:21:{s:4:"tmpl";i:679;s:2:"id";i:8679;s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";i:1527682847;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:594;s:16:"popularity_index";i:122;s:11:"trend_index";i:23;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:739;a:21:{s:4:"tmpl";i:680;s:2:"id";i:8680;s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";i:1527682896;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:595;s:16:"popularity_index";i:373;s:11:"trend_index";i:190;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:740;a:21:{s:4:"tmpl";i:681;s:2:"id";i:8681;s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";i:1527682969;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:596;s:16:"popularity_index";i:287;s:11:"trend_index";i:218;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:741;a:21:{s:4:"tmpl";i:682;s:2:"id";i:8682;s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";i:1527683026;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:597;s:16:"popularity_index";i:412;s:11:"trend_index";i:227;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:742;a:21:{s:4:"tmpl";i:683;s:2:"id";i:8703;s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";i:1527683072;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:598;s:16:"popularity_index";i:401;s:11:"trend_index";i:316;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:743;a:21:{s:4:"tmpl";i:640;s:2:"id";i:7650;s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";s:12:"tmpl_created";i:1521557736;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:599;s:16:"popularity_index";i:119;s:11:"trend_index";i:266;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:744;a:21:{s:4:"tmpl";i:639;s:2:"id";i:7663;s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";s:12:"tmpl_created";i:1521547761;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:600;s:16:"popularity_index";i:50;s:11:"trend_index";i:139;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:745;a:21:{s:4:"tmpl";i:705;s:2:"id";i:9296;s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";i:1537440673;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:601;s:16:"popularity_index";i:213;s:11:"trend_index";i:204;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:746;a:21:{s:4:"tmpl";i:704;s:2:"id";i:9301;s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";i:1537440661;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:602;s:16:"popularity_index";i:248;s:11:"trend_index";i:336;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:747;a:21:{s:4:"tmpl";i:706;s:2:"id";i:9313;s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";i:1537440798;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:603;s:16:"popularity_index";i:197;s:11:"trend_index";i:177;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:748;a:21:{s:4:"tmpl";i:707;s:2:"id";i:9343;s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";i:1537443531;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:604;s:16:"popularity_index";i:228;s:11:"trend_index";i:279;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:749;a:21:{s:4:"tmpl";i:708;s:2:"id";i:9349;s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";i:1537443903;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:605;s:16:"popularity_index";i:158;s:11:"trend_index";i:253;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:750;a:21:{s:4:"tmpl";i:555;s:2:"id";i:6114;s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";i:1520443659;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:610;s:16:"popularity_index";i:434;s:11:"trend_index";i:692;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:751;a:21:{s:4:"tmpl";i:562;s:2:"id";i:6178;s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";i:1520443676;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:611;s:16:"popularity_index";i:435;s:11:"trend_index";i:755;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:752;a:21:{s:4:"tmpl";i:561;s:2:"id";i:6170;s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";i:1520443670;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:612;s:16:"popularity_index";i:366;s:11:"trend_index";i:552;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:753;a:21:{s:4:"tmpl";i:697;s:2:"id";i:9174;s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";i:1532950125;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:612;s:16:"popularity_index";i:31;s:11:"trend_index";i:6;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:754;a:21:{s:4:"tmpl";i:563;s:2:"id";i:6186;s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";i:1520443678;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:613;s:16:"popularity_index";i:569;s:11:"trend_index";i:811;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:755;a:21:{s:4:"tmpl";i:698;s:2:"id";i:9178;s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";i:1532951997;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:613;s:16:"popularity_index";i:66;s:11:"trend_index";i:42;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:756;a:21:{s:4:"tmpl";i:550;s:2:"id";i:6071;s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";i:1520443649;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:614;s:16:"popularity_index";i:168;s:11:"trend_index";i:328;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:757;a:21:{s:4:"tmpl";i:699;s:2:"id";i:9180;s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";i:1532952302;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:614;s:16:"popularity_index";i:108;s:11:"trend_index";i:66;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:758;a:21:{s:4:"tmpl";i:554;s:2:"id";i:6106;s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";i:1520443657;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:615;s:16:"popularity_index";i:361;s:11:"trend_index";i:784;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:759;a:21:{s:4:"tmpl";i:700;s:2:"id";i:9182;s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";i:1532952606;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:615;s:16:"popularity_index";i:123;s:11:"trend_index";i:81;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:760;a:21:{s:4:"tmpl";i:551;s:2:"id";i:6079;s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";i:1520443651;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:616;s:16:"popularity_index";i:284;s:11:"trend_index";i:385;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:761;a:21:{s:4:"tmpl";i:552;s:2:"id";i:6089;s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";i:1520443653;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:617;s:16:"popularity_index";i:205;s:11:"trend_index";i:452;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:762;a:21:{s:4:"tmpl";i:549;s:2:"id";i:6063;s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";i:1520443647;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:618;s:16:"popularity_index";i:181;s:11:"trend_index";i:419;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:763;a:21:{s:4:"tmpl";i:553;s:2:"id";i:6097;s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";i:1520443655;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:619;s:16:"popularity_index";i:264;s:11:"trend_index";i:492;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:764;a:21:{s:4:"tmpl";i:538;s:2:"id";i:5956;s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";i:1520443623;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:620;s:16:"popularity_index";i:532;s:11:"trend_index";i:541;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:765;a:21:{s:4:"tmpl";i:537;s:2:"id";i:5947;s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";i:1520443621;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:621;s:16:"popularity_index";i:368;s:11:"trend_index";i:531;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:766;a:21:{s:4:"tmpl";i:559;s:2:"id";i:6152;s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";i:1520443666;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:622;s:16:"popularity_index";i:272;s:11:"trend_index";i:557;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:767;a:21:{s:4:"tmpl";i:469;s:2:"id";i:5157;s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";i:1520443448;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:623;s:16:"popularity_index";i:340;s:11:"trend_index";i:293;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:768;a:21:{s:4:"tmpl";i:472;s:2:"id";i:5181;s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";i:1520443454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:624;s:16:"popularity_index";i:451;s:11:"trend_index";i:340;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:769;a:21:{s:4:"tmpl";i:470;s:2:"id";i:5165;s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";i:1520443450;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:625;s:16:"popularity_index";i:520;s:11:"trend_index";i:620;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:770;a:21:{s:4:"tmpl";i:477;s:2:"id";i:5222;s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";i:1520443464;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:626;s:16:"popularity_index";i:397;s:11:"trend_index";i:427;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:771;a:21:{s:4:"tmpl";i:471;s:2:"id";i:5173;s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";i:1520443452;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:627;s:16:"popularity_index";i:261;s:11:"trend_index";i:237;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:772;a:21:{s:4:"tmpl";i:465;s:2:"id";i:4801;s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";i:1520443369;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:628;s:16:"popularity_index";i:332;s:11:"trend_index";i:188;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:773;a:21:{s:4:"tmpl";i:462;s:2:"id";i:4770;s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";i:1520443364;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:629;s:16:"popularity_index";i:432;s:11:"trend_index";i:488;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:774;a:21:{s:4:"tmpl";i:458;s:2:"id";i:4727;s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";i:1520443356;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:630;s:16:"popularity_index";i:375;s:11:"trend_index";i:345;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:775;a:21:{s:4:"tmpl";i:543;s:2:"id";i:5999;s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";i:1520443634;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:631;s:16:"popularity_index";i:110;s:11:"trend_index";i:318;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:776;a:21:{s:4:"tmpl";i:455;s:2:"id";i:4698;s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";i:1520443350;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:632;s:16:"popularity_index";i:449;s:11:"trend_index";i:410;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:777;a:21:{s:4:"tmpl";i:463;s:2:"id";i:4781;s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";i:1520443365;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:633;s:16:"popularity_index";i:267;s:11:"trend_index";i:330;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:778;a:21:{s:4:"tmpl";i:558;s:2:"id";i:6144;s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";i:1520443664;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:634;s:16:"popularity_index";i:166;s:11:"trend_index";i:365;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:779;a:21:{s:4:"tmpl";i:464;s:2:"id";i:4793;s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";i:1520443367;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:635;s:16:"popularity_index";i:207;s:11:"trend_index";i:173;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:780;a:21:{s:4:"tmpl";i:466;s:2:"id";i:4809;s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";i:1520443371;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:636;s:16:"popularity_index";i:300;s:11:"trend_index";i:465;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:781;a:21:{s:4:"tmpl";i:459;s:2:"id";i:4736;s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";i:1520443358;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:637;s:16:"popularity_index";i:144;s:11:"trend_index";i:159;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:782;a:21:{s:4:"tmpl";i:467;s:2:"id";i:4818;s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";i:1520443373;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:638;s:16:"popularity_index";i:515;s:11:"trend_index";i:606;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:783;a:21:{s:4:"tmpl";i:461;s:2:"id";i:4759;s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";i:1520443362;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:639;s:16:"popularity_index";i:299;s:11:"trend_index";i:376;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:784;a:21:{s:4:"tmpl";i:460;s:2:"id";i:4746;s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";i:1520443360;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:640;s:16:"popularity_index";i:282;s:11:"trend_index";i:378;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:785;a:21:{s:4:"tmpl";i:457;s:2:"id";i:4718;s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";i:1520443354;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:641;s:16:"popularity_index";i:192;s:11:"trend_index";i:359;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:786;a:21:{s:4:"tmpl";i:456;s:2:"id";i:4706;s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";i:1520443352;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:642;s:16:"popularity_index";i:149;s:11:"trend_index";i:299;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:787;a:21:{s:4:"tmpl";i:544;s:2:"id";i:6008;s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";i:1520443636;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:643;s:16:"popularity_index";i:75;s:11:"trend_index";i:277;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:788;a:21:{s:4:"tmpl";i:454;s:2:"id";i:4690;s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";i:1520443348;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:644;s:16:"popularity_index";i:243;s:11:"trend_index";i:402;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:789;a:21:{s:4:"tmpl";i:586;s:2:"id";i:4921;s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";i:1520520562;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:645;s:16:"popularity_index";i:219;s:11:"trend_index";i:198;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:790;a:21:{s:4:"tmpl";i:582;s:2:"id";i:4889;s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";i:1520520556;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:646;s:16:"popularity_index";i:557;s:11:"trend_index";i:522;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:791;a:21:{s:4:"tmpl";i:580;s:2:"id";i:4871;s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";i:1520520552;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:647;s:16:"popularity_index";i:262;s:11:"trend_index";i:391;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:792;a:21:{s:4:"tmpl";i:578;s:2:"id";i:4854;s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";i:1520520549;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:648;s:16:"popularity_index";i:637;s:11:"trend_index";i:741;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:793;a:21:{s:4:"tmpl";i:595;s:2:"id";i:4995;s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";i:1520520577;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:649;s:16:"popularity_index";i:400;s:11:"trend_index";i:411;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:794;a:21:{s:4:"tmpl";i:593;s:2:"id";i:4979;s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";i:1520520573;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:650;s:16:"popularity_index";i:568;s:11:"trend_index";i:544;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:795;a:21:{s:4:"tmpl";i:576;s:2:"id";i:4835;s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";i:1520520546;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:651;s:16:"popularity_index";i:399;s:11:"trend_index";i:401;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:796;a:21:{s:4:"tmpl";i:594;s:2:"id";i:4987;s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";i:1520520575;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:652;s:16:"popularity_index";i:159;s:11:"trend_index";i:199;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:797;a:21:{s:4:"tmpl";i:577;s:2:"id";i:4843;s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";i:1520520548;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:653;s:16:"popularity_index";i:457;s:11:"trend_index";i:780;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:798;a:21:{s:4:"tmpl";i:579;s:2:"id";i:4863;s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";i:1520520551;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:654;s:16:"popularity_index";i:245;s:11:"trend_index";i:599;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:799;a:21:{s:4:"tmpl";i:581;s:2:"id";i:4880;s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";i:1520520554;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:655;s:16:"popularity_index";i:446;s:11:"trend_index";i:653;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:800;a:21:{s:4:"tmpl";i:583;s:2:"id";i:4897;s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";i:1520520557;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:656;s:16:"popularity_index";i:78;s:11:"trend_index";i:289;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:801;a:21:{s:4:"tmpl";i:584;s:2:"id";i:4905;s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";i:1520520559;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:657;s:16:"popularity_index";i:121;s:11:"trend_index";i:221;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:802;a:21:{s:4:"tmpl";i:585;s:2:"id";i:4913;s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";i:1520520561;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:658;s:16:"popularity_index";i:247;s:11:"trend_index";i:566;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:803;a:21:{s:4:"tmpl";i:575;s:2:"id";i:4826;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";i:1520520544;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:659;s:16:"popularity_index";i:256;s:11:"trend_index";i:395;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:804;a:21:{s:4:"tmpl";i:587;s:2:"id";i:4929;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";i:1520520564;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:660;s:16:"popularity_index";i:49;s:11:"trend_index";i:206;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:805;a:21:{s:4:"tmpl";i:591;s:2:"id";i:4963;s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";i:1520520570;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:661;s:16:"popularity_index";i:417;s:11:"trend_index";i:546;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:806;a:21:{s:4:"tmpl";i:592;s:2:"id";i:4971;s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";i:1520520572;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:662;s:16:"popularity_index";i:649;s:11:"trend_index";i:718;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:807;a:21:{s:4:"tmpl";i:589;s:2:"id";i:4947;s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";i:1520520567;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:663;s:16:"popularity_index";i:221;s:11:"trend_index";i:496;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:808;a:21:{s:4:"tmpl";i:590;s:2:"id";i:4955;s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";i:1520520569;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:664;s:16:"popularity_index";i:378;s:11:"trend_index";i:695;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:809;a:21:{s:4:"tmpl";i:588;s:2:"id";i:4939;s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";i:1520520565;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:665;s:16:"popularity_index";i:103;s:11:"trend_index";i:341;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:810;a:21:{s:4:"tmpl";i:928;s:2:"id";i:12509;s:5:"title";s:18:"Travel &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";i:1575960378;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";i:666;s:16:"popularity_index";i:747;s:11:"trend_index";i:712;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:811;a:21:{s:4:"tmpl";i:929;s:2:"id";i:12516;s:5:"title";s:27:"Travel &#8211; Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";i:1575960387;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:667;s:16:"popularity_index";i:496;s:11:"trend_index";i:487;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:812;a:21:{s:4:"tmpl";i:927;s:2:"id";i:12500;s:5:"title";s:21:"Travel &#8211; Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";i:1575960371;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Tours","Travel"]";s:10:"menu_order";i:668;s:16:"popularity_index";i:443;s:11:"trend_index";i:434;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:813;a:21:{s:4:"tmpl";i:930;s:2:"id";i:12524;s:5:"title";s:26:"Travel &#8211; Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";i:1575960397;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:669;s:16:"popularity_index";i:591;s:11:"trend_index";i:663;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:814;a:21:{s:4:"tmpl";i:931;s:2:"id";i:12531;s:5:"title";s:31:"Travel &#8211; Single Post Tour";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png";s:12:"tmpl_created";i:1575960404;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:670;s:16:"popularity_index";i:630;s:11:"trend_index";i:548;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:815;a:21:{s:4:"tmpl";i:926;s:2:"id";i:12492;s:5:"title";s:14:"Travel -Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png";s:12:"tmpl_created";i:1575960358;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Tours","Travel"]";s:10:"menu_order";i:671;s:16:"popularity_index";i:453;s:11:"trend_index";i:322;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:816;a:21:{s:4:"tmpl";i:1068;s:2:"id";i:15498;s:5:"title";s:23:"Travel Blog &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg";s:12:"tmpl_created";i:1606215636;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:23:"["404","Blog","Travel"]";s:10:"menu_order";i:672;s:16:"popularity_index";i:749;s:11:"trend_index";i:759;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:817;a:21:{s:4:"tmpl";i:1069;s:2:"id";i:15508;s:5:"title";s:29:"Travel Blog &#8211; Archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg";s:12:"tmpl_created";i:1606215649;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:673;s:16:"popularity_index";i:659;s:11:"trend_index";i:468;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:818;a:21:{s:4:"tmpl";i:1070;s:2:"id";i:15518;s:5:"title";s:29:"Travel Blog &#8211; Archive 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg";s:12:"tmpl_created";i:1606215663;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:674;s:16:"popularity_index";i:688;s:11:"trend_index";i:431;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:819;a:21:{s:4:"tmpl";i:1071;s:2:"id";i:15528;s:5:"title";s:26:"Travel Blog &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg";s:12:"tmpl_created";i:1606215673;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:26:"["Blog","Footer","Travel"]";s:10:"menu_order";i:675;s:16:"popularity_index";i:656;s:11:"trend_index";i:377;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:820;a:21:{s:4:"tmpl";i:1067;s:2:"id";i:15536;s:5:"title";s:26:"Travel Blog &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg";s:12:"tmpl_created";i:1606215625;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:26:"["Blog","Header","Travel"]";s:10:"menu_order";i:676;s:16:"popularity_index";i:584;s:11:"trend_index";i:228;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:821;a:21:{s:4:"tmpl";i:1072;s:2:"id";i:15545;s:5:"title";s:33:"Travel Blog &#8211; Single Post 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg";s:12:"tmpl_created";i:1606215684;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:677;s:16:"popularity_index";i:669;s:11:"trend_index";i:482;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:822;a:21:{s:4:"tmpl";i:1066;s:2:"id";i:15556;s:5:"title";s:33:"Travel Blog &#8211; Single Post 2";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg";s:12:"tmpl_created";i:1606215613;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:678;s:16:"popularity_index";i:652;s:11:"trend_index";i:454;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:26:"minimum_hello_plus_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}}}', 'off');
INSERT INTO `wp_options` VALUES
(908887, 'nextgen_over_time', 'a:1:{s:14:"installed_lite";s:10:"1773874494";}', 'auto'),
(908892, 'ngg_wizard', 'yes', 'auto'),
(909679, '_transient_11__1700642185', '{"response":[{"id":2,"galleryTitle":"BespokeFraming","shortcode":"[imagely id=\\"2\\"]","count":"3","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/bespokeframing\\/thumbs\\/thumbs_b0c1067.jpg","created":"2023-03-12 09:49:04","modified":"2023-03-12 09:49:04","displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":1},{"id":11,"galleryTitle":"Vintage and classic car photography","shortcode":"[imagely id=\\"11\\"]","count":"1","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/vintage-and-classic-car-photography\\/thumbs\\/thumbs_W1Q2107-blur-black.jpg","created":"2014-10-15 20:42:39","modified":"2014-10-15 20:42:39","displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":3},{"id":1,"galleryTitle":"Portfolio","shortcode":"[imagely id=\\"1\\"]","count":"14","eCommerce":0,"is_private":false,"thumbnail":"","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":3},{"id":3,"galleryTitle":"Mounts","shortcode":"[imagely id=\\"3\\"]","count":"0","eCommerce":0,"is_private":false,"thumbnail":"","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":1},{"id":4,"galleryTitle":"ng5","shortcode":"[imagely id=\\"4\\"]","count":"1","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/ng5\\/thumbs\\/thumbs_enlargements.jpg","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":1},{"id":5,"galleryTitle":"News","shortcode":"[imagely id=\\"5\\"]","count":"1","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/news\\/thumbs\\/thumbs_canvas-frames-1.jpg","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":1},{"id":7,"galleryTitle":"mounts","shortcode":"[imagely id=\\"7\\"]","count":"5","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/mounts_1\\/thumbs\\/thumbs_b0c4333.gif","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":1},{"id":8,"galleryTitle":"Wall Art","shortcode":"[imagely id=\\"8\\"]","count":"15","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/wall-art\\/thumbs\\/thumbs_citreon-1937.jpg","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":3},{"id":9,"galleryTitle":"Mounts 2","shortcode":"[imagely id=\\"9\\"]","count":"8","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/mounts-2\\/thumbs\\/thumbs_double-mount-with-ornate-corn.jpg","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":3},{"id":10,"galleryTitle":"mounts3","shortcode":"[imagely id=\\"10\\"]","count":"3","eCommerce":0,"is_private":false,"thumbnail":"https:\\/\\/brucknerframing.co.uk\\/wp-content\\/gallery\\/mounts3\\/thumbs\\/thumbs_4-app-with-round-corner.jpg","created":null,"modified":null,"displayType":"photocrati-nextgen_basic_thumbnails","canManage":true,"author":3}],"total_items":10,"total_pages":1}', 'off'),
(909620, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.9.4.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-6.9.4.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.9.4";s:7:"version";s:5:"6.9.4";s:11:"php_version";s:6:"7.2.24";s:13:"mysql_version";s:5:"5.5.5";s:11:"new_bundled";s:3:"6.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1774185321;s:15:"version_checked";s:5:"6.9.4";s:12:"translations";a:0:{}}', 'off'),
(909680, '_site_transient_timeout_wp_theme_files_patterns-3f9f1bea8a85bb15f035b57007397d92', '1774187543', 'off'),
(909681, '_site_transient_wp_theme_files_patterns-3f9f1bea8a85bb15f035b57007397d92', 'a:2:{s:7:"version";s:3:"3.0";s:8:"patterns";a:0:{}}', 'off'),
(909684, '_transient_timeout_3__2899230903', '1774188715', 'off'),
(909651, '_transient_timeout_9__2951165530', '1774188967', 'off'),
(909652, '_transient_9__2951165530', '[]', 'off'),
(909685, '_transient_3__2899230903', '["ID","post_author","post_date","post_date_gmt","post_content","post_title","post_excerpt","post_status","comment_status","ping_status","post_password","post_name","to_ping","pinged","post_modified","post_modified_gmt","post_content_filtered","post_parent","guid","menu_order","post_type","post_mime_type","comment_count"]', 'off'),
(909693, 'recovery_mode_email_last_sent', '1774187399', 'auto'),
(909674, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1774228314', 'off'),
(909675, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2026/03/wordpress-7-0-beta-5/''>WordPress 7.0 Beta 5</a></li><li><a class=''rsswidget'' href=''https://wordpress.org/news/2026/03/wordpress-6-9-4-release/''>WordPress 6.9.4 Release</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://ma.tt/2026/03/bay-relighting/''>Matt: Bay Lights are Back!</a></li><li><a class=''rsswidget'' href=''https://ma.tt/2026/03/mesh/''>Matt: Introducing Me.sh</a></li><li><a class=''rsswidget'' href=''https://pento.net/2026/03/20/introducing-claudaborative-editing/''>Gary: Introducing claudaborative-editing</a></li></ul></div>', 'off'),
(909246, '_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1774228314', 'off'),
(909247, '_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1774185114', 'off'),
(908323, '_elementor_v4_promotions', 'a:2:{s:7:"timeout";i:1773689743;s:5:"value";s:862:"[{"customCss":{"title":"Custom CSS","content":"Add custom CSS to refine and enrich the appearance of any element on your site.","ctaUrl":"https:\\/\\/go.elementor.com\\/go-pro-style-custom-css\\/","image":"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/custom_css_promotion.png"},"displayConditions":{"title":"Display conditions","content":"Control when and where elements are shown across your site.","ctaUrl":"https:\\/\\/go.elementor.com\\/go-pro-display-conditions-modal\\/","image":"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/display_conditions_promotion.png"},"attributes":{"title":"Attributes","content":"Add custom attributes when you need deeper customization and better accessibility.","ctaUrl":"https:\\/\\/go.elementor.com\\/go-pro-attributes-modal\\/","image":"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/attributes_promotion.png"}}]";}', 'off'),
(909621, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1774185305;s:7:"checked";a:9:{s:7:"admired";s:5:"1.2.1";s:13:"twentyfifteen";s:3:"4.1";s:14:"twentyfourteen";s:3:"4.4";s:15:"twentyseventeen";s:3:"4.0";s:14:"twentythirteen";s:3:"4.5";s:12:"twentytwenty";s:3:"3.0";s:15:"twentytwentyone";s:3:"2.7";s:17:"twentytwentythree";s:3:"1.6";s:15:"twentytwentytwo";s:3:"2.1";}s:8:"response";a:0:{}s:9:"no_update";a:8:{s:13:"twentyfifteen";a:6:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"4.1";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.4.1.zip";s:8:"requires";s:3:"4.1";s:12:"requires_php";s:5:"5.2.4";}s:14:"twentyfourteen";a:6:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"4.4";s:3:"url";s:44:"https://wordpress.org/themes/twentyfourteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.4.4.zip";s:8:"requires";s:3:"3.6";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentyseventeen";a:6:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"4.0";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.4.0.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:14:"twentythirteen";a:6:{s:5:"theme";s:14:"twentythirteen";s:11:"new_version";s:3:"4.5";s:3:"url";s:44:"https://wordpress.org/themes/twentythirteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentythirteen.4.5.zip";s:8:"requires";s:3:"3.6";s:12:"requires_php";s:5:"5.2.4";}s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"3.0";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.3.0.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentytwentyone";a:6:{s:5:"theme";s:15:"twentytwentyone";s:11:"new_version";s:3:"2.7";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentyone/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.6";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.6";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:15:"twentytwentytwo";a:6:{s:5:"theme";s:15:"twentytwentytwo";s:11:"new_version";s:3:"2.1";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentytwo/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip";s:8:"requires";s:3:"5.9";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'off'),
(908290, 'uae_usage_optin', 'yes', 'off'),
(908296, 'uae_widgets_usage_data_option', 'a:0:{}', 'auto'),
(908297, 'hfe_kpi_daily_snapshots', 'a:2:{s:10:"2026-03-15";a:1:{s:14:"numeric_values";a:2:{s:15:"total_templates";i:0;s:26:"total_hfe_widget_instances";i:0;}}s:10:"2026-03-14";a:1:{s:14:"numeric_values";a:2:{s:15:"total_templates";i:0;s:26:"total_hfe_widget_instances";i:0;}}}', 'off'),
(657267, 'wp_page_for_privacy_policy', '0', 'yes'),
(657268, 'show_comments_cookies_opt_in', '1', 'yes'),
(657269, 'admin_email_lifespan', '1788853174', 'yes'),
(657270, 'disallowed_keys', '', 'no'),
(657271, 'comment_previously_approved', '1', 'yes'),
(657272, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(657273, 'auto_update_core_dev', 'enabled', 'yes'),
(657274, 'auto_update_core_minor', 'enabled', 'yes'),
(657275, 'auto_update_core_major', 'unset', 'yes'),
(657276, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(657278, 'user_count', '5', 'off'),
(657315, 'theme_mods_twentyfifteen', 'a:3:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773874828;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:3:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";}s:9:"sidebar-1";a:0:{}s:20:"tertiary-widget-area";a:1:{i:0;s:11:"slideshow-2";}}}}', 'off'),
(657324, 'widget_widget_twentyfourteen_ephemera', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(657325, 'theme_mods_twentyfourteen', 'a:4:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773874901;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:4:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";i:3;s:11:"slideshow-2";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}s:12:"header_image";s:13:"remove-header";}', 'off'),
(657329, 'theme_mods_twentytwentyone', 'a:3:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773874937;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:4:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";i:3;s:11:"slideshow-2";}s:9:"sidebar-1";a:0:{}}}}', 'off'),
(657875, 'theme_mods_twentyseventeen', 'a:4:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:3:"top";i:4;}s:11:"page_layout";s:10:"one-column";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773874677;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:4:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";i:3;s:11:"slideshow-2";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}}}}', 'off'),
(905945, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.9.4";s:5:"files";a:584:{i:0;s:31:"accordion-heading/style-rtl.css";i:1;s:35:"accordion-heading/style-rtl.min.css";i:2;s:27:"accordion-heading/style.css";i:3;s:31:"accordion-heading/style.min.css";i:4;s:28:"accordion-item/style-rtl.css";i:5;s:32:"accordion-item/style-rtl.min.css";i:6;s:24:"accordion-item/style.css";i:7;s:28:"accordion-item/style.min.css";i:8;s:29:"accordion-panel/style-rtl.css";i:9;s:33:"accordion-panel/style-rtl.min.css";i:10;s:25:"accordion-panel/style.css";i:11;s:29:"accordion-panel/style.min.css";i:12;s:23:"accordion/style-rtl.css";i:13;s:27:"accordion/style-rtl.min.css";i:14;s:19:"accordion/style.css";i:15;s:23:"accordion/style.min.css";i:16;s:23:"archives/editor-rtl.css";i:17;s:27:"archives/editor-rtl.min.css";i:18;s:19:"archives/editor.css";i:19;s:23:"archives/editor.min.css";i:20;s:22:"archives/style-rtl.css";i:21;s:26:"archives/style-rtl.min.css";i:22;s:18:"archives/style.css";i:23;s:22:"archives/style.min.css";i:24;s:20:"audio/editor-rtl.css";i:25;s:24:"audio/editor-rtl.min.css";i:26;s:16:"audio/editor.css";i:27;s:20:"audio/editor.min.css";i:28;s:19:"audio/style-rtl.css";i:29;s:23:"audio/style-rtl.min.css";i:30;s:15:"audio/style.css";i:31;s:19:"audio/style.min.css";i:32;s:19:"audio/theme-rtl.css";i:33;s:23:"audio/theme-rtl.min.css";i:34;s:15:"audio/theme.css";i:35;s:19:"audio/theme.min.css";i:36;s:21:"avatar/editor-rtl.css";i:37;s:25:"avatar/editor-rtl.min.css";i:38;s:17:"avatar/editor.css";i:39;s:21:"avatar/editor.min.css";i:40;s:20:"avatar/style-rtl.css";i:41;s:24:"avatar/style-rtl.min.css";i:42;s:16:"avatar/style.css";i:43;s:20:"avatar/style.min.css";i:44;s:21:"button/editor-rtl.css";i:45;s:25:"button/editor-rtl.min.css";i:46;s:17:"button/editor.css";i:47;s:21:"button/editor.min.css";i:48;s:20:"button/style-rtl.css";i:49;s:24:"button/style-rtl.min.css";i:50;s:16:"button/style.css";i:51;s:20:"button/style.min.css";i:52;s:22:"buttons/editor-rtl.css";i:53;s:26:"buttons/editor-rtl.min.css";i:54;s:18:"buttons/editor.css";i:55;s:22:"buttons/editor.min.css";i:56;s:21:"buttons/style-rtl.css";i:57;s:25:"buttons/style-rtl.min.css";i:58;s:17:"buttons/style.css";i:59;s:21:"buttons/style.min.css";i:60;s:22:"calendar/style-rtl.css";i:61;s:26:"calendar/style-rtl.min.css";i:62;s:18:"calendar/style.css";i:63;s:22:"calendar/style.min.css";i:64;s:25:"categories/editor-rtl.css";i:65;s:29:"categories/editor-rtl.min.css";i:66;s:21:"categories/editor.css";i:67;s:25:"categories/editor.min.css";i:68;s:24:"categories/style-rtl.css";i:69;s:28:"categories/style-rtl.min.css";i:70;s:20:"categories/style.css";i:71;s:24:"categories/style.min.css";i:72;s:19:"code/editor-rtl.css";i:73;s:23:"code/editor-rtl.min.css";i:74;s:15:"code/editor.css";i:75;s:19:"code/editor.min.css";i:76;s:18:"code/style-rtl.css";i:77;s:22:"code/style-rtl.min.css";i:78;s:14:"code/style.css";i:79;s:18:"code/style.min.css";i:80;s:18:"code/theme-rtl.css";i:81;s:22:"code/theme-rtl.min.css";i:82;s:14:"code/theme.css";i:83;s:18:"code/theme.min.css";i:84;s:22:"columns/editor-rtl.css";i:85;s:26:"columns/editor-rtl.min.css";i:86;s:18:"columns/editor.css";i:87;s:22:"columns/editor.min.css";i:88;s:21:"columns/style-rtl.css";i:89;s:25:"columns/style-rtl.min.css";i:90;s:17:"columns/style.css";i:91;s:21:"columns/style.min.css";i:92;s:33:"comment-author-name/style-rtl.css";i:93;s:37:"comment-author-name/style-rtl.min.css";i:94;s:29:"comment-author-name/style.css";i:95;s:33:"comment-author-name/style.min.css";i:96;s:29:"comment-content/style-rtl.css";i:97;s:33:"comment-content/style-rtl.min.css";i:98;s:25:"comment-content/style.css";i:99;s:29:"comment-content/style.min.css";i:100;s:26:"comment-date/style-rtl.css";i:101;s:30:"comment-date/style-rtl.min.css";i:102;s:22:"comment-date/style.css";i:103;s:26:"comment-date/style.min.css";i:104;s:31:"comment-edit-link/style-rtl.css";i:105;s:35:"comment-edit-link/style-rtl.min.css";i:106;s:27:"comment-edit-link/style.css";i:107;s:31:"comment-edit-link/style.min.css";i:108;s:32:"comment-reply-link/style-rtl.css";i:109;s:36:"comment-reply-link/style-rtl.min.css";i:110;s:28:"comment-reply-link/style.css";i:111;s:32:"comment-reply-link/style.min.css";i:112;s:30:"comment-template/style-rtl.css";i:113;s:34:"comment-template/style-rtl.min.css";i:114;s:26:"comment-template/style.css";i:115;s:30:"comment-template/style.min.css";i:116;s:42:"comments-pagination-numbers/editor-rtl.css";i:117;s:46:"comments-pagination-numbers/editor-rtl.min.css";i:118;s:38:"comments-pagination-numbers/editor.css";i:119;s:42:"comments-pagination-numbers/editor.min.css";i:120;s:34:"comments-pagination/editor-rtl.css";i:121;s:38:"comments-pagination/editor-rtl.min.css";i:122;s:30:"comments-pagination/editor.css";i:123;s:34:"comments-pagination/editor.min.css";i:124;s:33:"comments-pagination/style-rtl.css";i:125;s:37:"comments-pagination/style-rtl.min.css";i:126;s:29:"comments-pagination/style.css";i:127;s:33:"comments-pagination/style.min.css";i:128;s:29:"comments-title/editor-rtl.css";i:129;s:33:"comments-title/editor-rtl.min.css";i:130;s:25:"comments-title/editor.css";i:131;s:29:"comments-title/editor.min.css";i:132;s:23:"comments/editor-rtl.css";i:133;s:27:"comments/editor-rtl.min.css";i:134;s:19:"comments/editor.css";i:135;s:23:"comments/editor.min.css";i:136;s:22:"comments/style-rtl.css";i:137;s:26:"comments/style-rtl.min.css";i:138;s:18:"comments/style.css";i:139;s:22:"comments/style.min.css";i:140;s:20:"cover/editor-rtl.css";i:141;s:24:"cover/editor-rtl.min.css";i:142;s:16:"cover/editor.css";i:143;s:20:"cover/editor.min.css";i:144;s:19:"cover/style-rtl.css";i:145;s:23:"cover/style-rtl.min.css";i:146;s:15:"cover/style.css";i:147;s:19:"cover/style.min.css";i:148;s:22:"details/editor-rtl.css";i:149;s:26:"details/editor-rtl.min.css";i:150;s:18:"details/editor.css";i:151;s:22:"details/editor.min.css";i:152;s:21:"details/style-rtl.css";i:153;s:25:"details/style-rtl.min.css";i:154;s:17:"details/style.css";i:155;s:21:"details/style.min.css";i:156;s:20:"embed/editor-rtl.css";i:157;s:24:"embed/editor-rtl.min.css";i:158;s:16:"embed/editor.css";i:159;s:20:"embed/editor.min.css";i:160;s:19:"embed/style-rtl.css";i:161;s:23:"embed/style-rtl.min.css";i:162;s:15:"embed/style.css";i:163;s:19:"embed/style.min.css";i:164;s:19:"embed/theme-rtl.css";i:165;s:23:"embed/theme-rtl.min.css";i:166;s:15:"embed/theme.css";i:167;s:19:"embed/theme.min.css";i:168;s:19:"file/editor-rtl.css";i:169;s:23:"file/editor-rtl.min.css";i:170;s:15:"file/editor.css";i:171;s:19:"file/editor.min.css";i:172;s:18:"file/style-rtl.css";i:173;s:22:"file/style-rtl.min.css";i:174;s:14:"file/style.css";i:175;s:18:"file/style.min.css";i:176;s:23:"footnotes/style-rtl.css";i:177;s:27:"footnotes/style-rtl.min.css";i:178;s:19:"footnotes/style.css";i:179;s:23:"footnotes/style.min.css";i:180;s:23:"freeform/editor-rtl.css";i:181;s:27:"freeform/editor-rtl.min.css";i:182;s:19:"freeform/editor.css";i:183;s:23:"freeform/editor.min.css";i:184;s:22:"gallery/editor-rtl.css";i:185;s:26:"gallery/editor-rtl.min.css";i:186;s:18:"gallery/editor.css";i:187;s:22:"gallery/editor.min.css";i:188;s:21:"gallery/style-rtl.css";i:189;s:25:"gallery/style-rtl.min.css";i:190;s:17:"gallery/style.css";i:191;s:21:"gallery/style.min.css";i:192;s:21:"gallery/theme-rtl.css";i:193;s:25:"gallery/theme-rtl.min.css";i:194;s:17:"gallery/theme.css";i:195;s:21:"gallery/theme.min.css";i:196;s:20:"group/editor-rtl.css";i:197;s:24:"group/editor-rtl.min.css";i:198;s:16:"group/editor.css";i:199;s:20:"group/editor.min.css";i:200;s:19:"group/style-rtl.css";i:201;s:23:"group/style-rtl.min.css";i:202;s:15:"group/style.css";i:203;s:19:"group/style.min.css";i:204;s:19:"group/theme-rtl.css";i:205;s:23:"group/theme-rtl.min.css";i:206;s:15:"group/theme.css";i:207;s:19:"group/theme.min.css";i:208;s:21:"heading/style-rtl.css";i:209;s:25:"heading/style-rtl.min.css";i:210;s:17:"heading/style.css";i:211;s:21:"heading/style.min.css";i:212;s:19:"html/editor-rtl.css";i:213;s:23:"html/editor-rtl.min.css";i:214;s:15:"html/editor.css";i:215;s:19:"html/editor.min.css";i:216;s:20:"image/editor-rtl.css";i:217;s:24:"image/editor-rtl.min.css";i:218;s:16:"image/editor.css";i:219;s:20:"image/editor.min.css";i:220;s:19:"image/style-rtl.css";i:221;s:23:"image/style-rtl.min.css";i:222;s:15:"image/style.css";i:223;s:19:"image/style.min.css";i:224;s:19:"image/theme-rtl.css";i:225;s:23:"image/theme-rtl.min.css";i:226;s:15:"image/theme.css";i:227;s:19:"image/theme.min.css";i:228;s:29:"latest-comments/style-rtl.css";i:229;s:33:"latest-comments/style-rtl.min.css";i:230;s:25:"latest-comments/style.css";i:231;s:29:"latest-comments/style.min.css";i:232;s:27:"latest-posts/editor-rtl.css";i:233;s:31:"latest-posts/editor-rtl.min.css";i:234;s:23:"latest-posts/editor.css";i:235;s:27:"latest-posts/editor.min.css";i:236;s:26:"latest-posts/style-rtl.css";i:237;s:30:"latest-posts/style-rtl.min.css";i:238;s:22:"latest-posts/style.css";i:239;s:26:"latest-posts/style.min.css";i:240;s:18:"list/style-rtl.css";i:241;s:22:"list/style-rtl.min.css";i:242;s:14:"list/style.css";i:243;s:18:"list/style.min.css";i:244;s:22:"loginout/style-rtl.css";i:245;s:26:"loginout/style-rtl.min.css";i:246;s:18:"loginout/style.css";i:247;s:22:"loginout/style.min.css";i:248;s:19:"math/editor-rtl.css";i:249;s:23:"math/editor-rtl.min.css";i:250;s:15:"math/editor.css";i:251;s:19:"math/editor.min.css";i:252;s:18:"math/style-rtl.css";i:253;s:22:"math/style-rtl.min.css";i:254;s:14:"math/style.css";i:255;s:18:"math/style.min.css";i:256;s:25:"media-text/editor-rtl.css";i:257;s:29:"media-text/editor-rtl.min.css";i:258;s:21:"media-text/editor.css";i:259;s:25:"media-text/editor.min.css";i:260;s:24:"media-text/style-rtl.css";i:261;s:28:"media-text/style-rtl.min.css";i:262;s:20:"media-text/style.css";i:263;s:24:"media-text/style.min.css";i:264;s:19:"more/editor-rtl.css";i:265;s:23:"more/editor-rtl.min.css";i:266;s:15:"more/editor.css";i:267;s:19:"more/editor.min.css";i:268;s:30:"navigation-link/editor-rtl.css";i:269;s:34:"navigation-link/editor-rtl.min.css";i:270;s:26:"navigation-link/editor.css";i:271;s:30:"navigation-link/editor.min.css";i:272;s:29:"navigation-link/style-rtl.css";i:273;s:33:"navigation-link/style-rtl.min.css";i:274;s:25:"navigation-link/style.css";i:275;s:29:"navigation-link/style.min.css";i:276;s:33:"navigation-submenu/editor-rtl.css";i:277;s:37:"navigation-submenu/editor-rtl.min.css";i:278;s:29:"navigation-submenu/editor.css";i:279;s:33:"navigation-submenu/editor.min.css";i:280;s:25:"navigation/editor-rtl.css";i:281;s:29:"navigation/editor-rtl.min.css";i:282;s:21:"navigation/editor.css";i:283;s:25:"navigation/editor.min.css";i:284;s:24:"navigation/style-rtl.css";i:285;s:28:"navigation/style-rtl.min.css";i:286;s:20:"navigation/style.css";i:287;s:24:"navigation/style.min.css";i:288;s:23:"nextpage/editor-rtl.css";i:289;s:27:"nextpage/editor-rtl.min.css";i:290;s:19:"nextpage/editor.css";i:291;s:23:"nextpage/editor.min.css";i:292;s:24:"page-list/editor-rtl.css";i:293;s:28:"page-list/editor-rtl.min.css";i:294;s:20:"page-list/editor.css";i:295;s:24:"page-list/editor.min.css";i:296;s:23:"page-list/style-rtl.css";i:297;s:27:"page-list/style-rtl.min.css";i:298;s:19:"page-list/style.css";i:299;s:23:"page-list/style.min.css";i:300;s:24:"paragraph/editor-rtl.css";i:301;s:28:"paragraph/editor-rtl.min.css";i:302;s:20:"paragraph/editor.css";i:303;s:24:"paragraph/editor.min.css";i:304;s:23:"paragraph/style-rtl.css";i:305;s:27:"paragraph/style-rtl.min.css";i:306;s:19:"paragraph/style.css";i:307;s:23:"paragraph/style.min.css";i:308;s:35:"post-author-biography/style-rtl.css";i:309;s:39:"post-author-biography/style-rtl.min.css";i:310;s:31:"post-author-biography/style.css";i:311;s:35:"post-author-biography/style.min.css";i:312;s:30:"post-author-name/style-rtl.css";i:313;s:34:"post-author-name/style-rtl.min.css";i:314;s:26:"post-author-name/style.css";i:315;s:30:"post-author-name/style.min.css";i:316;s:25:"post-author/style-rtl.css";i:317;s:29:"post-author/style-rtl.min.css";i:318;s:21:"post-author/style.css";i:319;s:25:"post-author/style.min.css";i:320;s:33:"post-comments-count/style-rtl.css";i:321;s:37:"post-comments-count/style-rtl.min.css";i:322;s:29:"post-comments-count/style.css";i:323;s:33:"post-comments-count/style.min.css";i:324;s:33:"post-comments-form/editor-rtl.css";i:325;s:37:"post-comments-form/editor-rtl.min.css";i:326;s:29:"post-comments-form/editor.css";i:327;s:33:"post-comments-form/editor.min.css";i:328;s:32:"post-comments-form/style-rtl.css";i:329;s:36:"post-comments-form/style-rtl.min.css";i:330;s:28:"post-comments-form/style.css";i:331;s:32:"post-comments-form/style.min.css";i:332;s:32:"post-comments-link/style-rtl.css";i:333;s:36:"post-comments-link/style-rtl.min.css";i:334;s:28:"post-comments-link/style.css";i:335;s:32:"post-comments-link/style.min.css";i:336;s:26:"post-content/style-rtl.css";i:337;s:30:"post-content/style-rtl.min.css";i:338;s:22:"post-content/style.css";i:339;s:26:"post-content/style.min.css";i:340;s:23:"post-date/style-rtl.css";i:341;s:27:"post-date/style-rtl.min.css";i:342;s:19:"post-date/style.css";i:343;s:23:"post-date/style.min.css";i:344;s:27:"post-excerpt/editor-rtl.css";i:345;s:31:"post-excerpt/editor-rtl.min.css";i:346;s:23:"post-excerpt/editor.css";i:347;s:27:"post-excerpt/editor.min.css";i:348;s:26:"post-excerpt/style-rtl.css";i:349;s:30:"post-excerpt/style-rtl.min.css";i:350;s:22:"post-excerpt/style.css";i:351;s:26:"post-excerpt/style.min.css";i:352;s:34:"post-featured-image/editor-rtl.css";i:353;s:38:"post-featured-image/editor-rtl.min.css";i:354;s:30:"post-featured-image/editor.css";i:355;s:34:"post-featured-image/editor.min.css";i:356;s:33:"post-featured-image/style-rtl.css";i:357;s:37:"post-featured-image/style-rtl.min.css";i:358;s:29:"post-featured-image/style.css";i:359;s:33:"post-featured-image/style.min.css";i:360;s:34:"post-navigation-link/style-rtl.css";i:361;s:38:"post-navigation-link/style-rtl.min.css";i:362;s:30:"post-navigation-link/style.css";i:363;s:34:"post-navigation-link/style.min.css";i:364;s:27:"post-template/style-rtl.css";i:365;s:31:"post-template/style-rtl.min.css";i:366;s:23:"post-template/style.css";i:367;s:27:"post-template/style.min.css";i:368;s:24:"post-terms/style-rtl.css";i:369;s:28:"post-terms/style-rtl.min.css";i:370;s:20:"post-terms/style.css";i:371;s:24:"post-terms/style.min.css";i:372;s:31:"post-time-to-read/style-rtl.css";i:373;s:35:"post-time-to-read/style-rtl.min.css";i:374;s:27:"post-time-to-read/style.css";i:375;s:31:"post-time-to-read/style.min.css";i:376;s:24:"post-title/style-rtl.css";i:377;s:28:"post-title/style-rtl.min.css";i:378;s:20:"post-title/style.css";i:379;s:24:"post-title/style.min.css";i:380;s:26:"preformatted/style-rtl.css";i:381;s:30:"preformatted/style-rtl.min.css";i:382;s:22:"preformatted/style.css";i:383;s:26:"preformatted/style.min.css";i:384;s:24:"pullquote/editor-rtl.css";i:385;s:28:"pullquote/editor-rtl.min.css";i:386;s:20:"pullquote/editor.css";i:387;s:24:"pullquote/editor.min.css";i:388;s:23:"pullquote/style-rtl.css";i:389;s:27:"pullquote/style-rtl.min.css";i:390;s:19:"pullquote/style.css";i:391;s:23:"pullquote/style.min.css";i:392;s:23:"pullquote/theme-rtl.css";i:393;s:27:"pullquote/theme-rtl.min.css";i:394;s:19:"pullquote/theme.css";i:395;s:23:"pullquote/theme.min.css";i:396;s:39:"query-pagination-numbers/editor-rtl.css";i:397;s:43:"query-pagination-numbers/editor-rtl.min.css";i:398;s:35:"query-pagination-numbers/editor.css";i:399;s:39:"query-pagination-numbers/editor.min.css";i:400;s:31:"query-pagination/editor-rtl.css";i:401;s:35:"query-pagination/editor-rtl.min.css";i:402;s:27:"query-pagination/editor.css";i:403;s:31:"query-pagination/editor.min.css";i:404;s:30:"query-pagination/style-rtl.css";i:405;s:34:"query-pagination/style-rtl.min.css";i:406;s:26:"query-pagination/style.css";i:407;s:30:"query-pagination/style.min.css";i:408;s:25:"query-title/style-rtl.css";i:409;s:29:"query-title/style-rtl.min.css";i:410;s:21:"query-title/style.css";i:411;s:25:"query-title/style.min.css";i:412;s:25:"query-total/style-rtl.css";i:413;s:29:"query-total/style-rtl.min.css";i:414;s:21:"query-total/style.css";i:415;s:25:"query-total/style.min.css";i:416;s:20:"query/editor-rtl.css";i:417;s:24:"query/editor-rtl.min.css";i:418;s:16:"query/editor.css";i:419;s:20:"query/editor.min.css";i:420;s:19:"quote/style-rtl.css";i:421;s:23:"quote/style-rtl.min.css";i:422;s:15:"quote/style.css";i:423;s:19:"quote/style.min.css";i:424;s:19:"quote/theme-rtl.css";i:425;s:23:"quote/theme-rtl.min.css";i:426;s:15:"quote/theme.css";i:427;s:19:"quote/theme.min.css";i:428;s:23:"read-more/style-rtl.css";i:429;s:27:"read-more/style-rtl.min.css";i:430;s:19:"read-more/style.css";i:431;s:23:"read-more/style.min.css";i:432;s:18:"rss/editor-rtl.css";i:433;s:22:"rss/editor-rtl.min.css";i:434;s:14:"rss/editor.css";i:435;s:18:"rss/editor.min.css";i:436;s:17:"rss/style-rtl.css";i:437;s:21:"rss/style-rtl.min.css";i:438;s:13:"rss/style.css";i:439;s:17:"rss/style.min.css";i:440;s:21:"search/editor-rtl.css";i:441;s:25:"search/editor-rtl.min.css";i:442;s:17:"search/editor.css";i:443;s:21:"search/editor.min.css";i:444;s:20:"search/style-rtl.css";i:445;s:24:"search/style-rtl.min.css";i:446;s:16:"search/style.css";i:447;s:20:"search/style.min.css";i:448;s:20:"search/theme-rtl.css";i:449;s:24:"search/theme-rtl.min.css";i:450;s:16:"search/theme.css";i:451;s:20:"search/theme.min.css";i:452;s:24:"separator/editor-rtl.css";i:453;s:28:"separator/editor-rtl.min.css";i:454;s:20:"separator/editor.css";i:455;s:24:"separator/editor.min.css";i:456;s:23:"separator/style-rtl.css";i:457;s:27:"separator/style-rtl.min.css";i:458;s:19:"separator/style.css";i:459;s:23:"separator/style.min.css";i:460;s:23:"separator/theme-rtl.css";i:461;s:27:"separator/theme-rtl.min.css";i:462;s:19:"separator/theme.css";i:463;s:23:"separator/theme.min.css";i:464;s:24:"shortcode/editor-rtl.css";i:465;s:28:"shortcode/editor-rtl.min.css";i:466;s:20:"shortcode/editor.css";i:467;s:24:"shortcode/editor.min.css";i:468;s:24:"site-logo/editor-rtl.css";i:469;s:28:"site-logo/editor-rtl.min.css";i:470;s:20:"site-logo/editor.css";i:471;s:24:"site-logo/editor.min.css";i:472;s:23:"site-logo/style-rtl.css";i:473;s:27:"site-logo/style-rtl.min.css";i:474;s:19:"site-logo/style.css";i:475;s:23:"site-logo/style.min.css";i:476;s:27:"site-tagline/editor-rtl.css";i:477;s:31:"site-tagline/editor-rtl.min.css";i:478;s:23:"site-tagline/editor.css";i:479;s:27:"site-tagline/editor.min.css";i:480;s:26:"site-tagline/style-rtl.css";i:481;s:30:"site-tagline/style-rtl.min.css";i:482;s:22:"site-tagline/style.css";i:483;s:26:"site-tagline/style.min.css";i:484;s:25:"site-title/editor-rtl.css";i:485;s:29:"site-title/editor-rtl.min.css";i:486;s:21:"site-title/editor.css";i:487;s:25:"site-title/editor.min.css";i:488;s:24:"site-title/style-rtl.css";i:489;s:28:"site-title/style-rtl.min.css";i:490;s:20:"site-title/style.css";i:491;s:24:"site-title/style.min.css";i:492;s:26:"social-link/editor-rtl.css";i:493;s:30:"social-link/editor-rtl.min.css";i:494;s:22:"social-link/editor.css";i:495;s:26:"social-link/editor.min.css";i:496;s:27:"social-links/editor-rtl.css";i:497;s:31:"social-links/editor-rtl.min.css";i:498;s:23:"social-links/editor.css";i:499;s:27:"social-links/editor.min.css";i:500;s:26:"social-links/style-rtl.css";i:501;s:30:"social-links/style-rtl.min.css";i:502;s:22:"social-links/style.css";i:503;s:26:"social-links/style.min.css";i:504;s:21:"spacer/editor-rtl.css";i:505;s:25:"spacer/editor-rtl.min.css";i:506;s:17:"spacer/editor.css";i:507;s:21:"spacer/editor.min.css";i:508;s:20:"spacer/style-rtl.css";i:509;s:24:"spacer/style-rtl.min.css";i:510;s:16:"spacer/style.css";i:511;s:20:"spacer/style.min.css";i:512;s:20:"table/editor-rtl.css";i:513;s:24:"table/editor-rtl.min.css";i:514;s:16:"table/editor.css";i:515;s:20:"table/editor.min.css";i:516;s:19:"table/style-rtl.css";i:517;s:23:"table/style-rtl.min.css";i:518;s:15:"table/style.css";i:519;s:19:"table/style.min.css";i:520;s:19:"table/theme-rtl.css";i:521;s:23:"table/theme-rtl.min.css";i:522;s:15:"table/theme.css";i:523;s:19:"table/theme.min.css";i:524;s:24:"tag-cloud/editor-rtl.css";i:525;s:28:"tag-cloud/editor-rtl.min.css";i:526;s:20:"tag-cloud/editor.css";i:527;s:24:"tag-cloud/editor.min.css";i:528;s:23:"tag-cloud/style-rtl.css";i:529;s:27:"tag-cloud/style-rtl.min.css";i:530;s:19:"tag-cloud/style.css";i:531;s:23:"tag-cloud/style.min.css";i:532;s:28:"template-part/editor-rtl.css";i:533;s:32:"template-part/editor-rtl.min.css";i:534;s:24:"template-part/editor.css";i:535;s:28:"template-part/editor.min.css";i:536;s:27:"template-part/theme-rtl.css";i:537;s:31:"template-part/theme-rtl.min.css";i:538;s:23:"template-part/theme.css";i:539;s:27:"template-part/theme.min.css";i:540;s:24:"term-count/style-rtl.css";i:541;s:28:"term-count/style-rtl.min.css";i:542;s:20:"term-count/style.css";i:543;s:24:"term-count/style.min.css";i:544;s:30:"term-description/style-rtl.css";i:545;s:34:"term-description/style-rtl.min.css";i:546;s:26:"term-description/style.css";i:547;s:30:"term-description/style.min.css";i:548;s:23:"term-name/style-rtl.css";i:549;s:27:"term-name/style-rtl.min.css";i:550;s:19:"term-name/style.css";i:551;s:23:"term-name/style.min.css";i:552;s:28:"term-template/editor-rtl.css";i:553;s:32:"term-template/editor-rtl.min.css";i:554;s:24:"term-template/editor.css";i:555;s:28:"term-template/editor.min.css";i:556;s:27:"term-template/style-rtl.css";i:557;s:31:"term-template/style-rtl.min.css";i:558;s:23:"term-template/style.css";i:559;s:27:"term-template/style.min.css";i:560;s:27:"text-columns/editor-rtl.css";i:561;s:31:"text-columns/editor-rtl.min.css";i:562;s:23:"text-columns/editor.css";i:563;s:27:"text-columns/editor.min.css";i:564;s:26:"text-columns/style-rtl.css";i:565;s:30:"text-columns/style-rtl.min.css";i:566;s:22:"text-columns/style.css";i:567;s:26:"text-columns/style.min.css";i:568;s:19:"verse/style-rtl.css";i:569;s:23:"verse/style-rtl.min.css";i:570;s:15:"verse/style.css";i:571;s:19:"verse/style.min.css";i:572;s:20:"video/editor-rtl.css";i:573;s:24:"video/editor-rtl.min.css";i:574;s:16:"video/editor.css";i:575;s:20:"video/editor.min.css";i:576;s:19:"video/style-rtl.css";i:577;s:23:"video/style-rtl.min.css";i:578;s:15:"video/style.css";i:579;s:19:"video/style.min.css";i:580;s:19:"video/theme-rtl.css";i:581;s:23:"video/theme-rtl.min.css";i:582;s:15:"video/theme.css";i:583;s:19:"video/theme.min.css";}}', 'on'),
(657837, 'theme_switched_via_customizer', '', 'yes'),
(657838, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(659310, 'theme_mods_twentytwenty', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:4;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1773702901;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:4:{i:0;s:11:"slideshow-3";i:1;s:6:"text-2";i:2;s:11:"slideshow-5";i:3;s:11:"slideshow-2";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}}}}', 'on'),
(856630, '_pre_user_id', '6', 'yes'),
(909666, '_site_transient_timeout_browser_d18e73137d21a5f9c90eef45302b8ff1', '1774789911', 'off'),
(908112, 'nextgen_notifications', 'a:5:{s:6:"update";i:1774105172;s:4:"feed";a:5:{i:0;a:7:{s:5:"title";s:63:"Sync Your WordPress Site with Lightroom to Supercharge Workflow";s:7:"content";s:231:"Are you an Adobe Lightroom user? You can seamlessly sync Lightroom with your WordPress site for instant photo uploads while you edit, gallery publishing right from Lightroom, and a turbocharged workflow. Upgrade today and SAVE 50%!";s:4:"type";a:3:{i:0;s:4:"lite";i:1;s:4:"plus";i:2;s:7:"starter";}s:2:"id";i:17;s:4:"btns";a:2:{s:4:"main";a:2:{s:3:"url";s:119:"https://www.imagely.com/wordpress-lightroom-plugin?utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:10:"Learn More";}s:3:"alt";a:2:{s:3:"url";s:97:"https://www.imagely.com/lite?utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:7:"Buy Now";}}s:4:"icon";s:5:"check";s:5:"start";s:19:"2024-11-21 20:59:00";}i:1;a:7:{s:5:"title";s:30:"Are Your Galleries Filterable?";s:7:"content";s:333:"Allowing visitors to search for images or filter by categories is a must-have for creating a seamless user experience. NextGEN Gallery''s frontend search feature makes it easy to create a filterable gallery with image search capability based on the tags you specify. Upgrade NOW to SAVE 50% and get access to frontend search features.";s:4:"type";a:3:{i:0;s:4:"lite";i:1;s:4:"plus";i:2;s:7:"starter";}s:2:"id";i:15;s:4:"btns";a:1:{s:4:"main";a:2:{s:3:"url";s:140:"https://www.imagely.com/wordpress-gallery-plugin/frontend-image-search??utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:10:"Learn More";}}s:4:"icon";s:4:"gear";s:5:"start";s:19:"2024-11-21 20:59:00";}i:2;a:7:{s:5:"title";s:78:"Level Up Your Social Media with Sharing Buttons, OpenGraph, and Twitter Cards ";s:7:"content";s:386:"Add social sharing buttons to your WordPress galleries and allow users to easily share your images on social media. NextGEN Gallery provides OpenGraph and Twitter cards functionality, so you can be sure that photos shared by you or your visitors will automatically show your image''s information and preview. Enable social sharing, boost engagement, and get 50% OFF when you upgrade NOW!";s:4:"type";a:2:{i:0;s:4:"lite";i:1;s:4:"plus";}s:2:"id";i:12;s:4:"btns";a:1:{s:4:"main";a:2:{s:3:"url";s:67:"https://www.imagely.com/wordpress-gallery-plugin/pro-lightbox-demo/";s:4:"text";s:10:"Learn More";}}s:4:"icon";s:4:"gear";s:5:"start";s:19:"2023-10-01 00:00:00";}i:3;a:7:{s:5:"title";s:54:"Set Up Photo Proofing and Improve your Client Workflow";s:7:"content";s:354:"Looking for the best way share photo proofs with clients? Take advantage of NextGEN Gallery''s proofing features! Easily set up a proofing gallery right inside WordPress where clients can view photos, provide comments, and make their selections. Get access to image proofing and create a seamless client workflow when you upgrade to Pro for 50% OFF TODAY!";s:4:"type";a:3:{i:0;s:4:"lite";i:1;s:4:"plus";i:2;s:7:"starter";}s:2:"id";i:10;s:4:"btns";a:1:{s:4:"main";a:2:{s:3:"url";s:97:"https://www.imagely.com/lite?utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:10:"Learn More";}}s:4:"icon";s:4:"gear";s:5:"start";s:19:"2024-11-21 20:59:00";}i:4;a:7:{s:5:"title";s:68:"eCommerce System and Automated Print Lab Fulfillment Available NOW! ";s:7:"content";s:399:"Increase revenue and boost your photography business with NextGEN Gallery''s eCommerce system and automated print fulfillment. Easily accept online payments, offer digital downloads, and ship prints directly to customers with zero commission off the top. Get the only WordPress plugin with automatic print lab fulfillment, unlock eCommerce features, and SAVE 50% when you upgrade to NextGEN Pro NOW! ";s:4:"type";a:1:{i:0;s:4:"lite";}s:2:"id";i:7;s:4:"btns";a:2:{s:4:"main";a:2:{s:3:"url";s:155:"https://www.imagely.com/how-to-sell-photos-online-the-ultimate-guide-for-photographers/utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:10:"Learn More";}s:3:"alt";a:2:{s:3:"url";s:97:"https://www.imagely.com/lite?utm_campaign=notification&utm_source=liteplugin&utm_medium=lightroom";s:4:"text";s:7:"Buy Now";}}s:4:"icon";s:4:"gear";s:5:"start";s:19:"2023-11-01 00:00:00";}}s:7:"timeout";i:1774112372;s:6:"events";a:0:{}s:9:"dismissed";a:0:{}}', 'off'),
(908107, 'allowed_astra_notices', 'a:1:{i:0;s:16:"uae-optin-notice";}', 'auto'),
(905958, 'can_compress_scripts', '0', 'on'),
(908636, '_transient_timeout_hfe_rollback_versions_2.8.5', '1774291101', 'off'),
(908637, '_transient_hfe_rollback_versions_2.8.5', 'a:10:{i:0;s:5:"2.8.4";i:1;s:5:"2.8.3";i:2;s:5:"2.8.2";i:3;s:5:"2.8.1";i:4;s:5:"2.8.0";i:5;s:5:"2.7.1";i:6;s:5:"2.7.0";i:7;s:5:"2.6.2";i:8;s:5:"2.6.1";i:9;s:5:"2.6.0";}', 'off'),
(907908, 'imagely_dates_migrated', '1', 'auto'),
(657580, '_transient_health-check-site-status-result', '{"good":"19","recommended":"6","critical":"1"}', 'yes'),
(657374, 'fresh_site', '0', 'off'),
(659396, 'hfe_plugin_is_activated', 'yes', 'yes'),
(856261, 'GOTMLS_get_URL_array', 'a:1:{s:32:"8ad86b47666117af2cfa728b5115c0fc";a:3:{s:4:"time";d:29555021;s:13:"wp_remote_get";a:6:{s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 12 Mar 2026 07:41:29 GMT";s:12:"content-type";s:10:"text/plain";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Mon, 09 Mar 2026 14:47:59 GMT";s:4:"etag";s:36:"W/"3478234//gotmls/trunk/readme.txt"";s:13:"cache-control";s:14:"max-age=604800";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:16:"content-encoding";s:2:"br";}}s:4:"body";s:41797:"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: https://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: https://anti-malware.ninja/\nContributors: gotmls, scheeeli\nDonate link: https://gotmls.net/donate/\nTags: anti-malware, security, scanner, brute-force, firewall\nLicense: GPLv3 or later\nLicense URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text\nVersion: 4.23.88\nStable tag: 4.23.88\nRequires at least: 3.3\nTested up to: 6.9.1\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin makes calls to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you''re allergic to "phone home" scripts then don''t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n* [Micha Cassola](https://profiles.wordpress.org/michacassola/) for the German translation.\n* [Robi Erwin Setiawan](https://profiles.wordpress.org/situstarget/) for the Indonesian translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the ''Plugins'' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of "Known Threats" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for "Potential Threats" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can''t I automatically remove the "Potential Threats" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for "Know Threats".\n\n= How do I know if any of the "Potential Threats" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a "Know Threat", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don''t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it''s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don''t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says "Force a Re-scan" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n= How can I report security bugs? =\n\nYou can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/gotmls)\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when "Automatic Repair" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.23.88 =\n* Fixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\n* Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\n* Fixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\n* Fixed a missing capability check on an admin-ajax API endpoint.\n* Changed URLs for better compatibility with both HTTPS sites and HTTP sites.\n* Checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\n* Fixed Scan Settings issue when only one threat type is selected or when only DB Scan is selected.\n* Added debugging with file stats for single directory scans.\n* Fixed some Defined Constants that were causing an error in PHP 8.X.\n* Checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\n* Added an option to the Brute-Force Login Protection to not use PHP session_start to store the LOGIN_KEY. \n* Updated JavaScript arrays for better efficiency when larger arrays are created.\n* Fixed notice about Passing null to strlen being Deprecated in PHP 8.X.\n* Fixed notice about function _load_textdomain_just_in_time being called incorrectly in WP 6.7 and above.\n* Checked code for compatibility with WordPress 6.8 and ClassicPress 2.4.1.\n\n= 4.23.73 =\n* Added cleanup for old _session files.\n* Fixed hidden files exception to the skip by extention option in last update.\n* Fixed updates to manual session files when PHP sessions are not saves.\n* Checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\n* Set autoload to false on the large values in wp_option.\n* Added exception to the skip by extention option so that hidden files are never skipped.\n* Checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WP User Manager and StranoWeb Ajax Login.\n* Added option to hide the Brute-Force Login Protection logo on the login page.\n* Checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WooCommerce and Ultimate Membership.\n* Fixed static wp_posts table name in whitelist query to use the WPDB dynamic table name.\n* Checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed session conflict with REST API and a couple Undefined Variable warnings.\n* Huge improvements to the Quick Scan on the Core Files when Core File Definitions are installed.\n* Added custom Whitelist that skips files you have chosen to ignore.\n* Fixed display of DB threats to properly decode HTML characters.\n* Checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\n* Removed session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed definition update to only allow admin users to post the update, even if a valid nonce token is used.\n* Improved the Nonce tokens to incorperate user_id and context for better security.\n* Limited the Nonce token check to once single token per request for better security, instead of allowing multi-check capabilities with an array.\n* Redesigned Scan History to retain more of the detailed scan results.\n* Fixed usage of incorrect value for REMOTE_ADDR when the server is using a reverse proxy.\n* Added an option to manually recheck the donation status.\n* Checked code for compatibility with WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\n* Fixed another Undefined Index Warning in new installs when no definition updates have been downloaded.\n* Improved timing of registration check and avoided cached results after new registrations are submitted. \n* Added an option to manually recheck the registration status of the site.\n* Checked code for compatibility with WordPress 6.3.1.\n\n= 4.21.95 =\n* Fixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\n* Improved error handling for better scan completion.\n* Checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\n* Fixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations.\n* Checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\n* Fixed the Uncaught Value Error when scanning files that use Windows-1252 encoding which is unsupported by the PHP function mb_regex_encoding.\n* Fixed other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\n* Fixed some HTML formatting issues.\n* Fixed a JavaScript error in the scan engine that prevented second attempts to scan directories that failed on the first try.\n\n= 4.21.90 =\n* Fixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\n* Added more late escapes and sanitizated all _SERVER variables.\n* Checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\n* Added late escapes to variables that were already escaped as requested by Code review team.\n* Fixed a PHP warning about is_dir when it attempts check the existance of a directory that was scanned in the past but is now outside the allowable scan path.\n\n= 4.21.87 =\n* Code review and cleanup, added more sanitization.\n* Fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\n* Improved the removal of database injections when values are serialized.\n* Fixed a vulnerability in using unserialize with Class Objects.\n* Fixed PHP warnings about undefined indexes.\n\n= 4.21.85 =\n* Prevented infinite looping on recursive sub-directories.\n* Changed some default values.\n* Checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\n* Removed the no_error_reporting option used for debugging when server errors are breaking the site.\n* Checked code for compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\n* Fixed XSS vulnerability on debug URLs introduced in the last release, thanks Erwan Le Rousseau.\n* Updated code with other various minor improvements bug fixed.\n* Checked code for compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\n* Updated code with various minor improvements to efficiency and compatibility.\n* Checked code for compatibility with WordPress 6.0.\n\n= 4.20.96 =\n* Fixed XSS vulnerability by removing unsanitized QUERY_STRING.\n* Cleaned up Quarantine code, removing legacy functions and adding more detailed info.\n* Fixed undefined variable notice and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\n* Added more sanitization and validation to all user data entered for better security.\n* checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\n* Fixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\n* Fixed undefined variable warning.\n* Updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\n* Added German translation thanks to Micha Cassola.\n* Improved the Apache software version checker for better firewall compatibility.\n* Fixed session compatibility that was conflicting with the REST API check in Site Health.\n* Checked code for compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed "What to look for" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it''s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch "Unblock" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is "admin".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the "Please make a donation" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added "Select All" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added "View Quarantine" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.23.88 =\nFixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\nChecked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\nFixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\nFixed missing capability check on admin-ajax API, changed URLs for better compatibility with HTTPS and HTTP websites, and checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\nFixed some Defined Constants that were causing an error in PHP 8.X and a Scan Settings issue when only one threat type is selected or when only DB Scan is selected, and checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\nAdded option to Brute-Force Protection to not use PHP session_start, updated JavaScript arrays, fixed Deprecation notice in PHP 8.X and function _load_textdomain_just_in_time being called incorrectly in WP 6.7, and checked code for compatibility with WordPress 6.8.\n\n= 4.23.73 =\nAdded cleanup for old _session files, fxed hidden files exception to the skip by extention option and updates to manual session files when PHP sessions are not saves, and checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\nSet autoload to false on the large values in wp_option, added exception to never skip hidden files, and checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, added option to hide the Brute-Force Login Protection logo on the login page, and checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, fixed static wp_posts table name in whitelist query, and checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\nUpgraded Brute-Force Login Protection and the Quick Scan of Core Files, added custom Whitelist, fixed session conflict with REST API, and checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\nRemoved session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\nUpgraded Brute-Force Login Protection, restricted definition updates to admin users, improved the Nonce tokens for better security (thanks to Patchstack), and a few other minor code changes for servers using reverse proxy and code compatibility for WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\nFixed another Undefined Index Warning, improved timing of registration check, and added an option to manually recheck the registration status.\n\n= 4.21.95 =\nFixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\nImproved error handling for better scan completion and checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\nFixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations and checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\nFixed the Uncaught Value Error in mb_regex_encoding, and other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\nFixed some HTML formatting issues and a JavaScript error in the scan engine.\n\n= 4.21.90 =\nFixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\nAdded more late escapes and sanitizated all _SERVER variables and checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\nAdded late escapes to variables that were already escaped as requested by Code review team and fixed a PHP warning about is_dir.\n\n= 4.21.87 =\nCode review and cleanup, added more sanitization and fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\nImproved the removal of database injections when values are serialized, and fixed a vulnerability in using unserialize with Class Objects, as well as some other PHP warnings about undefined indexes.\n\n= 4.21.85 =\nPrevented infinite looping on recursive sub-directories and checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\nRemoved the no_error_reporting debug option and checked compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\nFixed XSS vulnerability, plus other minor improvements and compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\nUpdated code with various minor improvements to efficiency and compatibility with WordPress 6.0.\n\n= 4.20.96 =\nFixed XSS vulnerability by removing unsanitized QUERY_STRING, cleaned up Quarantine code, and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\nAdded more sanitization and validation to all user data entered for better security and checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\nFixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\nFixed undefined variable warning and updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\nAdded German translation, improved firewall compatibility with Apache, fixed session check in Site Health for REST API compatibility, and checked code compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded warning message about vulnerability in yuzo-related-post plugin, updated Quarantine interface with re-scan/re-clean feature, fixed bug in scan depth array that produced PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2.\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n";s:8:"response";a:2:{s:4:"code";i:200;s:7:"message";s:2:"OK";}s:7:"cookies";a:0:{}s:8:"filename";N;s:13:"http_response";O:25:"WP_HTTP_Requests_Response":5:{s:11:"\0*\0response";O:23:"WpOrg\\Requests\\Response":10:{s:4:"body";s:41797:"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: https://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: https://anti-malware.ninja/\nContributors: gotmls, scheeeli\nDonate link: https://gotmls.net/donate/\nTags: anti-malware, security, scanner, brute-force, firewall\nLicense: GPLv3 or later\nLicense URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text\nVersion: 4.23.88\nStable tag: 4.23.88\nRequires at least: 3.3\nTested up to: 6.9.1\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin makes calls to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you''re allergic to "phone home" scripts then don''t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n* [Micha Cassola](https://profiles.wordpress.org/michacassola/) for the German translation.\n* [Robi Erwin Setiawan](https://profiles.wordpress.org/situstarget/) for the Indonesian translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the ''Plugins'' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of "Known Threats" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for "Potential Threats" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can''t I automatically remove the "Potential Threats" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for "Know Threats".\n\n= How do I know if any of the "Potential Threats" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a "Know Threat", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don''t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it''s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don''t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says "Force a Re-scan" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n= How can I report security bugs? =\n\nYou can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/gotmls)\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when "Automatic Repair" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.23.88 =\n* Fixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\n* Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\n* Fixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\n* Fixed a missing capability check on an admin-ajax API endpoint.\n* Changed URLs for better compatibility with both HTTPS sites and HTTP sites.\n* Checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\n* Fixed Scan Settings issue when only one threat type is selected or when only DB Scan is selected.\n* Added debugging with file stats for single directory scans.\n* Fixed some Defined Constants that were causing an error in PHP 8.X.\n* Checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\n* Added an option to the Brute-Force Login Protection to not use PHP session_start to store the LOGIN_KEY. \n* Updated JavaScript arrays for better efficiency when larger arrays are created.\n* Fixed notice about Passing null to strlen being Deprecated in PHP 8.X.\n* Fixed notice about function _load_textdomain_just_in_time being called incorrectly in WP 6.7 and above.\n* Checked code for compatibility with WordPress 6.8 and ClassicPress 2.4.1.\n\n= 4.23.73 =\n* Added cleanup for old _session files.\n* Fixed hidden files exception to the skip by extention option in last update.\n* Fixed updates to manual session files when PHP sessions are not saves.\n* Checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\n* Set autoload to false on the large values in wp_option.\n* Added exception to the skip by extention option so that hidden files are never skipped.\n* Checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WP User Manager and StranoWeb Ajax Login.\n* Added option to hide the Brute-Force Login Protection logo on the login page.\n* Checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WooCommerce and Ultimate Membership.\n* Fixed static wp_posts table name in whitelist query to use the WPDB dynamic table name.\n* Checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed session conflict with REST API and a couple Undefined Variable warnings.\n* Huge improvements to the Quick Scan on the Core Files when Core File Definitions are installed.\n* Added custom Whitelist that skips files you have chosen to ignore.\n* Fixed display of DB threats to properly decode HTML characters.\n* Checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\n* Removed session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed definition update to only allow admin users to post the update, even if a valid nonce token is used.\n* Improved the Nonce tokens to incorperate user_id and context for better security.\n* Limited the Nonce token check to once single token per request for better security, instead of allowing multi-check capabilities with an array.\n* Redesigned Scan History to retain more of the detailed scan results.\n* Fixed usage of incorrect value for REMOTE_ADDR when the server is using a reverse proxy.\n* Added an option to manually recheck the donation status.\n* Checked code for compatibility with WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\n* Fixed another Undefined Index Warning in new installs when no definition updates have been downloaded.\n* Improved timing of registration check and avoided cached results after new registrations are submitted. \n* Added an option to manually recheck the registration status of the site.\n* Checked code for compatibility with WordPress 6.3.1.\n\n= 4.21.95 =\n* Fixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\n* Improved error handling for better scan completion.\n* Checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\n* Fixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations.\n* Checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\n* Fixed the Uncaught Value Error when scanning files that use Windows-1252 encoding which is unsupported by the PHP function mb_regex_encoding.\n* Fixed other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\n* Fixed some HTML formatting issues.\n* Fixed a JavaScript error in the scan engine that prevented second attempts to scan directories that failed on the first try.\n\n= 4.21.90 =\n* Fixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\n* Added more late escapes and sanitizated all _SERVER variables.\n* Checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\n* Added late escapes to variables that were already escaped as requested by Code review team.\n* Fixed a PHP warning about is_dir when it attempts check the existance of a directory that was scanned in the past but is now outside the allowable scan path.\n\n= 4.21.87 =\n* Code review and cleanup, added more sanitization.\n* Fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\n* Improved the removal of database injections when values are serialized.\n* Fixed a vulnerability in using unserialize with Class Objects.\n* Fixed PHP warnings about undefined indexes.\n\n= 4.21.85 =\n* Prevented infinite looping on recursive sub-directories.\n* Changed some default values.\n* Checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\n* Removed the no_error_reporting option used for debugging when server errors are breaking the site.\n* Checked code for compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\n* Fixed XSS vulnerability on debug URLs introduced in the last release, thanks Erwan Le Rousseau.\n* Updated code with other various minor improvements bug fixed.\n* Checked code for compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\n* Updated code with various minor improvements to efficiency and compatibility.\n* Checked code for compatibility with WordPress 6.0.\n\n= 4.20.96 =\n* Fixed XSS vulnerability by removing unsanitized QUERY_STRING.\n* Cleaned up Quarantine code, removing legacy functions and adding more detailed info.\n* Fixed undefined variable notice and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\n* Added more sanitization and validation to all user data entered for better security.\n* checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\n* Fixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\n* Fixed undefined variable warning.\n* Updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\n* Added German translation thanks to Micha Cassola.\n* Improved the Apache software version checker for better firewall compatibility.\n* Fixed session compatibility that was conflicting with the REST API check in Site Health.\n* Checked code for compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed "What to look for" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it''s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch "Unblock" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is "admin".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the "Please make a donation" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added "Select All" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added "View Quarantine" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.23.88 =\nFixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\nChecked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\nFixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\nFixed missing capability check on admin-ajax API, changed URLs for better compatibility with HTTPS and HTTP websites, and checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\nFixed some Defined Constants that were causing an error in PHP 8.X and a Scan Settings issue when only one threat type is selected or when only DB Scan is selected, and checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\nAdded option to Brute-Force Protection to not use PHP session_start, updated JavaScript arrays, fixed Deprecation notice in PHP 8.X and function _load_textdomain_just_in_time being called incorrectly in WP 6.7, and checked code for compatibility with WordPress 6.8.\n\n= 4.23.73 =\nAdded cleanup for old _session files, fxed hidden files exception to the skip by extention option and updates to manual session files when PHP sessions are not saves, and checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\nSet autoload to false on the large values in wp_option, added exception to never skip hidden files, and checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, added option to hide the Brute-Force Login Protection logo on the login page, and checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, fixed static wp_posts table name in whitelist query, and checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\nUpgraded Brute-Force Login Protection and the Quick Scan of Core Files, added custom Whitelist, fixed session conflict with REST API, and checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\nRemoved session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\nUpgraded Brute-Force Login Protection, restricted definition updates to admin users, improved the Nonce tokens for better security (thanks to Patchstack), and a few other minor code changes for servers using reverse proxy and code compatibility for WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\nFixed another Undefined Index Warning, improved timing of registration check, and added an option to manually recheck the registration status.\n\n= 4.21.95 =\nFixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\nImproved error handling for better scan completion and checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\nFixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations and checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\nFixed the Uncaught Value Error in mb_regex_encoding, and other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\nFixed some HTML formatting issues and a JavaScript error in the scan engine.\n\n= 4.21.90 =\nFixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\nAdded more late escapes and sanitizated all _SERVER variables and checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\nAdded late escapes to variables that were already escaped as requested by Code review team and fixed a PHP warning about is_dir.\n\n= 4.21.87 =\nCode review and cleanup, added more sanitization and fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\nImproved the removal of database injections when values are serialized, and fixed a vulnerability in using unserialize with Class Objects, as well as some other PHP warnings about undefined indexes.\n\n= 4.21.85 =\nPrevented infinite looping on recursive sub-directories and checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\nRemoved the no_error_reporting debug option and checked compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\nFixed XSS vulnerability, plus other minor improvements and compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\nUpdated code with various minor improvements to efficiency and compatibility with WordPress 6.0.\n\n= 4.20.96 =\nFixed XSS vulnerability by removing unsanitized QUERY_STRING, cleaned up Quarantine code, and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\nAdded more sanitization and validation to all user data entered for better security and checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\nFixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\nFixed undefined variable warning and updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\nAdded German translation, improved firewall compatibility with Apache, fixed session check in Site Health for REST API compatibility, and checked code compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded warning message about vulnerability in yuzo-related-post plugin, updated Quarantine interface with re-scan/re-clean feature, fixed bug in scan depth array that produced PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2.\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n";s:3:"raw";s:42137:"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 12 Mar 2026 07:41:29 GMT\r\nContent-Type: text/plain\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nVary: Accept-Encoding\r\nLast-Modified: Mon, 09 Mar 2026 14:47:59 GMT\r\nETag: W/"3478234//gotmls/trunk/readme.txt"\r\nCache-Control: max-age=604800\r\nAlt-Svc: h3=":443"; ma=86400\r\nContent-Encoding: br\r\n\r\n=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: https://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: https://anti-malware.ninja/\nContributors: gotmls, scheeeli\nDonate link: https://gotmls.net/donate/\nTags: anti-malware, security, scanner, brute-force, firewall\nLicense: GPLv3 or later\nLicense URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text\nVersion: 4.23.88\nStable tag: 4.23.88\nRequires at least: 3.3\nTested up to: 6.9.1\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin makes calls to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you''re allergic to "phone home" scripts then don''t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n* [Micha Cassola](https://profiles.wordpress.org/michacassola/) for the German translation.\n* [Robi Erwin Setiawan](https://profiles.wordpress.org/situstarget/) for the Indonesian translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the ''Plugins'' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of "Known Threats" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for "Potential Threats" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can''t I automatically remove the "Potential Threats" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for "Know Threats".\n\n= How do I know if any of the "Potential Threats" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a "Know Threat", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don''t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it''s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don''t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says "Force a Re-scan" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n= How can I report security bugs? =\n\nYou can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/gotmls)\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when "Automatic Repair" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.23.88 =\n* Fixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\n* Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\n* Fixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\n* Fixed a missing capability check on an admin-ajax API endpoint.\n* Changed URLs for better compatibility with both HTTPS sites and HTTP sites.\n* Checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\n* Fixed Scan Settings issue when only one threat type is selected or when only DB Scan is selected.\n* Added debugging with file stats for single directory scans.\n* Fixed some Defined Constants that were causing an error in PHP 8.X.\n* Checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\n* Added an option to the Brute-Force Login Protection to not use PHP session_start to store the LOGIN_KEY. \n* Updated JavaScript arrays for better efficiency when larger arrays are created.\n* Fixed notice about Passing null to strlen being Deprecated in PHP 8.X.\n* Fixed notice about function _load_textdomain_just_in_time being called incorrectly in WP 6.7 and above.\n* Checked code for compatibility with WordPress 6.8 and ClassicPress 2.4.1.\n\n= 4.23.73 =\n* Added cleanup for old _session files.\n* Fixed hidden files exception to the skip by extention option in last update.\n* Fixed updates to manual session files when PHP sessions are not saves.\n* Checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\n* Set autoload to false on the large values in wp_option.\n* Added exception to the skip by extention option so that hidden files are never skipped.\n* Checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WP User Manager and StranoWeb Ajax Login.\n* Added option to hide the Brute-Force Login Protection logo on the login page.\n* Checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WooCommerce and Ultimate Membership.\n* Fixed static wp_posts table name in whitelist query to use the WPDB dynamic table name.\n* Checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed session conflict with REST API and a couple Undefined Variable warnings.\n* Huge improvements to the Quick Scan on the Core Files when Core File Definitions are installed.\n* Added custom Whitelist that skips files you have chosen to ignore.\n* Fixed display of DB threats to properly decode HTML characters.\n* Checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\n* Removed session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed definition update to only allow admin users to post the update, even if a valid nonce token is used.\n* Improved the Nonce tokens to incorperate user_id and context for better security.\n* Limited the Nonce token check to once single token per request for better security, instead of allowing multi-check capabilities with an array.\n* Redesigned Scan History to retain more of the detailed scan results.\n* Fixed usage of incorrect value for REMOTE_ADDR when the server is using a reverse proxy.\n* Added an option to manually recheck the donation status.\n* Checked code for compatibility with WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\n* Fixed another Undefined Index Warning in new installs when no definition updates have been downloaded.\n* Improved timing of registration check and avoided cached results after new registrations are submitted. \n* Added an option to manually recheck the registration status of the site.\n* Checked code for compatibility with WordPress 6.3.1.\n\n= 4.21.95 =\n* Fixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\n* Improved error handling for better scan completion.\n* Checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\n* Fixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations.\n* Checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\n* Fixed the Uncaught Value Error when scanning files that use Windows-1252 encoding which is unsupported by the PHP function mb_regex_encoding.\n* Fixed other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\n* Fixed some HTML formatting issues.\n* Fixed a JavaScript error in the scan engine that prevented second attempts to scan directories that failed on the first try.\n\n= 4.21.90 =\n* Fixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\n* Added more late escapes and sanitizated all _SERVER variables.\n* Checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\n* Added late escapes to variables that were already escaped as requested by Code review team.\n* Fixed a PHP warning about is_dir when it attempts check the existance of a directory that was scanned in the past but is now outside the allowable scan path.\n\n= 4.21.87 =\n* Code review and cleanup, added more sanitization.\n* Fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\n* Improved the removal of database injections when values are serialized.\n* Fixed a vulnerability in using unserialize with Class Objects.\n* Fixed PHP warnings about undefined indexes.\n\n= 4.21.85 =\n* Prevented infinite looping on recursive sub-directories.\n* Changed some default values.\n* Checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\n* Removed the no_error_reporting option used for debugging when server errors are breaking the site.\n* Checked code for compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\n* Fixed XSS vulnerability on debug URLs introduced in the last release, thanks Erwan Le Rousseau.\n* Updated code with other various minor improvements bug fixed.\n* Checked code for compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\n* Updated code with various minor improvements to efficiency and compatibility.\n* Checked code for compatibility with WordPress 6.0.\n\n= 4.20.96 =\n* Fixed XSS vulnerability by removing unsanitized QUERY_STRING.\n* Cleaned up Quarantine code, removing legacy functions and adding more detailed info.\n* Fixed undefined variable notice and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\n* Added more sanitization and validation to all user data entered for better security.\n* checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\n* Fixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\n* Fixed undefined variable warning.\n* Updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\n* Added German translation thanks to Micha Cassola.\n* Improved the Apache software version checker for better firewall compatibility.\n* Fixed session compatibility that was conflicting with the REST API check in Site Health.\n* Checked code for compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed "What to look for" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it''s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch "Unblock" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is "admin".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the "Please make a donation" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added "Select All" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added "View Quarantine" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.23.88 =\nFixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\nChecked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\nFixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\nFixed missing capability check on admin-ajax API, changed URLs for better compatibility with HTTPS and HTTP websites, and checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\nFixed some Defined Constants that were causing an error in PHP 8.X and a Scan Settings issue when only one threat type is selected or when only DB Scan is selected, and checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\nAdded option to Brute-Force Protection to not use PHP session_start, updated JavaScript arrays, fixed Deprecation notice in PHP 8.X and function _load_textdomain_just_in_time being called incorrectly in WP 6.7, and checked code for compatibility with WordPress 6.8.\n\n= 4.23.73 =\nAdded cleanup for old _session files, fxed hidden files exception to the skip by extention option and updates to manual session files when PHP sessions are not saves, and checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\nSet autoload to false on the large values in wp_option, added exception to never skip hidden files, and checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, added option to hide the Brute-Force Login Protection logo on the login page, and checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, fixed static wp_posts table name in whitelist query, and checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\nUpgraded Brute-Force Login Protection and the Quick Scan of Core Files, added custom Whitelist, fixed session conflict with REST API, and checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\nRemoved session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\nUpgraded Brute-Force Login Protection, restricted definition updates to admin users, improved the Nonce tokens for better security (thanks to Patchstack), and a few other minor code changes for servers using reverse proxy and code compatibility for WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\nFixed another Undefined Index Warning, improved timing of registration check, and added an option to manually recheck the registration status.\n\n= 4.21.95 =\nFixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\nImproved error handling for better scan completion and checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\nFixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations and checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\nFixed the Uncaught Value Error in mb_regex_encoding, and other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\nFixed some HTML formatting issues and a JavaScript error in the scan engine.\n\n= 4.21.90 =\nFixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\nAdded more late escapes and sanitizated all _SERVER variables and checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\nAdded late escapes to variables that were already escaped as requested by Code review team and fixed a PHP warning about is_dir.\n\n= 4.21.87 =\nCode review and cleanup, added more sanitization and fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\nImproved the removal of database injections when values are serialized, and fixed a vulnerability in using unserialize with Class Objects, as well as some other PHP warnings about undefined indexes.\n\n= 4.21.85 =\nPrevented infinite looping on recursive sub-directories and checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\nRemoved the no_error_reporting debug option and checked compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\nFixed XSS vulnerability, plus other minor improvements and compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\nUpdated code with various minor improvements to efficiency and compatibility with WordPress 6.0.\n\n= 4.20.96 =\nFixed XSS vulnerability by removing unsanitized QUERY_STRING, cleaned up Quarantine code, and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\nAdded more sanitization and validation to all user data entered for better security and checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\nFixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\nFixed undefined variable warning and updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\nAdded German translation, improved firewall compatibility with Apache, fixed session check in Site Health for REST API compatibility, and checked code compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded warning message about vulnerability in yuzo-related-post plugin, updated Quarantine interface with re-scan/re-clean feature, fixed bug in scan depth array that produced PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2.\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n";s:7:"headers";O:31:"WpOrg\\Requests\\Response\\Headers":1:{s:7:"\0*\0data";a:9:{s:6:"server";a:1:{i:0;s:5:"nginx";}s:4:"date";a:1:{i:0;s:29:"Thu, 12 Mar 2026 07:41:29 GMT";}s:12:"content-type";a:1:{i:0;s:10:"text/plain";}s:4:"vary";a:1:{i:0;s:15:"Accept-Encoding";}s:13:"last-modified";a:1:{i:0;s:29:"Mon, 09 Mar 2026 14:47:59 GMT";}s:4:"etag";a:1:{i:0;s:36:"W/"3478234//gotmls/trunk/readme.txt"";}s:13:"cache-control";a:1:{i:0;s:14:"max-age=604800";}s:7:"alt-svc";a:1:{i:0;s:19:"h3=":443"; ma=86400";}s:16:"content-encoding";a:1:{i:0;s:2:"br";}}}s:11:"status_code";i:200;s:16:"protocol_version";d:1.100000000000000088817841970012523233890533447265625;s:7:"success";b:1;s:9:"redirects";i:0;s:3:"url";s:57:"https://plugins.svn.wordpress.org/gotmls/trunk/readme.txt";s:7:"history";a:0:{}s:7:"cookies";O:25:"WpOrg\\Requests\\Cookie\\Jar":1:{s:10:"\0*\0cookies";a:0:{}}}s:11:"\0*\0filename";N;s:4:"data";N;s:7:"headers";N;s:6:"status";N;}}s:8:"response";s:41797:"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: https://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: https://anti-malware.ninja/\nContributors: gotmls, scheeeli\nDonate link: https://gotmls.net/donate/\nTags: anti-malware, security, scanner, brute-force, firewall\nLicense: GPLv3 or later\nLicense URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text\nVersion: 4.23.88\nStable tag: 4.23.88\nRequires at least: 3.3\nTested up to: 6.9.1\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin makes calls to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you''re allergic to "phone home" scripts then don''t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n* [Micha Cassola](https://profiles.wordpress.org/michacassola/) for the German translation.\n* [Robi Erwin Setiawan](https://profiles.wordpress.org/situstarget/) for the Indonesian translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the ''Plugins'' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of "Known Threats" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for "Potential Threats" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can''t I automatically remove the "Potential Threats" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for "Know Threats".\n\n= How do I know if any of the "Potential Threats" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a "Know Threat", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don''t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it''s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don''t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says "Force a Re-scan" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n= How can I report security bugs? =\n\nYou can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/gotmls)\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when "Automatic Repair" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.23.88 =\n* Fixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\n* Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\n* Fixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\n* Fixed a missing capability check on an admin-ajax API endpoint.\n* Changed URLs for better compatibility with both HTTPS sites and HTTP sites.\n* Checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\n* Fixed Scan Settings issue when only one threat type is selected or when only DB Scan is selected.\n* Added debugging with file stats for single directory scans.\n* Fixed some Defined Constants that were causing an error in PHP 8.X.\n* Checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\n* Added an option to the Brute-Force Login Protection to not use PHP session_start to store the LOGIN_KEY. \n* Updated JavaScript arrays for better efficiency when larger arrays are created.\n* Fixed notice about Passing null to strlen being Deprecated in PHP 8.X.\n* Fixed notice about function _load_textdomain_just_in_time being called incorrectly in WP 6.7 and above.\n* Checked code for compatibility with WordPress 6.8 and ClassicPress 2.4.1.\n\n= 4.23.73 =\n* Added cleanup for old _session files.\n* Fixed hidden files exception to the skip by extention option in last update.\n* Fixed updates to manual session files when PHP sessions are not saves.\n* Checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\n* Set autoload to false on the large values in wp_option.\n* Added exception to the skip by extention option so that hidden files are never skipped.\n* Checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WP User Manager and StranoWeb Ajax Login.\n* Added option to hide the Brute-Force Login Protection logo on the login page.\n* Checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\n* Updated Brute-Force Login Protection to integrate better with login forms from other plugins like WooCommerce and Ultimate Membership.\n* Fixed static wp_posts table name in whitelist query to use the WPDB dynamic table name.\n* Checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed session conflict with REST API and a couple Undefined Variable warnings.\n* Huge improvements to the Quick Scan on the Core Files when Core File Definitions are installed.\n* Added custom Whitelist that skips files you have chosen to ignore.\n* Fixed display of DB threats to properly decode HTML characters.\n* Checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\n* Removed session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\n* Upgraded Brute-Force Login Protection to integrate the JS check on the login form with the session check.\n* Fixed definition update to only allow admin users to post the update, even if a valid nonce token is used.\n* Improved the Nonce tokens to incorperate user_id and context for better security.\n* Limited the Nonce token check to once single token per request for better security, instead of allowing multi-check capabilities with an array.\n* Redesigned Scan History to retain more of the detailed scan results.\n* Fixed usage of incorrect value for REMOTE_ADDR when the server is using a reverse proxy.\n* Added an option to manually recheck the donation status.\n* Checked code for compatibility with WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\n* Fixed another Undefined Index Warning in new installs when no definition updates have been downloaded.\n* Improved timing of registration check and avoided cached results after new registrations are submitted. \n* Added an option to manually recheck the registration status of the site.\n* Checked code for compatibility with WordPress 6.3.1.\n\n= 4.21.95 =\n* Fixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\n* Improved error handling for better scan completion.\n* Checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\n* Fixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations.\n* Checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\n* Fixed the Uncaught Value Error when scanning files that use Windows-1252 encoding which is unsupported by the PHP function mb_regex_encoding.\n* Fixed other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\n* Fixed some HTML formatting issues.\n* Fixed a JavaScript error in the scan engine that prevented second attempts to scan directories that failed on the first try.\n\n= 4.21.90 =\n* Fixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\n* Added more late escapes and sanitizated all _SERVER variables.\n* Checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\n* Added late escapes to variables that were already escaped as requested by Code review team.\n* Fixed a PHP warning about is_dir when it attempts check the existance of a directory that was scanned in the past but is now outside the allowable scan path.\n\n= 4.21.87 =\n* Code review and cleanup, added more sanitization.\n* Fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\n* Improved the removal of database injections when values are serialized.\n* Fixed a vulnerability in using unserialize with Class Objects.\n* Fixed PHP warnings about undefined indexes.\n\n= 4.21.85 =\n* Prevented infinite looping on recursive sub-directories.\n* Changed some default values.\n* Checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\n* Removed the no_error_reporting option used for debugging when server errors are breaking the site.\n* Checked code for compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\n* Fixed XSS vulnerability on debug URLs introduced in the last release, thanks Erwan Le Rousseau.\n* Updated code with other various minor improvements bug fixed.\n* Checked code for compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\n* Updated code with various minor improvements to efficiency and compatibility.\n* Checked code for compatibility with WordPress 6.0.\n\n= 4.20.96 =\n* Fixed XSS vulnerability by removing unsanitized QUERY_STRING.\n* Cleaned up Quarantine code, removing legacy functions and adding more detailed info.\n* Fixed undefined variable notice and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\n* Added more sanitization and validation to all user data entered for better security.\n* checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\n* Fixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\n* Fixed undefined variable warning.\n* Updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\n* Added German translation thanks to Micha Cassola.\n* Improved the Apache software version checker for better firewall compatibility.\n* Fixed session compatibility that was conflicting with the REST API check in Site Health.\n* Checked code for compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed "What to look for" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it''s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch "Unblock" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is "admin".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the "Please make a donation" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added "Select All" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added "View Quarantine" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.23.88 =\nFixed PHP Object Injection vulnerability with DB Scan.\n\n= 4.23.87 =\nChecked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6.\n\n= 4.23.85 =\nFixed the post_status field on custom post type for scan results and added log of all scan errors to the post_meta.\n\n= 4.23.83 =\nFixed missing capability check on admin-ajax API, changed URLs for better compatibility with HTTPS and HTTP websites, and checked code for compatibility with WordPress 6.8.3.\n\n= 4.23.81 =\nFixed some Defined Constants that were causing an error in PHP 8.X and a Scan Settings issue when only one threat type is selected or when only DB Scan is selected, and checked code for compatibility with WordPress 6.8.1.\n\n= 4.23.77 =\nAdded option to Brute-Force Protection to not use PHP session_start, updated JavaScript arrays, fixed Deprecation notice in PHP 8.X and function _load_textdomain_just_in_time being called incorrectly in WP 6.7, and checked code for compatibility with WordPress 6.8.\n\n= 4.23.73 =\nAdded cleanup for old _session files, fxed hidden files exception to the skip by extention option and updates to manual session files when PHP sessions are not saves, and checked code for compatibility with WordPress 6.7.1.\n\n= 4.23.71 =\nSet autoload to false on the large values in wp_option, added exception to never skip hidden files, and checked code for compatibility with WordPress 6.6.2.\n\n= 4.23.69 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, added option to hide the Brute-Force Login Protection logo on the login page, and checked code for compatibility with WordPress 6.6.\n\n= 4.23.68 =\nUpdated Brute-Force Login Protection to integrate better with login forms from other plugins, fixed static wp_posts table name in whitelist query, and checked code for compatibility with WordPress 6.5.5 and ClassicPress 2.1.1.\n\n= 4.23.67 =\nUpgraded Brute-Force Login Protection and the Quick Scan of Core Files, added custom Whitelist, fixed session conflict with REST API, and checked code for compatibility with WordPress 6.5.4 and ClassicPress 2.1.0.\n\n= 4.23.57 =\nRemoved session incompatibilities within the Brute-Force Login Protection that failed when other plugins had already output page headers.\n\n= 4.23.56 =\nUpgraded Brute-Force Login Protection, restricted definition updates to admin users, improved the Nonce tokens for better security (thanks to Patchstack), and a few other minor code changes for servers using reverse proxy and code compatibility for WordPress 6.4.3 and ClassicPress 1.7.2.\n\n= 4.21.96 =\nFixed another Undefined Index Warning, improved timing of registration check, and added an option to manually recheck the registration status.\n\n= 4.21.95 =\nFixed the Undefined Index Warning created in the last release.\n\n= 4.21.94 =\nImproved error handling for better scan completion and checked code for compatibility with WordPress 6.3 and ClassicPress 1.6.0.\n\n= 4.21.93 =\nFixed the Undefined Index Warning when the Brute-Force Login Protection is invoked in certain situations and checked code for compatibility with WordPress 6.2.2 and ClassicPress 1.5.3.\n\n= 4.21.92 =\nFixed the Uncaught Value Error in mb_regex_encoding, and other minor PHP Warnings about Undefined Indexes.\n\n= 4.21.91 =\nFixed some HTML formatting issues and a JavaScript error in the scan engine.\n\n= 4.21.90 =\nFixed array compatibility with older versions of PHP.\n\n= 4.21.89 =\nAdded more late escapes and sanitizated all _SERVER variables and checked code for compatibility with ClassicPress 1.5.0.\n\n= 4.21.88 =\nAdded late escapes to variables that were already escaped as requested by Code review team and fixed a PHP warning about is_dir.\n\n= 4.21.87 =\nCode review and cleanup, added more sanitization and fixed an error when attempting to unserialize an array.\n\n= 4.21.86 =\nImproved the removal of database injections when values are serialized, and fixed a vulnerability in using unserialize with Class Objects, as well as some other PHP warnings about undefined indexes.\n\n= 4.21.85 =\nPrevented infinite looping on recursive sub-directories and checked code for compatibility with WordPress 6.1.1 and ClassicPress 1.4.4.\n\n= 4.21.84 =\nRemoved the no_error_reporting debug option and checked compatibility with WordPress 6.0.2 and ClassicPress 1.4.2.\n\n= 4.21.83 =\nFixed XSS vulnerability, plus other minor improvements and compatibility with WordPress 6.0.1 and ClassicPress 1.4.2.\n\n= 4.21.74 =\nUpdated code with various minor improvements to efficiency and compatibility with WordPress 6.0.\n\n= 4.20.96 =\nFixed XSS vulnerability by removing unsanitized QUERY_STRING, cleaned up Quarantine code, and checked code for compatibility with WordPress 5.9.2.\n\n= 4.20.95 =\nAdded more sanitization and validation to all user data entered for better security and checked code for compatibility with WordPress 5.9.\n\n= 4.20.94 =\nFixed an XSS vulnerability and checked code for compatibility with WordPress 5.8.3.\n\n= 4.20.93 =\nFixed undefined variable warning and updated code for compatibility with PHP version 8.0.\n\n= 4.20.92 =\nAdded German translation, improved firewall compatibility with Apache, fixed session check in Site Health for REST API compatibility, and checked code compatibility with WordPress 5.8.1 and ClassicPress 1.3.1.\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded warning message about vulnerability in yuzo-related-post plugin, updated Quarantine interface with re-scan/re-clean feature, fixed bug in scan depth array that produced PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2.\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n";}}', 'off');
INSERT INTO `wp_options` VALUES
(909660, '_site_transient_timeout_available_translations', '1774195903', 'off'),
(909661, '_site_transient_available_translations', 'a:132:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-05-13 15:59:22";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"am";a:8:{s:8:"language";s:2:"am";s:7:"version";s:6:"6.0.11";s:7:"updated";s:19:"2022-09-29 20:43:49";s:12:"english_name";s:7:"Amharic";s:11:"native_name";s:12:"አማርኛ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.0.11/am.zip";s:3:"iso";a:2:{i:1;s:2:"am";i:2;s:3:"amh";}s:7:"strings";a:1:{s:8:"continue";s:9:"ቀጥል";}}s:3:"arg";a:8:{s:8:"language";s:3:"arg";s:7:"version";s:8:"6.2-beta";s:7:"updated";s:19:"2022-09-22 16:46:56";s:12:"english_name";s:9:"Aragonese";s:11:"native_name";s:9:"Aragonés";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip";s:3:"iso";a:3:{i:1;s:2:"an";i:2;s:3:"arg";i:3;s:3:"arg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continar";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"6.4.8";s:7:"updated";s:19:"2024-02-13 12:49:38";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.8/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:12:"متابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:6:"4.8.27";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-21 11:01:59";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"6.4.8";s:7:"updated";s:19:"2024-01-19 08:58:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.4.8/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:6:"4.9.28";s:7:"updated";s:19:"2024-12-26 00:37:42";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-02 09:00:09";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-07 06:54:04";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:28:"চালিয়ে যান";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2020-10-30 03:24:38";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:33:"མུ་མཐུད་དུ།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2023-02-22 20:45:53";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.9/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-06 07:54:57";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-09 10:52:02";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-20 11:38:29";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-06 10:11:50";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_AT";a:8:{s:8:"language";s:5:"de_AT";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-10-23 12:01:47";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/de_AT.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-22 05:32:08";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-22 05:31:10";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.9.4/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-11-28 08:11:27";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-11-28 08:08:17";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/6.9.4/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dsb";a:8:{s:8:"language";s:3:"dsb";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2022-07-16 12:13:09";s:12:"english_name";s:13:"Lower Sorbian";s:11:"native_name";s:16:"Dolnoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.9/dsb.zip";s:3:"iso";a:2:{i:2;s:3:"dsb";i:3;s:3:"dsb";}s:7:"strings";a:1:{s:8:"continue";s:5:"Dalej";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-02 11:19:29";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-19 14:29:55";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-18 19:42:42";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-11-25 13:30:15";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-12-24 12:51:19";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-12-30 11:47:57";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-18 08:16:53";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-10 15:51:08";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-11 00:33:09";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-18 00:34:47";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-03 16:11:04";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-22 20:34:00";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:3:"6.9";s:7:"updated";s:19:"2025-10-01 22:54:47";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2024-10-16 21:04:12";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"6.4.8";s:7:"updated";s:19:"2023-10-16 16:00:04";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.8/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_EC";a:8:{s:8:"language";s:5:"es_EC";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2023-04-21 13:32:10";s:12:"english_name";s:17:"Spanish (Ecuador)";s:11:"native_name";s:19:"Español de Ecuador";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.9/es_EC.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_DO";a:8:{s:8:"language";s:5:"es_DO";s:7:"version";s:6:"5.8.13";s:7:"updated";s:19:"2021-10-08 14:32:50";s:12:"english_name";s:28:"Spanish (Dominican Republic)";s:11:"native_name";s:33:"Español de República Dominicana";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.8.13/es_DO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_UY";a:8:{s:8:"language";s:5:"es_UY";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-31 18:33:26";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PR";a:8:{s:8:"language";s:5:"es_PR";s:7:"version";s:6:"5.4.19";s:7:"updated";s:19:"2020-04-29 15:36:59";s:12:"english_name";s:21:"Spanish (Puerto Rico)";s:11:"native_name";s:23:"Español de Puerto Rico";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.4.19/es_PR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:6:"5.2.23";s:7:"updated";s:19:"2019-03-02 06:35:01";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:5:"6.5.7";s:7:"updated";s:19:"2024-06-06 09:50:37";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.5.7/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2025-11-05 21:53:17";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-12-25 18:17:43";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"fa_AF";a:8:{s:8:"language";s:5:"fa_AF";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2025-02-14 17:29:08";s:12:"english_name";s:21:"Persian (Afghanistan)";s:11:"native_name";s:31:"(فارسی (افغانستان";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-03 18:15:59";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-10-03 04:54:28";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-13 13:01:53";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"6.5.8";s:7:"updated";s:19:"2024-02-01 23:56:53";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.5.8/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:6:"4.8.27";s:7:"updated";s:19:"2025-12-20 19:08:53";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"fy";a:8:{s:8:"language";s:2:"fy";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2025-10-21 16:35:04";s:12:"english_name";s:7:"Frisian";s:11:"native_name";s:5:"Frysk";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.2.9/fy.zip";s:3:"iso";a:2:{i:1;s:2:"fy";i:2;s:3:"fry";}s:7:"strings";a:1:{s:8:"continue";s:9:"Trochgean";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-01 13:15:26";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-16 17:02:55";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:25:"ચાલુ રાખો";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:6:"4.4.34";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2024-05-04 18:39:24";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.9/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"6.4.8";s:7:"updated";s:19:"2025-02-06 05:17:11";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.8/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:25:"जारी रखें";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-31 09:13:17";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:3:"hsb";a:8:{s:8:"language";s:3:"hsb";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2023-02-22 17:37:32";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.9/hsb.zip";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-26 09:03:23";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-11 02:15:15";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:6:"4.9.28";s:7:"updated";s:19:"2018-12-11 10:40:02";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-01 12:46:02";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-13 13:31:48";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:6:"次へ";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:6:"4.9.28";s:7:"updated";s:19:"2019-02-16 23:58:56";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-20 10:55:32";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2023-07-05 11:40:39";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.9/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"kk";a:8:{s:8:"language";s:2:"kk";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2024-07-18 02:49:24";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:6:"5.2.23";s:7:"updated";s:19:"2019-06-10 16:18:28";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.2.23/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:2:"kn";a:8:{s:8:"language";s:2:"kn";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-02 11:49:59";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/kn.zip";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರಿಸು";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-20 08:00:29";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-05 12:45:20";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی‎";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9.4/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"به‌رده‌وام به‌";}}s:3:"kir";a:8:{s:8:"language";s:3:"kir";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-01 21:45:29";s:12:"english_name";s:6:"Kyrgyz";s:11:"native_name";s:16:"Кыргызча";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9.4/kir.zip";s:3:"iso";a:3:{i:1;s:2:"ky";i:2;s:3:"kir";i:3;s:3:"kir";}s:7:"strings";a:1:{s:8:"continue";s:14:"Улантуу";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-23 01:10:05";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່​ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2025-09-27 20:51:17";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-20 20:55:46";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:6:"6.0.11";s:7:"updated";s:19:"2022-10-01 09:23:52";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-13 17:39:55";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"6.5.8";s:7:"updated";s:19:"2024-06-20 17:22:06";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.5.8/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-25 15:07:24";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:6:"5.5.18";s:7:"updated";s:19:"2022-03-11 13:52:22";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.5.18/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.2.39";s:7:"updated";s:19:"2017-12-26 11:57:10";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-03 15:03:26";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2025-11-07 08:26:32";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.9-RC/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-06 07:16:45";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-16 09:53:11";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-29 08:00:04";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.9.4/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-18 10:59:16";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:6:"4.8.27";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:15:"Panjabi (India)";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-07 22:09:59";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.3.35";s:7:"updated";s:19:"2015-12-02 21:41:29";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-04 09:12:12";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-13 21:17:41";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_AO";a:8:{s:8:"language";s:5:"pt_AO";s:7:"version";s:5:"6.4.8";s:7:"updated";s:19:"2023-08-21 12:15:00";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.8/pt_AO.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-04 09:13:24";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/6.9.4/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-29 12:52:48";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-14 06:19:08";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:3:"snd";a:8:{s:8:"language";s:3:"snd";s:7:"version";s:6:"5.4.19";s:7:"updated";s:19:"2020-07-07 01:53:37";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/5.4.19/snd.zip";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:3:"snd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-25 08:52:18";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:3:"skr";a:8:{s:8:"language";s:3:"skr";s:7:"version";s:6:"6.9-RC";s:7:"updated";s:19:"2025-04-24 16:58:02";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-10-29 11:19:02";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-14 20:39:21";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2025-12-03 15:37:44";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-16 12:21:00";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:2:"sw";a:8:{s:8:"language";s:2:"sw";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-21 11:17:30";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/sw.zip";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:5:"ta_LK";a:8:{s:8:"language";s:5:"ta_LK";s:7:"version";s:6:"4.2.39";s:7:"updated";s:19:"2015-12-03 01:07:44";s:12:"english_name";s:17:"Tamil (Sri Lanka)";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:18:"தொடர்க";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:6:"5.8.13";s:7:"updated";s:19:"2022-06-08 04:30:30";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.8.13/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-26 04:01:56";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-10 21:54:48";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-29 23:09:01";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:3:"6.8";s:7:"updated";s:19:"2025-04-18 21:10:00";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/6.8/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:6:"5.4.19";s:7:"updated";s:19:"2020-04-09 11:17:33";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.19/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-02-28 12:02:22";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-16 06:54:07";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.9.4/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:3:"yor";a:8:{s:8:"language";s:3:"yor";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-03-17 19:42:05";s:12:"english_name";s:6:"Yoruba";s:11:"native_name";s:8:"Yorùbá";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.9.4/yor.zip";s:3:"iso";a:3:{i:1;s:2:"yo";i:2;s:3:"yor";i:3;s:3:"yor";}s:7:"strings";a:1:{s:8:"continue";s:18:"Tẹ̀síwájú si";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-01-06 20:16:48";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"6.2.9";s:7:"updated";s:19:"2022-07-15 15:25:03";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:12:"香港中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.9/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"6.9.4";s:7:"updated";s:19:"2026-02-11 16:22:59";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.9.4/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}}', 'off'),
(658129, 'https_migration_required', '1', 'yes'),
(658955, 'secret_key', 'L~QBc*8aNjXn*^vU5Pb*]5l?;z!EIHJf/t%gs8$Zk$l5L}=#aTji8S#Wp3+M(Q&k', 'no'),
(906000, '_transient_wp_styles_for_blocks', 'a:2:{s:4:"hash";s:32:"effa9a8f56c3e4c9bf25268659cf9f6c";s:6:"blocks";a:6:{s:11:"core/button";s:0:"";s:14:"core/site-logo";s:0:"";s:18:"core/post-template";s:120:":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}";s:18:"core/term-template";s:120:":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}";s:12:"core/columns";s:102:":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}";s:14:"core/pullquote";s:69:":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}";}}', 'on');
INSERT INTO `wp_options` VALUES
(905999, '_elementor_global_css', 'a:6:{s:4:"time";i:1771960130;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;b:0;}', 'auto'),
(659384, 'auto_update_plugins', 'a:0:{}', 'no'),
(908125, '_elementor_home_screen_data', 'a:2:{s:7:"timeout";i:1773429952;s:5:"value";s:12470:"{"top_with_licences":[{"license":["free"],"title_small":"Hi!","title":"Unleash your imagination with Elementor","description":"Start building your website with Elementor''s no code drag & drop editor.","button_create_page_title":"Create a Page","button_watch_title":"Watch a guide","button_watch_url":"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s","youtube_embed_id":"le72grP_Q6k?si=g2akyWNODL6usu6u"},{"license":["pro"],"title_small":"Hi!","title":"Unleash your imagination with Elementor","description":"Now you''ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.","button_create_page_title":"Create a Page","button_watch_title":"Watch a guide","button_watch_url":"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs","youtube_embed_id":"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5"},{"license":["one"],"title_small":"Hi!","title":"Unleash your imagination with Elementor","description":"Now you''ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.","button_create_page_title":"Create a Page","button_watch_title":"Watch a guide","button_watch_url":"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs","youtube_embed_id":"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5"}],"get_started":[{"license":["free"],"header":{"title":"Jumpstart your web-creation","description":"These quick actions will get your site airborne with a customized design."},"repeater":[{"title":"Site Settings","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg"},{"title":"Site Logo","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"settings-site-identity","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg"},{"title":"Global Colors","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"global-colors","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg"},{"title":"Global Fonts","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"global-typography","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg"},{"title":"Theme Builder","title_small":"Customize","url":"admin.php?page=elementor-app","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg"},{"title":"Popups","title_small":"Customize","url":"edit.php?post_type=elementor_library&page=popup_templates","is_relative_url":true,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg"},{"title":"Custom Icons","title_small":"Customize","url":"admin.php?page=elementor_custom_icons","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg"},{"title":"Custom Fonts","title_small":"Customize","url":"admin.php?page=elementor_custom_fonts","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg","title_small_color":"text.tertiary"}]},{"license":["pro"],"header":{"title":"Jumpstart your web-creation","description":"These quick actions will get your site airborne with a customized design."},"repeater":[{"title":"Site Settings","title_small":"Customize","url":"","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg"},{"title":"Site Logo","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"settings-site-identity","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg"},{"title":"Global Colors","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-colors","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg"},{"title":"Global Fonts","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-typography","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg"},{"title":"Theme Builder","title_small":"Customize","url":"admin.php?page=elementor-app","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg"},{"title":"Popups","title_small":"Customize","url":"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg"},{"title":"Custom Icons","title_small":"Customize","url":"admin.php?page=elementor_custom_icons","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg"},{"title":"Custom Fonts","title_small":"Customize","url":"admin.php?page=elementor_custom_fonts","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg"}]},{"license":["one"],"header":{"title":"Jumpstart your web-creation","description":"These quick actions will get your site airborne with a customized design."},"repeater":[{"title":"Site Settings","title_small":"Customize","url":"","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg"},{"title":"Site Logo","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"settings-site-identity","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg"},{"title":"Global Colors","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-colors","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg"},{"title":"Global Fonts","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-typography","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg"},{"title":"Theme Builder","title_small":"Customize","url":"admin.php?page=elementor-app","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg"},{"title":"Popups","title_small":"Customize","url":"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg"},{"title":"Custom Icons","title_small":"Customize","url":"admin.php?page=elementor_custom_icons","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg"},{"title":"Custom Fonts","title_small":"Customize","url":"admin.php?page=elementor_custom_fonts","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg"}]}],"add_ons":{"hide_section":["free","essential","pro","one"],"header":{"title":"Expand your design toolkit","description":"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity."},"repeater":[{"file_path":"pojo-accessibility\\/pojo-accessibility.php","title":"Ally - Web Accessibility. Simplified.","url":"","description":"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.","button_label":"Install","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg","type":"wporg"},{"file_path":"site-mailer\\/site-mailer.php","title":"Site Mailer","url":"","description":"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.","button_label":"Install","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg","type":"wporg"},{"file_path":"image-optimization\\/image-optimization.php","title":"Image Optimizer","url":"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/","description":"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.","button_label":"Install","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg","type":"wporg"},{"title":"Elementor AI","url":"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/","description":"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.","button_label":"Let''s go","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg","type":"link","condition":{"key":"introduction_meta","value":"ai_get_started"}}],"footer":{"label":"Explore more add-ons","file_path":"wp-admin\\/admin.php?page=elementor-apps"}},"sidebar_promotion_variants":[{"license":["essential"],"is_enabled":"true","type":"banner","data":{"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg","link":"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/"}},{"license":["free"],"is_enabled":"true","type":"banner","data":{"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg","link":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/"}},{"license":["expired"],"is_enabled":"true","type":"banner","data":{"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg","link":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/"}},{"license":["free"],"is_enabled":"false","type":"default","data":{"header":{"title":"Bring your vision to life","description":"Get complete design flexibility for your website with Elementor Pro''s advanced tools and premium features.","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg"},"cta":{"label":"Upgrade Now","url":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg"},"repeater":[{"title":"Popup Builder"},{"title":"Custom Code & CSS"},{"title":"E-commerce Features"},{"title":"Collaborative Notes"},{"title":"Form Submission"},{"title":"Form Integrations"},{"title":"Custom Attributes"},{"title":"Role Manager"}]}},{"license":["pro"],"is_enabled":"false","type":"default","data":{"header":{"title":"Bring your vision to life","description":"Get complete design flexibility for your website with Elementor Pro''s advanced tools and premium features.","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg"},"cta":{"label":"Upgrade Now","url":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg"},"repeater":[{"title":"Popup Builder"},{"title":"Custom Code & CSS"},{"title":"E-commerce Features"},{"title":"Collaborative Notes"},{"title":"Form Submission"},{"title":"Form Integrations"},{"title":"Custom Attributes"},{"title":"Role Manager"}]}},{"license":["one"],"is_enabled":"false","type":"default","data":{"header":{"title":"Bring your vision to life","description":"Get complete design flexibility for your website with Elementor Pro''s advanced tools and premium features.","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg"},"cta":{"label":"Upgrade Now","url":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg"},"repeater":[{"title":"Popup Builder"},{"title":"Custom Code & CSS"},{"title":"E-commerce Features"},{"title":"Collaborative Notes"},{"title":"Form Submission"},{"title":"Form Integrations"},{"title":"Custom Attributes"},{"title":"Role Manager"}]}}],"external_links":[{"label":"Help Center","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg","url":"https:\\/\\/elementor.com\\/help\\/"},{"label":"Youtube","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg","url":"https:\\/\\/www.youtube.com\\/@Elementor"},{"label":"Facebook Community","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg","url":"https:\\/\\/www.facebook.com\\/groups\\/Elementors"},{"label":"Blog","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg","url":"https:\\/\\/elementor.com\\/blog\\/"}]}";}', 'off'),
(909667, '_site_transient_browser_d18e73137d21a5f9c90eef45302b8ff1', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"146.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'off'),
(905944, 'wp_notes_notify', '1', 'on'),
(905943, 'wp_attachment_pages_enabled', '1', 'on'),
(907854, 'elementor_landing_pages_activation', '0', 'auto'),
(907855, 'elementor_checklist', '{"last_opened_timestamp":null,"first_closed_checklist_in_editor":false,"is_popup_minimized":false,"steps":{"add_logo":{"is_marked_completed":false,"is_immutable_completed":false},"set_fonts_and_colors":{"is_marked_completed":false,"is_immutable_completed":false},"create_pages":{"is_marked_completed":false,"is_immutable_completed":false},"setup_header":{"is_marked_completed":false,"is_immutable_completed":false},"assign_homepage":{"is_marked_completed":false,"is_immutable_completed":false}},"should_open_in_editor":false}', 'auto'),
(907859, 'elementor_log', 'a:11:{s:32:"4bfe99f44e7b2d95c94fa1450c88c4ba";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"a89689f9c593e9daadc4acb466980194";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"b2c0040ffd5fb62eb904be736e19cbb3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"f88e1ed6af0055506e69acd21991d441";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:55:"Elementor/Upgrades - _v_3_16_0_container_updates Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:55:"Elementor/Upgrades - _v_3_16_0_container_updates Start ";s:4:"type";s:4:"info";}}s:32:"59ebfac873dfbd37a0416742c9e73f6f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:57:"Elementor/Upgrades - _v_3_16_0_container_updates Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:57:"Elementor/Upgrades - _v_3_16_0_container_updates Finished";s:4:"type";s:4:"info";}}s:32:"67c8f230a0e85d6cbeef111ea9f2d710";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:59:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start ";s:4:"type";s:4:"info";}}s:32:"fb5244016b4f1864753271c4d08ea412";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished";s:4:"type";s:4:"info";}}s:32:"ff527ad52ba4511acbc900790627d805";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:37:"Elementor/Upgrades - _v_3_26_0 Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:37:"Elementor/Upgrades - _v_3_26_0 Start ";s:4:"type";s:4:"info";}}s:32:"787c68e505adf2e068e7214379d5e316";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:39:"Elementor/Upgrades - _v_3_26_0 Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:2:{s:7:"message";s:39:"Elementor/Upgrades - _v_3_26_0 Finished";s:4:"type";s:4:"info";}}s:32:"34f255b52a047519cb382ed6273b94e7";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.5";s:2:"to";s:6:"3.35.7";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.5";s:2:"to";s:6:"3.35.7";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"671dfe15b48f89e8f6fa31e0751a4367";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2026-03-12 07:43:22";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.5";s:2:"to";s:6:"3.35.7";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2026-03-12 07:43:22";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.5";s:2:"to";s:6:"3.35.7";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}}', 'off'),
(908110, 'nps-survey-header-footer-elementor', 'a:6:{s:13:"dismiss_count";i:0;s:19:"dismiss_permanently";b:0;s:12:"dismiss_step";s:0:"";s:12:"dismiss_time";s:0:"";s:16:"dismiss_timespan";N;s:17:"first_render_time";i:1773426329;}', 'auto'),
(905985, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:59:"The atomic foundation of version 4 is ready for real sites!";s:7:"excerpt";s:296:"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.";s:7:"created";i:1770651621;s:5:"badge";s:3:"NEW";s:3:"url";s:113:"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:79:"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!";s:7:"excerpt";s:340:"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.";s:7:"created";i:1762944115;s:5:"badge";s:3:"NEW";s:3:"url";s:145:"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:76:"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More";s:7:"excerpt";s:250:"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.";s:7:"created";i:1759243152;s:5:"badge";s:3:"NEW";s:3:"url";s:138:"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'off'),
(909676, '_site_transient_timeout_theme_roots', '1774187104', 'off'),
(909677, '_site_transient_theme_roots', 'a:9:{s:7:"admired";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:14:"twentythirteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";s:15:"twentytwentyone";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";s:15:"twentytwentytwo";s:7:"/themes";}', 'off'),
(909678, '_transient_timeout_11__1700642185', '1774187308', 'off'),
(909622, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1774185304;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:7:{s:16:"gotmls/index.php";O:8:"stdClass":10:{s:2:"id";s:20:"w.org/plugins/gotmls";s:4:"slug";s:6:"gotmls";s:6:"plugin";s:16:"gotmls/index.php";s:11:"new_version";s:7:"4.23.88";s:3:"url";s:37:"https://wordpress.org/plugins/gotmls/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/gotmls.4.23.88.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/gotmls/assets/icon-256x256.png?rev=1001824";s:2:"1x";s:59:"https://ps.w.org/gotmls/assets/icon-128x128.png?rev=1001824";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/gotmls/assets/banner-772x250.jpg?rev=1043954";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.3";}s:53:"advanced-custom-fields-table-field/classic-editor.php";O:8:"stdClass":10:{s:2:"id";s:48:"w.org/plugins/advanced-custom-fields-table-field";s:4:"slug";s:34:"advanced-custom-fields-table-field";s:6:"plugin";s:53:"advanced-custom-fields-table-field/classic-editor.php";s:11:"new_version";s:6:"1.3.34";s:3:"url";s:65:"https://wordpress.org/plugins/advanced-custom-fields-table-field/";s:7:"package";s:84:"https://downloads.wordpress.org/plugin/advanced-custom-fields-table-field.1.3.34.zip";s:5:"icons";a:2:{s:2:"2x";s:87:"https://ps.w.org/advanced-custom-fields-table-field/assets/icon-256x256.png?rev=1962986";s:2:"1x";s:87:"https://ps.w.org/advanced-custom-fields-table-field/assets/icon-128x128.png?rev=1962986";}s:7:"banners";a:1:{s:2:"1x";s:89:"https://ps.w.org/advanced-custom-fields-table-field/assets/banner-772x250.png?rev=1962986";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.3";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/contact-form-7";s:4:"slug";s:14:"contact-form-7";s:6:"plugin";s:36:"contact-form-7/wp-contact-form-7.php";s:11:"new_version";s:5:"6.1.5";s:3:"url";s:45:"https://wordpress.org/plugins/contact-form-7/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.6.1.5.zip";s:5:"icons";a:2:{s:2:"1x";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";s:3:"svg";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901";s:2:"1x";s:68:"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.7";}s:23:"elementor/elementor.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:6:"3.35.7";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228";s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.6";}s:65:"forget-about-shortcode-buttons/forget-about-shortcode-buttons.php";O:8:"stdClass":10:{s:2:"id";s:44:"w.org/plugins/forget-about-shortcode-buttons";s:4:"slug";s:30:"forget-about-shortcode-buttons";s:6:"plugin";s:65:"forget-about-shortcode-buttons/forget-about-shortcode-buttons.php";s:11:"new_version";s:5:"2.1.3";s:3:"url";s:61:"https://wordpress.org/plugins/forget-about-shortcode-buttons/";s:7:"package";s:79:"https://downloads.wordpress.org/plugin/forget-about-shortcode-buttons.2.1.3.zip";s:5:"icons";a:1:{s:7:"default";s:81:"https://s.w.org/plugins/geopattern-icon/forget-about-shortcode-buttons_ffffff.svg";}s:7:"banners";a:1:{s:2:"1x";s:84:"https://ps.w.org/forget-about-shortcode-buttons/assets/banner-772x250.png?rev=887655";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.2";}s:29:"nextgen-gallery/nggallery.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/nextgen-gallery";s:4:"slug";s:15:"nextgen-gallery";s:6:"plugin";s:29:"nextgen-gallery/nggallery.php";s:11:"new_version";s:5:"4.1.1";s:3:"url";s:46:"https://wordpress.org/plugins/nextgen-gallery/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/nextgen-gallery.4.1.1.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961";s:2:"1x";s:68:"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961";s:2:"1x";s:70:"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"5.5.4";}s:51:"header-footer-elementor/header-footer-elementor.php";O:8:"stdClass":10:{s:2:"id";s:37:"w.org/plugins/header-footer-elementor";s:4:"slug";s:23:"header-footer-elementor";s:6:"plugin";s:51:"header-footer-elementor/header-footer-elementor.php";s:11:"new_version";s:5:"2.8.5";s:3:"url";s:54:"https://wordpress.org/plugins/header-footer-elementor/";s:7:"package";s:72:"https://downloads.wordpress.org/plugin/header-footer-elementor.2.8.5.zip";s:5:"icons";a:2:{s:2:"2x";s:76:"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750";s:2:"1x";s:76:"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750";}s:7:"banners";a:2:{s:2:"2x";s:79:"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750";s:2:"1x";s:78:"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}}s:7:"checked";a:14:{s:16:"gotmls/index.php";s:7:"4.23.88";s:53:"advanced-custom-fields-table-field/classic-editor.php";s:5:"1.6.3";s:39:"clean-media-tools/clean-media-tools.php";s:5:"1.0.0";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"6.1.5";s:23:"elementor/elementor.php";s:6:"3.35.7";s:65:"forget-about-shortcode-buttons/forget-about-shortcode-buttons.php";s:5:"2.1.3";s:67:"official-google-site-verification-plugin/googleSiteVerification.php";s:5:"0.9.2";s:24:"lightbox-2/lightbox2.php";s:5:"2.9.2";s:37:"lightbox-gallery/lightbox-gallery.php";s:5:"0.8.3";s:29:"nextgen-gallery/nggallery.php";s:5:"4.1.1";s:51:"header-footer-elementor/header-footer-elementor.php";s:5:"2.8.5";s:53:"velvet-blues-update-urls/velvet-blues-update-urls.php";s:6:"3.2.10";s:23:"wp-compat/wp-compat.php";s:5:"1.3.2";s:25:"xxxx/xtra-media-tools.php";s:5:"1.0.0";}}', 'off'),
(908402, 'elementor_one_welcome_screen_completed', '1', 'auto');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` VALUES
(2, 4, 'the_box_icon', 'http://brucknerframing.co.uk//wp-content/themes/platform/images/fbox1.png'),
(3, 5, 'the_box_icon', 'http://brucknerframing.co.uk//wp-content/themes/platform/images/fbox2.png'),
(4, 6, 'the_box_icon', 'http://brucknerframing.co.uk//wp-content/themes/platform/images/fbox3.png'),
(5, 7, '_edit_last', '3'),
(6, 7, '_edit_lock', '1424588948:3'),
(7, 9, '_edit_last', '3'),
(8, 9, '_edit_lock', '1773874641:3'),
(9, 11, '_edit_last', '3'),
(10, 11, '_edit_lock', '1678701863:3'),
(11, 13, '_edit_last', '1'),
(12, 13, '_edit_lock', '1333838096:1'),
(15, 18, '_edit_last', '1'),
(16, 18, '_edit_lock', '1328736862:1'),
(17, 20, '_edit_last', '1'),
(18, 20, '_edit_lock', '1337534999:1'),
(21, 24, '_edit_last', '1'),
(22, 24, '_edit_lock', '1333783291:1'),
(23, 26, '_edit_last', '3'),
(24, 26, '_edit_lock', '1369835295:3'),
(25, 28, '_edit_last', '1'),
(26, 28, '_edit_lock', '1334137489:1'),
(33, 34, '_edit_last', '3'),
(34, 34, '_edit_lock', '1357650127:3'),
(38, 38, '_edit_last', '3'),
(39, 38, '_edit_lock', '1773489932:3'),
(40, 39, '_edit_last', '1'),
(41, 39, '_edit_lock', '1773491042:3'),
(42, 41, '_edit_last', '3'),
(43, 41, '_edit_lock', '1678561033:3'),
(44, 43, '_edit_last', '3'),
(45, 43, '_edit_lock', '1678382840:3'),
(604, 321, '_menu_item_object', 'page'),
(603, 321, '_menu_item_object_id', '293'),
(602, 321, '_menu_item_menu_item_parent', '0'),
(601, 321, '_menu_item_type', 'post_type'),
(600, 11, '_wp_page_template', 'default'),
(55, 45, '_menu_item_type', 'post_type'),
(56, 45, '_menu_item_menu_item_parent', '0'),
(57, 45, '_menu_item_object_id', '41'),
(58, 45, '_menu_item_object', 'page'),
(59, 45, '_menu_item_target', ''),
(60, 45, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(61, 45, '_menu_item_xfn', ''),
(62, 45, '_menu_item_url', ''),
(199, 20, '_wp_page_template', 'default'),
(399, 114, '_menu_item_menu_item_parent', '98'),
(400, 114, '_menu_item_object_id', '28'),
(401, 114, '_menu_item_object', 'page'),
(437, 159, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:19:"2012/02/imaging.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(436, 159, '_wp_attached_file', '2012/02/imaging.jpg'),
(402, 114, '_menu_item_target', ''),
(473, 178, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:22:"2012/02/sandframe2.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"sandframe2-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"sandframe2-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(472, 178, '_wp_attached_file', '2012/02/sandframe2.gif'),
(471, 39, '_wp_page_template', 'default'),
(200, 64, '_edit_last', '1'),
(262, 96, '_menu_item_object_id', '7'),
(263, 96, '_menu_item_object', 'page'),
(264, 96, '_menu_item_target', ''),
(265, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(266, 96, '_menu_item_xfn', ''),
(267, 96, '_menu_item_url', ''),
(389, 113, '_menu_item_type', 'post_type'),
(390, 113, '_menu_item_menu_item_parent', '105'),
(391, 113, '_menu_item_object_id', '11'),
(392, 113, '_menu_item_object', 'page'),
(201, 64, '_edit_lock', '1333808280:1'),
(635, 406, '_menu_item_type', 'post_type'),
(634, 404, '_edit_lock', '1678811484:3'),
(435, 158, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:19:"2012/02/framing.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(396, 113, '_menu_item_url', ''),
(434, 158, '_wp_attached_file', '2012/02/framing.jpg'),
(202, 66, '_edit_last', '1'),
(414, 115, '_menu_item_url', ''),
(413, 115, '_menu_item_xfn', ''),
(412, 115, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(411, 115, '_menu_item_target', ''),
(410, 115, '_menu_item_object', 'page'),
(393, 113, '_menu_item_target', ''),
(394, 113, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(395, 113, '_menu_item_xfn', ''),
(409, 115, '_menu_item_object_id', '64'),
(408, 115, '_menu_item_menu_item_parent', '106'),
(407, 115, '_menu_item_type', 'post_type'),
(398, 114, '_menu_item_type', 'post_type'),
(405, 114, '_menu_item_url', ''),
(404, 114, '_menu_item_xfn', ''),
(403, 114, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(203, 66, '_edit_lock', '1328737461:1'),
(381, 112, '_menu_item_menu_item_parent', '97'),
(382, 112, '_menu_item_object_id', '24'),
(383, 112, '_menu_item_object', 'page'),
(384, 112, '_menu_item_target', ''),
(387, 112, '_menu_item_url', ''),
(386, 112, '_menu_item_xfn', ''),
(385, 112, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(380, 112, '_menu_item_type', 'post_type'),
(379, 24, '_wp_page_template', 'default'),
(378, 28, '_wp_page_template', 'default'),
(377, 26, '_wp_page_template', 'default'),
(231, 71, '_wp_attached_file', '2012/02/bruckner_framing_logo.jpg'),
(232, 71, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:33:"2012/02/bruckner_framing_logo.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"bruckner_framing_logo-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(233, 72, '_wp_attached_file', '2012/02/bruckner_framing_logo1.jpg'),
(234, 72, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:34:"2012/02/bruckner_framing_logo1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"bruckner_framing_logo1-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(235, 91, '_wp_attached_file', '2012/02/bruckner_framing_logo2.jpg'),
(236, 91, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:34:"2012/02/bruckner_framing_logo2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"bruckner_framing_logo2-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(890, 92, '_mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:174:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Bruckner Framing http://brucknerframing.co.uk";s:9:"recipient";s:27:"gerry@brucknerframing.co.uk";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(891, 92, '_mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:0:"";s:6:"sender";s:0:"";s:4:"body";s:0:"";s:9:"recipient";s:0:"";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(892, 92, '_messages', 'a:14:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:4:"spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";}'),
(627, 384, '_wp_attached_file', '2012/02/photoblock-edit-1.jpg'),
(628, 384, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2000";s:6:"height";s:4:"2206";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:29:"2012/02/photoblock-edit-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"photoblock-edit-1-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:29:"photoblock-edit-1-725x800.jpg";s:5:"width";s:3:"725";s:6:"height";s:3:"800";}s:5:"large";a:3:{s:4:"file";s:30:"photoblock-edit-1-928x1024.jpg";s:5:"width";s:3:"928";s:6:"height";s:4:"1024";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1329749293";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(893, 92, '_additional_settings', ''),
(896, 664, '_edit_last', '3'),
(897, 664, '_edit_lock', '1358277540:3'),
(898, 664, '_wp_page_template', 'default'),
(899, 670, '_wp_attached_file', '2013/01/header-3.jpg'),
(900, 670, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3367;s:6:"height";i:350;s:4:"file";s:20:"2013/01/header-3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"header-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"header-3-800x83.jpg";s:5:"width";i:800;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"header-3-1024x106.jpg";s:5:"width";i:1024;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(242, 94, '_menu_item_type', 'post_type'),
(243, 94, '_menu_item_menu_item_parent', '0'),
(244, 94, '_menu_item_object_id', '43'),
(245, 94, '_menu_item_object', 'page'),
(246, 94, '_menu_item_target', ''),
(247, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(248, 94, '_menu_item_xfn', ''),
(249, 94, '_menu_item_url', ''),
(261, 96, '_menu_item_menu_item_parent', '0'),
(260, 96, '_menu_item_type', 'post_type'),
(269, 97, '_menu_item_type', 'post_type'),
(270, 97, '_menu_item_menu_item_parent', '96'),
(271, 97, '_menu_item_object_id', '20'),
(272, 97, '_menu_item_object', 'page'),
(273, 97, '_menu_item_target', ''),
(274, 97, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(275, 97, '_menu_item_xfn', ''),
(276, 97, '_menu_item_url', ''),
(439, 160, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:22:"2012/02/IMG_9872bw.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"IMG_9872bw-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"IMG_9872bw-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(278, 98, '_menu_item_type', 'post_type'),
(279, 98, '_menu_item_menu_item_parent', '96'),
(280, 98, '_menu_item_object_id', '26'),
(281, 98, '_menu_item_object', 'page'),
(282, 98, '_menu_item_target', ''),
(283, 98, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(284, 98, '_menu_item_xfn', ''),
(285, 98, '_menu_item_url', ''),
(438, 160, '_wp_attached_file', '2012/02/IMG_9872bw.gif'),
(611, 7, '_wp_page_template', 'default'),
(608, 321, '_menu_item_url', ''),
(607, 321, '_menu_item_xfn', ''),
(606, 321, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(581, 296, '_wp_page_template', 'default'),
(580, 296, '_edit_lock', '1333807073:1'),
(579, 296, '_edit_last', '1'),
(591, 304, '_menu_item_type', 'post_type'),
(592, 304, '_menu_item_menu_item_parent', '0'),
(593, 304, '_menu_item_object_id', '38'),
(594, 304, '_menu_item_object', 'page'),
(595, 304, '_menu_item_target', ''),
(596, 304, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(597, 304, '_menu_item_xfn', ''),
(598, 304, '_menu_item_url', ''),
(605, 321, '_menu_item_target', ''),
(569, 293, '_wp_page_template', 'default'),
(568, 293, '_edit_lock', '1424618304:3'),
(567, 293, '_edit_last', '3'),
(566, 43, '_wp_page_template', 'default'),
(341, 105, '_menu_item_type', 'post_type'),
(342, 105, '_menu_item_menu_item_parent', '96'),
(343, 105, '_menu_item_object_id', '9'),
(344, 105, '_menu_item_object', 'page'),
(345, 105, '_menu_item_target', ''),
(346, 105, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(347, 105, '_menu_item_xfn', ''),
(348, 105, '_menu_item_url', ''),
(350, 106, '_menu_item_type', 'post_type'),
(351, 106, '_menu_item_menu_item_parent', '96'),
(352, 106, '_menu_item_object_id', '34'),
(353, 106, '_menu_item_object', 'page'),
(354, 106, '_menu_item_target', ''),
(355, 106, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(356, 106, '_menu_item_xfn', ''),
(357, 106, '_menu_item_url', ''),
(629, 393, '_edit_last', '3'),
(630, 393, '_edit_lock', '1437846070:3'),
(631, 393, '_wp_page_template', 'tmp-onecolumn.php'),
(632, 404, '_edit_last', '3'),
(633, 404, '_wp_page_template', 'tmp-onecolumn.php'),
(440, 161, '_wp_attached_file', '2012/02/IMG_9882.gif'),
(441, 161, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:20:"2012/02/IMG_9882.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"IMG_9882-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"IMG_9882-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(442, 162, '_wp_attached_file', '2012/02/water-frame.gif'),
(443, 162, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:23:"2012/02/water-frame.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"water-frame-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"water-frame-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(444, 163, '_wp_attached_file', '2012/02/clearacrylicpanels.gif'),
(445, 163, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:30:"2012/02/clearacrylicpanels.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"clearacrylicpanels-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"clearacrylicpanels-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(446, 164, '_wp_attached_file', '2012/02/sandframe.gif'),
(447, 164, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:21:"2012/02/sandframe.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"sandframe-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"sandframe-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(448, 166, '_wp_attached_file', '2012/02/sandframe1.gif'),
(449, 166, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:22:"2012/02/sandframe1.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"sandframe1-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"sandframe1-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(450, 167, '_wp_attached_file', '2012/02/framing1.jpg'),
(451, 167, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/framing1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(452, 168, '_wp_attached_file', '2012/02/imaging1.jpg'),
(453, 168, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/imaging1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(454, 169, '_wp_attached_file', '2012/02/IMG_9872bw1.gif'),
(455, 169, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:23:"2012/02/IMG_9872bw1.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"IMG_9872bw1-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"IMG_9872bw1-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(456, 170, '_wp_attached_file', '2012/02/IMG_98821.gif'),
(457, 170, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:21:"2012/02/IMG_98821.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_98821-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_98821-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(458, 171, '_wp_attached_file', '2012/02/water-frame1.gif'),
(459, 171, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:24:"2012/02/water-frame1.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"water-frame1-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"water-frame1-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(460, 172, '_wp_attached_file', '2012/02/clearacrylicpanels1.gif'),
(461, 172, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:31:"2012/02/clearacrylicpanels1.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"clearacrylicpanels1-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"clearacrylicpanels1-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(462, 174, '_menu_item_type', 'post_type'),
(463, 174, '_menu_item_menu_item_parent', '0'),
(464, 174, '_menu_item_object_id', '39'),
(465, 174, '_menu_item_object', 'page'),
(466, 174, '_menu_item_target', ''),
(467, 174, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(468, 174, '_menu_item_xfn', ''),
(469, 174, '_menu_item_url', ''),
(474, 179, '_wp_attached_file', '2012/02/framing2.jpg'),
(475, 179, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/framing2.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(476, 180, '_wp_attached_file', '2012/02/imaging2.jpg'),
(477, 180, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/imaging2.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(478, 181, '_wp_attached_file', '2012/02/IMG_9872bw2.gif'),
(479, 181, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:23:"2012/02/IMG_9872bw2.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"IMG_9872bw2-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"IMG_9872bw2-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(480, 182, '_wp_attached_file', '2012/02/IMG_98822.gif'),
(481, 182, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:21:"2012/02/IMG_98822.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_98822-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_98822-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(482, 183, '_wp_attached_file', '2012/02/water-frame2.gif'),
(483, 183, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:24:"2012/02/water-frame2.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"water-frame2-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"water-frame2-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(484, 184, '_wp_attached_file', '2012/02/clearacrylicpanels2.gif'),
(485, 184, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:31:"2012/02/clearacrylicpanels2.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"clearacrylicpanels2-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"clearacrylicpanels2-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(486, 187, '_wp_attached_file', '2012/02/IMG_9872bw3.gif'),
(487, 187, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:23:"2012/02/IMG_9872bw3.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"IMG_9872bw3-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"IMG_9872bw3-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(488, 188, '_wp_attached_file', '2012/02/IMG_98823.gif'),
(489, 188, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:21:"2012/02/IMG_98823.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_98823-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_98823-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(490, 7, 'Views', '1'),
(491, 38, 'Views', '1'),
(492, 201, '_wp_attached_file', '2012/02/bruckner_framing_logo3.jpg'),
(493, 201, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:34:"2012/02/bruckner_framing_logo3.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"bruckner_framing_logo3-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(494, 202, '_wp_attached_file', '2012/02/bruckner_framing_logo_Header.jpg'),
(495, 202, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:40:"2012/02/bruckner_framing_logo_Header.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"bruckner_framing_logo_Header-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(496, 203, '_wp_attached_file', '2012/02/bruckner_framing_logo_Header1.jpg'),
(497, 203, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"170";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:41:"2012/02/bruckner_framing_logo_Header1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bruckner_framing_logo_Header1-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(498, 204, '_wp_attached_file', '2012/02/bruckner_framing_logo_Header2.jpg'),
(499, 204, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1010";s:6:"height";s:3:"105";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:41:"2012/02/bruckner_framing_logo_Header2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"bruckner_framing_logo_Header2-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:40:"bruckner_framing_logo_Header2-300x31.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"31";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(500, 205, '_wp_attached_file', '2012/02/bruckner_framing_logo_Header-copy.png'),
(501, 205, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1010";s:6:"height";s:3:"105";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:45:"2012/02/bruckner_framing_logo_Header-copy.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:45:"bruckner_framing_logo_Header-copy-100x100.png";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:44:"bruckner_framing_logo_Header-copy-300x31.png";s:5:"width";s:3:"300";s:6:"height";s:2:"31";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(502, 38, '_wp_page_template', 'tmp-onecolumn.php'),
(503, 9, '_wp_page_template', 'default'),
(504, 13, '_wp_page_template', 'default'),
(505, 34, '_wp_page_template', 'default'),
(506, 217, '_wp_attached_file', '2012/02/bruckner_framing_logo21.jpg'),
(507, 217, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"212";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:35:"2012/02/bruckner_framing_logo21.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"bruckner_framing_logo21-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(508, 221, '_wp_attached_file', '2012/02/bruckner_framing_logo22.jpg'),
(509, 221, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"212";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:35:"2012/02/bruckner_framing_logo22.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"bruckner_framing_logo22-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(510, 223, '_wp_attached_file', '2012/02/bruckner_framing_logo23.jpg'),
(511, 223, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"212";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:35:"2012/02/bruckner_framing_logo23.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"bruckner_framing_logo23-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(512, 225, '_wp_attached_file', '2012/02/framing3.jpg'),
(513, 225, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/framing3.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(514, 226, '_wp_attached_file', '2012/02/imaging3.jpg'),
(515, 226, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:20:"2012/02/imaging3.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(516, 227, '_wp_attached_file', '2012/02/PRO7880_front_LR_130.jpg'),
(517, 227, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"92";s:6:"height";s:3:"100";s:14:"hwstring_small";s:22:"height=''96'' width=''88''";s:4:"file";s:32:"2012/02/PRO7880_front_LR_130.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(518, 228, '_wp_attached_file', '2012/02/IMG_9872bw4.gif'),
(519, 228, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:23:"2012/02/IMG_9872bw4.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"IMG_9872bw4-100x100.gif";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:23:"IMG_9872bw4-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(520, 229, '_wp_attached_file', '2012/02/IMG_98824.gif'),
(521, 229, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:21:"2012/02/IMG_98824.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"IMG_98824-100x100.gif";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:21:"IMG_98824-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(522, 230, '_wp_attached_file', '2012/02/water-frame3.gif'),
(523, 230, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:24:"2012/02/water-frame3.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"water-frame3-100x100.gif";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:24:"water-frame3-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(524, 231, '_wp_attached_file', '2012/02/clearacrylicpanels3.gif'),
(525, 231, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:31:"2012/02/clearacrylicpanels3.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"clearacrylicpanels3-100x100.gif";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:31:"clearacrylicpanels3-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(526, 232, '_wp_attached_file', '2012/02/sandframe3.gif'),
(527, 232, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"618";s:6:"height";s:3:"618";s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:22:"2012/02/sandframe3.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"sandframe3-100x100.gif";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:22:"sandframe3-300x300.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(528, 234, '_wp_attached_file', '2012/02/bruckner_framing_logo24.jpg'),
(529, 234, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"212";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:35:"2012/02/bruckner_framing_logo24.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"bruckner_framing_logo24-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(530, 236, '_wp_attached_file', '2012/02/ribba-frame__39798_PE132824_S4.jpg'),
(531, 236, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:42:"2012/02/ribba-frame__39798_PE132824_S4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"ribba-frame__39798_PE132824_S4-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:42:"ribba-frame__39798_PE132824_S4-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(532, 237, '_wp_attached_file', '2012/02/ribba-frame__42175_PE132821_S4.jpg'),
(533, 237, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:42:"2012/02/ribba-frame__42175_PE132821_S4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"ribba-frame__42175_PE132821_S4-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:42:"ribba-frame__42175_PE132821_S4-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(534, 238, '_wp_attached_file', '2012/02/img_texas_black.jpg'),
(535, 238, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"169";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:27:"2012/02/img_texas_black.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"img_texas_black-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:27:"img_texas_black-300x126.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"126";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(536, 239, '_wp_attached_file', '2012/02/two_frames.jpg'),
(537, 239, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"391";s:6:"height";s:3:"323";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:22:"2012/02/two_frames.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"two_frames-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:22:"two_frames-300x247.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"247";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(538, 240, '_wp_attached_file', '2012/02/ribba-frame__0107704_PE268401_S4.jpg'),
(539, 240, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:44:"2012/02/ribba-frame__0107704_PE268401_S4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"ribba-frame__0107704_PE268401_S4-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:44:"ribba-frame__0107704_PE268401_S4-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(540, 241, '_wp_attached_file', '2012/02/ribba-frame__0094761_PE232675_S4.jpg'),
(541, 241, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:44:"2012/02/ribba-frame__0094761_PE232675_S4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:44:"ribba-frame__0094761_PE232675_S4-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:44:"ribba-frame__0094761_PE232675_S4-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(542, 243, '_wp_attached_file', '2012/02/LOUIS14.jpg'),
(543, 243, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1200";s:6:"height";s:4:"1079";s:14:"hwstring_small";s:23:"height=''96'' width=''106''";s:4:"file";s:19:"2012/02/LOUIS14.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"LOUIS14-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:19:"LOUIS14-800x719.jpg";s:5:"width";s:3:"800";s:6:"height";s:3:"719";}s:5:"large";a:3:{s:4:"file";s:20:"LOUIS14-1024x920.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"920";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(550, 266, '_edit_last', '3'),
(551, 266, '_edit_lock', '1358347565:3'),
(552, 266, '_wp_page_template', 'default'),
(553, 268, '_menu_item_type', 'post_type'),
(554, 268, '_menu_item_menu_item_parent', '96'),
(555, 268, '_menu_item_object_id', '266'),
(556, 268, '_menu_item_object', 'page'),
(557, 268, '_menu_item_target', ''),
(558, 268, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(559, 268, '_menu_item_xfn', ''),
(560, 268, '_menu_item_url', ''),
(562, 270, '_wp_attached_file', '2012/02/restoration.jpg'),
(563, 270, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"537";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:23:"2012/02/restoration.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"restoration-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1320306407";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(636, 406, '_menu_item_menu_item_parent', '96'),
(637, 406, '_menu_item_object_id', '404'),
(638, 406, '_menu_item_object', 'page'),
(639, 406, '_menu_item_target', ''),
(640, 406, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(641, 406, '_menu_item_xfn', ''),
(642, 406, '_menu_item_url', ''),
(644, 408, '_menu_item_type', 'post_type'),
(645, 408, '_menu_item_menu_item_parent', '96'),
(646, 408, '_menu_item_object_id', '393'),
(647, 408, '_menu_item_object', 'page'),
(648, 408, '_menu_item_target', ''),
(649, 408, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(650, 408, '_menu_item_xfn', ''),
(651, 408, '_menu_item_url', ''),
(653, 411, '_edit_last', '3'),
(654, 411, '_wp_page_template', 'default'),
(655, 411, '_edit_lock', '1370859698:3'),
(656, 413, '_menu_item_type', 'post_type'),
(657, 413, '_menu_item_menu_item_parent', '408'),
(658, 413, '_menu_item_object_id', '411'),
(659, 413, '_menu_item_object', 'page'),
(660, 413, '_menu_item_target', ''),
(661, 413, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(662, 413, '_menu_item_xfn', ''),
(663, 413, '_menu_item_url', ''),
(669, 419, '_wp_attached_file', '2012/04/logo1.gif'),
(670, 419, '_wp_attachment_context', 'custom-background'),
(671, 419, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"76";s:6:"height";s:3:"111";s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:17:"2012/04/logo1.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"logo1-76x100.gif";s:5:"width";s:2:"76";s:6:"height";s:3:"100";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(672, 419, '_wp_attachment_is_custom_background', 'admired'),
(673, 420, '_wp_attached_file', '2012/04/logo1.jpg'),
(674, 420, '_wp_attachment_context', 'custom-background'),
(675, 420, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2038";s:6:"height";s:4:"1348";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:17:"2012/04/logo1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"logo1-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:17:"logo1-800x529.jpg";s:5:"width";s:3:"800";s:6:"height";s:3:"529";}s:5:"large";a:3:{s:4:"file";s:18:"logo1-1024x677.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"677";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(676, 420, '_wp_attachment_is_custom_background', 'admired'),
(677, 427, '_edit_last', '3'),
(678, 427, '_wp_page_template', 'default'),
(679, 427, '_edit_lock', '1678811442:3'),
(680, 429, '_menu_item_type', 'post_type'),
(681, 429, '_menu_item_menu_item_parent', '406'),
(682, 429, '_menu_item_object_id', '427'),
(683, 429, '_menu_item_object', 'page'),
(684, 429, '_menu_item_target', ''),
(685, 429, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(686, 429, '_menu_item_xfn', ''),
(687, 429, '_menu_item_url', ''),
(689, 430, '_wp_attached_file', '2012/02/logo.jpg'),
(690, 430, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2038";s:6:"height";s:4:"1348";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:16:"2012/02/logo.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"logo-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:16:"logo-800x529.jpg";s:5:"width";s:3:"800";s:6:"height";s:3:"529";}s:5:"large";a:3:{s:4:"file";s:17:"logo-1024x677.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"677";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(698, 438, '_wp_attached_file', '2012/02/logo1.jpg'),
(699, 438, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2038";s:6:"height";s:4:"1348";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:17:"2012/02/logo1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"logo1-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:17:"logo1-800x529.jpg";s:5:"width";s:3:"800";s:6:"height";s:3:"529";}s:5:"large";a:3:{s:4:"file";s:18:"logo1-1024x677.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"677";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(695, 41, '_wp_page_template', 'tmp-onecolumn.php'),
(702, 419, '_oembed_95ced51c9d0de9ea9d79dff4e75dbfda', '{{unknown}}'),
(705, 453, '_edit_last', '3'),
(706, 453, '_wp_page_template', 'default'),
(707, 453, '_edit_lock', '1678811936:3'),
(931, 747, '_wp_attached_file', '2012/04/canvas-frames-1.gif'),
(932, 747, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:566;s:4:"file";s:27:"2012/04/canvas-frames-1.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"canvas-frames-1-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(933, 784, '_wp_attached_file', '2012/02/photo-restoration-1.jpg'),
(934, 784, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1984;s:6:"height";i:1398;s:4:"file";s:31:"2012/02/photo-restoration-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"photo-restoration-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"photo-restoration-1-800x563.jpg";s:5:"width";i:800;s:6:"height";i:563;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"photo-restoration-1-1024x721.jpg";s:5:"width";i:1024;s:6:"height";i:721;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(719, 461, '_wp_attached_file', '2012/05/header-21.jpg'),
(720, 461, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-21.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-21-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-21-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-21-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(721, 462, '_wp_attached_file', '2012/05/header-22.jpg'),
(722, 462, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-22.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-22-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-22-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-22-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}');
INSERT INTO `wp_postmeta` VALUES
(723, 463, '_wp_attached_file', '2012/05/header-23.jpg'),
(724, 463, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-23.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-23-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-23-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-23-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(725, 464, '_wp_attached_file', '2012/05/header-24.jpg'),
(726, 464, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-24.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-24-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-24-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-24-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(727, 465, '_wp_attached_file', '2012/05/header-25.jpg'),
(728, 465, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-25.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-25-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-25-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-25-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(729, 466, '_wp_attached_file', '2012/05/header-26.jpg'),
(730, 466, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-26.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-26-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-26-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-26-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(731, 467, '_wp_attached_file', '2012/05/header-27.jpg'),
(732, 467, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-27.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-27-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-27-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-27-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(733, 468, '_wp_attached_file', '2012/05/header-28.jpg'),
(734, 468, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-28.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-28-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-28-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-28-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(735, 469, '_wp_attached_file', '2012/05/header-29.jpg'),
(736, 469, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-29.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-29-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-29-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-29-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(737, 470, '_wp_attached_file', '2012/05/header-210.jpg'),
(738, 470, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:22:"2012/05/header-210.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"header-210-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:21:"header-210-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:23:"header-210-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(739, 471, '_wp_attached_file', '2012/05/header-211.jpg'),
(740, 471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:22:"2012/05/header-211.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"header-211-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:21:"header-211-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:23:"header-211-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(741, 472, '_wp_attached_file', '2012/05/header-212.jpg'),
(742, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3780";s:6:"height";s:3:"393";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:22:"2012/05/header-212.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"header-212-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:21:"header-212-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:23:"header-212-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(743, 473, '_wp_attached_file', '2012/05/header-3.jpg'),
(744, 473, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:20:"2012/05/header-3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"header-3-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:19:"header-3-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:21:"header-3-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(745, 474, '_wp_attached_file', '2012/05/header-31.jpg'),
(746, 474, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-31.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-31-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-31-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-31-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(747, 475, '_wp_attached_file', '2012/05/header-32.jpg'),
(748, 475, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-32.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-32-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-32-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-32-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(749, 476, '_wp_attached_file', '2012/05/header-33.jpg'),
(750, 476, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-33.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-33-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-33-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-33-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(751, 477, '_wp_attached_file', '2012/05/header-34.jpg'),
(752, 477, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-34.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-34-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-34-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-34-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(753, 478, '_wp_attached_file', '2012/05/header-35.jpg'),
(754, 478, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3367";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:21:"2012/05/header-35.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"header-35-100x100.jpg";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:20:"header-35-800x83.jpg";s:5:"width";s:3:"800";s:6:"height";s:2:"83";}s:5:"large";a:3:{s:4:"file";s:22:"header-35-1024x106.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"106";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(755, 479, '_wp_attached_file', '2012/05/header-3small.jpg'),
(756, 479, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"720";s:6:"height";s:2:"75";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:25:"2012/05/header-3small.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"header-3small-100x75.jpg";s:5:"width";s:3:"100";s:6:"height";s:2:"75";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(994, 941, '_wp_attached_file', '2013/05/B0C4211-2.jpg'),
(995, 941, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3120;s:6:"height";i:4722;s:4:"file";s:21:"2013/05/B0C4211-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"B0C4211-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"B0C4211-2-528x800.jpg";s:5:"width";i:528;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"B0C4211-2-676x1024.jpg";s:5:"width";i:676;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:8;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1339752242;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"45";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:3:"0.6";s:5:"title";s:0:"";}}'),
(996, 962, '_edit_last', '3'),
(997, 962, '_wp_page_template', 'default'),
(998, 962, '_edit_lock', '1379435095:3'),
(999, 967, '_wp_attached_file', '2013/05/name-1-mount.jpg'),
(1000, 967, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:425;s:6:"height";i:269;s:4:"file";s:24:"2013/05/name-1-mount.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"name-1-mount-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:18;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1340697131;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:3:"0.3";s:5:"title";s:0:"";}}'),
(1001, 969, '_wp_attached_file', '2013/05/emilia-name-plate.jpg'),
(1002, 969, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:223;s:4:"file";s:29:"2013/05/emilia-name-plate.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"emilia-name-plate-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1340696592;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:0:"";}}'),
(1003, 975, '_wp_attached_file', '2013/05/butterfly.jpg'),
(1004, 975, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1134;s:6:"height";i:1107;s:4:"file";s:21:"2013/05/butterfly.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"butterfly-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"butterfly-800x780.jpg";s:5:"width";i:800;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"butterfly-1024x999.jpg";s:5:"width";i:1024;s:6:"height";i:999;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:22;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1340726042;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"73";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";}}'),
(1005, 982, '_wp_attached_file', '2013/05/Perspective.jpg'),
(1006, 982, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:454;s:6:"height";i:340;s:4:"file";s:23:"2013/05/Perspective.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Perspective-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1352115803;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(1007, 984, '_wp_attached_file', '2013/05/double-mount-with-ornate-corn.jpg'),
(1008, 984, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1134;s:6:"height";i:1622;s:4:"file";s:41:"2013/05/double-mount-with-ornate-corn.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"double-mount-with-ornate-corn-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"double-mount-with-ornate-corn-559x800.jpg";s:5:"width";i:559;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"double-mount-with-ornate-corn-715x1024.jpg";s:5:"width";i:715;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:14;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1340636194;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:0:"";}}'),
(1009, 990, '_wp_attached_file', '2013/05/folded_clouds.jpg'),
(1010, 990, '_wp_attachment_context', 'custom-background'),
(1011, 990, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1875;s:4:"file";s:25:"2013/05/folded_clouds.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"folded_clouds-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"folded_clouds-640x800.jpg";s:5:"width";i:640;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"folded_clouds-819x1024.jpg";s:5:"width";i:819;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(1012, 990, '_wp_attachment_is_custom_background', 'admired'),
(1013, 1009, '_wp_attached_file', '2012/04/A4517127.jpg'),
(1014, 1009, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:868;s:4:"file";s:20:"2012/04/A4517127.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"A4517127-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"A4517127-800x578.jpg";s:5:"width";i:800;s:6:"height";i:578;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"A4517127-1024x740.jpg";s:5:"width";i:1024;s:6:"height";i:740;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4288, 784, '_edit_lock', '1678810673:3'),
(4365, 92, '_hash', 'b4754135e837de26220ff37c6f7fb0ada4bc11ca6ed57c0671fac43c62b442ba'),
(1017, 1036, '_wp_attached_file', '2013/05/1st-year-mount.jpg'),
(1018, 1036, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1399;s:4:"file";s:26:"2013/05/1st-year-mount.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"1st-year-mount-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"1st-year-mount-800x699.jpg";s:5:"width";i:800;s:6:"height";i:699;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"1st-year-mount-1024x895.jpg";s:5:"width";i:1024;s:6:"height";i:895;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(989, 931, '_edit_last', '3'),
(786, 551, '_edit_last', '3'),
(787, 551, '_edit_lock', '1678378755:3'),
(788, 551, '_wp_page_template', 'tmp-onecolumn.php'),
(789, 553, '_menu_item_type', 'post_type'),
(790, 553, '_menu_item_menu_item_parent', '0'),
(791, 553, '_menu_item_object_id', '551'),
(792, 553, '_menu_item_object', 'page'),
(793, 553, '_menu_item_target', ''),
(794, 553, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(795, 553, '_menu_item_xfn', ''),
(796, 553, '_menu_item_url', ''),
(803, 580, '_menu_item_type', 'post_type'),
(804, 580, '_menu_item_menu_item_parent', '0'),
(805, 580, '_menu_item_object_id', '453'),
(806, 580, '_menu_item_object', 'page'),
(807, 580, '_menu_item_target', ''),
(808, 580, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(809, 580, '_menu_item_xfn', ''),
(810, 580, '_menu_item_url', ''),
(812, 581, '_menu_item_type', 'post_type'),
(813, 581, '_menu_item_menu_item_parent', '0'),
(814, 581, '_menu_item_object_id', '404'),
(815, 581, '_menu_item_object', 'page'),
(816, 581, '_menu_item_target', ''),
(817, 581, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(818, 581, '_menu_item_xfn', ''),
(819, 581, '_menu_item_url', ''),
(879, 653, '_wp_attachment_metadata', 'a:0:{}'),
(878, 653, '_wp_attached_file', '2012/12/googleba6ac56a791e5e5b.html'),
(3209, 1064, 'id_field', 'ID'),
(3208, 1064, 'aliases', 'WyJhbGJ1bSJd'),
(3207, 1064, 'returns', 'WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),
(3206, 1064, 'variation', '0'),
(3205, 1064, 'has_variations', ''),
(3204, 1064, 'format_content', ''),
(3203, 1064, 'name', 'albums'),
(3202, 1064, 'title', 'Albums'),
(3201, 1064, 'meta_value', 'albums'),
(3200, 1064, 'meta_key', 'name'),
(3199, 1064, 'post_id', '1064'),
(3197, 1064, 'filter', 'raw'),
(3198, 1064, 'meta_id', '1622'),
(965, 862, '_edit_last', '3'),
(935, 729, '_edit_lock', '1358436478:3'),
(966, 862, '_edit_lock', '1413406375:3'),
(967, 862, '_wp_page_template', 'default'),
(888, 286, '_edit_lock', '1393263152:3'),
(889, 92, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit "Send"]</p>'),
(901, 671, '_wp_attached_file', '2013/01/header-31.jpg'),
(902, 671, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3367;s:6:"height";i:350;s:4:"file";s:21:"2013/01/header-31.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"header-31-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"header-31-800x83.jpg";s:5:"width";i:800;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"header-31-1024x106.jpg";s:5:"width";i:1024;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(903, 672, '_wp_attached_file', '2013/01/header-32.jpg'),
(904, 672, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3367;s:6:"height";i:350;s:4:"file";s:21:"2013/01/header-32.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"header-32-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"header-32-800x83.jpg";s:5:"width";i:800;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"header-32-1024x106.jpg";s:5:"width";i:1024;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(905, 674, '_wp_attached_file', '2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg'),
(906, 674, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:922;s:6:"height";i:380;s:4:"file";s:44:"2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"d8ed73db15a905c6afd08df19456b6bb-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"d8ed73db15a905c6afd08df19456b6bb-800x329.jpg";s:5:"width";i:800;s:6:"height";i:329;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(907, 695, '_wp_attached_file', '2012/04/canvas-2cv-e1357721892711.jpg'),
(908, 695, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1392;s:4:"file";s:37:"2012/04/canvas-2cv-e1357721892711.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"canvas-2cv-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"canvas-2cv-800x742.jpg";s:5:"width";i:800;s:6:"height";i:742;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"canvas-2cv-1024x950.jpg";s:5:"width";i:1024;s:6:"height";i:950;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:8;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1336557542;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"47";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:3:"3.2";s:5:"title";s:0:"";}}'),
(911, 695, '_edit_lock', '1358436455:3'),
(912, 695, '_wp_attachment_backup_sizes', 'a:2:{s:9:"full-orig";a:3:{s:5:"width";i:3715;s:6:"height";i:3447;s:4:"file";s:14:"canvas-2cv.jpg";}s:18:"full-1357721892711";a:3:{s:5:"width";i:2000;s:6:"height";i:1856;s:4:"file";s:29:"canvas-2cv-e1357721491812.jpg";}}'),
(913, 695, '_edit_last', '3'),
(916, 729, '_wp_attached_file', '2013/01/IMG_0424.jpg'),
(917, 729, '_wp_attachment_context', 'custom-background'),
(918, 729, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4352;s:6:"height";i:2448;s:4:"file";s:20:"2013/01/IMG_0424.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0424-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0424-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0424-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot G1 X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1341950410;s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"25.893";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";}}'),
(919, 729, '_wp_attachment_is_custom_background', 'admired'),
(920, 730, '_wp_attached_file', '2013/01/IMG_04241.jpg'),
(921, 730, '_wp_attachment_context', 'custom-background'),
(922, 730, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4352;s:6:"height";i:2448;s:4:"file";s:21:"2013/01/IMG_04241.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_04241-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_04241-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"IMG_04241-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot G1 X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1341950410;s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"25.893";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";}}'),
(923, 730, '_wp_attachment_is_custom_background', 'admired'),
(938, 799, '_edit_last', '3'),
(939, 799, '_edit_lock', '1368455655:3'),
(940, 800, '_wp_attached_file', '2013/01/1934-bentley-1.jpg'),
(941, 800, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1888;s:6:"height";i:2409;s:4:"file";s:26:"2013/01/1934-bentley-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"1934-bentley-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"1934-bentley-1-626x800.jpg";s:5:"width";i:626;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"1934-bentley-1-802x1024.jpg";s:5:"width";i:802;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:7.0999999999999996447286321199499070644378662109375;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1301060782;s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"160";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";}}'),
(942, 799, '_wp_page_template', 'default'),
(949, 816, '_wp_attached_file', '2012/02/photoblock-edit-1.gif'),
(950, 816, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:662;s:4:"file";s:29:"2012/02/photoblock-edit-1.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"photoblock-edit-1-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(951, 828, '_edit_last', '3'),
(952, 828, '_edit_lock', '1425712931:3'),
(953, 829, '_wp_attached_file', '2013/02/B0C3050ed.jpg'),
(954, 829, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1890;s:6:"height";i:1495;s:4:"file";s:21:"2013/02/B0C3050ed.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"B0C3050ed-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"B0C3050ed-800x632.jpg";s:5:"width";i:800;s:6:"height";i:632;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"B0C3050ed-1024x809.jpg";s:5:"width";i:1024;s:6:"height";i:809;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:22:"Canon EOS-1Ds Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1329761731;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(955, 828, '_wp_page_template', 'default'),
(956, 832, '_menu_item_type', 'post_type'),
(957, 832, '_menu_item_menu_item_parent', '96'),
(958, 832, '_menu_item_object_id', '828'),
(959, 832, '_menu_item_object', 'page'),
(960, 832, '_menu_item_target', ''),
(961, 832, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(962, 832, '_menu_item_xfn', ''),
(963, 832, '_menu_item_url', ''),
(979, 871, '_wp_attached_file', '2012/02/enlargements.gif'),
(980, 871, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1394;s:4:"file";s:24:"2012/02/enlargements.gif";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"enlargements-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:24:"enlargements-800x697.gif";s:5:"width";i:800;s:6:"height";i:697;s:9:"mime-type";s:9:"image/gif";}s:5:"large";a:4:{s:4:"file";s:25:"enlargements-1024x892.gif";s:5:"width";i:1024;s:6:"height";i:892;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(981, 892, '_wp_attached_file', '2012/02/emi-12-app.gif'),
(982, 892, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:539;s:6:"height";i:425;s:4:"file";s:22:"2012/02/emi-12-app.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"emi-12-app-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(983, 900, '_wp_attached_file', '2012/04/composite-mount.gif'),
(984, 900, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:425;s:6:"height";i:603;s:4:"file";s:27:"2012/04/composite-mount.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"composite-mount-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(985, 909, '_wp_attached_file', '2012/04/hearts.jpg'),
(986, 909, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:425;s:6:"height";i:423;s:4:"file";s:18:"2012/04/hearts.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"hearts-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:16;s:6:"credit";s:0:"";s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1352115717;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(987, 917, '_wp_attached_file', '2012/04/citreon-1937-canvas.gif'),
(988, 917, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:757;s:4:"file";s:31:"2012/04/citreon-1937-canvas.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"citreon-1937-canvas-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:31:"citreon-1937-canvas-800x605.gif";s:5:"width";i:800;s:6:"height";i:605;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(990, 931, '_edit_lock', '1426614177:3'),
(991, 932, '_wp_attached_file', '2013/05/gold-mirror-160612.gif'),
(992, 932, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:30:"2013/05/gold-mirror-160612.gif";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"gold-mirror-160612-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:30:"gold-mirror-160612-800x533.gif";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:9:"image/gif";}s:5:"large";a:4:{s:4:"file";s:31:"gold-mirror-160612-1024x682.gif";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(993, 931, '_wp_page_template', 'default'),
(4109, 1077, 'name', 'photocrati-nextgen_basic_slideshow'),
(4110, 1077, 'format_content', ''),
(4111, 1077, 'installed_at_version', '3.35'),
(4112, 1077, 'hidden_from_ui', ''),
(4113, 1077, 'hidden_from_igw', ''),
(4114, 1077, 'module_id', 'photocrati-nextgen_basic_gallery'),
(4115, 1077, '__defaults_set', '1'),
(4116, 1077, 'entity_types', 'WyJpbWFnZSJd'),
(4117, 1077, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjoiMzIwIiwiZ2FsbGVyeV9oZWlnaHQiOiIyNDAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwiY3ljbGVfaW50ZXJ2YWwiOiI1IiwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImZsYXNoX2VuYWJsZWQiOjAsImZsYXNoX3BhdGgiOiIiLCJmbGFzaF9zaHVmZmxlIjp0cnVlLCJmbGFzaF9uZXh0X29uX2NsaWNrIjp0cnVlLCJmbGFzaF9uYXZpZ2F0aW9uX2JhciI6MCwiZmxhc2hfbG9hZGluZ19pY29uIjowLCJmbGFzaF93YXRlcm1hcmtfbG9nbyI6MCwiZmxhc2hfc3RyZXRjaF9pbWFnZSI6InRydWUiLCJmbGFzaF90cmFuc2l0aW9uX2VmZmVjdCI6InJhbmRvbSIsImZsYXNoX3Nsb3dfem9vbSI6MCwiZmxhc2hfYmFja2dyb3VuZF9jb2xvciI6IjAwMDAwMCIsImZsYXNoX3RleHRfY29sb3IiOiJGRkZGRkYiLCJmbGFzaF9yb2xsb3Zlcl9jb2xvciI6IkNDMDAwMCIsImZsYXNoX3NjcmVlbl9jb2xvciI6IjAwMDAwMCIsImZsYXNoX2JhY2tncm91bmRfbXVzaWMiOiIiLCJmbGFzaF94aHRtbF92YWxpZGF0aW9uIjowLCJlZmZlY3RfY29kZSI6InJlbD1cImxpZ2h0Ym94WyVHQUxMRVJZX05BTUUlXVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MCwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsImF1dG9wbGF5IjoxLCJwYXVzZW9uaG92ZXIiOjEsImFycm93cyI6MCwiaW50ZXJ2YWwiOjMwMDAsInRyYW5zaXRpb25fc3BlZWQiOjMwMCwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUifQ=='),
(4108, 1077, 'view_order', '10010'),
(4135, 1078, 'entity_types', 'WyJpbWFnZSJd'),
(4134, 1078, '__defaults_set', '1'),
(3938, 1156, '_wp_attached_file', '2013/05/W1Q0518ed.jpg'),
(3939, 1156, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4684;s:6:"height";i:3178;s:4:"file";s:21:"2013/05/W1Q0518ed.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"W1Q0518ed-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"W1Q0518ed-800x543.jpg";s:5:"width";i:800;s:6:"height";i:543;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"W1Q0518ed-1024x695.jpg";s:5:"width";i:1024;s:6:"height";i:695;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:13;s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1388667447;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"32";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3607, 1070, 'post_id', '1070'),
(3608, 1070, 'meta_key', 'name'),
(3609, 1070, 'meta_value', 'highslide'),
(3610, 1070, 'name', 'highslide'),
(3611, 1070, 'title', 'Highslide'),
(3612, 1070, 'code', 'class="highslide" onclick="return hs.expand(this, galleryOptions);"'),
(3613, 1070, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),
(3614, 1070, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.packed.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/nextgen_highslide_init.js'),
(3615, 1070, 'format_content', ''),
(3616, 1070, 'styles', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),
(3617, 1070, 'values', 'eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9ncmFwaGljcyJ9'),
(3618, 1070, 'display_settings', 'W10='),
(3619, 1070, 'id_field', 'ID'),
(3620, 1070, 'i18n', 'eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9'),
(2921, 1094, '_wp_attached_file', '2013/05/A4517292.jpg'),
(2922, 1094, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1361;s:6:"height";i:1600;s:4:"file";s:20:"2013/05/A4517292.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"A4517292-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"A4517292-680x800.jpg";s:5:"width";i:680;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"A4517292-871x1024.jpg";s:5:"width";i:871;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:8;s:6:"credit";s:0:"";s:6:"camera";s:14:"Hasselblad H4D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1377883406;s:9:"copyright";s:14:"Hasselblad H4D";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";}}'),
(3774, 1109, '_wp_attached_file', '2014/09/blue_speckles.jpg'),
(3775, 1109, '_wp_attachment_context', 'custom-background'),
(3776, 1109, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1875;s:4:"file";s:25:"2014/09/blue_speckles.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"blue_speckles-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"blue_speckles-640x800.jpg";s:5:"width";i:640;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"blue_speckles-819x1024.jpg";s:5:"width";i:819;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3777, 1109, '_wp_attachment_is_custom_background', 'admired'),
(3778, 1110, '_wp_attached_file', '2014/09/blue_speckles1.jpg'),
(3779, 1110, '_wp_attachment_context', 'custom-background'),
(3780, 1110, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1875;s:4:"file";s:26:"2014/09/blue_speckles1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"blue_speckles1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"blue_speckles1-640x800.jpg";s:5:"width";i:640;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"blue_speckles1-819x1024.jpg";s:5:"width";i:819;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3781, 1110, '_wp_attachment_is_custom_background', 'admired'),
(3782, 1111, '_wp_attached_file', '2014/09/blue_speckles-landscape.jpg'),
(3783, 1111, '_wp_attachment_context', 'custom-background'),
(3784, 1111, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1875;s:6:"height";i:1500;s:4:"file";s:35:"2014/09/blue_speckles-landscape.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"blue_speckles-landscape-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"blue_speckles-landscape-800x640.jpg";s:5:"width";i:800;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"blue_speckles-landscape-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3785, 1111, '_wp_attachment_is_custom_background', 'admired'),
(3786, 1112, '_wp_attached_file', '2014/09/flow-landscape.jpg'),
(3787, 1112, '_wp_attachment_context', 'custom-background'),
(3788, 1112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1875;s:6:"height";i:1500;s:4:"file";s:26:"2014/09/flow-landscape.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"flow-landscape-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"flow-landscape-800x640.jpg";s:5:"width";i:800;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"flow-landscape-1024x819.jpg";s:5:"width";i:1024;s:6:"height";i:819;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3789, 1112, '_wp_attachment_is_custom_background', 'admired'),
(3790, 1116, '_menu_item_type', 'post_type'),
(3791, 1116, '_menu_item_menu_item_parent', '0'),
(3792, 1116, '_menu_item_object_id', '862'),
(3793, 1116, '_menu_item_object', 'page'),
(3794, 1116, '_menu_item_target', ''),
(3795, 1116, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3796, 1116, '_menu_item_xfn', ''),
(3797, 1116, '_menu_item_url', ''),
(3799, 1117, 'filter', 'raw'),
(3800, 1117, 'id_field', 'ID'),
(3801, 1118, 'filter', 'raw'),
(3802, 1118, 'id_field', 'ID'),
(3803, 1119, 'filter', 'raw'),
(3804, 1119, 'id_field', 'ID'),
(3805, 1120, 'filter', 'raw'),
(3806, 1120, 'id_field', 'ID'),
(3807, 1121, '_wp_attached_file', '2013/03/W1Q2110-BLUR-BLACK.jpg'),
(3808, 1121, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:30:"2013/03/W1Q2110-BLUR-BLACK.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"W1Q2110-BLUR-BLACK-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"W1Q2110-BLUR-BLACK-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"W1Q2110-BLUR-BLACK-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:6.29999999999999982236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1402229556;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3809, 1123, '_wp_attached_file', '2013/03/W1Q2119-blur-black.jpg'),
(3810, 1123, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5134;s:6:"height";i:3422;s:4:"file";s:30:"2013/03/W1Q2119-blur-black.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"W1Q2119-blur-black-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"W1Q2119-blur-black-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"W1Q2119-blur-black-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:6.29999999999999982236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1402230156;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"73";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3811, 1125, '_wp_attached_file', '2013/03/W1Q2107-blur-black.jpg'),
(3812, 1125, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:30:"2013/03/W1Q2107-blur-black.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"W1Q2107-blur-black-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"W1Q2107-blur-black-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"W1Q2107-blur-black-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:6.29999999999999982236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1402229487;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3813, 1132, '_wp_attached_file', '2012/02/KPP-2.jpg'),
(3814, 1132, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:865;s:6:"height";i:237;s:4:"file";s:17:"2012/02/KPP-2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"KPP-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"KPP-2-800x219.jpg";s:5:"width";i:800;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(3815, 1135, '_wp_attached_file', '2012/02/10996120_397668287073590_6836531647519473256_n.jpg'),
(3816, 1135, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:474;s:4:"file";s:58:"2012/02/10996120_397668287073590_6836531647519473256_n.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10996120_397668287073590_6836531647519473256_n-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;}}'),
(3631, 1071, 'format_content', ''),
(3632, 1071, 'styles', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),
(3633, 1071, 'values', 'eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),
(3634, 1071, 'display_settings', 'W10='),
(3635, 1071, 'id_field', 'ID'),
(3636, 1071, 'i18n', 'eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),
(3650, 1072, 'display_settings', 'W10='),
(3651, 1072, 'id_field', 'ID'),
(3652, 1072, 'i18n', 'WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJd'),
(1580, 1084, '_edit_lock', '1376387061:3'),
(1581, 1084, '_edit_last', '3'),
(1582, 1084, '_wp_page_template', 'default'),
(3184, 1063, 'filter', 'raw'),
(3185, 1063, 'meta_id', '1020'),
(3186, 1063, 'post_id', '1063'),
(3187, 1063, 'meta_key', 'name'),
(3188, 1063, 'meta_value', 'galleries'),
(3189, 1063, 'title', 'Galleries'),
(3190, 1063, 'name', 'galleries'),
(3191, 1063, 'format_content', ''),
(3192, 1063, 'has_variations', ''),
(3193, 1063, 'variation', '0'),
(3194, 1063, 'returns', 'WyJpbWFnZSJd'),
(3195, 1063, 'aliases', 'WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),
(3196, 1063, 'id_field', 'ID'),
(3231, 1066, 'has_variations', '1'),
(3232, 1066, 'variation', '0'),
(3233, 1066, 'returns', 'WyJpbWFnZSJd'),
(3234, 1066, 'aliases', 'WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),
(3235, 1066, 'id_field', 'ID'),
(3230, 1066, 'format_content', ''),
(3229, 1066, 'name', 'random_images');
INSERT INTO `wp_postmeta` VALUES
(3244, 1067, 'has_variations', ''),
(3245, 1067, 'variation', '0'),
(3246, 1067, 'returns', 'WyJpbWFnZSJd'),
(3247, 1067, 'aliases', 'WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),
(3248, 1067, 'id_field', 'ID'),
(3243, 1067, 'format_content', ''),
(3242, 1067, 'name', 'recent_images'),
(3586, 1068, 'display_settings', 'W10='),
(3587, 1068, 'id_field', 'ID'),
(3588, 1068, 'i18n', 'W10='),
(3210, 1065, 'filter', 'raw'),
(3211, 1065, 'meta_id', '1656'),
(3212, 1065, 'post_id', '1065'),
(3213, 1065, 'meta_key', 'name'),
(3214, 1065, 'meta_value', 'tags'),
(3215, 1065, 'title', 'Tags'),
(3216, 1065, 'name', 'tags'),
(3217, 1065, 'format_content', ''),
(3218, 1065, 'has_variations', ''),
(3219, 1065, 'variation', '0'),
(3220, 1065, 'returns', 'WyJpbWFnZSJd'),
(3221, 1065, 'aliases', 'WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),
(3222, 1065, 'id_field', 'ID'),
(4090, 1076, 'format_content', ''),
(4091, 1076, 'installed_at_version', '3.35'),
(4092, 1076, 'hidden_from_ui', ''),
(4093, 1076, 'hidden_from_igw', ''),
(4094, 1076, 'module_id', 'photocrati-nextgen_basic_gallery'),
(4095, 1076, '__defaults_set', '1'),
(4096, 1076, 'entity_types', 'WyJpbWFnZSJd'),
(4097, 1076, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjAsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjAsIl9lcnJvcnMiOltdLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0In0='),
(3943, 1165, 'id_field', 'ID'),
(4089, 1076, 'name', 'photocrati-nextgen_basic_thumbnails'),
(4088, 1076, 'view_order', '10000'),
(4087, 1076, 'default_source', 'galleries'),
(4086, 1076, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#thumb_preview.jpg'),
(3606, 1070, 'meta_id', '1932'),
(3605, 1070, 'filter', 'raw'),
(3228, 1066, 'title', 'Random Images'),
(3223, 1066, 'filter', 'raw'),
(3224, 1066, 'meta_id', '1690'),
(3225, 1066, 'post_id', '1066'),
(3226, 1066, 'meta_key', 'name'),
(3227, 1066, 'meta_value', 'random_images'),
(3625, 1071, 'meta_value', 'shutter'),
(3626, 1071, 'name', 'shutter'),
(3627, 1071, 'title', 'Shutter'),
(3628, 1071, 'code', 'class="shutterset_%GALLERY_NAME%"'),
(3629, 1071, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),
(3630, 1071, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js'),
(3942, 1165, 'filter', 'raw'),
(3941, 1165, '__defaults_set', '1'),
(3940, 1156, '_edit_lock', '1426612363:3'),
(4106, 1077, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),
(4107, 1077, 'default_source', 'galleries'),
(4105, 1077, 'title', 'NextGEN Basic Slideshow'),
(4104, 1077, 'meta_value', 'photocrati-nextgen_basic_slideshow'),
(4103, 1077, 'meta_key', 'name'),
(3624, 1071, 'meta_key', 'name'),
(3623, 1071, 'post_id', '1071'),
(3621, 1071, 'filter', 'raw'),
(3622, 1071, 'meta_id', '2003'),
(3241, 1067, 'title', 'Recent images'),
(3236, 1067, 'filter', 'raw'),
(3237, 1067, 'meta_id', '1758'),
(3238, 1067, 'post_id', '1067'),
(3239, 1067, 'meta_key', 'name'),
(3240, 1067, 'meta_value', 'recent_images'),
(4133, 1078, 'hidden_from_igw', ''),
(4132, 1078, 'hidden_from_ui', ''),
(4131, 1078, 'installed_at_version', '3.35'),
(4130, 1078, 'format_content', ''),
(4128, 1078, 'view_order', '10020'),
(4129, 1078, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(4127, 1078, 'default_source', 'galleries'),
(4126, 1078, 'preview_image_relpath', 'photocrati-nextgen_basic_imagebrowser#preview.jpg'),
(3649, 1072, 'values', 'W10='),
(3648, 1072, 'styles', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),
(3647, 1072, 'format_content', ''),
(3644, 1072, 'code', 'class="shutterset_%GALLERY_NAME%"'),
(3645, 1072, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),
(3646, 1072, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js'),
(3643, 1072, 'title', 'Shutter 2'),
(3640, 1072, 'meta_key', 'name'),
(3641, 1072, 'meta_value', 'shutter2'),
(3642, 1072, 'name', 'shutter2'),
(3639, 1072, 'post_id', '1072'),
(3638, 1072, 'meta_id', '2074'),
(3637, 1072, 'filter', 'raw'),
(3557, 1093, 'filter', 'raw'),
(3558, 1093, 'meta_id', '1787'),
(3559, 1093, 'post_id', '1093'),
(3560, 1093, 'meta_key', 'name'),
(3561, 1093, 'meta_value', 'none'),
(3562, 1093, 'name', 'none'),
(3563, 1093, 'title', 'No lightbox'),
(3564, 1093, 'code', ''),
(3565, 1093, 'css_stylesheets', ''),
(3566, 1093, 'scripts', ''),
(3567, 1093, 'format_content', ''),
(3568, 1093, 'styles', ''),
(3569, 1093, 'values', 'W10='),
(3570, 1093, 'display_settings', 'W10='),
(3571, 1093, 'id_field', 'ID'),
(3572, 1093, 'i18n', 'W10='),
(3668, 1073, 'i18n', 'eyJuZXh0IjoiTmV4dCAmZ3Q7IiwicHJldiI6IiZsdDsgUHJldiIsImltYWdlIjoiSW1hZ2UiLCJvZiI6Im9mIiwiY2xvc2UiOiJDbG9zZSIsIm5vaWZyYW1lcyI6IlRoaXMgZmVhdHVyZSByZXF1aXJlcyBpbmxpbmUgZnJhbWVzLiBZb3UgaGF2ZSBpZnJhbWVzIGRpc2FibGVkIG9yIHlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZW0uIn0='),
(3667, 1073, 'id_field', 'ID'),
(3665, 1073, 'values', 'W10='),
(3666, 1073, 'display_settings', 'W10='),
(3664, 1073, 'styles', '/wp-includes/js/thickbox/thickbox.css'),
(3653, 1073, 'filter', 'raw'),
(3663, 1073, 'format_content', ''),
(3654, 1073, 'meta_id', '2148'),
(3655, 1073, 'post_id', '1073'),
(3656, 1073, 'meta_key', 'name'),
(3657, 1073, 'meta_value', 'thickbox'),
(3658, 1073, 'name', 'thickbox'),
(3659, 1073, 'title', 'Thickbox'),
(3660, 1073, 'code', 'class=''thickbox'' rel=''%GALLERY_NAME%'''),
(3661, 1073, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-includes/js/thickbox/thickbox.css'),
(3662, 1073, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js\n/wp-includes/js/thickbox/thickbox.js'),
(3573, 1068, 'filter', 'raw'),
(3574, 1068, 'meta_id', '1824'),
(3575, 1068, 'post_id', '1068'),
(3576, 1068, 'meta_key', 'name'),
(3577, 1068, 'meta_value', 'lightbox'),
(3578, 1068, 'name', 'lightbox'),
(3579, 1068, 'title', 'Lightbox'),
(3580, 1068, 'code', 'class=''ngg_lightbox'''),
(3581, 1068, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),
(3582, 1068, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js'),
(3583, 1068, 'format_content', ''),
(3584, 1068, 'styles', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),
(3585, 1068, 'values', 'eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0='),
(4085, 1076, 'title', 'NextGEN Basic Thumbnails'),
(4084, 1076, 'meta_value', 'photocrati-nextgen_basic_thumbnails'),
(4083, 1076, 'meta_key', 'name'),
(4212, 1075, '__defaults_set', '1'),
(4213, 1075, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(4214, 1075, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiX2Vycm9ycyI6W10sImRpc3BsYXlfdmlldyI6ImRlZmF1bHQifQ=='),
(4211, 1075, 'module_id', 'photocrati-nextgen_basic_album'),
(4210, 1075, 'hidden_from_igw', ''),
(4209, 1075, 'hidden_from_ui', ''),
(4208, 1075, 'installed_at_version', '3.35'),
(4207, 1075, 'format_content', ''),
(4206, 1075, 'name', 'photocrati-nextgen_basic_extended_album'),
(4205, 1075, 'view_order', '10210'),
(4204, 1075, 'default_source', 'albums'),
(4203, 1075, 'preview_image_relpath', 'photocrati-nextgen_basic_album#extended_preview.jpg'),
(4202, 1075, 'title', 'NextGEN Basic Extended Album'),
(4200, 1075, 'meta_key', 'name'),
(4201, 1075, 'meta_value', 'photocrati-nextgen_basic_extended_album'),
(3603, 1069, 'id_field', 'ID'),
(3604, 1069, 'i18n', 'W10='),
(3601, 1069, 'values', 'W10='),
(3602, 1069, 'display_settings', 'W10='),
(3599, 1069, 'format_content', ''),
(3600, 1069, 'styles', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),
(3598, 1069, 'scripts', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js\nhttp://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js'),
(3591, 1069, 'post_id', '1069'),
(3592, 1069, 'meta_key', 'name'),
(3593, 1069, 'meta_value', 'fancybox'),
(3594, 1069, 'name', 'fancybox'),
(3595, 1069, 'title', 'Fancybox'),
(3596, 1069, 'code', 'class="ngg-fancybox" rel="%GALLERY_NAME%"'),
(3597, 1069, 'css_stylesheets', 'http://brucknerframing.co.uk/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),
(3589, 1069, 'filter', 'raw'),
(3590, 1069, 'meta_id', '1895'),
(4155, 1079, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwiX2Vycm9ycyI6W119'),
(4154, 1079, 'entity_types', 'WyJpbWFnZSJd'),
(4151, 1079, 'hidden_from_ui', '1'),
(4152, 1079, 'hidden_from_igw', '1'),
(4153, 1079, '__defaults_set', '1'),
(4150, 1079, 'installed_at_version', '3.35'),
(4149, 1079, 'format_content', ''),
(4148, 1079, 'name', 'photocrati-nextgen_basic_singlepic'),
(4147, 1079, 'view_order', '10060'),
(4192, 1074, '__defaults_set', '1'),
(4193, 1074, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(4194, 1074, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJfZXJyb3JzIjpbXSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjB9'),
(3936, 1141, '_wp_attached_file', '2012/04/I2Q4978.jpg'),
(3937, 1141, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2205;s:6:"height";i:2891;s:4:"file";s:19:"2012/04/I2Q4978.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"I2Q4978-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"I2Q4978-610x800.jpg";s:5:"width";i:610;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"I2Q4978-781x1024.jpg";s:5:"width";i:781;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";d:16;s:6:"credit";s:10:"Gerry Hunt";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1416507081;s:9:"copyright";s:10:"Gerry Hunt";s:12:"focal_length";s:2:"84";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";i:1;}}'),
(4191, 1074, 'module_id', 'photocrati-nextgen_basic_album'),
(4190, 1074, 'hidden_from_igw', ''),
(4189, 1074, 'hidden_from_ui', ''),
(4188, 1074, 'installed_at_version', '3.35'),
(4187, 1074, 'format_content', ''),
(4186, 1074, 'name', 'photocrati-nextgen_basic_compact_album'),
(4184, 1074, 'default_source', 'albums'),
(4185, 1074, 'view_order', '10200'),
(4183, 1074, 'preview_image_relpath', 'photocrati-nextgen_basic_album#compact_preview.jpg'),
(4182, 1074, 'title', 'NextGEN Basic Compact Album'),
(4181, 1074, 'meta_value', 'photocrati-nextgen_basic_compact_album'),
(4174, 1080, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIl9lcnJvcnMiOltdfQ=='),
(4173, 1080, 'entity_types', 'WyJpbWFnZSJd'),
(4172, 1080, '__defaults_set', '1'),
(4171, 1080, 'hidden_from_igw', ''),
(4170, 1080, 'hidden_from_ui', ''),
(4169, 1080, 'installed_at_version', '3.35'),
(4167, 1080, 'name', 'photocrati-nextgen_basic_tagcloud'),
(4168, 1080, 'format_content', ''),
(4166, 1080, 'view_order', '10100'),
(4165, 1080, 'default_source', 'tags'),
(4164, 1080, 'preview_image_relpath', 'photocrati-nextgen_basic_tagcloud#preview.gif'),
(4082, 1076, 'post_id', '1076'),
(4080, 1076, 'filter', 'raw'),
(4081, 1076, 'meta_id', '2337'),
(4102, 1077, 'post_id', '1077'),
(4100, 1077, 'filter', 'raw'),
(4101, 1077, 'meta_id', '2448'),
(4125, 1078, 'title', 'NextGEN Basic ImageBrowser'),
(4123, 1078, 'meta_key', 'name'),
(4124, 1078, 'meta_value', 'photocrati-nextgen_basic_imagebrowser'),
(4122, 1078, 'post_id', '1078'),
(4120, 1078, 'filter', 'raw'),
(4121, 1078, 'meta_id', '2522'),
(4146, 1079, 'default_source', 'galleries'),
(4142, 1079, 'meta_key', 'name'),
(4143, 1079, 'meta_value', 'photocrati-nextgen_basic_singlepic'),
(4144, 1079, 'title', 'NextGEN Basic SinglePic'),
(4145, 1079, 'preview_image_relpath', 'photocrati-nextgen_basic_singlepic#preview.gif'),
(4141, 1079, 'post_id', '1079'),
(4139, 1079, 'filter', 'raw'),
(4140, 1079, 'meta_id', '2596'),
(4161, 1080, 'meta_key', 'name'),
(4162, 1080, 'meta_value', 'photocrati-nextgen_basic_tagcloud'),
(4163, 1080, 'title', 'NextGEN Basic TagCloud'),
(4160, 1080, 'post_id', '1080'),
(4158, 1080, 'filter', 'raw'),
(4159, 1080, 'meta_id', '2670'),
(4180, 1074, 'meta_key', 'name'),
(4177, 1074, 'filter', 'raw'),
(4178, 1074, 'meta_id', '2189'),
(4179, 1074, 'post_id', '1074'),
(4199, 1075, 'post_id', '1075'),
(4197, 1075, 'filter', 'raw'),
(4198, 1075, 'meta_id', '2263'),
(4098, 1076, 'id_field', 'ID'),
(4099, 1076, 'aliases', 'WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),
(4118, 1077, 'id_field', 'ID'),
(4119, 1077, 'aliases', 'WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),
(4136, 1078, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsImFqYXhfcGFnaW5hdGlvbiI6IjEifQ=='),
(4137, 1078, 'id_field', 'ID'),
(4138, 1078, 'aliases', 'WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),
(4156, 1079, 'id_field', 'ID'),
(4157, 1079, 'aliases', 'WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),
(4175, 1080, 'id_field', 'ID'),
(4176, 1080, 'aliases', 'WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),
(4195, 1074, 'id_field', 'ID'),
(4196, 1074, 'aliases', 'WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),
(4215, 1075, 'id_field', 'ID'),
(4216, 1075, 'aliases', 'WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),
(4217, 239, '_wp_attachment_is_custom_background', 'admired'),
(4218, 236, '_wp_attachment_is_custom_background', 'admired'),
(4219, 231, '_wp_attachment_is_custom_background', 'admired'),
(4463, 1253, '_elementor_template_type', 'post'),
(4223, 1177, '_wp_attached_file', '2023/03/IMG_5094-scaled.jpg'),
(4224, 1177, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:27:"2023/03/IMG_5094-scaled.jpg";s:8:"filesize";i:202217;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:20:"IMG_5094-800x533.jpg";s:5:"width";i:800;s:6:"height";i:533;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:31383;}s:5:"large";a:5:{s:4:"file";s:21:"IMG_5094-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46128;}s:9:"thumbnail";a:5:{s:4:"file";s:20:"IMG_5094-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2337;}s:12:"medium_large";a:5:{s:4:"file";s:20:"IMG_5094-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:29487;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"IMG_5094-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:86726;}s:9:"2048x2048";a:5:{s:4:"file";s:22:"IMG_5094-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:139097;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:7:"unknown";s:6:"camera";s:13:"Canon EOS 30D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1206114798";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"61";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}s:14:"original_image";s:12:"IMG_5094.jpg";}'),
(4225, 1178, '_wp_attached_file', '2023/03/cropped-IMG_5094-scaled-1.jpg'),
(4226, 1178, '_wp_attachment_context', 'site-icon'),
(4227, 1178, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:37:"2023/03/cropped-IMG_5094-scaled-1.jpg";s:8:"filesize";i:19406;s:5:"sizes";a:5:{s:9:"thumbnail";a:5:{s:4:"file";s:37:"cropped-IMG_5094-scaled-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2204;}s:13:"site_icon-270";a:5:{s:4:"file";s:37:"cropped-IMG_5094-scaled-1-270x270.jpg";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7480;}s:13:"site_icon-192";a:5:{s:4:"file";s:37:"cropped-IMG_5094-scaled-1-192x192.jpg";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4681;}s:13:"site_icon-180";a:5:{s:4:"file";s:37:"cropped-IMG_5094-scaled-1-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4452;}s:12:"site_icon-32";a:5:{s:4:"file";s:35:"cropped-IMG_5094-scaled-1-32x32.jpg";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:955;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4228, 1179, '_wp_attached_file', '2012/02/cropped-enlargements.gif'),
(4229, 1179, '_wp_attachment_context', 'site-icon'),
(4230, 1179, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:32:"2012/02/cropped-enlargements.gif";s:8:"filesize";i:143809;s:5:"sizes";a:5:{s:9:"thumbnail";a:5:{s:4:"file";s:32:"cropped-enlargements-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:7613;}s:13:"site_icon-270";a:5:{s:4:"file";s:32:"cropped-enlargements-270x270.gif";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:43247;}s:13:"site_icon-192";a:5:{s:4:"file";s:32:"cropped-enlargements-192x192.gif";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:23261;}s:13:"site_icon-180";a:5:{s:4:"file";s:32:"cropped-enlargements-180x180.gif";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:20357;}s:12:"site_icon-32";a:5:{s:4:"file";s:30:"cropped-enlargements-32x32.gif";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:1661;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4231, 479, '_wp_attachment_is_custom_background', 'admired'),
(4464, 1252, '_elementor_version', '3.35.7'),
(4233, 478, '_wp_attachment_is_custom_background', 'admired'),
(4234, 1177, '_wp_attachment_is_custom_background', 'admired'),
(4468, 1254, '_wp_trash_meta_time', '1773702901'),
(4460, 1252, '_elementor_edit_mode', 'builder'),
(4461, 1252, '_elementor_template_type', 'wp-post'),
(4244, 1185, '_wp_attached_file', '2023/03/letter-top-e1678562543170.jpg'),
(4245, 1185, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1328;s:6:"height";i:240;s:4:"file";s:37:"2023/03/letter-top-e1678562543170.jpg";s:8:"filesize";i:208739;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:37:"letter-top-e1678562543170-800x145.jpg";s:5:"width";i:800;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19887;}s:5:"large";a:5:{s:4:"file";s:38:"letter-top-e1678562543170-1024x185.jpg";s:5:"width";i:1024;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:28140;}s:9:"thumbnail";a:5:{s:4:"file";s:37:"letter-top-e1678562543170-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2943;}s:12:"medium_large";a:5:{s:4:"file";s:37:"letter-top-e1678562543170-768x139.jpg";s:5:"width";i:768;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18314;}s:9:"1536x1536";a:5:{s:4:"file";s:23:"letter-top-1536x278.jpg";s:5:"width";i:1536;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:49273;}s:14:"post-thumbnail";a:5:{s:4:"file";s:37:"letter-top-e1678562543170-672x240.jpg";s:5:"width";i:672;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20764;}s:25:"twentyfourteen-full-width";a:5:{s:4:"file";s:38:"letter-top-e1678562543170-1038x240.jpg";s:5:"width";i:1038;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:33835;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:2:{i:0;s:16:"Devine by design";i:1;s:5:"Funmi";}}}'),
(4246, 1185, '_edit_lock', '1678562418:3'),
(4247, 1185, '_edit_last', '3'),
(4248, 1185, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1948;s:6:"height";i:352;s:4:"file";s:14:"letter-top.jpg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:22:"letter-top-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2994;}s:11:"medium-orig";a:5:{s:4:"file";s:22:"letter-top-800x145.jpg";s:5:"width";i:800;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20611;}s:17:"medium_large-orig";a:5:{s:4:"file";s:22:"letter-top-768x139.jpg";s:5:"width";i:768;s:6:"height";i:139;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19006;}s:10:"large-orig";a:5:{s:4:"file";s:23:"letter-top-1024x185.jpg";s:5:"width";i:1024;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:29838;}s:14:"1536x1536-orig";a:5:{s:4:"file";s:23:"letter-top-1536x278.jpg";s:5:"width";i:1536;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:49273;}s:19:"post-thumbnail-orig";a:5:{s:4:"file";s:22:"letter-top-672x352.jpg";s:5:"width";i:672;s:6:"height";i:352;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25256;}s:30:"twentyfourteen-full-width-orig";a:5:{s:4:"file";s:23:"letter-top-1038x352.jpg";s:5:"width";i:1038;s:6:"height";i:352;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:39002;}}'),
(4249, 1193, '__defaults_set', '1'),
(4250, 1193, 'filter', 'raw'),
(4251, 1193, 'id_field', 'ID'),
(4252, 1194, '__defaults_set', '1'),
(4253, 1194, 'filter', 'raw'),
(4254, 1194, 'id_field', 'ID'),
(4255, 1195, '__defaults_set', '1'),
(4256, 1195, 'filter', 'raw'),
(4257, 1195, 'id_field', 'ID'),
(4258, 1196, '__defaults_set', '1'),
(4259, 1196, 'filter', 'raw'),
(4260, 1196, 'id_field', 'ID'),
(4261, 1198, '_wp_attached_file', '2023/03/louvre-small-72ppi.jpg'),
(4262, 1198, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:840;s:6:"height";i:1260;s:4:"file";s:30:"2023/03/louvre-small-72ppi.jpg";s:8:"filesize";i:1544827;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:30:"louvre-small-72ppi-533x800.jpg";s:5:"width";i:533;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:154157;}s:5:"large";a:5:{s:4:"file";s:31:"louvre-small-72ppi-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:237927;}s:9:"thumbnail";a:5:{s:4:"file";s:30:"louvre-small-72ppi-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5571;}s:12:"medium_large";a:5:{s:4:"file";s:31:"louvre-small-72ppi-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:286865;}s:14:"post-thumbnail";a:5:{s:4:"file";s:30:"louvre-small-72ppi-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:96542;}s:25:"twentyfourteen-full-width";a:5:{s:4:"file";s:30:"louvre-small-72ppi-840x576.jpg";s:5:"width";i:840;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:188277;}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"11";s:6:"credit";s:10:"Gerry Hunt";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1649931814";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(4280, 1210, '_wp_attached_file', '2023/03/BF2.jpg'),
(4281, 1210, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:305;s:6:"height";i:500;s:4:"file";s:15:"2023/03/BF2.jpg";s:8:"filesize";i:44324;s:5:"sizes";a:2:{s:9:"thumbnail";a:5:{s:4:"file";s:15:"BF2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3150;}s:14:"post-thumbnail";a:5:{s:4:"file";s:15:"BF2-305x372.jpg";s:5:"width";i:305;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11437;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(4282, 1211, '_wp_attached_file', '2023/03/cropped-BF2.jpg'),
(4283, 1211, '_wp_attachment_context', 'site-icon'),
(4284, 1211, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:23:"2023/03/cropped-BF2.jpg";s:8:"filesize";i:17495;s:5:"sizes";a:6:{s:9:"thumbnail";a:5:{s:4:"file";s:23:"cropped-BF2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3131;}s:14:"post-thumbnail";a:5:{s:4:"file";s:23:"cropped-BF2-512x372.jpg";s:5:"width";i:512;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13882;}s:13:"site_icon-270";a:5:{s:4:"file";s:23:"cropped-BF2-270x270.jpg";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8054;}s:13:"site_icon-192";a:5:{s:4:"file";s:23:"cropped-BF2-192x192.jpg";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5796;}s:13:"site_icon-180";a:5:{s:4:"file";s:23:"cropped-BF2-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5472;}s:12:"site_icon-32";a:5:{s:4:"file";s:21:"cropped-BF2-32x32.jpg";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1150;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4361, 1244, '_elementor_template_type', 'kit'),
(4360, 1244, '_elementor_edit_mode', 'builder'),
(4289, 784, '_edit_last', '3'),
(4290, 1224, '_wp_attached_file', '2023/03/cropped-cropped-BF2.jpg'),
(4291, 1224, '_wp_attachment_context', 'custom-logo'),
(4292, 1224, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:384;s:4:"file";s:31:"2023/03/cropped-cropped-BF2.jpg";s:8:"filesize";i:13586;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:31:"cropped-cropped-BF2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2922;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4465, 1252, '_edit_lock', '1773686189:3'),
(4317, 1226, 'id_field', 'ID'),
(4315, 1226, '__defaults_set', '1'),
(4323, 1227, 'id_field', 'ID'),
(4321, 1227, '__defaults_set', '1'),
(4316, 1226, 'filter', 'raw'),
(4329, 1228, 'id_field', 'ID'),
(4327, 1228, '__defaults_set', '1'),
(4322, 1227, 'filter', 'raw'),
(4328, 1228, 'filter', 'raw'),
(4341, 1229, 'id_field', 'ID'),
(4339, 1229, '__defaults_set', '1'),
(4340, 1229, 'filter', 'raw'),
(4462, 1253, '_elementor_edit_mode', 'builder'),
(4438, 92, '_config_validation', 'a:2:{s:12:"mail.subject";a:1:{i:0;a:2:{s:4:"code";s:11:"maybe_empty";s:4:"args";a:3:{s:7:"message";s:32:"There is a possible empty field.";s:6:"params";a:0:{}s:4:"link";s:57:"https://contactform7.com/configuration-errors/maybe-empty";}}}s:11:"mail.sender";a:1:{i:0;a:2:{s:4:"code";s:24:"email_not_in_site_domain";s:4:"args";a:3:{s:7:"message";s:56:"Sender email address does not belong to the site domain.";s:6:"params";a:0:{}s:4:"link";s:70:"https://contactform7.com/configuration-errors/email-not-in-site-domain";}}}}'),
(4445, 1247, 'footnotes', ''),
(4443, 38, '_elementor_template_type', 'wp-page'),
(4444, 38, '_elementor_version', '3.35.7'),
(4467, 1254, '_wp_trash_meta_status', 'publish'),
(4448, 1248, 'footnotes', ''),
(4449, 1249, '_wp_attached_file', '2026/03/barcelona.jpg'),
(4450, 1249, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:900;s:6:"height";i:666;s:4:"file";s:21:"2026/03/barcelona.jpg";s:8:"filesize";i:170747;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:21:"barcelona-800x592.jpg";s:5:"width";i:800;s:6:"height";i:592;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:96450;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"barcelona-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3266;}s:12:"medium_large";a:5:{s:4:"file";s:21:"barcelona-768x568.jpg";s:5:"width";i:768;s:6:"height";i:568;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:89864;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` mediumtext NOT NULL,
  `post_excerpt` mediumtext 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(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` mediumtext NOT NULL,
  `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` VALUES
(748, 3, '2013-01-15 18:49:52', '2013-01-15 18:49:52', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a><strong>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 18:49:52', '2013-01-15 18:49:52', '', 404, 'http://brucknerframing.co.uk/404-revision-39/', 0, 'revision', '', 0),
(658, 3, '2012-11-24 02:08:17', '2012-11-24 02:08:17', '<p>We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a></p>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-11-24 02:08:17', '2012-11-24 02:08:17', '', 393, 'http://brucknerframing.co.uk/393-revision-7/', 0, 'revision', '', 0),
(622, 3, '2012-11-24 02:05:09', '2012-11-24 02:05:09', '<table width="800" border="0" cellpadding="10"><tbody><tr><td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.<br /> Firstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.<p>Contact us today to discuss your requirements</p></td><td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td></tr></tbody></table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-11-24 02:05:09', '2012-11-24 02:05:09', '', 38, 'http://brucknerframing.co.uk/38-revision-66/', 0, 'revision', '', 0),
(429, 3, '2012-04-16 08:57:16', '2012-04-16 08:57:16', ' ', '', '', 'publish', 'closed', 'closed', '', '429', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=429', 8, 'nav_menu_item', '', 0),
(427, 3, '2012-04-16 08:54:32', '2012-04-16 08:54:32', '<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-medium wp-image-695" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="500" height="463" /></a>Canvas Prints          </strong>\r\n\r\n<strong>Canvas prints are stretched over pine gallery bars 20mm up to A3 and 38mm for A2 up to A0</strong><strong>        </strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)           £15.90</li>\r\n	<li>A4 (297x210mm)                 £18.00</li>\r\n	<li>12x10in (300x250)               £18.50</li>\r\n	<li>16x12in (400x300)               £23.23</li>\r\n	<li>A3 (410x297mm)                 £25.20</li>\r\n	<li>A3+ (475x325mm)               £25.79</li>\r\n	<li>20 x16in                               £28.48</li>\r\n	<li>A2                                        £35.50</li>\r\n	<li>20x 24in (500x600mm)        £35.90</li>\r\n	<li>A1 (841x594)                       £56.00</li>\r\n	<li>36 x24in (900 x600mm)       £63.86</li>\r\n	<li>A0 (1189 x841mm)              £90.00</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'publish', 'closed', 'closed', '', 'canvas-sizes-and-prices', '', '', '2014-11-18 21:11:42', '2014-11-18 21:11:42', '', 0, 'http://brucknerframing.co.uk/?page_id=427', 0, 'page', '', 0),
(702, 3, '2013-01-09 08:45:59', '2013-01-09 08:45:59', '<strong>Canvas Prints                      20mm deep            Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)                 £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                       £10                 £18.00</li>\r\n	<li>12x10in (300x250)                     £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                     £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                       £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                     £21.80            £25.79</li>\r\n	<li>20 x16in                                     £24.60            £28.48</li>\r\n	<li>A2                                              £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)              £28.20            £35.90</li>\r\n	<li>A1 (841x594)                             £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)            £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                   £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:45:59', '2013-01-09 08:45:59', '', 427, 'http://brucknerframing.co.uk/427-revision-14/', 0, 'revision', '', 0),
(701, 3, '2013-01-09 08:44:29', '2013-01-09 08:44:29', '<strong>Canvas Prints                      20mm deep                     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)                 £9.20                               £15.90</li>\r\n	<li>A4 (297x210mm)                       £10                                  £18.00</li>\r\n	<li>12x10in (300x250)                     £12.60                             £18.50</li>\r\n	<li>16x12in (400x300)                     £17.80                             £23.23</li>\r\n	<li>A3 (410x297mm)                       £20.10                             £25.20</li>\r\n	<li>A3+ (475x325mm)                     £21.80                             £25.79</li>\r\n	<li>20 x16in                                     £24.60                             £28.48</li>\r\n	<li>A2                                              £27.20                             £30.10</li>\r\n	<li>20x 24in (500x600mm)              £28.20                             £35.90</li>\r\n	<li>A1 (841x594)                             £45.00                             £56.00</li>\r\n	<li>36 x24in (900 x600mm)            £51.90                              £63.86</li>\r\n	<li>A0 (1189 x841mm)                   £90.25                              £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:44:29', '2013-01-09 08:44:29', '', 427, 'http://brucknerframing.co.uk/427-revision-13/', 0, 'revision', '', 0),
(700, 3, '2013-01-09 08:43:24', '2013-01-09 08:43:24', '<strong>Canvas Prints                      20mm deep                     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)                 £9.20                               £15.90</li>\r\n	<li>A4 (297x210mm)                       £10                                  £18.00</li>\r\n	<li>12x10in (300x250)                     £12.60                             £18.50</li>\r\n	<li>16x12in (400x300)                     £17.80                             £23.23</li>\r\n	<li>A3 (410x297mm)                       £20.10                             £25.20</li>\r\n	<li>A3+ (475x325mm)                     £21.80                             £25.79</li>\r\n	<li>20 x16in                                     £24.60                             £28.48</li>\r\n	<li>A2                                              £27.20                             £30.10</li>\r\n	<li>20x 24in (500x600mm)             £28.20                              £35.90</li>\r\n	<li>A1 (841x594)                            £45.00                              £56.00</li>\r\n	<li>36 x24in (900 x600mm)           £51.90                               £63.86</li>\r\n	<li>A0 (1189 x841mm)                  £90.25                               £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:43:24', '2013-01-09 08:43:24', '', 427, 'http://brucknerframing.co.uk/427-revision-12/', 0, 'revision', '', 0),
(428, 3, '2012-04-16 08:53:49', '2012-04-16 08:53:49', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 08:53:49', '2012-04-16 08:53:49', '', 427, 'http://brucknerframing.co.uk/427-revision/', 0, 'revision', '', 0),
(4, 0, '2012-02-08 21:29:57', '2012-02-08 21:29:57', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim.', 'Rock The Web!', '', 'publish', 'open', 'open', '', 'rock-the-web', '', '', '2012-02-08 21:29:57', '2012-02-08 21:29:57', '', 0, 'http://brucknerframing.co.uk//?boxes=rock-the-web', 0, 'boxes', '', 0),
(5, 0, '2012-02-08 21:29:57', '2012-02-08 21:29:57', 'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in.', 'PageLines Framework', '', 'publish', 'open', 'open', '', 'pagelines-framework', '', '', '2012-02-08 21:29:57', '2012-02-08 21:29:57', '', 0, 'http://brucknerframing.co.uk//?boxes=pagelines-framework', 0, 'boxes', '', 0),
(6, 0, '2012-02-08 21:29:57', '2012-02-08 21:29:57', 'In voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur occaecat cupidatat non proident, in culpas officia deserunt.', 'Drag&amp;Drop Design', '', 'publish', 'open', 'open', '', 'dragdrop-design', '', '', '2012-02-08 21:29:57', '2012-02-08 21:29:57', '', 0, 'http://brucknerframing.co.uk//?boxes=dragdrop-design', 0, 'boxes', '', 0),
(7, 3, '2012-02-08 21:33:58', '2012-02-08 21:33:58', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="100" height="72" /></a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'publish', 'closed', 'open', '', 'products', '', '', '2013-06-05 07:36:57', '2013-06-05 07:36:57', '', 0, 'http://brucknerframing.co.uk//?page_id=7', 0, 'page', '', 0),
(8, 3, '2012-02-08 21:33:50', '2012-02-08 21:33:50', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2012-02-08 21:33:50', '2012-02-08 21:33:50', '', 7, 'http://brucknerframing.co.uk//?p=8', 0, 'revision', '', 0),
(9, 3, '2012-02-08 21:34:09', '2012-02-08 21:34:09', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="128"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>\r\n\r\n<strong></strong>\r\n\r\nWe keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>\r\n\r\nPlease bear in mind we can do wonders with images but if the detail and quality are not there in the first place we can''t put it in.\r\n\r\nyou can send us the image and rest assured we will let you know what size you can enlarge it to.\r\n\r\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'publish', 'closed', 'open', '', 'large-prints', '', '', '2013-07-25 07:27:03', '2013-07-25 07:27:03', '', 7, 'http://brucknerframing.co.uk//?page_id=9', 0, 'page', '', 0),
(10, 3, '2012-02-08 21:34:07', '2012-02-08 21:34:07', '', 'Large Prints', '', 'inherit', 'open', 'open', '', '9-revision', '', '', '2012-02-08 21:34:07', '2012-02-08 21:34:07', '', 9, 'http://brucknerframing.co.uk//?p=10', 0, 'revision', '', 0),
(11, 3, '2012-02-08 21:34:26', '2012-02-08 21:34:26', 'We can print any size any ratio so you are not limited to the standard sizes, as Photographers will know it''s so important to compose and crop your image to create the best results not some random standard size.\n\nPrices vary according to the type and quality of the paper&nbsp; used&nbsp; there are so many different options that is impossible to list them all here.&nbsp;&nbsp;<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignnone wp-image-871" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="611" height="532"></a>&nbsp; &nbsp;Click to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\n\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong>\n\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'publish', 'closed', 'open', '', 'sizes-prices', '', '', '2023-03-13 10:05:29', '2023-03-13 10:05:29', '', 9, 'http://brucknerframing.co.uk//?page_id=11', 0, 'page', '', 0),
(1216, 3, '2023-03-13 10:05:29', '2023-03-13 10:05:29', 'We can print any size any ratio so you are not limited to the standard sizes, as Photographers will know it''s so important to compose and crop your image to create the best results not some random standard size.\n\nPrices vary according to the type and quality of the paper&nbsp; used&nbsp; there are so many different options that is impossible to list them all here.&nbsp;&nbsp;<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignnone wp-image-871" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="611" height="532"></a>&nbsp; &nbsp;Click to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\n\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong>\n\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-13 10:05:29', '2023-03-13 10:05:29', '', 11, 'https://brucknerframing.co.uk/?p=1216', 0, 'revision', '', 0),
(1214, 3, '2023-03-13 10:01:58', '2023-03-13 10:01:58', '&nbsp;\n\nWe can print any size any ratio so you are not limited to the standard sizes, as Photographers will know it''s so important to compose and crop your image to create the best results not some random standard size.\n\nPrices vary according to the type and quality of the paper&nbsp; used&nbsp; there are so many different options that is impossible to list them all here.&nbsp;&nbsp;\n\n&nbsp;\n<p style="padding-left: 40px;"><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class=" wp-image-871 alignnone" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="638" height="556"></a></p>\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Click to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\n\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong>\n\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-13 10:01:58', '2023-03-13 10:01:58', '', 11, 'https://brucknerframing.co.uk/?p=1214', 0, 'revision', '', 0),
(1188, 3, '2023-03-11 19:16:59', '2023-03-11 19:16:59', '&nbsp;\n\nWe can print any size any ratio so you are not limited to the standard sizes, as Photographers will know it''s so important to compose and crop your image to create the best results not some random standard size.\n\nPrices vary according to the type and quality of the paper&nbsp; used&nbsp; there are so many different options that is impossible to list them all here.&nbsp;&nbsp;\n\n&nbsp;\n<p style="padding-left: 40px;"><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class=" wp-image-871 alignnone" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="638" height="556"></a></p>\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;\n\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\n\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong>\n\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-11 19:16:59', '2023-03-11 19:16:59', '', 11, 'http://brucknerframing.co.uk/?p=1188', 0, 'revision', '', 0),
(12, 3, '2012-02-08 21:34:25', '2012-02-08 21:34:25', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2012-02-08 21:34:25', '2012-02-08 21:34:25', '', 11, 'http://brucknerframing.co.uk//?p=12', 0, 'revision', '', 0),
(13, 3, '2012-02-08 21:34:59', '2012-02-08 21:34:59', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photos / Canvas', '', 'publish', 'closed', 'open', '', 'photos-canvas', '', '', '2012-02-11 18:19:49', '2012-02-11 18:19:49', '', 7, 'http://brucknerframing.co.uk//?page_id=13', 0, 'page', '', 0),
(14, 3, '2012-02-08 21:34:46', '2012-02-08 21:34:46', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '13-revision', '', '', '2012-02-08 21:34:46', '2012-02-08 21:34:46', '', 13, 'http://brucknerframing.co.uk//?p=14', 0, 'revision', '', 0),
(15, 3, '2012-02-08 21:34:59', '2012-02-08 21:34:59', '', 'Photos / Canvas', '', 'inherit', 'open', 'open', '', '13-revision-2', '', '', '2012-02-08 21:34:59', '2012-02-08 21:34:59', '', 13, 'http://brucknerframing.co.uk//?p=15', 0, 'revision', '', 0),
(18, 3, '2012-02-08 21:35:47', '2012-02-08 21:35:47', '', 'Sizes / Prices', '', 'publish', 'closed', 'open', '', 'sizes-prices', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 13, 'http://brucknerframing.co.uk//?page_id=18', 0, 'page', '', 0),
(19, 3, '2012-02-08 21:35:36', '2012-02-08 21:35:36', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '18-revision', '', '', '2012-02-08 21:35:36', '2012-02-08 21:35:36', '', 18, 'http://brucknerframing.co.uk//?p=19', 0, 'revision', '', 0),
(20, 3, '2012-02-08 21:36:26', '2012-02-08 21:36:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of <a href="http://brucknerframing.co.uk/mounts/">unique customised mounts</a> With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the <a href="http://brucknerframing.co.uk/contacts/">contact form </a>and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'publish', 'closed', 'closed', '', 'framing', '', '', '2012-05-20 17:29:20', '2012-05-20 17:29:20', '', 7, 'http://brucknerframing.co.uk//?page_id=20', 0, 'page', '', 0),
(21, 3, '2012-02-08 21:36:17', '2012-02-08 21:36:17', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '20-revision', '', '', '2012-02-08 21:36:17', '2012-02-08 21:36:17', '', 20, 'http://brucknerframing.co.uk//?p=21', 0, 'revision', '', 0),
(24, 3, '2012-02-08 21:37:31', '2012-02-08 21:37:31', 'With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .', 'Sizes / Prices', '', 'publish', 'closed', 'closed', '', 'sizes-prices', '', '', '2012-04-07 07:21:21', '2012-04-07 07:21:21', '', 20, 'http://brucknerframing.co.uk//?page_id=24', 0, 'page', '', 0),
(25, 3, '2012-02-08 21:37:26', '2012-02-08 21:37:26', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2012-02-08 21:37:26', '2012-02-08 21:37:26', '', 24, 'http://brucknerframing.co.uk//?p=25', 0, 'revision', '', 0),
(26, 3, '2012-02-08 21:37:57', '2012-02-08 21:37:57', '<table width="800" border="10" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'publish', 'closed', 'closed', '', 'mounts', '', '', '2013-05-29 13:48:14', '2013-05-29 13:48:14', '', 7, 'http://brucknerframing.co.uk//?page_id=26', 0, 'page', '', 0),
(27, 3, '2012-02-08 21:37:53', '2012-02-08 21:37:53', '', 'Mounts', '', 'inherit', 'open', 'open', '', '26-revision', '', '', '2012-02-08 21:37:53', '2012-02-08 21:37:53', '', 26, 'http://brucknerframing.co.uk//?p=27', 0, 'revision', '', 0),
(28, 3, '2012-02-08 21:38:31', '2012-02-08 21:38:31', '<strong><a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/photoblock-edit-1/" rel="attachment wp-att-384"><img class="alignright  wp-image-384" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1-725x800.jpg" alt="" width="435" height="427" /></a>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks sizes and prices', '', 'publish', 'closed', 'closed', '', 'sizes-prices', '', '', '2012-04-11 09:37:48', '2012-04-11 09:37:48', '', 26, 'http://brucknerframing.co.uk//?page_id=28', 0, 'page', '', 0),
(29, 3, '2012-02-08 21:38:30', '2012-02-08 21:38:30', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '28-revision', '', '', '2012-02-08 21:38:30', '2012-02-08 21:38:30', '', 28, 'http://brucknerframing.co.uk//?p=29', 0, 'revision', '', 0),
(34, 3, '2012-02-08 21:39:24', '2012-02-08 21:39:24', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"> We are currently offering  paper back photo books made up using your images We are very flexible with the layout  again we are just here to create from your ideas and designs, however we will always be there to help should we be needed&nbsp;\r\n\r\n&nbsp;</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'publish', 'closed', 'open', '', 'photo-books', '', '', '2013-01-08 13:02:06', '2013-01-08 13:02:06', '', 7, 'http://brucknerframing.co.uk//?page_id=34', 0, 'page', '', 0),
(35, 3, '2012-02-08 21:39:22', '2012-02-08 21:39:22', '', 'Photo Books', '', 'inherit', 'open', 'open', '', '34-revision', '', '', '2012-02-08 21:39:22', '2012-02-08 21:39:22', '', 34, 'http://brucknerframing.co.uk//?p=35', 0, 'revision', '', 0),
(290, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 43, 'http://brucknerframing.co.uk//?p=290', 0, 'revision', '', 0),
(301, 3, '2012-02-23 14:36:28', '2012-02-23 14:36:28', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-57', '', '', '2012-02-23 14:36:28', '2012-02-23 14:36:28', '', 20, 'http://brucknerframing.co.uk//?p=301', 0, 'revision', '', 0),
(291, 3, '2013-01-08 13:01:17', '2013-01-08 13:01:17', '<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"> We are currently offering  paper back photo books made up using your images We are very flexible with the layout  again we are just here to create from your ideas and designs, however we will always be there to help should we be needed\n\n&nbsp;\n\n&nbsp;</td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-autosave', '', '', '2013-01-08 13:01:17', '2013-01-08 13:01:17', '', 34, 'http://brucknerframing.co.uk//?p=291', 0, 'revision', '', 0),
(292, 3, '2012-04-02 10:07:10', '2012-04-02 10:07:10', '<a href="http://hotmail.com">allan</a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2012-04-02 10:07:10', '2012-04-02 10:07:10', '', 43, 'http://brucknerframing.co.uk//?p=292', 0, 'revision', '', 0),
(38, 3, '2012-02-08 21:44:19', '2012-02-08 21:44:19', '<!-- wp:table {"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"medium"} -->\n<figure class="wp-block-table is-style-regular has-medium-font-size"><table class="has-background" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways. <p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in<span style="font-family: inherit; font-size: inherit; font-weight: inherit;">)</span></p><p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p><p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p> <p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p> </td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-03-14 12:04:29', '2026-03-14 12:04:29', '', 0, 'http://brucknerframing.co.uk//?page_id=38', 0, 'page', '', 0),
(1190, 3, '2023-03-11 19:20:08', '2023-03-11 19:20:08', '<!-- wp:table -->\n<figure class="wp-block-table"><table><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways.\n<p>&nbsp;</p>\n<p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)</p>\n<p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p>\n<p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p>\n<p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p>\n</td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2023-03-11 19:20:08', '2023-03-11 19:20:08', '', 38, 'http://brucknerframing.co.uk/?p=1190', 0, 'revision', '', 0),
(39, 3, '2012-02-08 21:40:35', '2012-02-08 21:40:35', '\n\n<!-- wp:image {"id":1198,"sizeSlug":"medium","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-medium is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-533x800.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'publish', 'closed', 'open', '', 'gallery', '', '', '2023-03-12 10:35:12', '2023-03-12 10:35:12', '', 0, 'http://brucknerframing.co.uk//?page_id=39', 0, 'page', '', 0),
(40, 3, '2012-02-08 21:40:28', '2012-02-08 21:40:28', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '39-revision', '', '', '2012-02-08 21:40:28', '2012-02-08 21:40:28', '', 39, 'http://brucknerframing.co.uk//?p=40', 0, 'revision', '', 0),
(41, 3, '2012-02-08 21:40:46', '2012-02-08 21:40:46', '[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'publish', 'closed', 'open', '', 'contacts', '', '', '2014-02-24 16:12:45', '2014-02-24 16:12:45', '', 0, 'http://brucknerframing.co.uk//?page_id=41', 0, 'page', '', 0),
(42, 3, '2012-02-08 21:40:41', '2012-02-08 21:40:41', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2012-02-08 21:40:41', '2012-02-08 21:40:41', '', 41, 'http://brucknerframing.co.uk//?p=42', 0, 'revision', '', 0),
(43, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '<span style="text-decoration: underline;">COLIN BANKS ART MEET THE ORBS</span>\r\n<blockquote>See Colin on Face Book and Twitter</blockquote>\r\n<a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>\r\n<h1></h1>\r\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'publish', 'closed', 'open', '', 'links', '', '', '2015-03-12 07:34:25', '2015-03-12 07:34:25', '', 0, 'http://brucknerframing.co.uk//?page_id=43', 0, 'page', '', 0),
(45, 3, '2012-02-08 21:44:06', '2012-02-08 21:44:06', ' ', '', '', 'publish', 'open', 'closed', '', '45', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk//?p=45', 19, 'nav_menu_item', '', 0),
(96, 3, '2012-02-08 22:48:59', '2012-02-08 22:48:59', ' ', '', '', 'publish', 'closed', 'closed', '', '96', '', '', '2014-10-15 20:39:42', '2014-10-15 20:39:42', '', 0, 'http://brucknerframing.co.uk//?p=96', 2, 'nav_menu_item', '', 0),
(300, 3, '2012-04-02 10:07:46', '2012-04-02 10:07:46', 'allan', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2012-04-02 10:07:46', '2012-04-02 10:07:46', '', 43, 'http://brucknerframing.co.uk//?p=300', 0, 'revision', '', 0),
(115, 3, '2012-02-08 22:50:50', '2012-02-08 22:50:50', ' ', '', '', 'publish', 'closed', 'closed', '', '115', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 34, 'http://brucknerframing.co.uk//?p=115', 12, 'nav_menu_item', '', 0),
(114, 3, '2012-02-08 22:50:50', '2012-02-08 22:50:50', ' ', '', '', 'publish', 'closed', 'closed', '', '114', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 26, 'http://brucknerframing.co.uk//?p=114', 10, 'nav_menu_item', '', 0),
(281, 3, '2012-02-23 14:29:12', '2012-02-23 14:29:12', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration service\r\n\r\nUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 14:29:12', '2012-02-23 14:29:12', '', 38, 'http://brucknerframing.co.uk//?p=281', 0, 'revision', '', 0),
(113, 3, '2012-02-08 22:50:50', '2012-02-08 22:50:50', ' ', '', '', 'publish', 'closed', 'closed', '', '113', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 9, 'http://brucknerframing.co.uk//?p=113', 4, 'nav_menu_item', '', 0),
(112, 3, '2012-02-08 22:50:50', '2012-02-08 22:50:50', ' ', '', '', 'publish', 'closed', 'closed', '', '112', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 20, 'http://brucknerframing.co.uk//?p=112', 6, 'nav_menu_item', '', 0),
(175, 3, '2012-02-09 00:01:05', '2012-02-09 00:01:05', '[gallery link="file"]\r\n\r\n[nggallery id=1]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-7', '', '', '2012-02-09 00:01:05', '2012-02-09 00:01:05', '', 39, 'http://brucknerframing.co.uk//?p=175', 0, 'revision', '', 0),
(118, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-5', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 20, 'http://brucknerframing.co.uk//?p=118', 0, 'revision', '', 0),
(61, 3, '2012-02-08 21:40:11', '2012-02-08 21:40:11', '', 'Home', '', 'inherit', 'open', 'open', '', '38-revision-v1', '', '', '2012-02-08 21:40:11', '2012-02-08 21:40:11', '', 38, 'http://brucknerframing.co.uk//?p=61', 0, 'revision', '', 0),
(62, 3, '2012-02-08 21:36:26', '2012-02-08 21:36:26', '', 'Framing', '', 'inherit', 'open', 'open', '', '20-revision-2', '', '', '2012-02-08 21:36:26', '2012-02-08 21:36:26', '', 20, 'http://brucknerframing.co.uk//?p=62', 0, 'revision', '', 0),
(63, 3, '2012-02-08 21:44:38', '2012-02-08 21:44:38', '', 'Framing', '', 'inherit', 'open', 'open', '', '20-revision-3', '', '', '2012-02-08 21:44:38', '2012-02-08 21:44:38', '', 20, 'http://brucknerframing.co.uk//?p=63', 0, 'revision', '', 0),
(64, 3, '2012-02-08 21:45:33', '2012-02-08 21:45:33', '', 'Sizes / Prices', '', 'publish', 'closed', 'open', '', 'sizes-prices', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 34, 'http://brucknerframing.co.uk//?page_id=64', 0, 'page', '', 0),
(65, 3, '2012-02-08 21:45:28', '2012-02-08 21:45:28', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '64-revision', '', '', '2012-02-08 21:45:28', '2012-02-08 21:45:28', '', 64, 'http://brucknerframing.co.uk//?p=65', 0, 'revision', '', 0),
(66, 3, '2012-02-08 21:46:04', '2012-02-08 21:46:04', '', 'Sizes / Prices', '', 'publish', 'closed', 'open', '', 'sizes-prices', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 7, 'http://brucknerframing.co.uk//?page_id=66', 0, 'page', '', 0),
(67, 3, '2012-02-08 21:46:01', '2012-02-08 21:46:01', '', 'Sizes / Prices', '', 'inherit', 'open', 'open', '', '66-revision', '', '', '2012-02-08 21:46:01', '2012-02-08 21:46:01', '', 66, 'http://brucknerframing.co.uk//?p=67', 0, 'revision', '', 0),
(111, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '24-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 24, 'http://brucknerframing.co.uk//?p=111', 0, 'revision', '', 0),
(110, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '28-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 28, 'http://brucknerframing.co.uk//?p=110', 0, 'revision', '', 0),
(109, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 26, 'http://brucknerframing.co.uk//?p=109', 0, 'revision', '', 0),
(71, 3, '2012-02-08 22:02:57', '2012-02-08 22:02:57', '', 'PageLines- bruckner_framing_logo.jpg', '', 'inherit', 'closed', 'closed', '', 'pagelines-bruckner_framing_logo-jpg', '', '', '2012-02-08 22:02:57', '2012-02-08 22:02:57', '', 39, '', 0, 'attachment', 'image/jpeg', 0),
(72, 3, '2012-02-08 22:03:05', '2012-02-08 22:03:05', '', 'PageLines- bruckner_framing_logo.jpg', '', 'inherit', 'closed', 'closed', '', 'pagelines-bruckner_framing_logo-jpg-2', '', '', '2012-02-08 22:03:05', '2012-02-08 22:03:05', '', 39, '', 0, 'attachment', 'image/jpeg', 0),
(73, 3, '2012-02-08 21:40:46', '2012-02-08 21:40:46', '', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-02-08 21:40:46', '2012-02-08 21:40:46', '', 41, 'http://brucknerframing.co.uk//?p=73', 0, 'revision', '', 0),
(74, 3, '2012-02-08 21:40:35', '2012-02-08 21:40:35', '', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-2', '', '', '2012-02-08 21:40:35', '2012-02-08 21:40:35', '', 39, 'http://brucknerframing.co.uk//?p=74', 0, 'revision', '', 0),
(75, 3, '2012-02-08 21:44:19', '2012-02-08 21:44:19', '', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-08 21:44:19', '2012-02-08 21:44:19', '', 38, 'http://brucknerframing.co.uk//?p=75', 0, 'revision', '', 0),
(76, 3, '2012-02-08 21:40:55', '2012-02-08 21:40:55', '', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2012-02-08 21:40:55', '2012-02-08 21:40:55', '', 43, 'http://brucknerframing.co.uk//?p=76', 0, 'revision', '', 0),
(77, 3, '2012-02-08 21:33:58', '2012-02-08 21:33:58', '', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-2', '', '', '2012-02-08 21:33:58', '2012-02-08 21:33:58', '', 7, 'http://brucknerframing.co.uk//?p=77', 0, 'revision', '', 0),
(78, 3, '2012-02-08 21:44:56', '2012-02-08 21:44:56', '', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-4', '', '', '2012-02-08 21:44:56', '2012-02-08 21:44:56', '', 20, 'http://brucknerframing.co.uk//?p=78', 0, 'revision', '', 0),
(79, 3, '2012-02-08 21:37:57', '2012-02-08 21:37:57', '', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-2', '', '', '2012-02-08 21:37:57', '2012-02-08 21:37:57', '', 26, 'http://brucknerframing.co.uk//?p=79', 0, 'revision', '', 0),
(80, 3, '2012-02-08 21:38:31', '2012-02-08 21:38:31', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '28-revision-2', '', '', '2012-02-08 21:38:31', '2012-02-08 21:38:31', '', 28, 'http://brucknerframing.co.uk//?p=80', 0, 'revision', '', 0),
(81, 3, '2012-02-08 21:37:31', '2012-02-08 21:37:31', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '24-revision-2', '', '', '2012-02-08 21:37:31', '2012-02-08 21:37:31', '', 24, 'http://brucknerframing.co.uk//?p=81', 0, 'revision', '', 0),
(82, 3, '2012-02-08 21:34:09', '2012-02-08 21:34:09', '', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-2', '', '', '2012-02-08 21:34:09', '2012-02-08 21:34:09', '', 9, 'http://brucknerframing.co.uk//?p=82', 0, 'revision', '', 0),
(83, 3, '2012-02-08 21:34:26', '2012-02-08 21:34:26', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '11-revision-2', '', '', '2012-02-08 21:34:26', '2012-02-08 21:34:26', '', 11, 'http://brucknerframing.co.uk//?p=83', 0, 'revision', '', 0),
(84, 3, '2012-02-08 21:39:24', '2012-02-08 21:39:24', '', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-2', '', '', '2012-02-08 21:39:24', '2012-02-08 21:39:24', '', 34, 'http://brucknerframing.co.uk//?p=84', 0, 'revision', '', 0),
(85, 3, '2012-02-08 21:45:33', '2012-02-08 21:45:33', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '64-revision-2', '', '', '2012-02-08 21:45:33', '2012-02-08 21:45:33', '', 64, 'http://brucknerframing.co.uk//?p=85', 0, 'revision', '', 0),
(86, 3, '2012-02-08 21:35:05', '2012-02-08 21:35:05', '', 'Photos / Canvas', '', 'inherit', 'closed', 'closed', '', '13-revision-3', '', '', '2012-02-08 21:35:05', '2012-02-08 21:35:05', '', 13, 'http://brucknerframing.co.uk//?p=86', 0, 'revision', '', 0),
(87, 3, '2012-02-08 21:35:47', '2012-02-08 21:35:47', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '18-revision-2', '', '', '2012-02-08 21:35:47', '2012-02-08 21:35:47', '', 18, 'http://brucknerframing.co.uk//?p=87', 0, 'revision', '', 0),
(89, 3, '2012-02-08 21:46:04', '2012-02-08 21:46:04', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '66-revision-2', '', '', '2012-02-08 21:46:04', '2012-02-08 21:46:04', '', 66, 'http://brucknerframing.co.uk//?p=89', 0, 'revision', '', 0),
(90, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 38, 'http://brucknerframing.co.uk//?p=90', 0, 'revision', '', 0),
(91, 3, '2012-02-08 22:21:59', '2012-02-08 22:21:59', '', 'PageLines- bruckner_framing_logo.jpg', '', 'inherit', 'closed', 'closed', '', 'pagelines-bruckner_framing_logo-jpg-3', '', '', '2012-02-08 22:21:59', '2012-02-08 22:21:59', '', 20, '', 0, 'attachment', 'image/jpeg', 0),
(92, 3, '2012-04-12 07:56:35', '2012-04-12 07:56:35', '', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2012-04-12 07:56:35', '2012-04-12 07:56:35', '', 0, 'http://brucknerframing.co.uk//?wpcf7_contact_form=contact-form-1', 0, 'wpcf7_contact_form', '', 0),
(93, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 41, 'http://brucknerframing.co.uk//?p=93', 0, 'revision', '', 0),
(94, 3, '2012-02-08 22:44:29', '2012-02-08 22:44:29', ' ', '', '', 'publish', 'closed', 'closed', '', '94', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk//?p=94', 20, 'nav_menu_item', '', 0),
(97, 3, '2012-02-08 22:48:59', '2012-02-08 22:48:59', ' ', '', '', 'publish', 'closed', 'closed', '', '97', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 7, 'http://brucknerframing.co.uk//?p=97', 5, 'nav_menu_item', '', 0),
(98, 3, '2012-02-08 22:48:59', '2012-02-08 22:48:59', ' ', '', '', 'publish', 'closed', 'closed', '', '98', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 7, 'http://brucknerframing.co.uk//?p=98', 9, 'nav_menu_item', '', 0),
(298, 3, '2012-04-02 10:16:27', '2012-04-02 10:16:27', 'latest', 'latest', '', 'inherit', 'closed', 'closed', '', '296-revision-2', '', '', '2012-04-02 10:16:27', '2012-04-02 10:16:27', '', 296, 'http://brucknerframing.co.uk//?p=298', 0, 'revision', '', 0),
(289, 3, '2012-03-27 15:41:02', '2012-03-27 15:41:02', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Some text</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-10', '', '', '2012-03-27 15:41:02', '2012-03-27 15:41:02', '', 34, 'http://brucknerframing.co.uk//?p=289', 0, 'revision', '', 0),
(105, 3, '2012-02-08 22:48:59', '2012-02-08 22:48:59', ' ', '', '', 'publish', 'closed', 'closed', '', '105', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 7, 'http://brucknerframing.co.uk//?p=105', 3, 'nav_menu_item', '', 0),
(106, 3, '2012-02-08 22:48:59', '2012-02-08 22:48:59', ' ', '', '', 'publish', 'closed', 'closed', '', '106', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 7, 'http://brucknerframing.co.uk//?p=106', 11, 'nav_menu_item', '', 0),
(373, 3, '2012-04-10 16:58:54', '2012-04-10 16:58:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-10 16:58:54', '2012-04-10 16:58:54', '', 38, 'http://brucknerframing.co.uk/38-revision-18/', 0, 'revision', '', 0),
(328, 3, '2012-04-07 07:32:10', '2012-04-07 07:32:10', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bruckner Framing', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-07 07:32:10', '2012-04-07 07:32:10', '', 38, 'http://brucknerframing.co.uk/38-revision-15/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(297, 3, '2012-04-02 10:16:18', '2012-04-02 10:16:18', '', 'latest', '', 'inherit', 'closed', 'closed', '', '296-revision', '', '', '2012-04-02 10:16:18', '2012-04-02 10:16:18', '', 296, 'http://brucknerframing.co.uk//?p=297', 0, 'revision', '', 0),
(119, 3, '2012-02-23 14:34:04', '2012-02-23 14:34:04', '<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\n<td>[nggallery id=2]</td>\n</tr>\n</tbody>\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-autosave', '', '', '2012-02-23 14:34:04', '2012-02-23 14:34:04', '', 20, 'http://brucknerframing.co.uk//?p=119', 0, 'revision', '', 0),
(120, 3, '2012-02-08 22:51:56', '2012-02-08 22:51:56', 'We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-6', '', '', '2012-02-08 22:51:56', '2012-02-08 22:51:56', '', 20, 'http://brucknerframing.co.uk//?p=120', 0, 'revision', '', 0),
(121, 3, '2012-02-08 22:54:58', '2012-02-08 22:54:58', '<table border="0">\r\n<tr>\r\n  <td>\r\nWe offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n  <td>200</td>\r\n</tr>\r\n</table>\r\n', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-7', '', '', '2012-02-08 22:54:58', '2012-02-08 22:54:58', '', 20, 'http://brucknerframing.co.uk//?p=121', 0, 'revision', '', 0),
(122, 3, '2012-02-08 22:55:18', '2012-02-08 22:55:18', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td>We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>200dsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-8', '', '', '2012-02-08 22:55:18', '2012-02-08 22:55:18', '', 20, 'http://brucknerframing.co.uk//?p=122', 0, 'revision', '', 0),
(123, 3, '2012-02-08 22:56:10', '2012-02-08 22:56:10', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td>We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>200dsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-9', '', '', '2012-02-08 22:56:10', '2012-02-08 22:56:10', '', 20, 'http://brucknerframing.co.uk//?p=123', 0, 'revision', '', 0),
(131, 3, '2012-02-08 23:12:30', '2012-02-08 23:12:30', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-17', '', '', '2012-02-08 23:12:30', '2012-02-08 23:12:30', '', 20, 'http://brucknerframing.co.uk//?p=131', 0, 'revision', '', 0),
(124, 3, '2012-02-08 22:56:24', '2012-02-08 22:56:24', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>200dsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-10', '', '', '2012-02-08 22:56:24', '2012-02-08 22:56:24', '', 20, 'http://brucknerframing.co.uk//?p=124', 0, 'revision', '', 0),
(125, 3, '2012-02-08 23:01:52', '2012-02-08 23:01:52', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"  rel="lightbox><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" width="170" height="120" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-11', '', '', '2012-02-08 23:01:52', '2012-02-08 23:01:52', '', 20, 'http://brucknerframing.co.uk//?p=125', 0, 'revision', '', 0),
(126, 3, '2012-02-08 23:03:00', '2012-02-08 23:03:00', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"  rel="lightbox><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" height="100" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-12', '', '', '2012-02-08 23:03:00', '2012-02-08 23:03:00', '', 20, 'http://brucknerframing.co.uk//?p=126', 0, 'revision', '', 0),
(127, 3, '2012-02-08 23:03:19', '2012-02-08 23:03:19', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"><img src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" title="PageLines- bruckner_framing_logo.jpg" width="170" height="120" class="alignnone size-full wp-image-91" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-13', '', '', '2012-02-08 23:03:19', '2012-02-08 23:03:19', '', 20, 'http://brucknerframing.co.uk//?p=127', 0, 'revision', '', 0),
(129, 3, '2012-02-08 23:08:10', '2012-02-08 23:08:10', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-15', '', '', '2012-02-08 23:08:10', '2012-02-08 23:08:10', '', 20, 'http://brucknerframing.co.uk//?p=129', 0, 'revision', '', 0),
(128, 3, '2012-02-08 23:04:10', '2012-02-08 23:04:10', '<table border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"  rel="lightbox"><img src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" title="PageLines- bruckner_framing_logo.jpg" width="170" height="120" class="alignnone size-full wp-image-91" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-14', '', '', '2012-02-08 23:04:10', '2012-02-08 23:04:10', '', 20, 'http://brucknerframing.co.uk//?p=128', 0, 'revision', '', 0),
(130, 3, '2012-02-08 23:08:54', '2012-02-08 23:08:54', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="250" style="text-align: left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-16', '', '', '2012-02-08 23:08:54', '2012-02-08 23:08:54', '', 20, 'http://brucknerframing.co.uk//?p=130', 0, 'revision', '', 0),
(132, 3, '2012-02-08 23:14:40', '2012-02-08 23:14:40', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:topleft;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-18', '', '', '2012-02-08 23:14:40', '2012-02-08 23:14:40', '', 20, 'http://brucknerframing.co.uk//?p=132', 0, 'revision', '', 0),
(133, 3, '2012-02-08 23:14:52', '2012-02-08 23:14:52', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:top;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-19', '', '', '2012-02-08 23:14:52', '2012-02-08 23:14:52', '', 20, 'http://brucknerframing.co.uk//?p=133', 0, 'revision', '', 0),
(134, 3, '2012-02-08 23:15:05', '2012-02-08 23:15:05', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-20', '', '', '2012-02-08 23:15:05', '2012-02-08 23:15:05', '', 20, 'http://brucknerframing.co.uk//?p=134', 0, 'revision', '', 0),
(135, 3, '2012-02-08 23:15:40', '2012-02-08 23:15:40', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td valign="top" width="400" style="text-align:left;">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-21', '', '', '2012-02-08 23:15:40', '2012-02-08 23:15:40', '', 20, 'http://brucknerframing.co.uk//?p=135', 0, 'revision', '', 0),
(136, 3, '2012-02-08 23:16:04', '2012-02-08 23:16:04', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:left;" valign="top" >We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-22', '', '', '2012-02-08 23:16:04', '2012-02-08 23:16:04', '', 20, 'http://brucknerframing.co.uk//?p=136', 0, 'revision', '', 0),
(137, 3, '2012-02-08 23:16:12', '2012-02-08 23:16:12', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:left" valign="top" >We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-23', '', '', '2012-02-08 23:16:12', '2012-02-08 23:16:12', '', 20, 'http://brucknerframing.co.uk//?p=137', 0, 'revision', '', 0),
(145, 3, '2012-02-08 23:21:58', '2012-02-08 23:21:58', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: top" width="400" height="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-31', '', '', '2012-02-08 23:21:58', '2012-02-08 23:21:58', '', 20, 'http://brucknerframing.co.uk//?p=145', 0, 'revision', '', 0),
(138, 3, '2012-02-08 23:17:25', '2012-02-08 23:17:25', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:left" vertical-align:top; >We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-24', '', '', '2012-02-08 23:17:25', '2012-02-08 23:17:25', '', 20, 'http://brucknerframing.co.uk//?p=138', 0, 'revision', '', 0),
(139, 3, '2012-02-08 23:17:54', '2012-02-08 23:17:54', '<table border="0" width="800">\r\n<tbody>\r\n<tr>\r\n<td width="400" style="text-align:left" vertical-align="top" >We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-25', '', '', '2012-02-08 23:17:54', '2012-02-08 23:17:54', '', 20, 'http://brucknerframing.co.uk//?p=139', 0, 'revision', '', 0),
(144, 3, '2012-02-08 23:21:47', '2012-02-08 23:21:47', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: bottom" width="400" height="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-30', '', '', '2012-02-08 23:21:47', '2012-02-08 23:21:47', '', 20, 'http://brucknerframing.co.uk//?p=144', 0, 'revision', '', 0),
(140, 3, '2012-02-08 23:18:35', '2012-02-08 23:18:35', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left;" style="vertical-align: top;"width="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-26', '', '', '2012-02-08 23:18:35', '2012-02-08 23:18:35', '', 20, 'http://brucknerframing.co.uk//?p=140', 0, 'revision', '', 0),
(141, 3, '2012-02-08 23:20:17', '2012-02-08 23:20:17', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td valign="top" style="text-align: left;" style="vertical-align: top;"width="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-27', '', '', '2012-02-08 23:20:17', '2012-02-08 23:20:17', '', 20, 'http://brucknerframing.co.uk//?p=141', 0, 'revision', '', 0),
(143, 3, '2012-02-08 23:21:28', '2012-02-08 23:21:28', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: bottom;" valign="top" width="400" height="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-29', '', '', '2012-02-08 23:21:28', '2012-02-08 23:21:28', '', 20, 'http://brucknerframing.co.uk//?p=143', 0, 'revision', '', 0),
(142, 3, '2012-02-08 23:20:46', '2012-02-08 23:20:46', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td height="400" valign="top" style="text-align: left;" style="vertical-align: top;"width="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-28', '', '', '2012-02-08 23:20:46', '2012-02-08 23:20:46', '', 20, 'http://brucknerframing.co.uk//?p=142', 0, 'revision', '', 0),
(146, 3, '2012-02-08 23:22:16', '2012-02-08 23:22:16', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle" width="400" height="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-32', '', '', '2012-02-08 23:22:16', '2012-02-08 23:22:16', '', 20, 'http://brucknerframing.co.uk//?p=146', 0, 'revision', '', 0),
(147, 3, '2012-02-08 23:23:40', '2012-02-08 23:23:40', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="400">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-33', '', '', '2012-02-08 23:23:40', '2012-02-08 23:23:40', '', 20, 'http://brucknerframing.co.uk//?p=147', 0, 'revision', '', 0),
(148, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 39, 'http://brucknerframing.co.uk//?p=148', 0, 'revision', '', 0),
(155, 3, '2012-02-08 23:33:19', '2012-02-08 23:33:19', '[nggallery id=1]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-4', '', '', '2012-02-08 23:33:19', '2012-02-08 23:33:19', '', 39, 'http://brucknerframing.co.uk//?p=155', 0, 'revision', '', 0),
(176, 3, '2012-02-09 00:05:13', '2012-02-09 00:05:13', '&nbsp;\r\n\r\n&nbsp;', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-8', '', '', '2012-02-09 00:05:13', '2012-02-09 00:05:13', '', 39, 'http://brucknerframing.co.uk//?p=176', 0, 'revision', '', 0),
(149, 3, '2012-02-08 23:27:17', '2012-02-08 23:27:17', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-34', '', '', '2012-02-08 23:27:17', '2012-02-08 23:27:17', '', 20, 'http://brucknerframing.co.uk//?p=149', 0, 'revision', '', 0),
(158, 3, '2012-02-09 00:00:37', '2012-02-09 00:00:37', '', 'framing', '', 'inherit', 'closed', 'closed', '', 'framing-2', '', '', '2012-02-09 00:00:37', '2012-02-09 00:00:37', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/framing.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 3, '2012-02-08 23:46:10', '2012-02-08 23:46:10', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"><img src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" title="PageLines- bruckner_framing_logo.jpg" width="170" height="120" class="alignnone size-full wp-image-91" /></a>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-35', '', '', '2012-02-08 23:46:10', '2012-02-08 23:46:10', '', 20, 'http://brucknerframing.co.uk//?p=150', 0, 'revision', '', 0),
(159, 3, '2012-02-09 00:00:38', '2012-02-09 00:00:38', '', 'imaging', '', 'inherit', 'closed', 'closed', '', 'imaging', '', '', '2012-02-09 00:00:38', '2012-02-09 00:00:38', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/imaging.jpg', 0, 'attachment', 'image/jpeg', 0),
(160, 3, '2012-02-09 00:00:42', '2012-02-09 00:00:42', '', 'IMG_9872bw', '', 'inherit', 'closed', 'closed', '', 'img_9872bw', '', '', '2012-02-09 00:00:42', '2012-02-09 00:00:42', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9872bw.gif', 0, 'attachment', 'image/gif', 0),
(151, 3, '2012-02-08 23:47:46', '2012-02-08 23:47:46', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" width="170" height="120" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_water-frame.gif" alt="water-frame" />[</a>nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-36', '', '', '2012-02-08 23:47:46', '2012-02-08 23:47:46', '', 20, 'http://brucknerframing.co.uk//?p=151', 0, 'revision', '', 0),
(154, 3, '2012-02-08 23:50:10', '2012-02-08 23:50:10', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_water-frame.gif" alt="water-frame" /></a><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" width="170" height="120" /><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/sandframe.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_sandframe.gif" alt="sandframe" /></a>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-39', '', '', '2012-02-08 23:50:10', '2012-02-08 23:50:10', '', 20, 'http://brucknerframing.co.uk//?p=154', 0, 'revision', '', 0),
(152, 3, '2012-02-08 23:48:54', '2012-02-08 23:48:54', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" width="170" height="120" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_water-frame.gif" alt="water-frame" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/sandframe.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_sandframe.gif" alt="sandframe" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]">[</a>nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-37', '', '', '2012-02-08 23:48:54', '2012-02-08 23:48:54', '', 20, 'http://brucknerframing.co.uk//?p=152', 0, 'revision', '', 0),
(153, 3, '2012-02-08 23:49:28', '2012-02-08 23:49:28', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg"><img class="alignnone size-full wp-image-91" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo2.jpg" alt="" width="170" height="120" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_water-frame.gif" alt="water-frame" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/sandframe.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-none" src="http://brucknerframing.co.uk//wp-content/gallery/framing/thumbs/thumbs_sandframe.gif" alt="sandframe" /></a><a title="" href="http://brucknerframing.co.uk//wp-content/gallery/framing/water-frame.gif" rel="lightbox[]"></a>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-38', '', '', '2012-02-08 23:49:28', '2012-02-08 23:49:28', '', 20, 'http://brucknerframing.co.uk//?p=153', 0, 'revision', '', 0),
(293, 3, '2012-04-02 10:15:28', '2012-04-02 10:15:28', '<h1><span style="text-decoration: underline;"><strong><a href="http://brucknerframing.co.uk/new/_i2q4978/" rel="attachment wp-att-1141"><img class="  wp-image-1141 alignright" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/I2Q4978-610x800.jpg" alt="_I2Q4978" width="218" height="285" /></a>Deep Box Frames</strong> </span></h1>\r\nWe now have a new range of box frames ideal for displaying larger 3d pieces.\r\n\r\n&nbsp;\r\n<h1><strong><span style="text-decoration: underline;">Canvas Stretching</span> </strong></h1>\r\nWe are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'publish', 'closed', 'closed', '', 'new', '', '', '2015-02-22 15:10:24', '2015-02-22 15:10:24', '', 0, 'http://brucknerframing.co.uk//?page_id=293', 0, 'page', '', 0),
(294, 3, '2012-04-02 10:15:21', '2012-04-02 10:15:21', '', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-02 10:15:21', '2012-04-02 10:15:21', '', 293, 'http://brucknerframing.co.uk//?p=294', 0, 'revision', '', 0),
(296, 3, '2012-04-02 10:16:27', '2012-04-02 10:16:27', 'latest', 'latest', '', 'publish', 'closed', 'closed', '', 'latest', '', '', '2012-04-02 10:16:44', '2012-04-02 10:16:44', '', 293, 'http://brucknerframing.co.uk//?page_id=296', 0, 'page', '', 0),
(157, 3, '2012-02-08 23:53:53', '2012-02-08 23:53:53', '<a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo1.jpg"><img class="alignnone size-full wp-image-72" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo1.jpg" alt="" width="170" height="120" /></a><a href="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo.jpg"><img class="alignnone size-thumbnail wp-image-71" title="PageLines- bruckner_framing_logo.jpg" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo-150x120.jpg" alt="" width="150" height="120" /></a>[nggallery id=1]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-5', '', '', '2012-02-08 23:53:53', '2012-02-08 23:53:53', '', 39, 'http://brucknerframing.co.uk//?p=157', 0, 'revision', '', 0),
(161, 3, '2012-02-09 00:00:47', '2012-02-09 00:00:47', '', 'IMG_9882', '', 'inherit', 'closed', 'closed', '', 'img_9882', '', '', '2012-02-09 00:00:47', '2012-02-09 00:00:47', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9882.gif', 0, 'attachment', 'image/gif', 0),
(162, 3, '2012-02-09 00:00:49', '2012-02-09 00:00:49', '', 'water-frame', '', 'inherit', 'closed', 'closed', '', 'water-frame', '', '', '2012-02-09 00:00:49', '2012-02-09 00:00:49', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/water-frame.gif', 0, 'attachment', 'image/gif', 0),
(163, 3, '2012-02-09 00:00:52', '2012-02-09 00:00:52', '', 'clearacrylicpanels', '', 'inherit', 'closed', 'closed', '', 'clearacrylicpanels', '', '', '2012-02-09 00:00:52', '2012-02-09 00:00:52', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/clearacrylicpanels.gif', 0, 'attachment', 'image/gif', 0),
(164, 3, '2012-02-09 00:00:54', '2012-02-09 00:00:54', '', 'sandframe', '', 'inherit', 'closed', 'closed', '', 'sandframe', '', '', '2012-02-09 00:00:54', '2012-02-09 00:00:54', '', 39, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/sandframe.gif', 0, 'attachment', 'image/gif', 0),
(165, 3, '2012-02-08 23:59:53', '2012-02-08 23:59:53', '[gallery link="file"]\r\n\r\n[nggallery id=1]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-6', '', '', '2012-02-08 23:59:53', '2012-02-08 23:59:53', '', 39, 'http://brucknerframing.co.uk//?p=165', 0, 'revision', '', 0),
(166, 3, '2012-02-09 00:02:08', '2012-02-09 00:02:08', '', 'sandframe', '', 'inherit', 'closed', 'closed', '', 'sandframe-2', '', '', '2012-02-09 00:02:08', '2012-02-09 00:02:08', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/sandframe1.gif', 0, 'attachment', 'image/gif', 0),
(167, 3, '2012-02-09 00:02:09', '2012-02-09 00:02:09', '', 'framing', '', 'inherit', 'closed', 'closed', '', 'framing-3', '', '', '2012-02-09 00:02:09', '2012-02-09 00:02:09', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/framing1.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 3, '2012-02-09 00:02:10', '2012-02-09 00:02:10', '', 'imaging', '', 'inherit', 'closed', 'closed', '', 'imaging-2', '', '', '2012-02-09 00:02:10', '2012-02-09 00:02:10', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/imaging1.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 3, '2012-02-09 00:02:14', '2012-02-09 00:02:14', '', 'IMG_9872bw', '', 'inherit', 'closed', 'closed', '', 'img_9872bw-2', '', '', '2012-02-09 00:02:14', '2012-02-09 00:02:14', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9872bw1.gif', 0, 'attachment', 'image/gif', 0),
(170, 3, '2012-02-09 00:02:18', '2012-02-09 00:02:18', '', 'IMG_9882', '', 'inherit', 'closed', 'closed', '', 'img_9882-2', '', '', '2012-02-09 00:02:18', '2012-02-09 00:02:18', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98821.gif', 0, 'attachment', 'image/gif', 0),
(171, 3, '2012-02-09 00:02:21', '2012-02-09 00:02:21', '', 'water-frame', '', 'inherit', 'closed', 'closed', '', 'water-frame-2', '', '', '2012-02-09 00:02:21', '2012-02-09 00:02:21', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/water-frame1.gif', 0, 'attachment', 'image/gif', 0),
(172, 3, '2012-02-09 00:02:24', '2012-02-09 00:02:24', '', 'clearacrylicpanels', '', 'inherit', 'closed', 'closed', '', 'clearacrylicpanels-2', '', '', '2012-02-09 00:02:24', '2012-02-09 00:02:24', '', 20, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/clearacrylicpanels1.gif', 0, 'attachment', 'image/gif', 0),
(173, 3, '2012-02-08 23:50:29', '2012-02-08 23:50:29', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-40', '', '', '2012-02-08 23:50:29', '2012-02-08 23:50:29', '', 20, 'http://brucknerframing.co.uk//?p=173', 0, 'revision', '', 0),
(174, 3, '2012-02-09 00:03:52', '2012-02-09 00:03:52', ' ', '', '', 'publish', 'closed', 'closed', '', '174', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk//?p=174', 21, 'nav_menu_item', '', 0),
(247, 3, '2012-02-09 16:31:11', '2012-02-09 16:31:11', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-50', '', '', '2012-02-09 16:31:11', '2012-02-09 16:31:11', '', 20, 'http://brucknerframing.co.uk//?p=247', 0, 'revision', '', 0),
(177, 3, '2012-02-09 00:07:06', '2012-02-09 00:07:06', '[gallery link="file" columns="8"]\r\n\r\n&nbsp;', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-9', '', '', '2012-02-09 00:07:06', '2012-02-09 00:07:06', '', 39, 'http://brucknerframing.co.uk//?p=177', 0, 'revision', '', 0),
(178, 3, '2012-02-09 00:19:46', '2012-02-09 00:19:46', '', 'sandframe', '', 'inherit', 'closed', 'closed', '', 'sandframe-3', '', '', '2012-02-09 00:19:46', '2012-02-09 00:19:46', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/sandframe2.gif', 0, 'attachment', 'image/gif', 0),
(179, 3, '2012-02-09 00:19:46', '2012-02-09 00:19:46', '', 'framing', '', 'inherit', 'closed', 'closed', '', 'framing-4', '', '', '2012-02-09 00:19:46', '2012-02-09 00:19:46', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/framing2.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 3, '2012-02-09 00:19:47', '2012-02-09 00:19:47', '', 'imaging', '', 'inherit', 'closed', 'closed', '', 'imaging-3', '', '', '2012-02-09 00:19:47', '2012-02-09 00:19:47', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/imaging2.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 3, '2012-02-09 00:19:52', '2012-02-09 00:19:52', '', 'IMG_9872bw', '', 'inherit', 'closed', 'closed', '', 'img_9872bw-3', '', '', '2012-02-09 00:19:52', '2012-02-09 00:19:52', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9872bw2.gif', 0, 'attachment', 'image/gif', 0),
(182, 3, '2012-02-09 00:19:56', '2012-02-09 00:19:56', '', 'IMG_9882', '', 'inherit', 'closed', 'closed', '', 'img_9882-3', '', '', '2012-02-09 00:19:56', '2012-02-09 00:19:56', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98822.gif', 0, 'attachment', 'image/gif', 0),
(183, 3, '2012-02-09 00:19:58', '2012-02-09 00:19:58', '', 'water-frame', '', 'inherit', 'closed', 'closed', '', 'water-frame-3', '', '', '2012-02-09 00:19:58', '2012-02-09 00:19:58', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/water-frame2.gif', 0, 'attachment', 'image/gif', 0),
(184, 3, '2012-02-09 00:20:01', '2012-02-09 00:20:01', '', 'clearacrylicpanels', '', 'inherit', 'closed', 'closed', '', 'clearacrylicpanels-3', '', '', '2012-02-09 00:20:01', '2012-02-09 00:20:01', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/clearacrylicpanels2.gif', 0, 'attachment', 'image/gif', 0),
(185, 3, '2012-02-09 00:07:26', '2012-02-09 00:07:26', '[gallery link="file" columns="4"]\r\n\r\n&nbsp;', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-10', '', '', '2012-02-09 00:07:26', '2012-02-09 00:07:26', '', 39, 'http://brucknerframing.co.uk//?p=185', 0, 'revision', '', 0),
(186, 3, '2012-02-09 00:20:59', '2012-02-09 00:20:59', '[EasyGallery id=''framing'']', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-11', '', '', '2012-02-09 00:20:59', '2012-02-09 00:20:59', '', 39, 'http://brucknerframing.co.uk//?p=186', 0, 'revision', '', 0),
(187, 3, '2012-02-09 00:21:33', '2012-02-09 00:21:33', '', 'IMG_9872bw', '', 'inherit', 'closed', 'closed', '', 'img_9872bw-4', '', '', '2012-02-09 00:21:33', '2012-02-09 00:21:33', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9872bw3.gif', 0, 'attachment', 'image/gif', 0),
(188, 3, '2012-02-09 00:21:39', '2012-02-09 00:21:39', '', 'IMG_9882', '', 'inherit', 'closed', 'closed', '', 'img_9882-4', '', '', '2012-02-09 00:21:39', '2012-02-09 00:21:39', '', 38, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif', 0, 'attachment', 'image/gif', 0),
(189, 3, '2012-02-09 00:21:11', '2012-02-09 00:21:11', '[EasyGallery id=''framing'']', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-12', '', '', '2012-02-09 00:21:11', '2012-02-09 00:21:11', '', 39, 'http://brucknerframing.co.uk//?p=189', 0, 'revision', '', 0),
(190, 3, '2012-02-09 00:02:36', '2012-02-09 00:02:36', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery link="file"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-41', '', '', '2012-02-09 00:02:36', '2012-02-09 00:02:36', '', 20, 'http://brucknerframing.co.uk//?p=190', 0, 'revision', '', 0),
(192, 3, '2012-02-09 16:24:20', '2012-02-09 16:24:20', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery link="file"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-43', '', '', '2012-02-09 16:24:20', '2012-02-09 16:24:20', '', 20, 'http://brucknerframing.co.uk//?p=192', 0, 'revision', '', 0),
(191, 3, '2012-02-09 16:23:25', '2012-02-09 16:23:25', '[gallery link="file"]<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery link="file"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-42', '', '', '2012-02-09 16:23:25', '2012-02-09 16:23:25', '', 20, 'http://brucknerframing.co.uk//?p=191', 0, 'revision', '', 0),
(194, 3, '2012-02-09 16:26:34', '2012-02-09 16:26:34', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-45', '', '', '2012-02-09 16:26:34', '2012-02-09 16:26:34', '', 20, 'http://brucknerframing.co.uk//?p=194', 0, 'revision', '', 0),
(193, 3, '2012-02-09 16:26:17', '2012-02-09 16:26:17', '[gallery columns="4"]<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery link="file"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-44', '', '', '2012-02-09 16:26:17', '2012-02-09 16:26:17', '', 20, 'http://brucknerframing.co.uk//?p=193', 0, 'revision', '', 0),
(195, 3, '2012-02-09 16:28:27', '2012-02-09 16:28:27', '<table width="800" border="0">\r\n<tbody>\r\n<tr>\r\n<td padding="10 px" style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-46', '', '', '2012-02-09 16:28:27', '2012-02-09 16:28:27', '', 20, 'http://brucknerframing.co.uk//?p=195', 0, 'revision', '', 0),
(198, 3, '2012-02-09 16:30:32', '2012-02-09 16:30:32', '<table width="800" border="0" cellspacing="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-49', '', '', '2012-02-09 16:30:32', '2012-02-09 16:30:32', '', 20, 'http://brucknerframing.co.uk//?p=198', 0, 'revision', '', 0),
(196, 3, '2012-02-09 16:29:39', '2012-02-09 16:29:39', '<table width="800" border="0" cellpadding="10" >\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-47', '', '', '2012-02-09 16:29:39', '2012-02-09 16:29:39', '', 20, 'http://brucknerframing.co.uk//?p=196', 0, 'revision', '', 0),
(197, 3, '2012-02-09 16:29:57', '2012-02-09 16:29:57', '<table width="800" border="0" cellpadding="100">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-48', '', '', '2012-02-09 16:29:57', '2012-02-09 16:29:57', '', 20, 'http://brucknerframing.co.uk//?p=197', 0, 'revision', '', 0),
(199, 3, '2012-02-09 00:22:37', '2012-02-09 00:22:37', '[EasyGallery id=''framing'']', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-13', '', '', '2012-02-09 00:22:37', '2012-02-09 00:22:37', '', 39, 'http://brucknerframing.co.uk//?p=199', 0, 'revision', '', 0),
(200, 3, '2012-02-09 16:31:58', '2012-02-09 16:31:58', '[gallery link="file" columns="4"]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-14', '', '', '2012-02-09 16:31:58', '2012-02-09 16:31:58', '', 39, 'http://brucknerframing.co.uk//?p=200', 0, 'revision', '', 0),
(201, 3, '2012-02-09 16:33:44', '2012-02-09 16:33:44', '', 'bruckner_framing_logo', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo', '', '', '2012-02-09 16:33:44', '2012-02-09 16:33:44', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo3.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 3, '2012-02-09 16:59:50', '2012-02-09 16:59:50', '', 'bruckner_framing_logo_Header', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo_header', '', '', '2012-02-09 16:59:50', '2012-02-09 16:59:50', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo_Header.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 3, '2012-02-09 17:00:45', '2012-02-09 17:00:45', '', 'bruckner_framing_logo_Header', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo_header-2', '', '', '2012-02-09 17:00:45', '2012-02-09 17:00:45', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo_Header1.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 3, '2012-02-09 17:01:06', '2012-02-09 17:01:06', '', 'bruckner_framing_logo_Header', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo_header-3', '', '', '2012-02-09 17:01:06', '2012-02-09 17:01:06', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo_Header2.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 3, '2012-02-09 18:33:02', '2012-02-09 18:33:02', '', 'bruckner_framing_logo_Header copy', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo_header-copy', '', '', '2012-02-09 18:33:02', '2012-02-09 18:33:02', '', 0, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo_Header-copy.png', 0, 'attachment', 'image/png', 0),
(1180, 3, '2023-03-09 16:17:26', '2023-03-09 16:17:26', '<p>[nggallery id=8]</p>\n\n<!-- wp:gallery {"linkTo":"none"} -->\n<figure class="wp-block-gallery has-nested-images columns-default is-cropped"></figure>\n<!-- /wp:gallery -->', 'Wall Art', '', 'inherit', 'closed', 'closed', '', '551-autosave-v1', '', '', '2023-03-09 16:17:26', '2023-03-09 16:17:26', '', 551, 'http://brucknerframing.co.uk/?p=1180', 0, 'revision', '', 0),
(208, 3, '2012-02-09 18:38:04', '2012-02-09 18:38:04', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes.Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nWe can print images any size up to A0,on a variety of media and then mount and frame,mount on a block board or Acrylic. In fact if there is a way to display your material not mentioned here just ask I,m sure we will be able to help.\r\n\r\nGo to whichever Catergory you want and use the uploader to supply us with an image and we will process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-09 18:38:04', '2012-02-09 18:38:04', '', 38, 'http://brucknerframing.co.uk//?p=208', 0, 'revision', '', 0),
(207, 3, '2012-02-08 22:12:54', '2012-02-08 22:12:54', 'Welcome to Bruckner Framing we are a family run business based in Milton Keynes.Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nWe can print images any size up to A0,on a variety of media and then mount and frame,mount on a block board or Acrylic. In fact if there is a way to display your material not mentioned here just ask I,m sure we will be able to help.\r\n\r\nGo to whichever Catergory you want and use the uploader to supply us with an image and we will process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-08 22:12:54', '2012-02-08 22:12:54', '', 38, 'http://brucknerframing.co.uk//?p=207', 0, 'revision', '', 0),
(209, 3, '2012-02-09 18:39:29', '2012-02-09 18:39:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes.Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nWe can print images any size up to A0,on a variety of media and then mount and frame,mount on a block board or Acrylic. In fact if there is a way to display your material not mentioned here just ask I,m sure we will be able to help.\r\n\r\nGo to whichever Catergory you want and use the uploader to supply us with an image and we will process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=188" rel="attachment wp-att-188"><img class="alignnone size-full wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-09 18:39:29', '2012-02-09 18:39:29', '', 38, 'http://brucknerframing.co.uk//?p=209', 0, 'revision', '', 0),
(210, 3, '2012-02-09 18:39:29', '2012-02-09 18:39:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes.Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nWe can print images any size up to A0,on a variety of media and then mount and frame,mount on a block board or Acrylic. In fact if there is a way to display your material not mentioned here just ask I,m sure we will be able to help.\r\n\r\nGo to whichever Catergory you want and use the uploader to supply us with an image and we will process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=188" rel="attachment wp-att-188"><img class="alignnone size-full wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-09 18:39:29', '2012-02-09 18:39:29', '', 38, 'http://brucknerframing.co.uk//?p=210', 0, 'revision', '', 0),
(211, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 9, 'http://brucknerframing.co.uk//?p=211', 0, 'revision', '', 0),
(212, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Photos / Canvas', '', 'inherit', 'closed', 'closed', '', '13-revision-4', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 13, 'http://brucknerframing.co.uk//?p=212', 0, 'revision', '', 0),
(359, 3, '2012-04-10 15:39:32', '2012-04-10 15:39:32', '10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-12', '', '', '2012-04-10 15:39:32', '2012-04-10 15:39:32', '', 11, 'http://brucknerframing.co.uk/11-revision-12/', 0, 'revision', '', 0),
(213, 3, '2012-02-08 22:49:15', '2012-02-08 22:49:15', '', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-4', '', '', '2012-02-08 22:49:15', '2012-02-08 22:49:15', '', 26, 'http://brucknerframing.co.uk//?p=213', 0, 'revision', '', 0),
(214, 3, '2012-02-09 18:50:02', '2012-02-09 18:50:02', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-5', '', '', '2012-02-09 18:50:02', '2012-02-09 18:50:02', '', 26, 'http://brucknerframing.co.uk//?p=214', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(286, 3, '2012-03-27 15:39:48', '2012-03-27 15:39:48', '[nggallery id=1]', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2012-03-27 15:39:48', '2012-03-27 15:39:48', '', 0, 'http://brucknerframing.co.uk//?page_id=286', 0, 'page', '', 0),
(287, 3, '2012-02-11 18:19:37', '2012-02-11 18:19:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-9', '', '', '2012-02-11 18:19:37', '2012-02-11 18:19:37', '', 34, 'http://brucknerframing.co.uk//?p=287', 0, 'revision', '', 0),
(216, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 34, 'http://brucknerframing.co.uk//?p=216', 0, 'revision', '', 0),
(217, 3, '2012-02-09 18:56:42', '2012-02-09 18:56:42', '', 'bruckner_framing_logo2', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo2', '', '', '2012-02-09 18:56:42', '2012-02-09 18:56:42', '', 34, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo21.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 3, '2012-02-09 18:55:27', '2012-02-09 18:55:27', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-4', '', '', '2012-02-09 18:55:27', '2012-02-09 18:55:27', '', 34, 'http://brucknerframing.co.uk//?p=218', 0, 'revision', '', 0),
(221, 3, '2012-02-09 18:57:55', '2012-02-09 18:57:55', '', 'bruckner_framing_logo2', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo2-2', '', '', '2012-02-09 18:57:55', '2012-02-09 18:57:55', '', 34, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo22.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 3, '2012-02-09 18:57:10', '2012-02-09 18:57:10', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-7', '', '', '2012-02-09 18:57:10', '2012-02-09 18:57:10', '', 34, 'http://brucknerframing.co.uk//?p=222', 0, 'revision', '', 0),
(219, 3, '2012-02-09 18:56:48', '2012-02-09 18:56:48', '<a href="http://brucknerframing.co.uk//?attachment_id=217" rel="attachment wp-att-217"><img src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo21.jpg" alt="" title="bruckner_framing_logo2" width="300" height="212" class="alignnone size-full wp-image-217" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-5', '', '', '2012-02-09 18:56:48', '2012-02-09 18:56:48', '', 34, 'http://brucknerframing.co.uk//?p=219', 0, 'revision', '', 0),
(220, 3, '2012-02-09 18:56:48', '2012-02-09 18:56:48', '<a href="http://brucknerframing.co.uk//?attachment_id=217" rel="attachment wp-att-217"><img src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo21.jpg" alt="" title="bruckner_framing_logo2" width="300" height="212" class="alignnone size-full wp-image-217" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-6', '', '', '2012-02-09 18:56:48', '2012-02-09 18:56:48', '', 34, 'http://brucknerframing.co.uk//?p=220', 0, 'revision', '', 0),
(223, 3, '2012-02-09 18:58:34', '2012-02-09 18:58:34', '', 'bruckner_framing_logo2', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo2-3', '', '', '2012-02-09 18:58:34', '2012-02-09 18:58:34', '', 7, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo23.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 3, '2012-02-09 19:07:40', '2012-02-09 19:07:40', '', 'framing', '', 'inherit', 'closed', 'closed', '', 'framing-5', '', '', '2012-02-09 19:07:40', '2012-02-09 19:07:40', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/framing3.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 3, '2012-02-09 19:07:41', '2012-02-09 19:07:41', '', 'imaging', '', 'inherit', 'closed', 'closed', '', 'imaging-4', '', '', '2012-02-09 19:07:41', '2012-02-09 19:07:41', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/imaging3.jpg', 0, 'attachment', 'image/jpeg', 0),
(227, 3, '2012-02-09 19:07:41', '2012-02-09 19:07:41', '', 'PRO7880_front_LR_130', '', 'inherit', 'closed', 'closed', '', 'pro7880_front_lr_130', '', '', '2012-02-09 19:07:41', '2012-02-09 19:07:41', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/PRO7880_front_LR_130.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 3, '2012-02-09 19:07:46', '2012-02-09 19:07:46', '', 'IMG_9872bw', '', 'inherit', 'closed', 'closed', '', 'img_9872bw-5', '', '', '2012-02-09 19:07:46', '2012-02-09 19:07:46', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_9872bw4.gif', 0, 'attachment', 'image/gif', 0),
(229, 3, '2012-02-09 19:07:50', '2012-02-09 19:07:50', '', 'IMG_9882', '', 'inherit', 'closed', 'closed', '', 'img_9882-5', '', '', '2012-02-09 19:07:50', '2012-02-09 19:07:50', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98824.gif', 0, 'attachment', 'image/gif', 0),
(230, 3, '2012-02-09 19:07:52', '2012-02-09 19:07:52', '', 'water-frame', '', 'inherit', 'closed', 'closed', '', 'water-frame-4', '', '', '2012-02-09 19:07:52', '2012-02-09 19:07:52', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/water-frame3.gif', 0, 'attachment', 'image/gif', 0),
(231, 3, '2012-02-09 19:07:55', '2012-02-09 19:07:55', '', 'clearacrylicpanels', '', 'inherit', 'closed', 'closed', '', 'clearacrylicpanels-4', '', '', '2012-02-09 19:07:55', '2012-02-09 19:07:55', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/clearacrylicpanels3.gif', 0, 'attachment', 'image/gif', 0),
(232, 3, '2012-02-09 19:07:57', '2012-02-09 19:07:57', '', 'sandframe', '', 'inherit', 'closed', 'closed', '', 'sandframe-4', '', '', '2012-02-09 19:07:57', '2012-02-09 19:07:57', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/sandframe3.gif', 0, 'attachment', 'image/gif', 0),
(233, 3, '2012-02-09 18:45:45', '2012-02-09 18:45:45', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-4', '', '', '2012-02-09 18:45:45', '2012-02-09 18:45:45', '', 9, 'http://brucknerframing.co.uk//?p=233', 0, 'revision', '', 0),
(234, 3, '2012-02-09 19:08:50', '2012-02-09 19:08:50', '', 'bruckner_framing_logo2', '', 'inherit', 'closed', 'closed', '', 'bruckner_framing_logo2-4', '', '', '2012-02-09 19:08:50', '2012-02-09 19:08:50', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/bruckner_framing_logo24.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 3, '2012-02-09 19:08:04', '2012-02-09 19:08:04', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-5', '', '', '2012-02-09 19:08:04', '2012-02-09 19:08:04', '', 9, 'http://brucknerframing.co.uk//?p=235', 0, 'revision', '', 0),
(236, 3, '2012-02-09 19:12:26', '2012-02-09 19:12:26', '', 'ribba-frame__39798_PE132824_S4', '', 'inherit', 'closed', 'closed', '', 'ribba-frame__39798_pe132824_s4', '', '', '2012-02-09 19:12:26', '2012-02-09 19:12:26', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/ribba-frame__39798_PE132824_S4.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 3, '2012-02-09 19:12:27', '2012-02-09 19:12:27', '', 'ribba-frame__42175_PE132821_S4', '', 'inherit', 'closed', 'closed', '', 'ribba-frame__42175_pe132821_s4', '', '', '2012-02-09 19:12:27', '2012-02-09 19:12:27', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/ribba-frame__42175_PE132821_S4.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 3, '2012-02-09 19:12:28', '2012-02-09 19:12:28', '', 'img_texas_black', '', 'inherit', 'closed', 'closed', '', 'img_texas_black', '', '', '2012-02-09 19:12:28', '2012-02-09 19:12:28', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/img_texas_black.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 3, '2012-02-09 19:12:28', '2012-02-09 19:12:28', '', 'two_frames', '', 'inherit', 'closed', 'closed', '', 'two_frames', '', '', '2012-02-09 19:12:28', '2012-02-09 19:12:28', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/two_frames.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 3, '2012-02-09 19:12:29', '2012-02-09 19:12:29', '', 'ribba-frame__0107704_PE268401_S4', '', 'inherit', 'closed', 'closed', '', 'ribba-frame__0107704_pe268401_s4', '', '', '2012-02-09 19:12:29', '2012-02-09 19:12:29', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/ribba-frame__0107704_PE268401_S4.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 3, '2012-02-09 19:12:30', '2012-02-09 19:12:30', '', 'ribba-frame__0094761_PE232675_S4', '', 'inherit', 'closed', 'closed', '', 'ribba-frame__0094761_pe232675_s4', '', '', '2012-02-09 19:12:30', '2012-02-09 19:12:30', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/ribba-frame__0094761_PE232675_S4.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 3, '2012-02-09 19:08:57', '2012-02-09 19:08:57', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-6', '', '', '2012-02-09 19:08:57', '2012-02-09 19:08:57', '', 9, 'http://brucknerframing.co.uk//?p=242', 0, 'revision', '', 0),
(243, 3, '2012-02-09 19:16:02', '2012-02-09 19:16:02', '', 'LOUIS14', '', 'inherit', 'closed', 'closed', '', 'louis14', '', '', '2012-02-09 19:16:02', '2012-02-09 19:16:02', '', 9, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/LOUIS14.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 3, '2012-02-09 19:12:37', '2012-02-09 19:12:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-7', '', '', '2012-02-09 19:12:37', '2012-02-09 19:12:37', '', 9, 'http://brucknerframing.co.uk//?p=244', 0, 'revision', '', 0),
(245, 3, '2012-02-09 19:16:15', '2012-02-09 19:16:15', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-8', '', '', '2012-02-09 19:16:15', '2012-02-09 19:16:15', '', 9, 'http://brucknerframing.co.uk//?p=245', 0, 'revision', '', 0),
(246, 3, '2012-02-09 16:32:18', '2012-02-09 16:32:18', '[gallery link="file" columns="6"]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-15', '', '', '2012-02-09 16:32:18', '2012-02-09 16:32:18', '', 39, 'http://brucknerframing.co.uk//?p=246', 0, 'revision', '', 0),
(248, 3, '2012-02-09 19:17:03', '2012-02-09 19:17:03', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-9', '', '', '2012-02-09 19:17:03', '2012-02-09 19:17:03', '', 9, 'http://brucknerframing.co.uk//?p=248', 0, 'revision', '', 0),
(249, 3, '2012-02-09 18:54:51', '2012-02-09 18:54:51', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-6', '', '', '2012-02-09 18:54:51', '2012-02-09 18:54:51', '', 26, 'http://brucknerframing.co.uk//?p=249', 0, 'revision', '', 0),
(250, 3, '2012-02-09 18:58:04', '2012-02-09 18:58:04', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-8', '', '', '2012-02-09 18:58:04', '2012-02-09 18:58:04', '', 34, 'http://brucknerframing.co.uk//?p=250', 0, 'revision', '', 0),
(251, 3, '2012-02-09 18:49:52', '2012-02-09 18:49:52', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[gallery columns="4"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photos / Canvas', '', 'inherit', 'closed', 'closed', '', '13-revision-5', '', '', '2012-02-09 18:49:52', '2012-02-09 18:49:52', '', 13, 'http://brucknerframing.co.uk//?p=251', 0, 'revision', '', 0),
(253, 3, '2012-02-09 18:40:05', '2012-02-09 18:40:05', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes.Our aim is to provide a professional and in depth service catering for all aspects of image production and display.We can print images any size up to A0,on a variety of media and then mount and frame,mount on a block board or Acrylic. In fact if there is a way to display your material not mentioned here just ask I,m sure we will be able to help.\r\n\r\nGo to whichever Catergory you want and use the uploader to supply us with an image and we will process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-09 18:40:05', '2012-02-09 18:40:05', '', 38, 'http://brucknerframing.co.uk//?p=253', 0, 'revision', '', 0),
(254, 3, '2012-02-11 18:18:42', '2012-02-11 18:18:42', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-10', '', '', '2012-02-11 18:18:42', '2012-02-11 18:18:42', '', 9, 'http://brucknerframing.co.uk//?p=254', 0, 'revision', '', 0),
(255, 3, '2013-07-25 07:08:28', '2013-07-25 07:08:28', '<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="700" height="128"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>\n\nPlease bear in mind we can do wonders with images but if the detail and quality are not there in the first place we can''t put it in.\n\nyou can send us the image and rest assured we will let</td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-autosave', '', '', '2013-07-25 07:08:28', '2013-07-25 07:08:28', '', 9, 'http://brucknerframing.co.uk//?p=255', 0, 'revision', '', 0),
(868, 3, '2013-05-03 07:09:48', '2013-05-03 07:09:48', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use [nggallery id=1]combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-19', '', '', '2013-05-03 07:09:48', '2013-05-03 07:09:48', '', 9, 'http://brucknerframing.co.uk/9-revision-19/', 0, 'revision', '', 0),
(256, 3, '2012-02-23 09:21:54', '2012-02-23 09:21:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for   exhibition we are there waiting for your call.\r\n\r\nThe inks papers and canvases that we use combine to give a print that will last over 100 years.\r\n\r\nProcess it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-11', '', '', '2012-02-23 09:21:54', '2012-02-23 09:21:54', '', 9, 'http://brucknerframing.co.uk//?p=256', 0, 'revision', '', 0),
(304, 3, '2012-04-06 10:04:26', '2012-04-06 10:04:26', ' ', '', '', 'publish', 'closed', 'closed', '', '304', '', '', '2014-10-15 20:39:42', '2014-10-15 20:39:42', '', 0, 'http://brucknerframing.co.uk/?p=304', 1, 'nav_menu_item', '', 0),
(259, 3, '2012-02-23 14:02:45', '2012-02-23 14:02:45', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.\r\n\r\nThe inks papers and canvases that we use combine to give a print that will last over 100 years.\r\n\r\nProcess it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Printing', '', 'inherit', 'closed', 'closed', '', '9-revision-12', '', '', '2012-02-23 14:02:45', '2012-02-23 14:02:45', '', 9, 'http://brucknerframing.co.uk//?p=259', 0, 'revision', '', 0),
(260, 3, '2012-02-11 18:17:31', '2012-02-11 18:17:31', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We offer a bespoke framing services and can give you a choice of over 2000 different mouldings and hundreds of different mount types and colours, email a copy of the image with the final dimensions you require and we can help you make your choices</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-51', '', '', '2012-02-11 18:17:31', '2012-02-11 18:17:31', '', 20, 'http://brucknerframing.co.uk//?p=260', 0, 'revision', '', 0),
(459, 3, '2012-04-27 16:47:24', '2012-04-27 16:47:24', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique customised mounts With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.&nbsp;</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-62', '', '', '2012-04-27 16:47:24', '2012-04-27 16:47:24', '', 20, 'http://brucknerframing.co.uk/20-revision-62/', 0, 'revision', '', 0),
(303, 3, '2012-02-23 14:13:35', '2012-02-23 14:13:35', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We can mount prints in a number of ways weather it’s on presentation board, a more substantial MDF block or the very contemporary acrylic sheet.\r\n\r\nThe MDF blocks are available in 18mm or 25mm thickness and can be supplied in a range of colours to suit your decoration. Each block is supplied with either 1 or 2 slotted fixings depending on the size of the print.\r\n\r\nWe can also supply the Blocks as blanks ready for you to stick your own photos on just peel back the self-adhesive layer, press your photo down and trim to size. The blocks are supplied in a variety of sizes but we do suggest that over A3 a roll press is used to ensure a good finish, we would be more than happy to supply this service free of charge if you purchase our blocks.(See more)\r\n\r\nWe also off the increasingly popular acrylic mount also available in a range of thicknesses these come supplied drilled with a wall mount or with a floating sub mount.</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-8', '', '', '2012-02-23 14:13:35', '2012-02-23 14:13:35', '', 26, 'http://brucknerframing.co.uk//?p=303', 0, 'revision', '', 0),
(261, 3, '2012-02-23 14:11:45', '2012-02-23 14:11:45', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique customised mounts (see more<sup>5</sup>)\r\n\r\nWith endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”\r\n\r\nWith such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .\r\n\r\nHowever we do have a range of standard frames (see more<sup>6</sup>)</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-52', '', '', '2012-02-23 14:11:45', '2012-02-23 14:11:45', '', 20, 'http://brucknerframing.co.uk//?p=261', 0, 'revision', '', 0),
(262, 3, '2012-02-11 18:19:26', '2012-02-11 18:19:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-7', '', '', '2012-02-11 18:19:26', '2012-02-11 18:19:26', '', 26, 'http://brucknerframing.co.uk//?p=262', 0, 'revision', '', 0),
(453, 3, '2012-04-17 18:55:52', '2012-04-17 18:55:52', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft  wp-image-674" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" alt="d8ed73db15a905c6afd08df19456b6bb" width="719" height="297"></a></strong>Great news&nbsp; our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" alt="composite-mount" width="100" height="142"></a> In fact the machine is even more&nbsp;versatile&nbsp;than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img id="51" class="alignleft size-full wp-image-909" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" alt="hearts" width="120" height="124"></a></p>\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a&nbsp;large range&nbsp;from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with&nbsp;your requirements&nbsp; directly</p>\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" alt="emi-12-app" width="200" height="147"></a>of high street stores,the difference being we can be a lot more versatile. For more example see our <a href="http://brucknerframing.co.uk/examples-of-mounts">examples page</a></p>\n&nbsp;', 'Mounts', '', 'publish', 'closed', 'closed', '', 'mounts', '', '', '2023-03-11 18:58:19', '2023-03-11 18:58:19', '', 0, 'http://brucknerframing.co.uk/?page_id=453', 0, 'page', '', 0),
(266, 3, '2012-02-23 14:16:24', '2012-02-23 14:16:24', '<p style="padding-left: 120px;"><a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>Using the latest software we can restore most old or damaged photographs, youwill be amazed  at just what can be done but rest assured that wewill assess your image/photograph  and its potential before we start</p>\r\n\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left; padding-left: 180px; vertical-align: middle;" width="400" height="300"> .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'publish', 'closed', 'closed', '', 'photo-restoration', '', '', '2013-01-16 14:46:04', '2013-01-16 14:46:04', '', 7, 'http://brucknerframing.co.uk//?page_id=266', 0, 'page', '', 0),
(267, 3, '2012-02-23 14:16:21', '2012-02-23 14:16:21', '', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision', '', '', '2012-02-23 14:16:21', '2012-02-23 14:16:21', '', 266, 'http://brucknerframing.co.uk//?p=267', 0, 'revision', '', 0),
(268, 3, '2012-02-23 14:16:39', '2012-02-23 14:16:39', ' ', '', '', 'publish', 'closed', 'closed', '', '268', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 7, 'http://brucknerframing.co.uk//?p=268', 15, 'nav_menu_item', '', 0),
(269, 3, '2013-01-16 14:42:00', '2013-01-16 14:42:00', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>\n<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\n</tr>\n</tbody>\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-autosave', '', '', '2013-01-16 14:42:00', '2013-01-16 14:42:00', '', 266, 'http://brucknerframing.co.uk//?p=269', 0, 'revision', '', 0),
(270, 3, '2012-02-23 14:20:09', '2012-02-23 14:20:09', '', 'restoration', '', 'inherit', 'closed', 'closed', '', 'restoration', '', '', '2012-02-23 14:20:09', '2012-02-23 14:20:09', '', 266, 'http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 3, '2012-02-23 14:16:24', '2012-02-23 14:16:24', 'Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.\r\n\r\nFinally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-2', '', '', '2012-02-23 14:16:24', '2012-02-23 14:16:24', '', 266, 'http://brucknerframing.co.uk//?p=271', 0, 'revision', '', 0),
(272, 3, '2012-02-23 14:21:32', '2012-02-23 14:21:32', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.\r\n\r\nFinally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-3', '', '', '2012-02-23 14:21:32', '2012-02-23 14:21:32', '', 266, 'http://brucknerframing.co.uk//?p=272', 0, 'revision', '', 0),
(273, 3, '2012-02-23 14:21:54', '2012-02-23 14:21:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-4', '', '', '2012-02-23 14:21:54', '2012-02-23 14:21:54', '', 266, 'http://brucknerframing.co.uk//?p=273', 0, 'revision', '', 0),
(274, 3, '2012-02-23 14:21:54', '2012-02-23 14:21:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-5', '', '', '2012-02-23 14:21:54', '2012-02-23 14:21:54', '', 266, 'http://brucknerframing.co.uk//?p=274', 0, 'revision', '', 0),
(305, 3, '2013-07-25 07:29:50', '2013-07-25 07:29:50', '<strong></strong>\n\n10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignright size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="600" height="497" /></a>\n\nA4 (297x210mm)                              £5.2512x10in (300x250)                            £5.50\n\n16x12in (400x300)                            £6.10\n\nA3 (410x297mm)                              £6.10\n\nA3+ (475x325mm)                            £6.50\n\n16x16 (400x400mm)                        £7.10\n\n16x20in (400x500mm)                     £7.51\n\nA2  (594x420mm)                            £8.10\n\n20x20in (500x500mm)                     £8.50\n\n<span style="color: #000000;"><strong>To Order Just email </strong></span><a href="mailto:gerry@brucknerframing.co.uk"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Vijaya;"><strong>gerry@brucknerframing.co.uk</strong></span></span></a><strong><span style="color: #000000;"> with your order and contact details</span></strong>\n\n20x24in (500x600mm)                     £9.80\n\n600x800mm                                     £16.85\n\nA1 (841x594mm)                             £16.85\n\n36x24in (900x600mm)                     £18.52\n\nA0 (1189 x841mm)                           £34.60\n\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\n\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-autosave', '', '', '2013-07-25 07:29:50', '2013-07-25 07:29:50', '', 11, 'http://brucknerframing.co.uk/11-autosave/', 0, 'revision', '', 0),
(275, 3, '2012-02-23 14:23:11', '2012-02-23 14:23:11', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-6', '', '', '2012-02-23 14:23:11', '2012-02-23 14:23:11', '', 266, 'http://brucknerframing.co.uk//?p=275', 0, 'revision', '', 0),
(276, 3, '2012-02-23 09:20:34', '2012-02-23 09:20:34', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We print images any size up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. (See more<sup>1</sup>)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be framed. (See more<sup>2</sup>), mounted on a block board or mounted onto acrylic (see more<sup>3</sup>)\r\n\r\n&nbsp;\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nFinally we offer a photo restoration service\r\n\r\nUsing the latest software we can restore old or damaged photographs, (see more<sup>4</sup>)</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 09:20:34', '2012-02-23 09:20:34', '', 38, 'http://brucknerframing.co.uk//?p=276', 0, 'revision', '', 0),
(571, 3, '2012-05-04 09:20:49', '2012-05-04 09:20:49', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:20:49', '2012-05-04 09:20:49', '', 38, 'http://brucknerframing.co.uk/38-revision-61/', 0, 'revision', '', 0),
(278, 3, '2012-02-23 14:25:46', '2012-02-23 14:25:46', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We print images any size up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. (See more<sup>1</sup>)Once produced the image can be taken as it is or if you prefer it can be framed. (See more<sup>2</sup>), mounted on a block board or mounted onto acrylic (see more<sup>3</sup>)\r\n\r\n&nbsp;\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nFinally we offer a photo restoration service\r\n\r\nUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 14:25:46', '2012-02-23 14:25:46', '', 38, 'http://brucknerframing.co.uk//?p=278', 0, 'revision', '', 0),
(279, 3, '2012-02-23 14:27:18', '2012-02-23 14:27:18', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We print images any size up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. (See more<sup>1</sup>)Once produced the image can be taken as it is or if you prefer it can be framed. (See more<sup>2</sup>), mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.&nbsp;\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nFinally we offer a photo restoration service\r\n\r\nUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 14:27:18', '2012-02-23 14:27:18', '', 38, 'http://brucknerframing.co.uk//?p=279', 0, 'revision', '', 0),
(280, 3, '2012-02-23 14:28:30', '2012-02-23 14:28:30', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We print images any size up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. (See more<sup>1</sup>)Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nFinally we offer a photo restoration service\r\n\r\nUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 14:28:30', '2012-02-23 14:28:30', '', 38, 'http://brucknerframing.co.uk//?p=280', 0, 'revision', '', 0),
(282, 3, '2012-02-23 14:12:22', '2012-02-23 14:12:22', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique customised mounts (see more<sup>5</sup>)With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”\r\n\r\nWith such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .\r\n\r\nHowever we do have a range of standard frames (see more<sup>6</sup>)</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-53', '', '', '2012-02-23 14:12:22', '2012-02-23 14:12:22', '', 20, 'http://brucknerframing.co.uk//?p=282', 0, 'revision', '', 0),
(302, 3, '2012-04-02 10:34:06', '2012-04-02 10:34:06', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-58', '', '', '2012-04-02 10:34:06', '2012-04-02 10:34:06', '', 20, 'http://brucknerframing.co.uk//?p=302', 0, 'revision', '', 0),
(283, 3, '2012-02-23 14:32:24', '2012-02-23 14:32:24', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .\r\n\r\nHowever we do have a range of standard frames (see more<sup>6</sup>)</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-54', '', '', '2012-02-23 14:32:24', '2012-02-23 14:32:24', '', 20, 'http://brucknerframing.co.uk//?p=283', 0, 'revision', '', 0),
(284, 3, '2012-02-23 14:32:46', '2012-02-23 14:32:46', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-55', '', '', '2012-02-23 14:32:46', '2012-02-23 14:32:46', '', 20, 'http://brucknerframing.co.uk//?p=284', 0, 'revision', '', 0),
(285, 3, '2012-02-23 14:33:03', '2012-02-23 14:33:03', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-56', '', '', '2012-02-23 14:33:03', '2012-02-23 14:33:03', '', 20, 'http://brucknerframing.co.uk//?p=285', 0, 'revision', '', 0),
(310, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '11-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 11, 'http://brucknerframing.co.uk/11-revision-3/', 0, 'revision', '', 0),
(312, 3, '2012-04-07 07:21:05', '2012-04-07 07:21:05', 'With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '24-autosave', '', '', '2012-04-07 07:21:05', '2012-04-07 07:21:05', '', 24, 'http://brucknerframing.co.uk/24-autosave/', 0, 'revision', '', 0),
(311, 3, '2012-04-06 21:04:09', '2012-04-06 21:04:09', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '11-revision-4', '', '', '2012-04-06 21:04:09', '2012-04-06 21:04:09', '', 11, 'http://brucknerframing.co.uk/11-revision-4/', 0, 'revision', '', 0),
(360, 3, '2012-04-10 15:44:30', '2012-04-10 15:44:30', '', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-13', '', '', '2012-04-10 15:44:30', '2012-04-10 15:44:30', '', 11, 'http://brucknerframing.co.uk/11-revision-13/', 0, 'revision', '', 0),
(313, 3, '2012-02-08 22:49:34', '2012-02-08 22:49:34', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '24-revision-4', '', '', '2012-02-08 22:49:34', '2012-02-08 22:49:34', '', 24, 'http://brucknerframing.co.uk/24-revision-4/', 0, 'revision', '', 0),
(314, 3, '2012-02-23 14:31:27', '2012-02-23 14:31:27', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk//?page_id=266">restore old or damaged photographs</a>.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Home', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-02-23 14:31:27', '2012-02-23 14:31:27', '', 38, 'http://brucknerframing.co.uk/38-revision-14/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(315, 3, '2013-02-04 22:09:37', '2013-02-04 22:09:37', '<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order todayclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-autosave', '', '', '2013-02-04 22:09:37', '2013-02-04 22:09:37', '', 26, 'http://brucknerframing.co.uk/26-autosave/', 0, 'revision', '', 0),
(378, 3, '2012-04-10 15:07:25', '2012-04-10 15:07:25', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We can mount prints in a number of ways weather it’s on presentation board, a more substantial MDF Photo block or the very contemporary acrylic sheet.The MDF blocks are available in 18mm or 25mm thickness and can be supplied in a range of colours to suit your decoration. Each block is supplied with either 1 or 2 slotted fixings depending on the size of the print.We can also supply the Blocks as blanks ready for you to stick your own photos on just peel back the self-adhesive layer, press your photo down and trim to size. The blocks are supplied in a variety of sizes but we do suggest that over A3 a roll press is used to ensure a good finish, we would be more than happy to supply this service free of charge if you purchase our blocks.(See more)We also off the increasingly popular acrylic mount also available in a range of thicknesses these come supplied drilled with a wall mount or with a floating sub mount.<a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks /Acrylic ', '', 'inherit', 'closed', 'closed', '', '26-revision-12', '', '', '2012-04-10 15:07:25', '2012-04-10 15:07:25', '', 26, 'http://brucknerframing.co.uk/26-revision-12/', 0, 'revision', '', 0),
(316, 3, '2012-04-02 10:40:38', '2012-04-02 10:40:38', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We can mount prints in a number of ways weather it’s on presentation board, a more substantial MDF block or the very contemporary acrylic sheet.The MDF blocks are available in 18mm or 25mm thickness and can be supplied in a range of colours to suit your decoration. Each block is supplied with either 1 or 2 slotted fixings depending on the size of the print.\r\n\r\nWe can also supply the Blocks as blanks ready for you to stick your own photos on just peel back the self-adhesive layer, press your photo down and trim to size. The blocks are supplied in a variety of sizes but we do suggest that over A3 a roll press is used to ensure a good finish, we would be more than happy to supply this service free of charge if you purchase our blocks.(See more)\r\n\r\nWe also off the increasingly popular acrylic mount also available in a range of thicknesses these come supplied drilled with a wall mount or with a floating sub mount.</td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mounts', '', 'inherit', 'closed', 'closed', '', '26-revision-9', '', '', '2012-04-02 10:40:38', '2012-04-02 10:40:38', '', 26, 'http://brucknerframing.co.uk/26-revision-9/', 0, 'revision', '', 0),
(317, 3, '2012-04-11 09:38:49', '2012-04-11 09:38:49', '<strong><a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/photoblock-edit-1/" rel="attachment wp-att-384"><img class="alignright  wp-image-384" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1-725x800.jpg" alt="" width="435" height="427" /></a>   Photoblocks                            18mm thick                      25mm thick</strong>\n\n6 x4in (150x100mm)                        £3.54                                     £5.54\n\n7x5in (175x125mm)                         £4.80                                     £6.80\n\n8x6in (200x150mm)                         £5.40                                     £7.40\n\n10x8in (250x200mm)                      £7.80                                     £9.20\n\nA4 (297x210mm)                              £9.00                                   £10.50\n\n12x10in (300x250)                            £10.74                                 £12.60\n\n16x12in (400x300)                            £16.20                                 £17.80\n\nA3 (410x297mm)                              £18.30                                 £20.10\n\nA3+ (475x325mm)                           £20.80                                   £21.80\n\n&nbsp;\n\n&nbsp;', 'Photo Blocks sizes and prices', '', 'inherit', 'closed', 'closed', '', '28-autosave', '', '', '2012-04-11 09:38:49', '2012-04-11 09:38:49', '', 28, 'http://brucknerframing.co.uk/28-autosave/', 0, 'revision', '', 0),
(318, 3, '2012-02-08 22:49:23', '2012-02-08 22:49:23', '', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '28-revision-4', '', '', '2012-02-08 22:49:23', '2012-02-08 22:49:23', '', 28, 'http://brucknerframing.co.uk/28-revision-4/', 0, 'revision', '', 0),
(320, 3, '2012-04-07 10:35:03', '2012-04-07 10:35:03', '<strong>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (4\r\n\r\n<strong>Acrylic Mounts                                                                                 10mm thick</strong>\r\n\r\nA4                                                                                                          £15.29\r\n\r\nA4+                                                                                                        £21.11\r\n\r\nA3                                                                                                          £28.55\r\n\r\nA3+                                                                                                       £38.43\r\n\r\n12x10in                                                                                                £17.25\r\n\r\n12x12in                                                                                                 £23.12\r\n\r\n12x16                                                                                                   £27.40\r\n\r\n16x16                                                                                                   £36.69\r\n\r\n16x20in                                                                                                £43.40\r\n\r\n20x20in                                                                                                £55.55\r\n\r\n20\r\n\r\nA4                                                                                                          £15.29\r\n\r\nA4+                                                                                                        £21.11\r\n\r\nA3                                                                                                          £28.55\r\n\r\nA3+                                                                                                       £38.43\r\n\r\n12x10in                                                                                                £17.25\r\n\r\n12x12in                                                                                                 £23.12\r\n\r\n12x16                                                                                                   £27.40\r\n\r\n16x16                                                                                                   £36.69\r\n\r\n16x20in                                                                                                £43.40\r\n\r\n20x20in                                                                                                £55.55\r\n\r\n20x24in                                                                                                 £68.85\r\n\r\n<strong>Acrylic Mounts                                                                                 10mm thick</strong>\r\n\r\nA4                                                                                                          £15.29\r\n\r\nA4+                                                                                                        £21.11\r\n\r\nA3                                                                                                          £28.55\r\n\r\nA3+                                                                                                       £38.43\r\n\r\n12x10in                                                                                                 £17.25\r\n\r\n12x12in                                                                                                 £23.12\r\n\r\n12x16                                                                                                   £27.40\r\n\r\n16x16                                                                                                   £36.69\r\n\r\n16x20in                                                                                                £43.40\r\n\r\n20x20in                                                                                                £55.55\r\n\r\n20x24in                                                                                                 £68.85\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks/ Acrylic prices', '', 'inherit', 'closed', 'closed', '', '28-revision-6', '', '', '2012-04-07 10:35:03', '2012-04-07 10:35:03', '', 28, 'http://brucknerframing.co.uk/28-revision-6/', 0, 'revision', '', 0),
(319, 3, '2012-04-07 10:33:12', '2012-04-07 10:33:12', '<strong>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                  £21.80', 'Photo Blocks/ Acrylic prices', '', 'inherit', 'closed', 'closed', '', '28-revision-5', '', '', '2012-04-07 10:33:12', '2012-04-07 10:33:12', '', 28, 'http://brucknerframing.co.uk/28-revision-5/', 0, 'revision', '', 0),
(321, 3, '2012-04-07 14:30:08', '2012-04-07 14:30:08', ' ', '', '', 'publish', 'closed', 'closed', '', '321', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=321', 22, 'nav_menu_item', '', 0),
(1143, 3, '2015-02-22 15:10:24', '2015-02-22 15:10:24', '<h1><span style="text-decoration: underline;"><strong><a href="http://brucknerframing.co.uk/new/_i2q4978/" rel="attachment wp-att-1141"><img class="  wp-image-1141 alignright" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/I2Q4978-610x800.jpg" alt="_I2Q4978" width="218" height="285" /></a>Deep Box Frames</strong> </span></h1>\r\nWe now have a new range of box frames ideal for displaying larger 3d pieces.\r\n\r\n&nbsp;\r\n<h1><strong><span style="text-decoration: underline;">Canvas Stretching</span> </strong></h1>\r\nWe are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2015-02-22 15:10:24', '2015-02-22 15:10:24', '', 293, 'http://brucknerframing.co.uk/293-revision-v1/', 0, 'revision', '', 0),
(323, 3, '2012-04-02 10:15:28', '2012-04-02 10:15:28', 'news', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-02 10:15:28', '2012-04-02 10:15:28', '', 293, 'http://brucknerframing.co.uk/293-revision-2/', 0, 'revision', '', 0),
(324, 3, '2012-04-07 14:43:10', '2012-04-07 14:43:10', 'we are now in a position to offer a proffesional canvas stretching service using our latest acquistion, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-07 14:43:10', '2012-04-07 14:43:10', '', 293, 'http://brucknerframing.co.uk/293-revision-3/', 0, 'revision', '', 0),
(631, 3, '2012-12-11 17:37:14', '2012-12-11 17:37:14', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:37:14', '2012-12-11 17:37:14', '', 38, 'http://brucknerframing.co.uk/38-revision-73/', 0, 'revision', '', 0),
(626, 3, '2012-12-11 17:34:28', '2012-12-11 17:34:28', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/googleba6ac56a791e5e5b-3/">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:34:28', '2012-12-11 17:34:28', '', 38, 'http://brucknerframing.co.uk/38-revision-69/', 0, 'revision', '', 0),
(326, 3, '2012-04-07 22:34:55', '2012-04-07 22:34:55', '<table width="800" border="0" cellpadding="10">\n<tbody>\n<tr>\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">???????? ????????</td>\n<td>[nggallery id=1]</td>\n</tr>\n</tbody>\n</table>', 'Photos / Canvas', '', 'inherit', 'closed', 'closed', '', '13-autosave', '', '', '2012-04-07 22:34:55', '2012-04-07 22:34:55', '', 13, 'http://brucknerframing.co.uk/13-autosave/', 0, 'revision', '', 0),
(327, 3, '2012-04-07 14:45:21', '2012-04-07 14:45:21', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-07 14:45:21', '2012-04-07 14:45:21', '', 293, 'http://brucknerframing.co.uk/293-revision-4/', 0, 'revision', '', 0),
(329, 3, '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-3', '', '', '2012-02-08 22:09:35', '2012-02-08 22:09:35', '', 7, 'http://brucknerframing.co.uk/7-revision-3/', 0, 'revision', '', 0),
(330, 3, '2015-02-22 07:06:58', '2015-02-22 07:06:58', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" alt="photoblock-edit-1" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" alt="A4517127" width="100" height="72" /></a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" alt="emi-12-app" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-autosave-v1', '', '', '2015-02-22 07:06:58', '2015-02-22 07:06:58', '', 7, 'http://brucknerframing.co.uk/7-autosave/', 0, 'revision', '', 0),
(331, 3, '2012-04-09 07:32:20', '2012-04-09 07:32:20', 'Large Format Prints', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-4', '', '', '2012-04-09 07:32:20', '2012-04-09 07:32:20', '', 7, 'http://brucknerframing.co.uk/7-revision-4/', 0, 'revision', '', 0),
(332, 3, '2012-04-09 07:35:08', '2012-04-09 07:35:08', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-5', '', '', '2012-04-09 07:35:08', '2012-04-09 07:35:08', '', 7, 'http://brucknerframing.co.uk/7-revision-5/', 0, 'revision', '', 0),
(333, 3, '2012-04-09 07:36:34', '2012-04-09 07:36:34', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>\r\n\r\nBespoke Framing', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-6', '', '', '2012-04-09 07:36:34', '2012-04-09 07:36:34', '', 7, 'http://brucknerframing.co.uk/7-revision-6/', 0, 'revision', '', 0),
(334, 3, '2012-04-09 07:37:14', '2012-04-09 07:37:14', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>\r\n\r\nBespoke Framing', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-7', '', '', '2012-04-09 07:37:14', '2012-04-09 07:37:14', '', 7, 'http://brucknerframing.co.uk/7-revision-7/', 0, 'revision', '', 0),
(372, 3, '2012-04-10 15:15:58', '2012-04-10 15:15:58', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-10 15:15:58', '2012-04-10 15:15:58', '', 38, 'http://brucknerframing.co.uk/38-revision-17/', 0, 'revision', '', 0),
(335, 3, '2012-04-02 10:34:19', '2012-04-02 10:34:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-59', '', '', '2012-04-02 10:34:19', '2012-04-02 10:34:19', '', 20, 'http://brucknerframing.co.uk/20-revision-59/', 0, 'revision', '', 0),
(337, 3, '2012-02-23 14:10:48', '2012-02-23 14:10:48', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 100 years.\r\n\r\nProcess it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-13', '', '', '2012-02-23 14:10:48', '2012-02-23 14:10:48', '', 9, 'http://brucknerframing.co.uk/9-revision-13/', 0, 'revision', '', 0),
(336, 3, '2012-04-09 07:45:39', '2012-04-09 07:45:39', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.\r\n\r\nSizes and Prices\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-60', '', '', '2012-04-09 07:45:39', '2012-04-09 07:45:39', '', 20, 'http://brucknerframing.co.uk/20-revision-60/', 0, 'revision', '', 0),
(338, 3, '2012-04-09 07:46:40', '2012-04-09 07:46:40', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 100 years.Process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years\r\n\r\nSizes and Prices\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-14', '', '', '2012-04-09 07:46:40', '2012-04-09 07:46:40', '', 9, 'http://brucknerframing.co.uk/9-revision-14/', 0, 'revision', '', 0),
(339, 3, '2012-04-06 21:06:18', '2012-04-06 21:06:18', '<strong>Photo enlargements</strong>\r\n\r\n10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices', '', 'inherit', 'closed', 'closed', '', '11-revision-5', '', '', '2012-04-06 21:06:18', '2012-04-06 21:06:18', '', 11, 'http://brucknerframing.co.uk/11-revision-5/', 0, 'revision', '', 0),
(340, 3, '2012-04-09 07:49:32', '2012-04-09 07:49:32', '<strong></strong>\r\n\r\n10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-6', '', '', '2012-04-09 07:49:32', '2012-04-09 07:49:32', '', 11, 'http://brucknerframing.co.uk/11-revision-6/', 0, 'revision', '', 0),
(341, 3, '2012-04-09 07:38:52', '2012-04-09 07:38:52', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-8', '', '', '2012-04-09 07:38:52', '2012-04-09 07:38:52', '', 7, 'http://brucknerframing.co.uk/7-revision-8/', 0, 'revision', '', 0),
(342, 3, '2012-04-09 16:37:52', '2012-04-09 16:37:52', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>\r\n\r\nPhoto Blocks/ Acrylic Mounts', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-9', '', '', '2012-04-09 16:37:52', '2012-04-09 16:37:52', '', 7, 'http://brucknerframing.co.uk/7-revision-9/', 0, 'revision', '', 0),
(343, 3, '2012-04-09 16:39:38', '2012-04-09 16:39:38', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a>\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>\r\n\r\n<a href="http://brucknerframing.co.uk/products/mounts/">Photo Blocks/ Acrylic Mounts</a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-10', '', '', '2012-04-09 16:39:38', '2012-04-09 16:39:38', '', 7, 'http://brucknerframing.co.uk/7-revision-10/', 0, 'revision', '', 0),
(344, 3, '2012-04-09 16:43:51', '2012-04-09 16:43:51', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>\r\n\r\n<a href="http://brucknerframing.co.uk/products/mounts/">Photo Blocks/ Acrylic Mounts</a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-11', '', '', '2012-04-09 16:43:51', '2012-04-09 16:43:51', '', 7, 'http://brucknerframing.co.uk/7-revision-11/', 0, 'revision', '', 0),
(345, 3, '2012-04-07 10:27:27', '2012-04-07 10:27:27', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We can mount prints in a number of ways weather it’s on presentation board, a more substantial MDF Photo block or the very contemporary acrylic sheet.The MDF blocks are available in 18mm or 25mm thickness and can be supplied in a range of colours to suit your decoration. Each block is supplied with either 1 or 2 slotted fixings depending on the size of the print.We can also supply the Blocks as blanks ready for you to stick your own photos on just peel back the self-adhesive layer, press your photo down and trim to size. The blocks are supplied in a variety of sizes but we do suggest that over A3 a roll press is used to ensure a good finish, we would be more than happy to supply this service free of charge if you purchase our blocks.(See more)\r\n\r\nWe also off the increasingly popular acrylic mount also available in a range of thicknesses these come supplied drilled with a wall mount or with a floating sub mount.</td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks /Acrylic ', '', 'inherit', 'closed', 'closed', '', '26-revision-10', '', '', '2012-04-07 10:27:27', '2012-04-07 10:27:27', '', 26, 'http://brucknerframing.co.uk/26-revision-10/', 0, 'revision', '', 0),
(346, 3, '2012-04-10 15:06:29', '2012-04-10 15:06:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We can mount prints in a number of ways weather it’s on presentation board, a more substantial MDF Photo block or the very contemporary acrylic sheet.The MDF blocks are available in 18mm or 25mm thickness and can be supplied in a range of colours to suit your decoration. Each block is supplied with either 1 or 2 slotted fixings depending on the size of the print.We can also supply the Blocks as blanks ready for you to stick your own photos on just peel back the self-adhesive layer, press your photo down and trim to size. The blocks are supplied in a variety of sizes but we do suggest that over A3 a roll press is used to ensure a good finish, we would be more than happy to supply this service free of charge if you purchase our blocks.(See more)We also off the increasingly popular acrylic mount also available in a range of thicknesses these come supplied drilled with a wall mount or with a floating sub mount.\r\n\r\nSizes and Prices</td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks /Acrylic ', '', 'inherit', 'closed', 'closed', '', '26-revision-11', '', '', '2012-04-10 15:06:29', '2012-04-10 15:06:29', '', 26, 'http://brucknerframing.co.uk/26-revision-11/', 0, 'revision', '', 0),
(379, 3, '2012-04-11 09:24:52', '2012-04-11 09:24:52', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.\r\n\r\nThe Blocks are 18 or 25mm thick and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.\r\n\r\nEach Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.\r\n\r\nA floating sub mount is available to project the board from the wall\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks /Acrylic ', '', 'inherit', 'closed', 'closed', '', '26-revision-13', '', '', '2012-04-11 09:24:52', '2012-04-11 09:24:52', '', 26, 'http://brucknerframing.co.uk/26-revision-13/', 0, 'revision', '', 0),
(347, 3, '2012-04-09 07:30:33', '2012-04-09 07:30:33', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in) using  a variety of media including standard gloss, semi-gloss and matt photo papers as well as Canvas and fine art papers. Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">block board or mounted onto acrylic</a>.Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bruckner Framing', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-09 07:30:33', '2012-04-09 07:30:33', '', 38, 'http://brucknerframing.co.uk/38-revision-16/', 0, 'revision', '', 0),
(356, 3, '2012-04-10 15:35:43', '2012-04-10 15:35:43', '10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-10', '', '', '2012-04-10 15:35:43', '2012-04-10 15:35:43', '', 11, 'http://brucknerframing.co.uk/11-revision-10/', 0, 'revision', '', 0),
(351, 3, '2012-04-09 07:49:44', '2012-04-09 07:49:44', '10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-7', '', '', '2012-04-09 07:49:44', '2012-04-09 07:49:44', '', 11, 'http://brucknerframing.co.uk/11-revision-7/', 0, 'revision', '', 0),
(352, 3, '2012-04-10 15:32:35', '2012-04-10 15:32:35', '<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/canvas-frames-1-3/" rel="attachment wp-att-349"><img class="alignnone size-large wp-image-349" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/canvas-frames-11-724x1024.jpg" alt="" width="688" height="973" /></a>10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-8', '', '', '2012-04-10 15:32:35', '2012-04-10 15:32:35', '', 11, 'http://brucknerframing.co.uk/11-revision-8/', 0, 'revision', '', 0),
(353, 3, '2012-04-10 15:32:35', '2012-04-10 15:32:35', '<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/canvas-frames-1-3/" rel="attachment wp-att-349"><img class="alignnone size-large wp-image-349" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/canvas-frames-11-724x1024.jpg" alt="" width="688" height="973" /></a>10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-9', '', '', '2012-04-10 15:32:35', '2012-04-10 15:32:35', '', 11, 'http://brucknerframing.co.uk/11-revision-9/', 0, 'revision', '', 0),
(357, 3, '2012-04-10 15:39:20', '2012-04-10 15:39:20', '10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                            £5.25\r\n\r\n12x10in (300x250)                          £5.50\r\n\r\n16x12in (400x300)                          £6.10\r\n\r\nA3 (410x297mm)                            £6.10\r\n\r\nA3+ (475x325mm)                          £6.50\r\n\r\n16x16 (400x400mm)                       £7.10\r\n\r\n16x20in (400x500mm)                    £7.51\r\n\r\nA2  (594x420mm)                           £8.10\r\n\r\n20x20in (500x500mm)                    £8.50\r\n\r\n20x24in (500x600mm)                    £9.80\r\n\r\n600x800mm                                    £16.85\r\n\r\nA1 (841x594mm)                            £16.85\r\n\r\n36x24in (900x600mm)                    £18.52\r\n\r\nA0 (1189 x841mm)                         £34.60', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-11', '', '', '2012-04-10 15:39:20', '2012-04-10 15:39:20', '', 11, 'http://brucknerframing.co.uk/11-revision-11/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(362, 3, '2012-04-10 15:48:12', '2012-04-10 15:48:12', '10x8in (250x200mm)                      £4.75\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-14', '', '', '2012-04-10 15:48:12', '2012-04-10 15:48:12', '', 11, 'http://brucknerframing.co.uk/11-revision-14/', 0, 'revision', '', 0),
(363, 3, '2012-04-10 15:53:41', '2012-04-10 15:53:41', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="310" height="224" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-15', '', '', '2012-04-10 15:53:41', '2012-04-10 15:53:41', '', 11, 'http://brucknerframing.co.uk/11-revision-15/', 0, 'revision', '', 0),
(364, 3, '2012-04-10 15:53:41', '2012-04-10 15:53:41', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="310" height="224" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-16', '', '', '2012-04-10 15:53:41', '2012-04-10 15:53:41', '', 11, 'http://brucknerframing.co.uk/11-revision-16/', 0, 'revision', '', 0),
(365, 3, '2012-04-10 15:54:22', '2012-04-10 15:54:22', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="335" height="231" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-17', '', '', '2012-04-10 15:54:22', '2012-04-10 15:54:22', '', 11, 'http://brucknerframing.co.uk/11-revision-17/', 0, 'revision', '', 0),
(945, 3, '2013-05-03 08:41:45', '2013-05-03 08:41:45', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought ,<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:41:45', '2013-05-03 08:41:45', '', 453, 'http://brucknerframing.co.uk/453-revision-83/', 0, 'revision', '', 0),
(367, 3, '2012-04-08 20:08:04', '2012-04-08 20:08:04', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong>Contact us for details</strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-08 20:08:04', '2012-04-08 20:08:04', '', 293, 'http://brucknerframing.co.uk/293-revision-5/', 0, 'revision', '', 0),
(368, 3, '2012-04-10 16:10:33', '2012-04-10 16:10:33', '<a href="http://brucknerframing.co.uk/new/canvas-frames-1-3/" rel="attachment wp-att-366"><img class="alignright  wp-image-366" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1-565x800.jpg" alt="" width="443" height="516" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong>Contact us for details</strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-10 16:10:33', '2012-04-10 16:10:33', '', 293, 'http://brucknerframing.co.uk/293-revision-6/', 0, 'revision', '', 0),
(369, 3, '2012-04-09 16:46:59', '2012-04-09 16:46:59', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\n<a href="http://brucknerframing.co.uk/products/mounts/">Photo Blocks/ Acrylic Mounts</a> -a contempoary stylish way to display your photographs\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-12', '', '', '2012-04-09 16:46:59', '2012-04-09 16:46:59', '', 7, 'http://brucknerframing.co.uk/7-revision-12/', 0, 'revision', '', 0),
(382, 3, '2012-04-11 09:30:12', '2012-04-11 09:30:12', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\nPhoto Blocks -a contempoary stylish way to display your photographs\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-14', '', '', '2012-04-11 09:30:12', '2012-04-11 09:30:12', '', 7, 'http://brucknerframing.co.uk/7-revision-14/', 0, 'revision', '', 0),
(370, 3, '2012-04-09 07:47:36', '2012-04-09 07:47:36', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 100 years.Process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-15', '', '', '2012-04-09 07:47:36', '2012-04-09 07:47:36', '', 9, 'http://brucknerframing.co.uk/9-revision-15/', 0, 'revision', '', 0),
(371, 3, '2012-04-10 16:55:46', '2012-04-10 16:55:46', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years.Process it and then print it on the media of your choice.The inks papers and canvases that we use combine to give a print that will last over 100 years<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-16', '', '', '2012-04-10 16:55:46', '2012-04-10 16:55:46', '', 9, 'http://brucknerframing.co.uk/9-revision-16/', 0, 'revision', '', 0),
(375, 3, '2012-04-10 15:54:22', '2012-04-10 15:54:22', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="335" height="231" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-18', '', '', '2012-04-10 15:54:22', '2012-04-10 15:54:22', '', 11, 'http://brucknerframing.co.uk/11-revision-18/', 0, 'revision', '', 0),
(374, 3, '2012-04-10 17:01:56', '2012-04-10 17:01:56', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you wantFinally we offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-10 17:01:56', '2012-04-10 17:01:56', '', 38, 'http://brucknerframing.co.uk/38-revision-19/', 0, 'revision', '', 0),
(376, 3, '2012-04-10 21:18:28', '2012-04-10 21:18:28', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="457" height="298" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-19', '', '', '2012-04-10 21:18:28', '2012-04-10 21:18:28', '', 11, 'http://brucknerframing.co.uk/11-revision-19/', 0, 'revision', '', 0),
(551, 3, '2012-05-09 12:03:51', '2012-05-09 12:03:51', '[nggallery id=8]', ' Wall Art', '', 'publish', 'closed', 'closed', '', 'citroren-wall-art', '', '', '2014-02-24 16:08:24', '2014-02-24 16:08:24', '', 0, 'http://brucknerframing.co.uk/?page_id=551', 0, 'page', '', 0),
(380, 3, '2012-04-11 09:25:16', '2012-04-11 09:25:16', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.\r\n\r\nEach Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.\r\n\r\nA floating sub mount is available to project the board from the wall\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-14', '', '', '2012-04-11 09:25:16', '2012-04-11 09:25:16', '', 26, 'http://brucknerframing.co.uk/26-revision-14/', 0, 'revision', '', 0),
(381, 3, '2012-04-10 16:54:18', '2012-04-10 16:54:18', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\n<a href="http://brucknerframing.co.uk/products/mounts/">Photo Blocks/ Acrylic Mounts</a> -a contempoary stylish way to display your photographs\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-13', '', '', '2012-04-10 16:54:18', '2012-04-10 16:54:18', '', 7, 'http://brucknerframing.co.uk/7-revision-13/', 0, 'revision', '', 0),
(383, 3, '2012-04-07 10:37:09', '2012-04-07 10:37:09', '<strong>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks/ Acrylic prices', '', 'inherit', 'closed', 'closed', '', '28-revision-7', '', '', '2012-04-07 10:37:09', '2012-04-07 10:37:09', '', 28, 'http://brucknerframing.co.uk/28-revision-7/', 0, 'revision', '', 0),
(384, 3, '2012-04-11 09:36:05', '2012-04-11 09:36:05', '', 'photoblock edit 1', '', 'inherit', 'closed', 'closed', '', 'photoblock-edit-1', '', '', '2012-04-11 09:36:05', '2012-04-11 09:36:05', '', 28, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(385, 3, '2012-04-11 09:34:09', '2012-04-11 09:34:09', '<strong>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks sizes and prices', '', 'inherit', 'closed', 'closed', '', '28-revision-8', '', '', '2012-04-11 09:34:09', '2012-04-11 09:34:09', '', 28, 'http://brucknerframing.co.uk/28-revision-8/', 0, 'revision', '', 0),
(386, 3, '2012-04-11 09:37:12', '2012-04-11 09:37:12', '<strong><a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/photoblock-edit-1/" rel="attachment wp-att-384"><img class="alignright  wp-image-384" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1-725x800.jpg" alt="" width="348" height="573" /></a>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks sizes and prices', '', 'inherit', 'closed', 'closed', '', '28-revision-9', '', '', '2012-04-11 09:37:12', '2012-04-11 09:37:12', '', 28, 'http://brucknerframing.co.uk/28-revision-9/', 0, 'revision', '', 0),
(387, 3, '2012-04-11 09:37:12', '2012-04-11 09:37:12', '<strong><a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/photoblock-edit-1/" rel="attachment wp-att-384"><img class="alignright  wp-image-384" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1-725x800.jpg" alt="" width="348" height="573" /></a>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks sizes and prices', '', 'inherit', 'closed', 'closed', '', '28-revision-10', '', '', '2012-04-11 09:37:12', '2012-04-11 09:37:12', '', 28, 'http://brucknerframing.co.uk/28-revision-10/', 0, 'revision', '', 0),
(388, 3, '2012-04-11 09:37:48', '2012-04-11 09:37:48', '<strong><a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/photoblock-edit-1/" rel="attachment wp-att-384"><img class="alignright  wp-image-384" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1-725x800.jpg" alt="" width="435" height="427" /></a>   Photoblocks                            18mm thick                      25mm thick</strong>\r\n\r\n6 x4in (150x100mm)                        £3.54                                     £5.54\r\n\r\n7x5in (175x125mm)                         £4.80                                     £6.80\r\n\r\n8x6in (200x150mm)                         £5.40                                     £7.40\r\n\r\n10x8in (250x200mm)                      £7.80                                     £9.20\r\n\r\nA4 (297x210mm)                              £9.00                                   £10.50\r\n\r\n12x10in (300x250)                            £10.74                                 £12.60\r\n\r\n16x12in (400x300)                            £16.20                                 £17.80\r\n\r\nA3 (410x297mm)                              £18.30                                 £20.10\r\n\r\nA3+ (475x325mm)                           £20.80                                   £21.80\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Photo Blocks sizes and prices', '', 'inherit', 'closed', 'closed', '', '28-revision-11', '', '', '2012-04-11 09:37:48', '2012-04-11 09:37:48', '', 28, 'http://brucknerframing.co.uk/28-revision-11/', 0, 'revision', '', 0),
(389, 3, '2012-04-11 09:31:34', '2012-04-11 09:31:34', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\n<a href="http://brucknerframing.co.uk/products/mounts/">Photo Blocks</a> -a contempoary stylish way to display your photographs\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-15', '', '', '2012-04-11 09:31:34', '2012-04-11 09:31:34', '', 7, 'http://brucknerframing.co.uk/7-revision-15/', 0, 'revision', '', 0),
(390, 3, '2012-04-11 09:40:24', '2012-04-11 09:40:24', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\n<strong>Photo Blocks</strong> -a contempoary stylish way to display your photographs (more)\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-16', '', '', '2012-04-11 09:40:24', '2012-04-11 09:40:24', '', 7, 'http://brucknerframing.co.uk/7-revision-16/', 0, 'revision', '', 0),
(391, 3, '2012-04-11 09:41:13', '2012-04-11 09:41:13', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<a href="http://brucknerframing.co.uk/products/framing/">Bespoke Framing</a>- Thousands of combinations of mouldings,mounts and types of frame\r\n\r\n<strong>Photo Blocks</strong> -a contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-17', '', '', '2012-04-11 09:41:13', '2012-04-11 09:41:13', '', 7, 'http://brucknerframing.co.uk/7-revision-17/', 0, 'revision', '', 0),
(392, 3, '2012-04-11 09:43:27', '2012-04-11 09:43:27', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. (more)\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-18', '', '', '2012-04-11 09:43:27', '2012-04-11 09:43:27', '', 7, 'http://brucknerframing.co.uk/7-revision-18/', 0, 'revision', '', 0),
(393, 3, '2012-04-12 07:23:32', '2012-04-12 07:23:32', '<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="800" height="578" /></a>We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'publish', 'closed', 'closed', '', 'acrylic-mounts', '', '', '2014-02-24 16:06:41', '2014-02-24 16:06:41', '', 0, 'http://brucknerframing.co.uk/?page_id=393', 0, 'page', '', 0),
(552, 3, '2012-05-09 12:02:31', '2012-05-09 12:02:31', '', 'Citroren Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-09 12:02:31', '2012-05-09 12:02:31', '', 551, 'http://brucknerframing.co.uk/551-revision/', 0, 'revision', '', 0),
(395, 3, '2012-04-12 07:20:41', '2012-04-12 07:20:41', '', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-04-12 07:20:41', '2012-04-12 07:20:41', '', 393, 'http://brucknerframing.co.uk/393-revision/', 0, 'revision', '', 0),
(396, 3, '2012-04-12 07:22:51', '2012-04-12 07:22:51', '', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-04-12 07:22:51', '2012-04-12 07:22:51', '', 393, 'http://brucknerframing.co.uk/393-revision-2/', 0, 'revision', '', 0),
(397, 3, '2013-06-05 07:30:26', '2013-06-05 07:30:26', '<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="800" height="578" /></a>We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-autosave-v1', '', '', '2013-06-05 07:30:26', '2013-06-05 07:30:26', '', 393, 'http://brucknerframing.co.uk/393-autosave/', 0, 'revision', '', 0),
(398, 3, '2012-04-11 09:44:21', '2012-04-11 09:44:21', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-19', '', '', '2012-04-11 09:44:21', '2012-04-11 09:44:21', '', 7, 'http://brucknerframing.co.uk/7-revision-19/', 0, 'revision', '', 0),
(399, 3, '2012-04-10 16:56:17', '2012-04-10 16:56:17', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years.Process it and then print it on the media of your choice.<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-17', '', '', '2012-04-10 16:56:17', '2012-04-10 16:56:17', '', 9, 'http://brucknerframing.co.uk/9-revision-17/', 0, 'revision', '', 0),
(400, 3, '2012-04-10 21:18:28', '2012-04-10 21:18:28', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="457" height="298" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-20', '', '', '2012-04-10 21:18:28', '2012-04-10 21:18:28', '', 11, 'http://brucknerframing.co.uk/11-revision-20/', 0, 'revision', '', 0),
(401, 3, '2012-04-12 12:10:30', '2012-04-12 12:10:30', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="457" height="298" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-21', '', '', '2012-04-12 12:10:30', '2012-04-12 12:10:30', '', 11, 'http://brucknerframing.co.uk/11-revision-21/', 0, 'revision', '', 0),
(402, 3, '2012-04-12 12:10:30', '2012-04-12 12:10:30', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="457" height="298" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-22', '', '', '2012-04-12 12:10:30', '2012-04-12 12:10:30', '', 11, 'http://brucknerframing.co.uk/11-revision-22/', 0, 'revision', '', 0),
(403, 3, '2012-04-12 12:11:06', '2012-04-12 12:11:06', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-23', '', '', '2012-04-12 12:11:06', '2012-04-12 12:11:06', '', 11, 'http://brucknerframing.co.uk/11-revision-23/', 0, 'revision', '', 0),
(404, 3, '2012-04-12 12:12:25', '2012-04-12 12:12:25', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignnone wp-image-917" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" alt="citreon-1937-canvas" width="333" height="252"></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="186" height="263"></a></strong>&nbsp; we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\n\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\n\nThe canvasses&nbsp;can be&nbsp;hand finished,&nbsp;coated&nbsp;with a textured finish to re-create brush strokes.\n\n<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter  wp-image-695" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" alt="canvas 2cv" width="286" height="265"></a>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\n\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional,&nbsp;consistant and uniform stretching.\n\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>&nbsp; to place an order today', 'Canvas', '', 'publish', 'closed', 'closed', '', 'canvas', '', '', '2023-03-13 12:31:55', '2023-03-13 12:31:55', '', 0, 'http://brucknerframing.co.uk/?page_id=404', 0, 'page', '', 0),
(719, 3, '2013-01-09 22:29:03', '2013-01-09 22:29:03', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now [slideshow id=10]                                        <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:29:03', '2013-01-09 22:29:03', '', 453, 'http://brucknerframing.co.uk/453-revision-30/', 0, 'revision', '', 0),
(670, 3, '2013-01-07 15:35:31', '2013-01-07 15:35:31', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-9', '', '', '2013-01-07 15:35:31', '2013-01-07 15:35:31', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/header-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(405, 3, '2012-04-12 12:12:12', '2012-04-12 12:12:12', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-12 12:12:12', '2012-04-12 12:12:12', '', 404, 'http://brucknerframing.co.uk/404-revision/', 0, 'revision', '', 0),
(406, 3, '2012-04-12 12:12:53', '2012-04-12 12:12:53', ' ', '', '', 'publish', 'closed', 'closed', '', '406', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=406', 7, 'nav_menu_item', '', 0),
(407, 3, '2012-04-12 07:28:29', '2012-04-12 07:28:29', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\nCanvas\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-20', '', '', '2012-04-12 07:28:29', '2012-04-12 07:28:29', '', 7, 'http://brucknerframing.co.uk/7-revision-20/', 0, 'revision', '', 0),
(408, 3, '2012-04-12 13:06:21', '2012-04-12 13:06:21', ' ', '', '', 'publish', 'closed', 'closed', '', '408', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=408', 13, 'nav_menu_item', '', 0),
(409, 3, '2012-04-12 07:23:32', '2012-04-12 07:23:32', '', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-04-12 07:23:32', '2012-04-12 07:23:32', '', 393, 'http://brucknerframing.co.uk/393-revision-3/', 0, 'revision', '', 0),
(410, 3, '2012-04-12 13:12:23', '2012-04-12 13:12:23', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall.', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-04-12 13:12:23', '2012-04-12 13:12:23', '', 393, 'http://brucknerframing.co.uk/393-revision-4/', 0, 'revision', '', 0),
(411, 3, '2012-04-12 13:13:29', '2012-04-12 13:13:29', '<strong><a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignright size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="500" height="361" /></a>Acrylic Mounts                    10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'publish', 'closed', 'closed', '', 'acrylic-sizes-and-prices', '', '', '2013-06-10 10:21:37', '2013-06-10 10:21:37', '', 0, 'http://brucknerframing.co.uk/?page_id=411', 0, 'page', '', 0),
(1016, 3, '2013-06-05 07:38:18', '2013-06-05 07:38:18', '<strong>Acrylic Mounts                        10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-6', '', '', '2013-06-05 07:38:18', '2013-06-05 07:38:18', '', 411, 'http://brucknerframing.co.uk/411-revision-6/', 0, 'revision', '', 0),
(412, 3, '2012-04-12 13:13:04', '2012-04-12 13:13:04', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '411-revision', '', '', '2012-04-12 13:13:04', '2012-04-12 13:13:04', '', 411, 'http://brucknerframing.co.uk/411-revision/', 0, 'revision', '', 0),
(413, 3, '2012-04-12 13:14:19', '2012-04-12 13:14:19', ' ', '', '', 'publish', 'closed', 'closed', '', '413', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=413', 14, 'nav_menu_item', '', 0),
(414, 3, '2012-04-12 13:13:29', '2012-04-12 13:13:29', '', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-2', '', '', '2012-04-12 13:13:29', '2012-04-12 13:13:29', '', 411, 'http://brucknerframing.co.uk/411-revision-2/', 0, 'revision', '', 0),
(417, 3, '2012-04-12 13:18:35', '2012-04-12 13:18:35', '<strong>Acrylic Mounts                                                                                 10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please contact us for prices', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-4', '', '', '2012-04-12 13:18:35', '2012-04-12 13:18:35', '', 411, 'http://brucknerframing.co.uk/411-revision-4/', 0, 'revision', '', 0),
(415, 3, '2013-06-10 10:21:32', '2013-06-10 10:21:32', '<strong><a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignright size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="500" height="216" /></a>Acrylic Mounts                    10mm thick</strong>\n\nA4                                                 £15.29\n\nA4+                                               £21.11\n\nA3                                                 £28.55\n\nA3+                                               £38.43\n\n12x10in                                         £17.25\n\n12x12in                                         £23.12\n\n12x16                                            £27.40\n\n16x16                                            £36.69\n\n16x20in                                         £43.40\n\n20x20in                                         £55.55\n\n20x24in                                         £68.85\n\n600x800mm                                  £107.20\n\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-autosave', '', '', '2013-06-10 10:21:32', '2013-06-10 10:21:32', '', 411, 'http://brucknerframing.co.uk/411-autosave/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(416, 3, '2012-04-12 13:15:31', '2012-04-12 13:15:31', '<strong>Acrylic Mounts                                                                                 10mm thick</strong>\r\n\r\nA4                                                                                                          £15.29\r\n\r\nA4+                                                                                                        £21.11\r\n\r\nA3                                                                                                          £28.55\r\n\r\nA3+                                                                                                       £38.43\r\n\r\n12x10in                                                                                                £17.25\r\n\r\n12x12in                                                                                                 £23.12\r\n\r\n12x16                                                                                                   £27.40\r\n\r\n16x16                                                                                                   £36.69\r\n\r\n16x20in                                                                                                £43.40\r\n\r\n20x20in                                                                                                £55.55\r\n\r\n20x24in                                                                                                 £68.85\r\n\r\n600x800mm                                                                                        £107.20', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-3', '', '', '2012-04-12 13:15:31', '2012-04-12 13:15:31', '', 411, 'http://brucknerframing.co.uk/411-revision-3/', 0, 'revision', '', 0),
(944, 3, '2013-05-12 18:56:34', '2013-05-12 18:56:34', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="500" height="333" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft size-medium wp-image-941" alt="_B0C4211-2" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" width="500" height="757" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 18:56:34', '2013-05-12 18:56:34', '', 931, 'http://brucknerframing.co.uk/931-revision-9/', 0, 'revision', '', 0),
(419, 3, '2012-04-15 15:25:52', '2012-04-15 15:25:52', 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/logo1.gif', 'logo1.gif', '', 'inherit', 'closed', 'closed', '', 'logo1-gif', '', '', '2012-04-15 15:25:52', '2012-04-15 15:25:52', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/logo1.gif', 0, 'attachment', 'image/gif', 0),
(420, 3, '2012-04-15 16:00:09', '2012-04-15 16:00:09', 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/logo1.jpg', 'logo1.jpg', '', 'inherit', 'closed', 'closed', '', 'logo1-jpg', '', '', '2012-04-15 16:00:09', '2012-04-15 16:00:09', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/logo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(421, 3, '2012-04-12 12:16:16', '2012-04-12 12:16:16', '<a href="http://brucknerframing.co.uk/products/large-prints">Large Format Prints</a> -right up to B0 thats 44in wide\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-21', '', '', '2012-04-12 12:16:16', '2012-04-12 12:16:16', '', 7, 'http://brucknerframing.co.uk/7-revision-21/', 0, 'revision', '', 0),
(422, 3, '2012-04-15 16:17:23', '2012-04-15 16:17:23', '<strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  (more)\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-22', '', '', '2012-04-15 16:17:23', '2012-04-15 16:17:23', '', 7, 'http://brucknerframing.co.uk/7-revision-22/', 0, 'revision', '', 0),
(423, 3, '2012-04-12 12:12:25', '2012-04-12 12:12:25', '', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-12 12:12:25', '2012-04-12 12:12:25', '', 404, 'http://brucknerframing.co.uk/404-revision-2/', 0, 'revision', '', 0),
(425, 3, '2012-04-15 20:00:35', '2012-04-15 20:00:35', 'Canvas prints up to B0', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-15 20:00:35', '2012-04-15 20:00:35', '', 404, 'http://brucknerframing.co.uk/404-revision-3/', 0, 'revision', '', 0),
(426, 3, '2012-04-15 20:03:53', '2012-04-15 20:03:53', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be coated to give a textured finish to re-create brush strokes', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-15 20:03:53', '2012-04-15 20:03:53', '', 404, 'http://brucknerframing.co.uk/404-revision-4/', 0, 'revision', '', 0),
(430, 3, '2012-04-16 14:04:39', '2012-04-16 14:04:39', '', 'logo', '', 'inherit', 'closed', 'closed', '', 'logo', '', '', '2012-04-16 14:04:39', '2012-04-16 14:04:39', '', 41, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 3, '2012-04-16 14:13:17', '2012-04-16 14:13:17', '', 'logo', '', 'inherit', 'closed', 'closed', '', 'logo-2', '', '', '2012-04-16 14:13:17', '2012-04-16 14:13:17', '', 41, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/logo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 3, '2012-02-08 22:40:39', '2012-02-08 22:40:39', '[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-02-08 22:40:39', '2012-02-08 22:40:39', '', 41, 'http://brucknerframing.co.uk/41-revision-4/', 0, 'revision', '', 0),
(436, 3, '2012-04-16 14:07:35', '2012-04-16 14:07:35', '[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-04-16 14:07:35', '2012-04-16 14:07:35', '', 41, 'http://brucknerframing.co.uk/41-revision-5/', 0, 'revision', '', 0),
(441, 3, '2012-04-16 14:09:44', '2012-04-16 14:09:44', '[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-04-16 14:09:44', '2012-04-16 14:09:44', '', 41, 'http://brucknerframing.co.uk/41-revision-7/', 0, 'revision', '', 0),
(437, 3, '2012-04-16 14:09:06', '2012-04-16 14:09:06', '[contact-form-7 id="92" title="Contact form 1"][gallery link="file" columns="4"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-04-16 14:09:06', '2012-04-16 14:09:06', '', 41, 'http://brucknerframing.co.uk/41-revision-6/', 0, 'revision', '', 0),
(699, 3, '2013-01-09 08:38:02', '2013-01-09 08:38:02', '<strong>Canvas Prints                        20mm deep                           Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:38:02', '2013-01-09 08:38:02', '', 427, 'http://brucknerframing.co.uk/427-revision-11/', 0, 'revision', '', 0),
(442, 3, '2012-04-16 14:19:01', '2012-04-16 14:19:01', '[gallery columns="4"]\r\n\r\n[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-04-16 14:19:01', '2012-04-16 14:19:01', '', 41, 'http://brucknerframing.co.uk/41-revision-8/', 0, 'revision', '', 0),
(444, 3, '2012-04-16 08:54:32', '2012-04-16 08:54:32', '', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 08:54:32', '2012-04-16 08:54:32', '', 427, 'http://brucknerframing.co.uk/427-revision-2/', 0, 'revision', '', 0),
(449, 3, '2012-04-16 14:23:45', '2012-04-16 14:23:45', '<strong>Canvas Prints                        20mm deep                           Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:23:45', '2012-04-16 14:23:45', '', 427, 'http://brucknerframing.co.uk/427-revision-7/', 0, 'revision', '', 0),
(445, 3, '2012-04-16 14:21:50', '2012-04-16 14:21:50', '<strong>Canvas Prints                                     20mm deep                                        Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:21:50', '2012-04-16 14:21:50', '', 427, 'http://brucknerframing.co.uk/427-revision-3/', 0, 'revision', '', 0),
(446, 3, '2012-04-16 14:22:23', '2012-04-16 14:22:23', '<strong>Canvas Prints                               20mm deep                                        Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:22:23', '2012-04-16 14:22:23', '', 427, 'http://brucknerframing.co.uk/427-revision-4/', 0, 'revision', '', 0),
(447, 3, '2012-04-16 14:23:05', '2012-04-16 14:23:05', '<strong>Canvas Prints                        20mm deep                                      Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:23:05', '2012-04-16 14:23:05', '', 427, 'http://brucknerframing.co.uk/427-revision-5/', 0, 'revision', '', 0),
(448, 3, '2012-04-16 14:23:23', '2012-04-16 14:23:23', '<strong>Canvas Prints                        20mm deep                                      Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:23:23', '2012-04-16 14:23:23', '', 427, 'http://brucknerframing.co.uk/427-revision-6/', 0, 'revision', '', 0),
(450, 3, '2012-04-16 08:53:31', '2012-04-16 08:53:31', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for sizes and prices', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-16 08:53:31', '2012-04-16 08:53:31', '', 404, 'http://brucknerframing.co.uk/404-revision-5/', 0, 'revision', '', 0),
(451, 3, '2012-04-16 19:36:46', '2012-04-16 19:36:46', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-16 19:36:46', '2012-04-16 19:36:46', '', 404, 'http://brucknerframing.co.uk/404-revision-6/', 0, 'revision', '', 0),
(452, 3, '2012-04-16 19:58:13', '2012-04-16 19:58:13', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-16 19:58:13', '2012-04-16 19:58:13', '', 404, 'http://brucknerframing.co.uk/404-revision-7/', 0, 'revision', '', 0),
(454, 3, '2012-04-17 18:55:33', '2012-04-17 18:55:33', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-04-17 18:55:33', '2012-04-17 18:55:33', '', 453, 'http://brucknerframing.co.uk/453-revision/', 0, 'revision', '', 0),
(582, 3, '2012-05-09 12:11:08', '2012-05-09 12:11:08', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 12:11:08', '2012-05-09 12:11:08', '', 404, 'http://brucknerframing.co.uk/404-revision-28/', 0, 'revision', '', 0),
(456, 3, '2012-04-15 16:18:50', '2012-04-15 16:18:50', '<strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-23', '', '', '2012-04-15 16:18:50', '2012-04-15 16:18:50', '', 7, 'http://brucknerframing.co.uk/7-revision-23/', 0, 'revision', '', 0),
(457, 3, '2012-04-27 13:25:15', '2012-04-27 13:25:15', '<strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts (more)</strong>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-24', '', '', '2012-04-27 13:25:15', '2012-04-27 13:25:15', '', 7, 'http://brucknerframing.co.uk/7-revision-24/', 0, 'revision', '', 0),
(458, 3, '2012-04-09 07:46:01', '2012-04-09 07:46:01', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of unique <a href="http://brucknerframing.co.uk//?page_id=26">customised mounts </a>With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.&nbsp;\r\n\r\n&nbsp;</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-61', '', '', '2012-04-09 07:46:01', '2012-04-09 07:46:01', '', 20, 'http://brucknerframing.co.uk/20-revision-61/', 0, 'revision', '', 0),
(461, 3, '2012-05-01 08:42:22', '2012-05-01 08:42:22', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-2', '', '', '2012-05-01 08:42:22', '2012-05-01 08:42:22', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 3, '2012-05-01 08:45:07', '2012-05-01 08:45:07', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-3', '', '', '2012-05-01 08:45:07', '2012-05-01 08:45:07', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 3, '2012-05-01 08:49:29', '2012-05-01 08:49:29', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-4', '', '', '2012-05-01 08:49:29', '2012-05-01 08:49:29', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(464, 3, '2012-05-01 08:50:47', '2012-05-01 08:50:47', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-5', '', '', '2012-05-01 08:50:47', '2012-05-01 08:50:47', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-24.jpg', 0, 'attachment', 'image/jpeg', 0),
(465, 3, '2012-05-01 09:03:22', '2012-05-01 09:03:22', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-6', '', '', '2012-05-01 09:03:22', '2012-05-01 09:03:22', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-25.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 3, '2012-05-01 09:04:47', '2012-05-01 09:04:47', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-7', '', '', '2012-05-01 09:04:47', '2012-05-01 09:04:47', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 3, '2012-05-01 09:07:01', '2012-05-01 09:07:01', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-8', '', '', '2012-05-01 09:07:01', '2012-05-01 09:07:01', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 3, '2012-05-01 09:24:57', '2012-05-01 09:24:57', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-9', '', '', '2012-05-01 09:24:57', '2012-05-01 09:24:57', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-28.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 3, '2012-05-01 09:40:24', '2012-05-01 09:40:24', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-10', '', '', '2012-05-01 09:40:24', '2012-05-01 09:40:24', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-29.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 3, '2012-05-01 09:54:59', '2012-05-01 09:54:59', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-11', '', '', '2012-05-01 09:54:59', '2012-05-01 09:54:59', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-210.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 3, '2012-05-01 10:06:46', '2012-05-01 10:06:46', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-12', '', '', '2012-05-01 10:06:46', '2012-05-01 10:06:46', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-211.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 3, '2012-05-01 10:41:30', '2012-05-01 10:41:30', '', 'header 2', '', 'inherit', 'closed', 'closed', '', 'header-2-13', '', '', '2012-05-01 10:41:30', '2012-05-01 10:41:30', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-212.jpg', 0, 'attachment', 'image/jpeg', 0),
(473, 3, '2012-05-01 11:40:22', '2012-05-01 11:40:22', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3', '', '', '2012-05-01 11:40:22', '2012-05-01 11:40:22', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(474, 3, '2012-05-01 11:42:41', '2012-05-01 11:42:41', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-2', '', '', '2012-05-01 11:42:41', '2012-05-01 11:42:41', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 3, '2012-05-01 11:44:36', '2012-05-01 11:44:36', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-3', '', '', '2012-05-01 11:44:36', '2012-05-01 11:44:36', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-32.jpg', 0, 'attachment', 'image/jpeg', 0),
(476, 3, '2012-05-01 11:45:46', '2012-05-01 11:45:46', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-4', '', '', '2012-05-01 11:45:46', '2012-05-01 11:45:46', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-33.jpg', 0, 'attachment', 'image/jpeg', 0),
(477, 3, '2012-05-01 11:53:11', '2012-05-01 11:53:11', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-5', '', '', '2012-05-01 11:53:11', '2012-05-01 11:53:11', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-34.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 3, '2012-05-03 14:46:52', '2012-05-03 14:46:52', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-6', '', '', '2012-05-03 14:46:52', '2012-05-03 14:46:52', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-35.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 3, '2012-05-03 19:37:53', '2012-05-03 19:37:53', '', 'header 3small', '', 'inherit', 'closed', 'closed', '', 'header-3small', '', '', '2012-05-03 19:37:53', '2012-05-03 19:37:53', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/05/header-3small.jpg', 0, 'attachment', 'image/jpeg', 0),
(941, 3, '2013-05-12 18:54:48', '2013-05-12 18:54:48', '', '_B0C4211-2', '', 'inherit', 'closed', 'closed', '', '_b0c4211-2', '', '', '2013-05-12 18:54:48', '2013-05-12 18:54:48', '', 931, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(942, 3, '2013-05-12 08:13:58', '2013-05-12 08:13:58', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="500" height="333" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:13:58', '2013-05-12 08:13:58', '', 931, 'http://brucknerframing.co.uk/931-revision-7/', 0, 'revision', '', 0),
(943, 3, '2013-05-12 18:55:12', '2013-05-12 18:55:12', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="500" height="333" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft size-medium wp-image-941" alt="_B0C4211-2" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" width="528" height="800" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 18:55:12', '2013-05-12 18:55:12', '', 931, 'http://brucknerframing.co.uk/931-revision-8/', 0, 'revision', '', 0),
(1186, 3, '2023-03-11 18:58:19', '2023-03-11 18:58:19', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft  wp-image-674" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" alt="d8ed73db15a905c6afd08df19456b6bb" width="719" height="297"></a></strong>Great news&nbsp; our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" alt="composite-mount" width="100" height="142"></a> In fact the machine is even more&nbsp;versatile&nbsp;than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img id="51" class="alignleft size-full wp-image-909" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" alt="hearts" width="120" height="124"></a></p>\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a&nbsp;large range&nbsp;from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with&nbsp;your requirements&nbsp; directly</p>\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" alt="emi-12-app" width="200" height="147"></a>of high street stores,the difference being we can be a lot more versatile. For more example see our <a href="http://brucknerframing.co.uk/examples-of-mounts">examples page</a></p>\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2023-03-11 18:58:19', '2023-03-11 18:58:19', '', 453, 'http://brucknerframing.co.uk/?p=1186', 0, 'revision', '', 0),
(488, 3, '2012-04-17 18:55:52', '2012-04-17 18:55:52', '', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-04-17 18:55:52', '2012-04-17 18:55:52', '', 453, 'http://brucknerframing.co.uk/453-revision-2/', 0, 'revision', '', 0),
(489, 3, '2012-05-04 08:17:10', '2012-05-04 08:17:10', 'in the next few weeks we are expecting deliverey of our new computer controled mount cutter.\n\nThis will enable us to offer  unique mounts cut to your requirements\n\n&nbsp;\n\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-05-04 08:17:10', '2012-05-04 08:17:10', '', 453, 'http://brucknerframing.co.uk/453-revision-3/', 0, 'revision', '', 0),
(490, 3, '2012-04-10 17:03:26', '2012-04-10 17:03:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-04-10 17:03:26', '2012-04-10 17:03:26', '', 38, 'http://brucknerframing.co.uk/38-revision-20/', 0, 'revision', '', 0),
(572, 3, '2012-05-20 13:08:37', '2012-05-20 13:08:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a Photoblock or mounted onto an acrylic sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-20 13:08:37', '2012-05-20 13:08:37', '', 38, 'http://brucknerframing.co.uk/38-revision-62/', 0, 'revision', '', 0),
(491, 3, '2012-05-04 08:21:31', '2012-05-04 08:21:31', '[gallery link="file" columns="4"]\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:21:31', '2012-05-04 08:21:31', '', 38, 'http://brucknerframing.co.uk/38-revision-21/', 0, 'revision', '', 0),
(493, 3, '2012-05-04 08:23:17', '2012-05-04 08:23:17', '[gallery link="file" columns="4"]\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:23:17', '2012-05-04 08:23:17', '', 38, 'http://brucknerframing.co.uk/38-revision-23/', 0, 'revision', '', 0),
(492, 3, '2012-05-04 08:22:31', '2012-05-04 08:22:31', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:22:31', '2012-05-04 08:22:31', '', 38, 'http://brucknerframing.co.uk/38-revision-22/', 0, 'revision', '', 0),
(494, 3, '2012-05-04 08:24:21', '2012-05-04 08:24:21', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:24:21', '2012-05-04 08:24:21', '', 38, 'http://brucknerframing.co.uk/38-revision-24/', 0, 'revision', '', 0),
(495, 3, '2012-05-04 08:27:23', '2012-05-04 08:27:23', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:27:23', '2012-05-04 08:27:23', '', 38, 'http://brucknerframing.co.uk/38-revision-25/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(496, 3, '2012-05-04 08:27:31', '2012-05-04 08:27:31', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:27:31', '2012-05-04 08:27:31', '', 38, 'http://brucknerframing.co.uk/38-revision-26/', 0, 'revision', '', 0),
(499, 3, '2012-05-04 08:29:39', '2012-05-04 08:29:39', '123\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:29:39', '2012-05-04 08:29:39', '', 38, 'http://brucknerframing.co.uk/38-revision-29/', 0, 'revision', '', 0),
(497, 3, '2012-05-04 08:28:31', '2012-05-04 08:28:31', '<a href="http://brucknerframing.co.uk/home/enlargements-3/" rel="attachment wp-att-486"><img class="alignnone size-medium wp-image-486" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements2-800x565.jpg" alt="" width="800" height="565" /></a>\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:28:31', '2012-05-04 08:28:31', '', 38, 'http://brucknerframing.co.uk/38-revision-27/', 0, 'revision', '', 0),
(498, 3, '2012-05-04 08:28:31', '2012-05-04 08:28:31', '<a href="http://brucknerframing.co.uk/home/enlargements-3/" rel="attachment wp-att-486"><img class="alignnone size-medium wp-image-486" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements2-800x565.jpg" alt="" width="800" height="565" /></a>\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:28:31', '2012-05-04 08:28:31', '', 38, 'http://brucknerframing.co.uk/38-revision-28/', 0, 'revision', '', 0),
(500, 3, '2012-05-04 08:30:15', '2012-05-04 08:30:15', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:30:15', '2012-05-04 08:30:15', '', 38, 'http://brucknerframing.co.uk/38-revision-30/', 0, 'revision', '', 0),
(501, 3, '2012-05-04 08:30:25', '2012-05-04 08:30:25', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:30:25', '2012-05-04 08:30:25', '', 38, 'http://brucknerframing.co.uk/38-revision-31/', 0, 'revision', '', 0),
(502, 3, '2012-05-04 08:30:31', '2012-05-04 08:30:31', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:30:31', '2012-05-04 08:30:31', '', 38, 'http://brucknerframing.co.uk/38-revision-32/', 0, 'revision', '', 0),
(503, 3, '2012-05-04 08:31:06', '2012-05-04 08:31:06', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:31:06', '2012-05-04 08:31:06', '', 38, 'http://brucknerframing.co.uk/38-revision-33/', 0, 'revision', '', 0),
(504, 3, '2012-05-04 08:32:25', '2012-05-04 08:32:25', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:32:25', '2012-05-04 08:32:25', '', 38, 'http://brucknerframing.co.uk/38-revision-34/', 0, 'revision', '', 0),
(505, 3, '2012-05-04 08:35:13', '2012-05-04 08:35:13', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:35:13', '2012-05-04 08:35:13', '', 38, 'http://brucknerframing.co.uk/38-revision-35/', 0, 'revision', '', 0),
(506, 3, '2012-05-04 08:35:21', '2012-05-04 08:35:21', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:35:21', '2012-05-04 08:35:21', '', 38, 'http://brucknerframing.co.uk/38-revision-36/', 0, 'revision', '', 0),
(507, 3, '2012-05-04 08:36:01', '2012-05-04 08:36:01', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:36:01', '2012-05-04 08:36:01', '', 38, 'http://brucknerframing.co.uk/38-revision-37/', 0, 'revision', '', 0),
(508, 3, '2012-05-04 08:36:58', '2012-05-04 08:36:58', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:36:58', '2012-05-04 08:36:58', '', 38, 'http://brucknerframing.co.uk/38-revision-38/', 0, 'revision', '', 0),
(509, 3, '2012-05-04 08:37:32', '2012-05-04 08:37:32', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="618" height="618" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:37:32', '2012-05-04 08:37:32', '', 38, 'http://brucknerframing.co.uk/38-revision-39/', 0, 'revision', '', 0),
(510, 3, '2012-05-04 08:38:26', '2012-05-04 08:38:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="354" height="350" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:38:26', '2012-05-04 08:38:26', '', 38, 'http://brucknerframing.co.uk/38-revision-40/', 0, 'revision', '', 0),
(512, 3, '2012-05-04 08:39:05', '2012-05-04 08:39:05', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="234" height="207" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:39:05', '2012-05-04 08:39:05', '', 38, 'http://brucknerframing.co.uk/38-revision-41/', 0, 'revision', '', 0),
(940, 3, '2015-03-17 17:41:45', '2015-03-17 17:41:45', '<img class="  alignleft wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="450" height="305" />\n<h1>Above we have The Contemporary style, no mitred joints, available in Natural, limed or antiqued finish</h1>\n<h1>Below the traditional oak mirror with mitred joints  also available in Natural, limed or antiqued finish.</h1>\n<h1></h1>\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="700" height="554" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" alt="gold-mirror-160612" width="800" height="533" /></a>\n\n&nbsp;\n\n<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft size-medium wp-image-941" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="528" height="800" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<p style="padding-left: 450px;"></p>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-autosave-v1', '', '', '2015-03-17 17:41:45', '2015-03-17 17:41:45', '', 931, 'http://brucknerframing.co.uk/931-autosave/', 0, 'revision', '', 0),
(514, 3, '2012-05-04 08:41:44', '2012-05-04 08:41:44', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="234" height="207" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:41:44', '2012-05-04 08:41:44', '', 38, 'http://brucknerframing.co.uk/38-revision-42/', 0, 'revision', '', 0),
(515, 3, '2012-05-04 08:44:12', '2012-05-04 08:44:12', '<a href="http://brucknerframing.co.uk/home/photoblock-edit-1-3/" rel="attachment wp-att-513"><img class="alignnone size-medium wp-image-513" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-12-725x800.jpg" alt="" width="725" height="800" /></a>\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="234" height="207" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:44:12', '2012-05-04 08:44:12', '', 38, 'http://brucknerframing.co.uk/38-revision-43/', 0, 'revision', '', 0),
(517, 3, '2012-05-04 08:45:39', '2012-05-04 08:45:39', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="234" height="207" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:45:39', '2012-05-04 08:45:39', '', 38, 'http://brucknerframing.co.uk/38-revision-45/', 0, 'revision', '', 0),
(516, 3, '2012-05-04 08:44:12', '2012-05-04 08:44:12', '<a href="http://brucknerframing.co.uk/home/photoblock-edit-1-3/" rel="attachment wp-att-513"><img class="alignnone size-medium wp-image-513" title="photoblock edit 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-12-725x800.jpg" alt="" width="725" height="800" /></a>\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="234" height="207" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:44:12', '2012-05-04 08:44:12', '', 38, 'http://brucknerframing.co.uk/38-revision-44/', 0, 'revision', '', 0),
(518, 3, '2012-05-04 08:46:25', '2012-05-04 08:46:25', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="352" height="384" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:46:25', '2012-05-04 08:46:25', '', 38, 'http://brucknerframing.co.uk/38-revision-46/', 0, 'revision', '', 0),
(519, 3, '2012-05-04 08:46:46', '2012-05-04 08:46:46', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="438" height="457" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:46:46', '2012-05-04 08:46:46', '', 38, 'http://brucknerframing.co.uk/38-revision-47/', 0, 'revision', '', 0),
(520, 3, '2012-05-04 08:47:15', '2012-05-04 08:47:15', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="591" height="676" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:47:15', '2012-05-04 08:47:15', '', 38, 'http://brucknerframing.co.uk/38-revision-48/', 0, 'revision', '', 0),
(521, 3, '2012-05-04 08:48:12', '2012-05-04 08:48:12', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="603" height="590" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:48:12', '2012-05-04 08:48:12', '', 38, 'http://brucknerframing.co.uk/38-revision-49/', 0, 'revision', '', 0),
(522, 3, '2012-05-04 08:48:42', '2012-05-04 08:48:42', '&nbsp;\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="567" height="490" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:48:42', '2012-05-04 08:48:42', '', 38, 'http://brucknerframing.co.uk/38-revision-50/', 0, 'revision', '', 0),
(523, 3, '2012-05-04 08:49:21', '2012-05-04 08:49:21', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="354" height="350" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:49:21', '2012-05-04 08:49:21', '', 38, 'http://brucknerframing.co.uk/38-revision-51/', 0, 'revision', '', 0),
(524, 3, '2012-05-04 08:50:39', '2012-05-04 08:50:39', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="801" height="857" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:50:39', '2012-05-04 08:50:39', '', 38, 'http://brucknerframing.co.uk/38-revision-52/', 0, 'revision', '', 0),
(525, 3, '2012-05-04 08:51:13', '2012-05-04 08:51:13', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="756" height="708" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:51:13', '2012-05-04 08:51:13', '', 38, 'http://brucknerframing.co.uk/38-revision-53/', 0, 'revision', '', 0),
(526, 3, '2012-05-04 08:51:37', '2012-05-04 08:51:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="698" height="696" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 08:51:37', '2012-05-04 08:51:37', '', 38, 'http://brucknerframing.co.uk/38-revision-54/', 0, 'revision', '', 0),
(527, 3, '2012-05-04 09:17:20', '2012-05-04 09:17:20', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="695" height="670" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:17:20', '2012-05-04 09:17:20', '', 38, 'http://brucknerframing.co.uk/38-revision-55/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(528, 3, '2012-05-04 09:17:48', '2012-05-04 09:17:48', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="642" height="614" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:17:48', '2012-05-04 09:17:48', '', 38, 'http://brucknerframing.co.uk/38-revision-56/', 0, 'revision', '', 0),
(529, 3, '2012-05-04 09:18:17', '2012-05-04 09:18:17', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="629" height="592" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:18:17', '2012-05-04 09:18:17', '', 38, 'http://brucknerframing.co.uk/38-revision-57/', 0, 'revision', '', 0),
(530, 3, '2012-05-04 09:19:03', '2012-05-04 09:19:03', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="566" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:19:03', '2012-05-04 09:19:03', '', 38, 'http://brucknerframing.co.uk/38-revision-58/', 0, 'revision', '', 0),
(531, 3, '2012-05-04 09:19:50', '2012-05-04 09:19:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="566" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:19:50', '2012-05-04 09:19:50', '', 38, 'http://brucknerframing.co.uk/38-revision-59/', 0, 'revision', '', 0),
(532, 3, '2012-05-04 09:20:19', '2012-05-04 09:20:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk//?page_id=26">Photoblock or mounted onto an acrylic</a> sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="631" height="540" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-04 09:20:19', '2012-05-04 09:20:19', '', 38, 'http://brucknerframing.co.uk/38-revision-60/', 0, 'revision', '', 0),
(535, 3, '2012-04-16 19:58:17', '2012-04-16 19:58:17', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-04-16 19:58:17', '2012-04-16 19:58:17', '', 404, 'http://brucknerframing.co.uk/404-revision-8/', 0, 'revision', '', 0),
(536, 3, '2012-05-09 11:03:30', '2012-05-09 11:03:30', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:03:30', '2012-05-09 11:03:30', '', 404, 'http://brucknerframing.co.uk/404-revision-9/', 0, 'revision', '', 0),
(537, 3, '2012-05-09 11:03:30', '2012-05-09 11:03:30', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can be<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:03:30', '2012-05-09 11:03:30', '', 404, 'http://brucknerframing.co.uk/404-revision-10/', 0, 'revision', '', 0),
(538, 3, '2012-05-09 11:06:29', '2012-05-09 11:06:29', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can becoated to give a textured finish to re-create brush strokes<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a>\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:06:29', '2012-05-09 11:06:29', '', 404, 'http://brucknerframing.co.uk/404-revision-11/', 0, 'revision', '', 0),
(539, 3, '2012-05-09 11:06:29', '2012-05-09 11:06:29', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt. Our canvasses can becoated to give a textured finish to re-create brush strokes<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a>\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:06:29', '2012-05-09 11:06:29', '', 404, 'http://brucknerframing.co.uk/404-revision-12/', 0, 'revision', '', 0),
(540, 3, '2012-05-09 11:08:10', '2012-05-09 11:08:10', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="aligncenter size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:08:10', '2012-05-09 11:08:10', '', 404, 'http://brucknerframing.co.uk/404-revision-13/', 0, 'revision', '', 0),
(541, 3, '2012-05-09 11:08:11', '2012-05-09 11:08:11', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="aligncenter size-large wp-image-534" title="canvas 2cv smaller" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:08:11', '2012-05-09 11:08:11', '', 404, 'http://brucknerframing.co.uk/404-revision-14/', 0, 'revision', '', 0),
(542, 3, '2012-05-09 11:15:03', '2012-05-09 11:15:03', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:15:03', '2012-05-09 11:15:03', '', 404, 'http://brucknerframing.co.uk/404-revision-15/', 0, 'revision', '', 0),
(543, 3, '2012-05-09 11:15:03', '2012-05-09 11:15:03', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:15:03', '2012-05-09 11:15:03', '', 404, 'http://brucknerframing.co.uk/404-revision-16/', 0, 'revision', '', 0),
(544, 3, '2012-05-09 11:54:59', '2012-05-09 11:54:59', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:54:59', '2012-05-09 11:54:59', '', 404, 'http://brucknerframing.co.uk/404-revision-17/', 0, 'revision', '', 0),
(545, 3, '2012-05-09 11:54:59', '2012-05-09 11:54:59', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:54:59', '2012-05-09 11:54:59', '', 404, 'http://brucknerframing.co.uk/404-revision-18/', 0, 'revision', '', 0),
(546, 3, '2012-05-09 11:57:13', '2012-05-09 11:57:13', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:57:13', '2012-05-09 11:57:13', '', 404, 'http://brucknerframing.co.uk/404-revision-19/', 0, 'revision', '', 0),
(547, 3, '2012-05-09 11:57:13', '2012-05-09 11:57:13', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright size-large wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="688" height="637" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:57:13', '2012-05-09 11:57:13', '', 404, 'http://brucknerframing.co.uk/404-revision-20/', 0, 'revision', '', 0),
(548, 3, '2012-05-09 11:57:32', '2012-05-09 11:57:32', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="619" height="571" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:57:32', '2012-05-09 11:57:32', '', 404, 'http://brucknerframing.co.uk/404-revision-21/', 0, 'revision', '', 0),
(549, 3, '2012-05-09 11:57:32', '2012-05-09 11:57:32', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="619" height="571" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:57:32', '2012-05-09 11:57:32', '', 404, 'http://brucknerframing.co.uk/404-revision-22/', 0, 'revision', '', 0),
(550, 3, '2012-05-09 11:58:08', '2012-05-09 11:58:08', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:58:08', '2012-05-09 11:58:08', '', 404, 'http://brucknerframing.co.uk/404-revision-23/', 0, 'revision', '', 0),
(553, 3, '2012-05-09 12:07:09', '2012-05-09 12:07:09', ' ', '', '', 'publish', 'closed', 'closed', '', '553', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=553', 23, 'nav_menu_item', '', 0),
(554, 3, '2012-05-09 11:58:08', '2012-05-09 11:58:08', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 11:58:08', '2012-05-09 11:58:08', '', 404, 'http://brucknerframing.co.uk/404-revision-24/', 0, 'revision', '', 0),
(555, 3, '2012-05-09 12:10:11', '2012-05-09 12:10:11', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/citroren-wall-art/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 12:10:11', '2012-05-09 12:10:11', '', 404, 'http://brucknerframing.co.uk/404-revision-25/', 0, 'revision', '', 0),
(556, 3, '2012-05-09 12:10:11', '2012-05-09 12:10:11', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 12:10:11', '2012-05-09 12:10:11', '', 404, 'http://brucknerframing.co.uk/404-revision-26/', 0, 'revision', '', 0),
(557, 3, '2012-05-09 12:11:08', '2012-05-09 12:11:08', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/citroren-wall-art/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-05-09 12:11:08', '2012-05-09 12:11:08', '', 404, 'http://brucknerframing.co.uk/404-revision-27/', 0, 'revision', '', 0),
(667, 3, '2012-10-22 07:35:00', '2012-10-22 07:35:00', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-10-22 07:35:00', '2012-10-22 07:35:00', '', 404, 'http://brucknerframing.co.uk/404-revision-32/', 0, 'revision', '', 0),
(560, 3, '2012-05-09 12:03:51', '2012-05-09 12:03:51', '', 'Citroren Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-09 12:03:51', '2012-05-09 12:03:51', '', 551, 'http://brucknerframing.co.uk/551-revision-2/', 0, 'revision', '', 0),
(562, 3, '2012-05-13 07:12:39', '2012-05-13 07:12:39', '', 'Citroen Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-13 07:12:39', '2012-05-13 07:12:39', '', 551, 'http://brucknerframing.co.uk/551-revision-3/', 0, 'revision', '', 0),
(564, 3, '2012-05-13 07:21:32', '2012-05-13 07:21:32', '', 'Citroen Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-13 07:21:32', '2012-05-13 07:21:32', '', 551, 'http://brucknerframing.co.uk/551-revision-5/', 0, 'revision', '', 0),
(563, 3, '2012-05-13 07:20:39', '2012-05-13 07:20:39', '[slideshow id=6]', 'Citroen Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-13 07:20:39', '2012-05-13 07:20:39', '', 551, 'http://brucknerframing.co.uk/551-revision-4/', 0, 'revision', '', 0),
(565, 3, '2012-04-12 13:12:59', '2012-04-12 13:12:59', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. Click for prices and sizes', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-04-12 13:12:59', '2012-04-12 13:12:59', '', 393, 'http://brucknerframing.co.uk/393-revision-5/', 0, 'revision', '', 0),
(566, 3, '2012-04-12 12:11:06', '2012-04-12 12:11:06', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-24', '', '', '2012-04-12 12:11:06', '2012-04-12 12:11:06', '', 11, 'http://brucknerframing.co.uk/11-revision-24/', 0, 'revision', '', 0),
(567, 3, '2012-05-18 07:59:30', '2012-05-18 07:59:30', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to contact us for a quote on any size/finish you require\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-25', '', '', '2012-05-18 07:59:30', '2012-05-18 07:59:30', '', 11, 'http://brucknerframing.co.uk/11-revision-25/', 0, 'revision', '', 0),
(568, 3, '2012-05-18 07:59:30', '2012-05-18 07:59:30', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to contact us for a quote on any size/finish you require\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-26', '', '', '2012-05-18 07:59:30', '2012-05-18 07:59:30', '', 11, 'http://brucknerframing.co.uk/11-revision-26/', 0, 'revision', '', 0),
(569, 3, '2012-05-18 08:00:38', '2012-05-18 08:00:38', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-27', '', '', '2012-05-18 08:00:38', '2012-05-18 08:00:38', '', 11, 'http://brucknerframing.co.uk/11-revision-27/', 0, 'revision', '', 0),
(573, 3, '2012-05-20 13:16:23', '2012-05-20 13:16:23', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an acrylic sheet .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-20 13:16:23', '2012-05-20 13:16:23', '', 38, 'http://brucknerframing.co.uk/38-revision-63/', 0, 'revision', '', 0),
(574, 3, '2012-04-27 16:48:41', '2012-04-27 16:48:41', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our bespoke framing service offers you a choice second to none, with a combination of over 2000 different mouldings; hundreds of standard mount boards as well as an infinite number of <a href="http://brucknerframing.co.uk/mounts/">unique customised mounts</a> With endless ways of mounting your image or object, I’m sure that you see the opportunity to get exactly what you want. So don’t settle for “off the shelf”, “nearly but not quite”, get exactly what you want”With such a choice it’s difficult to produce a price list for this service, just let us know what you want   via the contact form and we will give you a quote .However we do have a range of standard frames.</td>\r\n<td>[nggallery id=2]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Bespoke Framing', '', 'inherit', 'closed', 'closed', '', '20-revision-63', '', '', '2012-04-27 16:48:41', '2012-04-27 16:48:41', '', 20, 'http://brucknerframing.co.uk/20-revision-63/', 0, 'revision', '', 0),
(575, 3, '2012-04-10 16:10:33', '2012-04-10 16:10:33', '<a href="http://brucknerframing.co.uk/new/canvas-frames-1-3/" rel="attachment wp-att-366"><img class="alignright  wp-image-366" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1-565x800.jpg" alt="" width="443" height="516" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong>Contact us for details</strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-04-10 16:10:33', '2012-04-10 16:10:33', '', 293, 'http://brucknerframing.co.uk/293-revision-7/', 0, 'revision', '', 0),
(576, 3, '2012-05-20 17:34:01', '2012-05-20 17:34:01', '<a href="http://brucknerframing.co.uk/new/canvas-frames-1-3/" rel="attachment wp-att-366"><img class="alignright  wp-image-366" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1-565x800.jpg" alt="" width="443" height="516" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-05-20 17:34:01', '2012-05-20 17:34:01', '', 293, 'http://brucknerframing.co.uk/293-revision-8/', 0, 'revision', '', 0),
(577, 3, '2012-05-04 08:17:16', '2012-05-04 08:17:16', 'in the next few weeks we are expecting deliverey of our new computer controled mount cutter.\r\n\r\nThis will enable us to offer  unique mounts cut to your requirements\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-05-04 08:17:16', '2012-05-04 08:17:16', '', 453, 'http://brucknerframing.co.uk/453-revision-4/', 0, 'revision', '', 0),
(578, 3, '2012-06-16 12:49:39', '2012-06-16 12:49:39', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-06-16 12:49:39', '2012-06-16 12:49:39', '', 453, 'http://brucknerframing.co.uk/453-revision-5/', 0, 'revision', '', 0),
(579, 3, '2012-06-26 15:59:20', '2012-06-26 15:59:20', '<a title="" href="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/b0c4333.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-center" src="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/thumbs/thumbs_b0c4333.gif" alt="b0c4333" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-06-26 15:59:20', '2012-06-26 15:59:20', '', 453, 'http://brucknerframing.co.uk/453-revision-6/', 0, 'revision', '', 0),
(580, 3, '2012-07-03 18:59:44', '2012-07-03 18:59:44', ' ', '', '', 'publish', 'closed', 'closed', '', '580', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=580', 17, 'nav_menu_item', '', 0),
(581, 3, '2012-07-03 19:04:44', '2012-07-03 19:04:44', ' ', '', '', 'publish', 'closed', 'closed', '', '581', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=581', 18, 'nav_menu_item', '', 0),
(583, 3, '2012-07-03 19:14:24', '2012-07-03 19:14:24', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-07-03 19:14:24', '2012-07-03 19:14:24', '', 404, 'http://brucknerframing.co.uk/404-revision-29/', 0, 'revision', '', 0),
(666, 3, '2012-12-31 20:01:48', '2012-12-31 20:01:48', 'test', 'test', '', 'inherit', 'closed', 'closed', '', '664-autosave', '', '', '2012-12-31 20:01:48', '2012-12-31 20:01:48', '', 664, 'http://brucknerframing.co.uk/664-autosave/', 0, 'revision', '', 0),
(747, 3, '2013-01-15 19:02:43', '2013-01-15 19:02:43', '', 'canvas-frames-1', '', 'inherit', 'closed', 'closed', '', 'canvas-frames-1', '', '', '2013-01-15 19:02:43', '2013-01-15 19:02:43', '', 404, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif', 0, 'attachment', 'image/gif', 0),
(590, 3, '2012-04-11 09:29:05', '2012-04-11 09:29:05', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.\r\n\r\nAll you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.\r\n\r\nA floating sub mount is available to project the board from the wall\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-15', '', '', '2012-04-11 09:29:05', '2012-04-11 09:29:05', '', 26, 'http://brucknerframing.co.uk/26-revision-15/', 0, 'revision', '', 0),
(591, 3, '2012-07-03 19:14:24', '2012-07-03 19:14:24', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-07-03 19:14:24', '2012-07-03 19:14:24', '', 404, 'http://brucknerframing.co.uk/404-revision-30/', 0, 'revision', '', 0),
(592, 3, '2012-10-22 07:35:00', '2012-10-22 07:35:00', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-10-22 07:35:00', '2012-10-22 07:35:00', '', 404, 'http://brucknerframing.co.uk/404-revision-31/', 0, 'revision', '', 0),
(593, 3, '2012-10-22 07:31:14', '2012-10-22 07:31:14', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.\r\n\r\nA floating sub mount is available to project the board from the wall\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-16', '', '', '2012-10-22 07:31:14', '2012-10-22 07:31:14', '', 26, 'http://brucknerframing.co.uk/26-revision-16/', 0, 'revision', '', 0),
(594, 3, '2012-02-23 14:23:11', '2012-02-23 14:23:11', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-7', '', '', '2012-02-23 14:23:11', '2012-02-23 14:23:11', '', 266, 'http://brucknerframing.co.uk/266-revision-7/', 0, 'revision', '', 0),
(595, 3, '2012-10-22 07:38:29', '2012-10-22 07:38:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.\r\n\r\nContact us today to discuss yor requirements</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-8', '', '', '2012-10-22 07:38:29', '2012-10-22 07:38:29', '', 266, 'http://brucknerframing.co.uk/266-revision-8/', 0, 'revision', '', 0),
(597, 3, '2012-10-22 07:38:29', '2012-10-22 07:38:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.\r\n\r\nContact us today to discuss yor requirements</td>\r\n<td><a href="http://brucknerframing.co.uk//?attachment_id=270" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-10', '', '', '2012-10-22 07:38:29', '2012-10-22 07:38:29', '', 266, 'http://brucknerframing.co.uk/266-revision-10/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(596, 3, '2012-10-22 07:38:29', '2012-10-22 07:38:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.\r\n\r\nContact us today to discuss yor requirements</td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-9', '', '', '2012-10-22 07:38:29', '2012-10-22 07:38:29', '', 266, 'http://brucknerframing.co.uk/266-revision-9/', 0, 'revision', '', 0),
(598, 3, '2012-05-20 13:20:46', '2012-05-20 13:20:46', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-05-20 13:20:46', '2012-05-20 13:20:46', '', 38, 'http://brucknerframing.co.uk/38-revision-64/', 0, 'revision', '', 0),
(599, 3, '2012-10-22 07:38:29', '2012-10-22 07:38:29', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.\r\n\r\nContact us today to discuss yor requirements</td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-11', '', '', '2012-10-22 07:38:29', '2012-10-22 07:38:29', '', 266, 'http://brucknerframing.co.uk/266-revision-11/', 0, 'revision', '', 0),
(600, 3, '2012-10-22 07:41:39', '2012-10-22 07:41:39', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-12', '', '', '2012-10-22 07:41:39', '2012-10-22 07:41:39', '', 266, 'http://brucknerframing.co.uk/266-revision-12/', 0, 'revision', '', 0),
(665, 3, '2012-12-31 20:00:37', '2012-12-31 20:00:37', '', 'test', '', 'inherit', 'closed', 'closed', '', '664-revision', '', '', '2012-12-31 20:00:37', '2012-12-31 20:00:37', '', 664, 'http://brucknerframing.co.uk/664-revision/', 0, 'revision', '', 0),
(601, 3, '2012-10-22 07:39:27', '2012-10-22 07:39:27', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a> old or damaged photographs.\r\n\r\nContact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-10-22 07:39:27', '2012-10-22 07:39:27', '', 38, 'http://brucknerframing.co.uk/38-revision-65/', 0, 'revision', '', 0),
(602, 3, '2012-05-18 07:57:32', '2012-05-18 07:57:32', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-05-18 07:57:32', '2012-05-18 07:57:32', '', 393, 'http://brucknerframing.co.uk/393-revision-6/', 0, 'revision', '', 0),
(625, 3, '2012-12-11 17:32:50', '2012-12-11 17:32:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:32:50', '2012-12-11 17:32:50', '', 38, 'http://brucknerframing.co.uk/38-revision-68/', 0, 'revision', '', 0),
(623, 3, '2012-12-11 17:32:37', '2012-12-11 17:32:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:32:37', '2012-12-11 17:32:37', '', 38, 'http://brucknerframing.co.uk/38-revision-67/', 0, 'revision', '', 0),
(628, 3, '2012-12-11 17:35:22', '2012-12-11 17:35:22', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/googleba6ac56a791e5e5b-3/">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:35:22', '2012-12-11 17:35:22', '', 38, 'http://brucknerframing.co.uk/38-revision-70/', 0, 'revision', '', 0),
(629, 3, '2012-12-11 17:36:19', '2012-12-11 17:36:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/googleba6ac56a791e5e5b-3/">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:36:19', '2012-12-11 17:36:19', '', 38, 'http://brucknerframing.co.uk/38-revision-71/', 0, 'revision', '', 0),
(630, 3, '2012-12-11 17:36:33', '2012-12-11 17:36:33', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/googleba6ac56a791e5e5b-3/">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:36:33', '2012-12-11 17:36:33', '', 38, 'http://brucknerframing.co.uk/38-revision-72/', 0, 'revision', '', 0),
(634, 3, '2012-12-11 17:37:19', '2012-12-11 17:37:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:37:19', '2012-12-11 17:37:19', '', 38, 'http://brucknerframing.co.uk/38-revision-74/', 0, 'revision', '', 0),
(635, 3, '2012-12-11 17:57:53', '2012-12-11 17:57:53', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/home/googleba6ac56a791e5e5b-4/" rel="attachment wp-att-633">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:57:53', '2012-12-11 17:57:53', '', 38, 'http://brucknerframing.co.uk/38-revision-75/', 0, 'revision', '', 0),
(636, 3, '2012-12-11 17:57:53', '2012-12-11 17:57:53', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/home/googleba6ac56a791e5e5b-4/" rel="attachment wp-att-633">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:57:53', '2012-12-11 17:57:53', '', 38, 'http://brucknerframing.co.uk/38-revision-76/', 0, 'revision', '', 0),
(813, 3, '2012-12-31 19:54:15', '2012-12-31 19:54:15', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today\r\n\r\n&nbsp;\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-18', '', '', '2012-12-31 19:54:15', '2012-12-31 19:54:15', '', 26, 'http://brucknerframing.co.uk/26-revision-18/', 0, 'revision', '', 0),
(638, 3, '2012-12-11 17:59:04', '2012-12-11 17:59:04', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 17:59:04', '2012-12-11 17:59:04', '', 38, 'http://brucknerframing.co.uk/38-revision-77/', 0, 'revision', '', 0),
(639, 3, '2012-12-11 18:00:09', '2012-12-11 18:00:09', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/googleba6ac56a791e5e5b-5/">googleba6ac56a791e5e5b</a>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 18:00:09', '2012-12-11 18:00:09', '', 38, 'http://brucknerframing.co.uk/38-revision-78/', 0, 'revision', '', 0),
(653, 3, '2012-12-11 18:56:39', '2012-12-11 18:56:39', '', 'googleba6ac56a791e5e5b', '', 'inherit', 'closed', 'closed', '', 'googleba6ac56a791e5e5b', '', '', '2012-12-11 18:56:39', '2012-12-11 18:56:39', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/12/googleba6ac56a791e5e5b.html', 0, 'attachment', 'text/html', 0),
(817, 3, '2013-02-04 11:12:47', '2013-02-04 11:12:47', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order todayclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-20', '', '', '2013-02-04 11:12:47', '2013-02-04 11:12:47', '', 26, 'http://brucknerframing.co.uk/26-revision-20/', 0, 'revision', '', 0),
(815, 3, '2013-02-04 11:05:19', '2013-02-04 11:05:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today&nbsp;\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/mounts/photoblock2/" rel="attachment wp-att-812"><img class="alignleft size-full wp-image-812" alt="photoblock2" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock2.jpg" width="200" height="220" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-19', '', '', '2013-02-04 11:05:19', '2013-02-04 11:05:19', '', 26, 'http://brucknerframing.co.uk/26-revision-19/', 0, 'revision', '', 0),
(862, 3, '2013-03-02 11:03:44', '2013-03-02 11:03:44', '<a href="http://brucknerframing.co.uk/photography/_w1q2110-blur-black/" rel="attachment wp-att-1121"><img class="alignleft size-medium wp-image-1121" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK-800x533.jpg" alt="_W1Q2110 BLUR BLACK" width="800" height="533" /></a>We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples<a href="http://brucknerframing.co.uk/photography/_w1q2107-blur-black/" rel="attachment wp-att-1125"><img class="alignleft size-medium wp-image-1125" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2107-blur-black-800x533.jpg" alt="_W1Q2107 blur black" width="400" height="266" /></a><a href="http://brucknerframing.co.uk/photography/_w1q2119-blur-black/" rel="attachment wp-att-1123"><img class="alignleft size-medium wp-image-1123" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2119-blur-black-800x533.jpg" alt="_W1Q2119 blur black" width="400" height="266" /></a>\r\n\r\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\r\n\r\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'publish', 'closed', 'closed', '', 'photography', '', '', '2014-10-15 20:52:53', '2014-10-15 20:52:53', '', 0, 'http://brucknerframing.co.uk/?page_id=862', 0, 'page', '', 0),
(816, 3, '2013-02-04 22:07:23', '2013-02-04 22:07:23', '', 'photoblock-edit-1', '', 'inherit', 'closed', 'closed', '', 'photoblock-edit-1-4', '', '', '2013-02-04 22:07:23', '2013-02-04 22:07:23', '', 26, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif', 0, 'attachment', 'image/gif', 0),
(661, 3, '2012-10-22 07:36:41', '2012-10-22 07:36:41', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today\r\n\r\n&nbsp;\r\n\r\nclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td>[nggallery id=3]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-17', '', '', '2012-10-22 07:36:41', '2012-10-22 07:36:41', '', 26, 'http://brucknerframing.co.uk/26-revision-17/', 0, 'revision', '', 0),
(662, 3, '2012-12-31 18:11:42', '2012-12-31 18:11:42', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-12-31 18:11:42', '2012-12-31 18:11:42', '', 393, 'http://brucknerframing.co.uk/393-revision-8/', 0, 'revision', '', 0),
(663, 3, '2012-12-31 19:55:31', '2012-12-31 19:55:31', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-12-31 19:55:31', '2012-12-31 19:55:31', '', 393, 'http://brucknerframing.co.uk/393-revision-9/', 0, 'revision', '', 0),
(664, 3, '2012-12-31 20:00:40', '2012-12-31 20:00:40', '', '', '', 'publish', 'closed', 'closed', '', '664', '', '', '2013-01-15 19:18:59', '2013-01-15 19:18:59', '', 0, 'http://brucknerframing.co.uk/?page_id=664', 0, 'page', '', 0),
(668, 3, '2012-12-31 20:06:48', '2012-12-31 20:06:48', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to<a href="http://brucknerframing.co.uk/canvas/canvas-2cv-smaller-2/" rel="attachment wp-att-534"><img class="alignright  wp-image-534" title="canvas 2cv " src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-smaller1-1024x949.jpg" alt="" width="577" height="525" /></a> protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-12-31 20:06:48', '2012-12-31 20:06:48', '', 404, 'http://brucknerframing.co.uk/404-revision-33/', 0, 'revision', '', 0),
(671, 3, '2013-01-07 15:44:08', '2013-01-07 15:44:08', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-10', '', '', '2013-01-07 15:44:08', '2013-01-07 15:44:08', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/header-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(672, 3, '2013-01-07 15:45:48', '2013-01-07 15:45:48', '', 'header 3', '', 'inherit', 'closed', 'closed', '', 'header-3-11', '', '', '2013-01-07 15:45:48', '2013-01-07 15:45:48', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/header-32.jpg', 0, 'attachment', 'image/jpeg', 0),
(673, 3, '2012-12-11 18:01:59', '2012-12-11 18:01:59', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore</a>old or damaged photographs.Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2012-12-11 18:01:59', '2012-12-11 18:01:59', '', 38, 'http://brucknerframing.co.uk/38-revision-79/', 0, 'revision', '', 0),
(674, 3, '2013-01-07 15:51:14', '2013-01-07 15:51:14', '', 'd8ed73db15a905c6afd08df19456b6bb', '', 'inherit', 'closed', 'closed', '', 'd8ed73db15a905c6afd08df19456b6bb', '', '', '2013-01-07 15:51:14', '2013-01-07 15:51:14', '', 453, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg', 0, 'attachment', 'image/jpeg', 0),
(675, 3, '2012-06-26 21:38:36', '2012-06-26 21:38:36', '<a title="" href="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/b0c4333.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-right" src="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/thumbs/thumbs_b0c4333.gif" alt="b0c4333" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2012-06-26 21:38:36', '2012-06-26 21:38:36', '', 453, 'http://brucknerframing.co.uk/453-revision-7/', 0, 'revision', '', 0),
(677, 3, '2013-01-07 15:53:19', '2013-01-07 15:53:19', '<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="362" height="133" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-07 15:53:19', '2013-01-07 15:53:19', '', 453, 'http://brucknerframing.co.uk/453-revision-9/', 0, 'revision', '', 0),
(676, 3, '2013-01-07 15:51:50', '2013-01-07 15:51:50', '<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="aligncenter size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="922" height="380" /></a><a title="" href="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/b0c4333.gif" rel="lightbox[]"><img class="ngg-singlepic ngg-right" alt="b0c4333" src="http://brucknerframing.co.uk/wp-content/gallery/mounts_1/thumbs/thumbs_b0c4333.gif" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-07 15:51:50', '2013-01-07 15:51:50', '', 453, 'http://brucknerframing.co.uk/453-revision-8/', 0, 'revision', '', 0),
(678, 3, '2013-01-07 15:55:16', '2013-01-07 15:55:16', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="362" height="133" /></a> ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-07 15:55:16', '2013-01-07 15:55:16', '', 453, 'http://brucknerframing.co.uk/453-revision-10/', 0, 'revision', '', 0),
(679, 3, '2013-01-07 15:56:14', '2013-01-07 15:56:14', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination. why not put us to the test .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-07 15:56:14', '2013-01-07 15:56:14', '', 453, 'http://brucknerframing.co.uk/453-revision-11/', 0, 'revision', '', 0),
(680, 3, '2012-12-31 20:07:19', '2012-12-31 20:07:19', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can becoated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2012-12-31 20:07:19', '2012-12-31 20:07:19', '', 404, 'http://brucknerframing.co.uk/404-revision-34/', 0, 'revision', '', 0),
(833, 3, '2013-02-12 08:44:55', '2013-02-12 08:44:55', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="800" height="632" /></a>', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-3', '', '', '2013-02-12 08:44:55', '2013-02-12 08:44:55', '', 828, 'http://brucknerframing.co.uk/828-revision-3/', 0, 'revision', '', 0),
(682, 3, '2012-05-13 07:24:34', '2012-05-13 07:24:34', '[nggallery id=6]', 'Citroen Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2012-05-13 07:24:34', '2012-05-13 07:24:34', '', 551, 'http://brucknerframing.co.uk/551-revision-6/', 0, 'revision', '', 0),
(683, 3, '2013-01-08 11:20:22', '2013-01-08 11:20:22', '[nggallery id=8]', 'Citroen Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2013-01-08 11:20:22', '2013-01-08 11:20:22', '', 551, 'http://brucknerframing.co.uk/551-revision-7/', 0, 'revision', '', 0),
(1097, 3, '2013-01-08 12:40:34', '2013-01-08 12:40:34', '[nggallery id=8] All of the images in this gallery are available to purchase. They are available as Mounted Fine Art Prints ,Block prints or as box canvases obviously the prints and canvases can be framed to your  requirements', ' Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2013-01-08 12:40:34', '2013-01-08 12:40:34', '', 551, 'http://brucknerframing.co.uk/551-revision-v1/', 0, 'revision', '', 0),
(684, 3, '2013-01-08 11:21:48', '2013-01-08 11:21:48', '[nggallery id=8]', ' Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2013-01-08 11:21:48', '2013-01-08 11:21:48', '', 551, 'http://brucknerframing.co.uk/551-revision-8/', 0, 'revision', '', 0),
(1099, 3, '2013-10-20 16:39:22', '2013-10-20 16:39:22', '[nggallery id=8] ', ' Wall Art', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2013-10-20 16:39:22', '2013-10-20 16:39:22', '', 551, 'http://brucknerframing.co.uk/551-revision-v1/', 0, 'revision', '', 0),
(685, 3, '2013-01-07 15:59:53', '2013-01-07 15:59:53', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-07 15:59:53', '2013-01-07 15:59:53', '', 453, 'http://brucknerframing.co.uk/453-revision-12/', 0, 'revision', '', 0),
(686, 3, '2012-04-02 10:06:09', '2012-04-02 10:06:09', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Some text nnhhyuhyugyugnygyugy gy gygy\r\n\r\n&nbsp;\r\n\r\nh uhuh</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-11', '', '', '2012-04-02 10:06:09', '2012-04-02 10:06:09', '', 34, 'http://brucknerframing.co.uk/34-revision-11/', 0, 'revision', '', 0),
(687, 3, '2013-01-08 13:02:02', '2013-01-08 13:02:02', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"> We are currently offering  paper back photo books made up using your images We are very flexible with the layout  again we are just here to create from your ideas and designs, however we will always be there to help should we be needed\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Books', '', 'inherit', 'closed', 'closed', '', '34-revision-12', '', '', '2013-01-08 13:02:02', '2013-01-08 13:02:02', '', 34, 'http://brucknerframing.co.uk/34-revision-12/', 0, 'revision', '', 0),
(688, 3, '2013-01-08 12:50:14', '2013-01-08 12:50:14', '[slideshow id=9]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 12:50:14', '2013-01-08 12:50:14', '', 453, 'http://brucknerframing.co.uk/453-revision-13/', 0, 'revision', '', 0),
(690, 3, '2013-01-08 13:11:54', '2013-01-08 13:11:54', '[slideshow id=9]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:11:54', '2013-01-08 13:11:54', '', 453, 'http://brucknerframing.co.uk/453-revision-15/', 0, 'revision', '', 0),
(689, 3, '2013-01-08 13:08:35', '2013-01-08 13:08:35', '[slideshow id=9]]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:08:35', '2013-01-08 13:08:35', '', 453, 'http://brucknerframing.co.uk/453-revision-14/', 0, 'revision', '', 0),
(691, 3, '2013-01-08 13:13:48', '2013-01-08 13:13:48', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:13:48', '2013-01-08 13:13:48', '', 453, 'http://brucknerframing.co.uk/453-revision-16/', 0, 'revision', '', 0),
(709, 3, '2013-01-09 19:46:44', '2013-01-09 19:46:44', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 19:46:44', '2013-01-09 19:46:44', '', 453, 'http://brucknerframing.co.uk/453-revision-21/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(692, 3, '2013-01-08 13:15:08', '2013-01-08 13:15:08', '[slideshow id=9]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:15:08', '2013-01-08 13:15:08', '', 453, 'http://brucknerframing.co.uk/453-revision-17/', 0, 'revision', '', 0),
(695, 3, '2013-01-09 08:19:40', '2013-01-09 08:19:40', '', 'canvas 2cv', '', 'inherit', 'closed', 'closed', '', 'canvas-2cv', '', '', '2013-01-09 08:19:40', '2013-01-09 08:19:40', '', 427, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv.jpg', 0, 'attachment', 'image/jpeg', 0),
(693, 3, '2013-01-08 13:16:50', '2013-01-08 13:16:50', '[[imagebrowser id=9]]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:16:50', '2013-01-08 13:16:50', '', 453, 'http://brucknerframing.co.uk/453-revision-18/', 0, 'revision', '', 0),
(694, 3, '2013-01-08 13:17:21', '2013-01-08 13:17:21', '[imagebrowser id=9]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:17:21', '2013-01-08 13:17:21', '', 453, 'http://brucknerframing.co.uk/453-revision-19/', 0, 'revision', '', 0),
(696, 3, '2012-04-16 14:24:16', '2012-04-16 14:24:16', '<strong>Canvas Prints                        20mm deep                           Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2012-04-16 14:24:16', '2012-04-16 14:24:16', '', 427, 'http://brucknerframing.co.uk/427-revision-8/', 0, 'revision', '', 0),
(697, 3, '2013-01-09 08:34:53', '2013-01-09 08:34:53', '<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv.jpg" width="594" height="562" /></a>Canvas Prints                        20mm deep                           Gallery (38mm)</strong>\n\n10x8in (250x200mm)                        £9.20                                                     £15.90\n\nA4 (297x210mm)                              £10.50                                                   £18.00\n\n12x10in (300x250)                            £12.60                                                   £18.50\n\n16x12in (400x300)                            £17.80                                                   £23.23\n\nA3 (410x297mm)                              £20.10                                                   £25.20\n\nA3+ (475x325mm)                           £21.80                                                   £25.79\n\n20 x16in                                           £24.60                                                   £28.48\n\nA2                                                    £27.20                                                   £30.10\n\n20x 24in (500x600mm)                    £28.20                                                   £35.90\n\nA1 (841x594)                                   £45.00                                                   £56.00\n\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\n\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:34:53', '2013-01-09 08:34:53', '', 427, 'http://brucknerframing.co.uk/427-revision-9/', 0, 'revision', '', 0),
(698, 3, '2013-01-09 08:35:22', '2013-01-09 08:35:22', '<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv.jpg" width="608" height="560" /></a>Canvas Prints                        20mm deep                           Gallery (38mm)</strong>\r\n\r\n10x8in (250x200mm)                        £9.20                                                     £15.90\r\n\r\nA4 (297x210mm)                              £10.50                                                   £18.00\r\n\r\n12x10in (300x250)                            £12.60                                                   £18.50\r\n\r\n16x12in (400x300)                            £17.80                                                   £23.23\r\n\r\nA3 (410x297mm)                              £20.10                                                   £25.20\r\n\r\nA3+ (475x325mm)                           £21.80                                                   £25.79\r\n\r\n20 x16in                                           £24.60                                                   £28.48\r\n\r\nA2                                                    £27.20                                                   £30.10\r\n\r\n20x 24in (500x600mm)                    £28.20                                                   £35.90\r\n\r\nA1 (841x594)                                   £45.00                                                   £56.00\r\n\r\n36 x24in (900 x600mm)                   £51.90                                                   £63.86\r\n\r\nA0 (1189 x841mm)                          £90.25                                                   £110.50', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:35:22', '2013-01-09 08:35:22', '', 427, 'http://brucknerframing.co.uk/427-revision-10/', 0, 'revision', '', 0),
(703, 3, '2013-01-09 08:46:31', '2013-01-09 08:46:31', '<strong>Canvas Prints                      20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)                 £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                       £10                 £18.00</li>\r\n	<li>12x10in (300x250)                     £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                     £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                       £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                     £21.80            £25.79</li>\r\n	<li>20 x16in                                     £24.60            £28.48</li>\r\n	<li>A2                                              £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)              £28.20            £35.90</li>\r\n	<li>A1 (841x594)                             £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)            £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                   £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:46:31', '2013-01-09 08:46:31', '', 427, 'http://brucknerframing.co.uk/427-revision-15/', 0, 'revision', '', 0),
(705, 3, '2013-01-09 08:47:40', '2013-01-09 08:47:40', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 08:47:40', '2013-01-09 08:47:40', '', 427, 'http://brucknerframing.co.uk/427-revision-16/', 0, 'revision', '', 0),
(706, 3, '2013-01-09 09:15:48', '2013-01-09 09:15:48', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 09:15:48', '2013-01-09 09:15:48', '', 427, 'http://brucknerframing.co.uk/427-revision-17/', 0, 'revision', '', 0),
(707, 3, '2013-01-09 09:16:43', '2013-01-09 09:16:43', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 09:16:43', '2013-01-09 09:16:43', '', 427, 'http://brucknerframing.co.uk/427-revision-18/', 0, 'revision', '', 0),
(708, 3, '2013-01-08 13:23:02', '2013-01-08 13:23:02', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>[nggallery id=9]\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-08 13:23:02', '2013-01-08 13:23:02', '', 453, 'http://brucknerframing.co.uk/453-revision-20/', 0, 'revision', '', 0),
(710, 3, '2013-01-09 19:47:36', '2013-01-09 19:47:36', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 19:47:36', '2013-01-09 19:47:36', '', 453, 'http://brucknerframing.co.uk/453-revision-22/', 0, 'revision', '', 0),
(711, 3, '2013-01-09 19:48:46', '2013-01-09 19:48:46', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>[slideshow id=9]\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 19:48:46', '2013-01-09 19:48:46', '', 453, 'http://brucknerframing.co.uk/453-revision-23/', 0, 'revision', '', 0),
(712, 3, '2013-01-09 22:21:23', '2013-01-09 22:21:23', '[slideshow id=10]Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>[slideshow id=9]\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:21:23', '2013-01-09 22:21:23', '', 453, 'http://brucknerframing.co.uk/453-revision-24/', 0, 'revision', '', 0),
(713, 3, '2013-01-09 22:22:45', '2013-01-09 22:22:45', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now ready to produce an unlimited array of mounts the only limit being imagination.  .<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>[slideshow id=9][slideshow id=10]\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:22:45', '2013-01-09 22:22:45', '', 453, 'http://brucknerframing.co.uk/453-revision-25/', 0, 'revision', '', 0),
(714, 3, '2013-01-09 22:25:42', '2013-01-09 22:25:42', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now [slideshow id=10]<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9][\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:25:42', '2013-01-09 22:25:42', '', 453, 'http://brucknerframing.co.uk/453-revision-26/', 0, 'revision', '', 0),
(715, 3, '2013-01-09 22:26:47', '2013-01-09 22:26:47', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now [slideshow id=10]                     <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9][\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:26:47', '2013-01-09 22:26:47', '', 453, 'http://brucknerframing.co.uk/453-revision-27/', 0, 'revision', '', 0),
(716, 3, '2013-01-09 22:27:03', '2013-01-09 22:27:03', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now [slideshow id=10]                     <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>ready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9][\r\n\r\nWe are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:27:03', '2013-01-09 22:27:03', '', 453, 'http://brucknerframing.co.uk/453-revision-28/', 0, 'revision', '', 0),
(717, 3, '2013-01-09 22:28:40', '2013-01-09 22:28:40', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versitile than we thought and we are now [slideshow id=10]                                        <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-09 22:28:40', '2013-01-09 22:28:40', '', 453, 'http://brucknerframing.co.uk/453-revision-29/', 0, 'revision', '', 0),
(720, 3, '2013-01-15 17:17:43', '2013-01-15 17:17:43', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now      [nggallery id=10]                                  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a>\r\n\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:17:43', '2013-01-15 17:17:43', '', 453, 'http://brucknerframing.co.uk/453-revision-31/', 0, 'revision', '', 0),
(721, 3, '2013-01-15 17:19:02', '2013-01-15 17:19:02', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now      [nggallery id=10]                                  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\nready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:19:02', '2013-01-15 17:19:02', '', 453, 'http://brucknerframing.co.uk/453-revision-32/', 0, 'revision', '', 0),
(722, 3, '2013-01-15 17:22:25', '2013-01-15 17:22:25', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now      [nggallery id=10]                                  ready to produce an unlimited array of mounts the only limit being imagination.  .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:22:25', '2013-01-15 17:22:25', '', 453, 'http://brucknerframing.co.uk/453-revision-33/', 0, 'revision', '', 0),
(723, 3, '2013-01-15 17:23:48', '2013-01-15 17:23:48', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10]                                    .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a large range of mounts  directly<a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:23:48', '2013-01-15 17:23:48', '', 453, 'http://brucknerframing.co.uk/453-revision-34/', 0, 'revision', '', 0),
(724, 3, '2013-01-15 17:26:43', '2013-01-15 17:26:43', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10]                                    .[slideshow id=9]are in the process of setting up a separate web page to enable you to purchase a largerange of mounts  directly  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:26:43', '2013-01-15 17:26:43', '', 453, 'http://brucknerframing.co.uk/453-revision-35/', 0, 'revision', '', 0),
(725, 3, '2013-01-15 17:28:02', '2013-01-15 17:28:02', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    are in the process of setting up a separate web page to enable you to purchase a largerange of mounts  directly  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements\r\n\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:28:02', '2013-01-15 17:28:02', '', 453, 'http://brucknerframing.co.uk/453-revision-36/', 0, 'revision', '', 0),
(726, 3, '2013-01-15 17:28:49', '2013-01-15 17:28:49', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    are in the process of setting up a separate web page to enable you to purchase a largerange of mounts</p>\r\n<p style="text-align: right;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:28:49', '2013-01-15 17:28:49', '', 453, 'http://brucknerframing.co.uk/453-revision-37/', 0, 'revision', '', 0),
(728, 3, '2013-01-15 17:33:06', '2013-01-15 17:33:06', 'Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range of mounts<!--more-->\r\n<p style="text-align: justify;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:33:06', '2013-01-15 17:33:06', '', 453, 'http://brucknerframing.co.uk/453-revision-39/', 0, 'revision', '', 0),
(727, 3, '2013-01-15 17:30:17', '2013-01-15 17:30:17', '<p style="text-align: right;">Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a largerange of mounts</p>\r\n<p style="text-align: right;"> from the site but in the meantime why not put us to the test and contact us via the contact page with yourrequirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:30:17', '2013-01-15 17:30:17', '', 453, 'http://brucknerframing.co.uk/453-revision-38/', 0, 'revision', '', 0),
(729, 3, '2013-01-15 17:41:39', '2013-01-15 17:41:39', '', 'IMG_0424', '', 'inherit', 'closed', 'closed', '', 'img_0424', '', '', '2013-01-15 17:41:39', '2013-01-15 17:41:39', '', 11, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/IMG_0424.jpg', 0, 'attachment', 'image/jpeg', 0),
(730, 3, '2013-01-15 17:42:08', '2013-01-15 17:42:08', '', 'IMG_0424', '', 'inherit', 'closed', 'closed', '', 'img_0424-2', '', '', '2013-01-15 17:42:08', '2013-01-15 17:42:08', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/IMG_04241.jpg', 0, 'attachment', 'image/jpeg', 0),
(731, 3, '2013-01-15 17:34:40', '2013-01-15 17:34:40', '<p style="padding-left: 360px; text-align: left;">Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</p>\r\n<p style="text-align: justify;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:34:40', '2013-01-15 17:34:40', '', 453, 'http://brucknerframing.co.uk/453-revision-40/', 0, 'revision', '', 0),
(732, 3, '2013-01-15 17:49:43', '2013-01-15 17:49:43', '<p style="padding-left: 360px; text-align: left;">Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</p>\r\n<p style="text-align: justify;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:49:43', '2013-01-15 17:49:43', '', 453, 'http://brucknerframing.co.uk/453-revision-41/', 0, 'revision', '', 0),
(733, 3, '2013-01-15 17:49:54', '2013-01-15 17:49:54', '<p style="padding-left: 360px; text-align: left;">Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</p>\r\n<p style="text-align: justify;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:49:54', '2013-01-15 17:49:54', '', 453, 'http://brucknerframing.co.uk/453-revision-42/', 0, 'revision', '', 0),
(764, 3, '2013-01-16 09:51:14', '2013-01-16 09:51:14', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="922" height="380" /></a></strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:51:14', '2013-01-16 09:51:14', '', 453, 'http://brucknerframing.co.uk/453-revision-48/', 0, 'revision', '', 0),
(734, 3, '2013-01-15 17:50:35', '2013-01-15 17:50:35', '<p style="padding-left: 360px; text-align: left;">Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</p>\r\n<p style="text-align: justify;"> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly   <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:50:35', '2013-01-15 17:50:35', '', 453, 'http://brucknerframing.co.uk/453-revision-43/', 0, 'revision', '', 0),
(763, 3, '2013-01-16 09:50:27', '2013-01-16 09:50:27', '<p style="text-align: left; padding-left: 360px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="922" height="380" /></a></strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:50:27', '2013-01-16 09:50:27', '', 453, 'http://brucknerframing.co.uk/453-revision-47/', 0, 'revision', '', 0),
(735, 3, '2013-01-07 15:47:47', '2013-01-07 15:47:47', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\n&nbsp;\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software\r\n\r\nwe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-07 15:47:47', '2013-01-07 15:47:47', '', 38, 'http://brucknerframing.co.uk/38-revision-80/', 0, 'revision', '', 0),
(736, 3, '2013-01-15 18:33:38', '2013-01-15 18:33:38', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><strong>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.</strong><strong> </strong>\r\n<strong> Firstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software</strong>\r\n\r\n<strong>we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</strong></td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-15 18:33:38', '2013-01-15 18:33:38', '', 38, 'http://brucknerframing.co.uk/38-revision-81/', 0, 'revision', '', 0),
(737, 3, '2013-01-15 18:34:54', '2013-01-15 18:34:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><strong>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.</strong><strong> </strong>\r\n<strong> Firstly we can print the image and then we can present that image in a number of different ways. </strong>\r\n\r\n<strong>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software</strong>\r\n\r\n<strong>we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</strong></td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-15 18:34:54', '2013-01-15 18:34:54', '', 38, 'http://brucknerframing.co.uk/38-revision-82/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(823, 3, '2013-02-09 19:56:37', '2013-02-09 19:56:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software\r\n\r\nwe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 19:56:37', '2013-02-09 19:56:37', '', 38, 'http://brucknerframing.co.uk/38-revision-88/', 0, 'revision', '', 0),
(821, 3, '2013-02-09 19:51:50', '2013-02-09 19:51:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software\r\n\r\nwe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 19:51:50', '2013-02-09 19:51:50', '', 38, 'http://brucknerframing.co.uk/38-revision-86/', 0, 'revision', '', 0),
(738, 3, '2013-01-15 18:35:53', '2013-01-15 18:35:53', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><strong>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.</strong><strong> </strong>\r\n<strong> Firstly we can print the image and then we can present that image in a number of different ways. </strong><strong>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .</strong>\r\n\r\n<strong>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software</strong>\r\n\r\n<strong>we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</strong></td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="623" height="580" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-15 18:35:53', '2013-01-15 18:35:53', '', 38, 'http://brucknerframing.co.uk/38-revision-83/', 0, 'revision', '', 0),
(739, 3, '2013-01-15 18:39:32', '2013-01-15 18:39:32', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><strong>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.</strong>\r\n\r\n<strong> </strong>\r\n<strong> Firstly we can print the image and then we can present that image in a number of different ways. </strong><strong>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .</strong>\r\n\r\n<strong>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software</strong>\r\n\r\n<strong>we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</strong></td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="323" height="280" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-15 18:39:32', '2013-01-15 18:39:32', '', 38, 'http://brucknerframing.co.uk/38-revision-84/', 0, 'revision', '', 0),
(740, 3, '2013-01-07 16:01:28', '2013-01-07 16:01:28', 'Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-07 16:01:28', '2013-01-07 16:01:28', '', 404, 'http://brucknerframing.co.uk/404-revision-35/', 0, 'revision', '', 0),
(741, 3, '2013-01-15 18:46:55', '2013-01-15 18:46:55', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="1500" height="1392" /></a>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 18:46:55', '2013-01-15 18:46:55', '', 404, 'http://brucknerframing.co.uk/404-revision-36/', 0, 'revision', '', 0),
(742, 3, '2013-01-15 18:48:51', '2013-01-15 18:48:51', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 18:48:51', '2013-01-15 18:48:51', '', 404, 'http://brucknerframing.co.uk/404-revision-37/', 0, 'revision', '', 0),
(743, 3, '2013-01-15 18:48:54', '2013-01-15 18:48:54', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 18:48:54', '2013-01-15 18:48:54', '', 404, 'http://brucknerframing.co.uk/404-revision-38/', 0, 'revision', '', 0),
(749, 3, '2013-01-15 19:03:00', '2013-01-15 19:03:00', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a><strong>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:03:00', '2013-01-15 19:03:00', '', 404, 'http://brucknerframing.co.uk/404-revision-40/', 0, 'revision', '', 0),
(750, 3, '2013-01-15 19:03:55', '2013-01-15 19:03:55', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="400" height="566" /></a>Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:03:55', '2013-01-15 19:03:55', '', 404, 'http://brucknerframing.co.uk/404-revision-41/', 0, 'revision', '', 0),
(751, 3, '2013-01-15 19:06:32', '2013-01-15 19:06:32', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="400" height="404" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="282" height="400" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:06:32', '2013-01-15 19:06:32', '', 404, 'http://brucknerframing.co.uk/404-revision-42/', 0, 'revision', '', 0),
(752, 3, '2013-01-15 19:08:29', '2013-01-15 19:08:29', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="282" height="400" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:08:29', '2013-01-15 19:08:29', '', 404, 'http://brucknerframing.co.uk/404-revision-43/', 0, 'revision', '', 0),
(753, 3, '2013-01-15 19:08:31', '2013-01-15 19:08:31', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="282" height="400" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:08:31', '2013-01-15 19:08:31', '', 404, 'http://brucknerframing.co.uk/404-revision-44/', 0, 'revision', '', 0),
(754, 3, '2013-01-15 19:09:45', '2013-01-15 19:09:45', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:09:45', '2013-01-15 19:09:45', '', 404, 'http://brucknerframing.co.uk/404-revision-45/', 0, 'revision', '', 0),
(858, 3, '2013-02-13 11:55:02', '2013-02-13 11:55:02', '<strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-02-13 11:55:02', '2013-02-13 11:55:02', '', 404, 'http://brucknerframing.co.uk/404-revision-48/', 0, 'revision', '', 0),
(755, 3, '2013-01-15 19:09:50', '2013-01-15 19:09:50', '<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.</strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:09:50', '2013-01-15 19:09:50', '', 404, 'http://brucknerframing.co.uk/404-revision-46/', 0, 'revision', '', 0),
(756, 3, '2012-12-31 20:00:40', '2012-12-31 20:00:40', 'test', 'test', '', 'inherit', 'closed', 'closed', '', '664-revision-2', '', '', '2012-12-31 20:00:40', '2012-12-31 20:00:40', '', 664, 'http://brucknerframing.co.uk/664-revision-2/', 0, 'revision', '', 0),
(757, 3, '2013-01-15 19:17:26', '2013-01-15 19:17:26', '', 'test', '', 'inherit', 'closed', 'closed', '', '664-revision-3', '', '', '2013-01-15 19:17:26', '2013-01-15 19:17:26', '', 664, 'http://brucknerframing.co.uk/664-revision-3/', 0, 'revision', '', 0),
(758, 3, '2013-01-15 19:17:52', '2013-01-15 19:17:52', '', '', '', 'inherit', 'closed', 'closed', '', '664-revision-4', '', '', '2013-01-15 19:17:52', '2013-01-15 19:17:52', '', 664, 'http://brucknerframing.co.uk/664-revision-4/', 0, 'revision', '', 0),
(762, 3, '2013-01-16 09:48:12', '2013-01-16 09:48:12', '<p style="padding-left: 360px; text-align: left;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="922" height="380" /></a></strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:48:12', '2013-01-16 09:48:12', '', 453, 'http://brucknerframing.co.uk/453-revision-46/', 0, 'revision', '', 0),
(760, 3, '2013-01-15 17:54:11', '2013-01-15 17:54:11', '<p style="padding-left: 360px; text-align: left;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n<p style="text-align: justify;">  <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class=" wp-image-674 alignnone" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="509" height="237" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-15 17:54:11', '2013-01-15 17:54:11', '', 453, 'http://brucknerframing.co.uk/453-revision-44/', 0, 'revision', '', 0),
(761, 3, '2013-01-16 09:47:20', '2013-01-16 09:47:20', '<p style="padding-left: 360px; text-align: left;"><strong>d8ed73db15a905c6afd08df19456b6bbd8ed73db15a905c6afd08df19456b6bbGreat news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [nggallery id=10].[slideshow id=9]                                    We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="922" height="380" /></a></strong></p>\r\n<p style="text-align: justify;"></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:47:20', '2013-01-16 09:47:20', '', 453, 'http://brucknerframing.co.uk/453-revision-45/', 0, 'revision', '', 0),
(765, 3, '2013-01-16 09:53:23', '2013-01-16 09:53:23', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="485" height="200" /></a></strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:53:23', '2013-01-16 09:53:23', '', 453, 'http://brucknerframing.co.uk/453-revision-49/', 0, 'revision', '', 0),
(766, 3, '2013-01-16 09:54:12', '2013-01-16 09:54:12', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="485" height="200" /></a>can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:54:12', '2013-01-16 09:54:12', '', 453, 'http://brucknerframing.co.uk/453-revision-50/', 0, 'revision', '', 0),
(767, 3, '2013-01-16 09:54:55', '2013-01-16 09:54:55', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="485" height="200" /></a>more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 09:54:55', '2013-01-16 09:54:55', '', 453, 'http://brucknerframing.co.uk/453-revision-51/', 0, 'revision', '', 0),
(768, 3, '2013-01-16 10:04:29', '2013-01-16 10:04:29', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="300" height="200" /></a>more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:04:29', '2013-01-16 10:04:29', '', 453, 'http://brucknerframing.co.uk/453-revision-52/', 0, 'revision', '', 0),
(769, 3, '2013-01-16 10:04:35', '2013-01-16 10:04:35', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="300" height="200" /></a>more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:04:35', '2013-01-16 10:04:35', '', 453, 'http://brucknerframing.co.uk/453-revision-53/', 0, 'revision', '', 0),
(770, 3, '2013-01-16 10:05:27', '2013-01-16 10:05:27', '<p style="text-align: left; padding-left: 90px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="300" height="250" /></a>more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:05:27', '2013-01-16 10:05:27', '', 453, 'http://brucknerframing.co.uk/453-revision-54/', 0, 'revision', '', 0),
(771, 3, '2013-01-16 10:06:37', '2013-01-16 10:06:37', '<p style="text-align: left; padding-left: 180px;"><strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even <a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="300" height="250" /></a>more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:06:37', '2013-01-16 10:06:37', '', 453, 'http://brucknerframing.co.uk/453-revision-55/', 0, 'revision', '', 0),
(772, 3, '2013-01-16 10:07:26', '2013-01-16 10:07:26', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="300" height="250" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:07:26', '2013-01-16 10:07:26', '', 453, 'http://brucknerframing.co.uk/453-revision-56/', 0, 'revision', '', 0),
(773, 3, '2013-01-16 10:08:31', '2013-01-16 10:08:31', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. We are in the process of setting up a separate web page to enable you to purchase a large range</strong></p>\r\n<p style="text-align: justify;"><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:08:31', '2013-01-16 10:08:31', '', 453, 'http://brucknerframing.co.uk/453-revision-57/', 0, 'revision', '', 0),
(900, 3, '2013-05-03 08:21:41', '2013-05-03 08:21:41', '', 'composite-mount', '', 'inherit', 'closed', 'closed', '', 'composite-mount', '', '', '2013-05-03 08:21:41', '2013-05-03 08:21:41', '', 453, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif', 0, 'attachment', 'image/gif', 0),
(774, 3, '2013-01-16 10:10:15', '2013-01-16 10:10:15', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. </strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:10:15', '2013-01-16 10:10:15', '', 453, 'http://brucknerframing.co.uk/453-revision-58/', 0, 'revision', '', 0),
(775, 3, '2013-01-16 10:14:53', '2013-01-16 10:14:53', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>[singlepic id=51 w=320 h=240 float=left]Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. </strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:14:53', '2013-01-16 10:14:53', '', 453, 'http://brucknerframing.co.uk/453-revision-59/', 0, 'revision', '', 0),
(776, 3, '2013-01-16 10:15:43', '2013-01-16 10:15:43', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as [singlepic id=51 w=320 h=240 float=left]promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. </strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:15:43', '2013-01-16 10:15:43', '', 453, 'http://brucknerframing.co.uk/453-revision-60/', 0, 'revision', '', 0),
(777, 3, '2013-01-16 10:16:18', '2013-01-16 10:16:18', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=320 h=240 float=left]</strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:16:18', '2013-01-16 10:16:18', '', 453, 'http://brucknerframing.co.uk/453-revision-61/', 0, 'revision', '', 0),
(778, 3, '2013-01-16 10:17:23', '2013-01-16 10:17:23', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=320 h=240 float=right]</strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:17:23', '2013-01-16 10:17:23', '', 453, 'http://brucknerframing.co.uk/453-revision-62/', 0, 'revision', '', 0),
(779, 3, '2013-01-16 10:18:49', '2013-01-16 10:18:49', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</strong></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:18:49', '2013-01-16 10:18:49', '', 453, 'http://brucknerframing.co.uk/453-revision-63/', 0, 'revision', '', 0),
(782, 3, '2012-10-22 07:41:39', '2012-10-22 07:41:39', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" alt="" width="800" height="537" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-13', '', '', '2012-10-22 07:41:39', '2012-10-22 07:41:39', '', 266, 'http://brucknerframing.co.uk/266-revision-13/', 0, 'revision', '', 0),
(780, 3, '2013-01-16 10:19:57', '2013-01-16 10:19:57', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</strong></p>\r\n<p style="text-align: left; padding-left: 180px;"></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:19:57', '2013-01-16 10:19:57', '', 453, 'http://brucknerframing.co.uk/453-revision-64/', 0, 'revision', '', 0),
(781, 3, '2013-01-16 10:20:19', '2013-01-16 10:20:19', '<p style="text-align: left; padding-left: 180px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</strong></p>\r\n<p style="text-align: left; padding-left: 180px;"></p>\r\n<p style="text-align: left; padding-left: 180px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:20:19', '2013-01-16 10:20:19', '', 453, 'http://brucknerframing.co.uk/453-revision-65/', 0, 'revision', '', 0),
(783, 3, '2013-01-16 14:30:40', '2013-01-16 14:30:40', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-14', '', '', '2013-01-16 14:30:40', '2013-01-16 14:30:40', '', 266, 'http://brucknerframing.co.uk/266-revision-14/', 0, 'revision', '', 0),
(784, 3, '2013-01-16 14:31:35', '2013-01-16 14:31:35', '', 'photo restoration 1', '', 'inherit', 'closed', 'closed', '', 'photo-restoration-1', '', '', '2023-03-14 16:19:26', '2023-03-14 16:19:26', '', 266, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 3, '2013-01-16 14:30:46', '2013-01-16 14:30:46', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-15', '', '', '2013-01-16 14:30:46', '2013-01-16 14:30:46', '', 266, 'http://brucknerframing.co.uk/266-revision-15/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(786, 3, '2013-01-16 14:31:55', '2013-01-16 14:31:55', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1984" height="1398" class="alignleft size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-16', '', '', '2013-01-16 14:31:55', '2013-01-16 14:31:55', '', 266, 'http://brucknerframing.co.uk/266-revision-16/', 0, 'revision', '', 0),
(787, 3, '2013-01-16 14:34:20', '2013-01-16 14:34:20', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1600" height="1127" class="alignleft size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-17', '', '', '2013-01-16 14:34:20', '2013-01-16 14:34:20', '', 266, 'http://brucknerframing.co.uk/266-revision-17/', 0, 'revision', '', 0),
(788, 3, '2013-01-16 14:35:32', '2013-01-16 14:35:32', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1600" height="1127" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-18', '', '', '2013-01-16 14:35:32', '2013-01-16 14:35:32', '', 266, 'http://brucknerframing.co.uk/266-revision-18/', 0, 'revision', '', 0),
(789, 3, '2013-01-16 14:36:35', '2013-01-16 14:36:35', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1500" height="1027" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-19', '', '', '2013-01-16 14:36:35', '2013-01-16 14:36:35', '', 266, 'http://brucknerframing.co.uk/266-revision-19/', 0, 'revision', '', 0),
(790, 3, '2013-01-16 14:37:04', '2013-01-16 14:37:04', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1500" height="1027" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-20', '', '', '2013-01-16 14:37:04', '2013-01-16 14:37:04', '', 266, 'http://brucknerframing.co.uk/266-revision-20/', 0, 'revision', '', 0),
(791, 3, '2013-01-16 14:38:13', '2013-01-16 14:38:13', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="1000" height="527" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-21', '', '', '2013-01-16 14:38:13', '2013-01-16 14:38:13', '', 266, 'http://brucknerframing.co.uk/266-revision-21/', 0, 'revision', '', 0),
(792, 3, '2013-01-16 14:40:03', '2013-01-16 14:40:03', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="400" height="250" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-22', '', '', '2013-01-16 14:40:03', '2013-01-16 14:40:03', '', 266, 'http://brucknerframing.co.uk/266-revision-22/', 0, 'revision', '', 0),
(793, 3, '2013-01-16 14:40:07', '2013-01-16 14:40:07', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" alt="photo restoration 1" width="400" height="250" class="alignright\r\n size-full wp-image-784" /></a><table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Using the latest software we can restore most old or damaged photographs, you will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-23', '', '', '2013-01-16 14:40:07', '2013-01-16 14:40:07', '', 266, 'http://brucknerframing.co.uk/266-revision-23/', 0, 'revision', '', 0),
(794, 3, '2013-01-16 14:42:15', '2013-01-16 14:42:15', '<a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>Using the latest software we can restore most old or damaged photographs, you\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">will be amazed  at just what can be done but rest assured that we will assess your image/photograph  and its potential before we start .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-24', '', '', '2013-01-16 14:42:15', '2013-01-16 14:42:15', '', 266, 'http://brucknerframing.co.uk/266-revision-24/', 0, 'revision', '', 0),
(795, 3, '2013-01-16 14:43:43', '2013-01-16 14:43:43', '<p style="padding-left: 120px;"><a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>Using the latest software we can restore most old or damaged photographs, youwill be amazed  at just what can be done but rest assured that wewill assess your image/photograph  and its potential before we start</p>\r\n\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"> .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-25', '', '', '2013-01-16 14:43:43', '2013-01-16 14:43:43', '', 266, 'http://brucknerframing.co.uk/266-revision-25/', 0, 'revision', '', 0),
(796, 3, '2013-01-16 14:44:34', '2013-01-16 14:44:34', '<p style="padding-left: 120px;"><a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>Using the latest software we can restore most old or damaged photographs, youwill be amazed  at just what can be done but rest assured that wewill assess your image/photograph  and its potential before we start</p>\r\n\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left; padding-left: 60px; vertical-align: middle;" width="400" height="300"> .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-26', '', '', '2013-01-16 14:44:34', '2013-01-16 14:44:34', '', 266, 'http://brucknerframing.co.uk/266-revision-26/', 0, 'revision', '', 0),
(797, 3, '2013-01-16 14:44:58', '2013-01-16 14:44:58', '<p style="padding-left: 120px;"><a href="http://brucknerframing.co.uk/products/photo-restoration/photo-restoration-1/" rel="attachment wp-att-784"><img class="alignright  size-full wp-image-784" alt="photo restoration 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photo-restoration-1.jpg" width="400" height="250" /></a>Using the latest software we can restore most old or damaged photographs, youwill be amazed  at just what can be done but rest assured that wewill assess your image/photograph  and its potential before we start</p>\r\n\r\n<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="text-align: left; padding-left: 120px; vertical-align: middle;" width="400" height="300"> .Once restored the image can be printed off  and presented in a frame/ mount  or taken just as a print.Finally don’t forget that this work is carried out on scanned copies so there is absolutely no risk of further damage to your original image.<a href="http://brucknerframing.co.uk/contacts/">Contact us today to discuss yor requirements</a></td>\r\n<td><a href="http://brucknerframing.co.uk/products/photo-restoration/restoration/" rel="attachment wp-att-270"><img class="alignnone size-full wp-image-270" title="restoration" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/restoration.jpg" width="400" height="250" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Restoration', '', 'inherit', 'closed', 'closed', '', '266-revision-27', '', '', '2013-01-16 14:44:58', '2013-01-16 14:44:58', '', 266, 'http://brucknerframing.co.uk/266-revision-27/', 0, 'revision', '', 0),
(799, 3, '2013-01-19 15:45:42', '2013-01-19 15:45:42', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img class="aligncenter size-full wp-image-800" alt="1934 bentley 1" src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" width="625" height="800" /></a></p>', 'Bentley 1', '', 'publish', 'closed', 'closed', '', 'bentley-1', '', '', '2013-01-19 15:56:02', '2013-01-19 15:56:02', '', 0, 'http://brucknerframing.co.uk/?page_id=799', 0, 'page', '', 0),
(800, 3, '2013-01-19 15:44:58', '2013-01-19 15:44:58', '', '1934 bentley 1', '', 'inherit', 'closed', 'closed', '', '1934-bentley-1', '', '', '2013-01-19 15:44:58', '2013-01-19 15:44:58', '', 799, 'http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(801, 3, '2013-01-19 15:41:21', '2013-01-19 15:41:21', '', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision', '', '', '2013-01-19 15:41:21', '2013-01-19 15:41:21', '', 799, 'http://brucknerframing.co.uk/799-revision/', 0, 'revision', '', 0),
(802, 3, '2013-01-19 15:45:42', '2013-01-19 15:45:42', '<a href="http://brucknerframing.co.uk/?attachment_id=800" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="1888" height="2409" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-2', '', '', '2013-01-19 15:45:42', '2013-01-19 15:45:42', '', 799, 'http://brucknerframing.co.uk/799-revision-2/', 0, 'revision', '', 0),
(803, 3, '2013-01-19 15:45:42', '2013-01-19 15:45:42', '<a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="1888" height="2409" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-3', '', '', '2013-01-19 15:45:42', '2013-01-19 15:45:42', '', 799, 'http://brucknerframing.co.uk/799-revision-3/', 0, 'revision', '', 0),
(804, 3, '2013-01-19 15:48:03', '2013-01-19 15:48:03', '<a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="1175" height="1500" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-4', '', '', '2013-01-19 15:48:03', '2013-01-19 15:48:03', '', 799, 'http://brucknerframing.co.uk/799-revision-4/', 0, 'revision', '', 0),
(805, 3, '2013-01-19 15:49:15', '2013-01-19 15:49:15', '<a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="783" height="1000" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-5', '', '', '2013-01-19 15:49:15', '2013-01-19 15:49:15', '', 799, 'http://brucknerframing.co.uk/799-revision-5/', 0, 'revision', '', 0),
(806, 3, '2013-01-19 15:50:34', '2013-01-19 15:50:34', '<a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="704" height="900" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-6', '', '', '2013-01-19 15:50:34', '2013-01-19 15:50:34', '', 799, 'http://brucknerframing.co.uk/799-revision-6/', 0, 'revision', '', 0),
(807, 3, '2013-01-19 15:53:24', '2013-01-19 15:53:24', '<a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" alt="1934 bentley 1" width="625" height="800" class="alignleft size-full wp-image-800" /></a>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-7', '', '', '2013-01-19 15:53:24', '2013-01-19 15:53:24', '', 799, 'http://brucknerframing.co.uk/799-revision-7/', 0, 'revision', '', 0),
(808, 3, '2013-01-19 15:53:55', '2013-01-19 15:53:55', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img class="alignleft size-full wp-image-800" alt="1934 bentley 1" src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" width="625" height="800" /></a></p>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-8', '', '', '2013-01-19 15:53:55', '2013-01-19 15:53:55', '', 799, 'http://brucknerframing.co.uk/799-revision-8/', 0, 'revision', '', 0),
(809, 3, '2013-01-19 15:55:21', '2013-01-19 15:55:21', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/bentley-1/1934-bentley-1/" rel="attachment wp-att-800"><img class="alignright size-full wp-image-800" alt="1934 bentley 1" src="http://brucknerframing.co.uk/wp-content/uploads/2013/01/1934-bentley-1.jpg" width="625" height="800" /></a></p>', 'Bentley 1', '', 'inherit', 'closed', 'closed', '', '799-revision-9', '', '', '2013-01-19 15:55:21', '2013-01-19 15:55:21', '', 799, 'http://brucknerframing.co.uk/799-revision-9/', 0, 'revision', '', 0),
(818, 3, '2013-02-04 22:08:03', '2013-02-04 22:08:03', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="600" height="662" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order todayclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-21', '', '', '2013-02-04 22:08:03', '2013-02-04 22:08:03', '', 26, 'http://brucknerframing.co.uk/26-revision-21/', 0, 'revision', '', 0),
(819, 3, '2013-02-04 22:09:54', '2013-02-04 22:09:54', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order todayclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-22', '', '', '2013-02-04 22:09:54', '2013-02-04 22:09:54', '', 26, 'http://brucknerframing.co.uk/26-revision-22/', 0, 'revision', '', 0),
(820, 3, '2013-01-15 18:41:56', '2013-01-15 18:41:56', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><strong>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.</strong>\r\n\r\n<strong> </strong>\r\n<strong> Firstly we can print the image and then we can present that image in a number of different ways. </strong><strong>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .</strong>\r\n\r\n<strong>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software</strong>\r\n\r\n<strong>we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</strong></td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-01-15 18:41:56', '2013-01-15 18:41:56', '', 38, 'http://brucknerframing.co.uk/38-revision-85/', 0, 'revision', '', 0),
(822, 3, '2013-02-09 19:55:08', '2013-02-09 19:55:08', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest software\r\n\r\nwe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="300" height="265" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 19:55:08', '2013-02-09 19:55:08', '', 38, 'http://brucknerframing.co.uk/38-revision-87/', 0, 'revision', '', 0),
(824, 3, '2013-02-09 19:57:50', '2013-02-09 19:57:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)  Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a> .Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want We offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 19:57:50', '2013-02-09 19:57:50', '', 38, 'http://brucknerframing.co.uk/38-revision-89/', 0, 'revision', '', 0),
(825, 3, '2013-02-09 19:59:53', '2013-02-09 19:59:53', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 19:59:53', '2013-02-09 19:59:53', '', 38, 'http://brucknerframing.co.uk/38-revision-90/', 0, 'revision', '', 0),
(826, 3, '2013-02-09 20:00:30', '2013-02-09 20:00:30', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 20:00:30', '2013-02-09 20:00:30', '', 38, 'http://brucknerframing.co.uk/38-revision-91/', 0, 'revision', '', 0),
(828, 3, '2013-02-12 08:44:54', '2013-02-12 08:44:54', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid (100mmx20mm) oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained. <a href="http://brucknerframing.co.uk/mirror-gallery/">see more</a>', 'Mirrors', '', 'publish', 'closed', 'closed', '', 'mirrors', '', '', '2013-05-12 08:16:13', '2013-05-12 08:16:13', '', 0, 'http://brucknerframing.co.uk/?page_id=828', 0, 'page', '', 0),
(829, 3, '2013-02-12 08:44:26', '2013-02-12 08:44:26', '', '_B0C3050ed', '', 'inherit', 'closed', 'closed', '', '_b0c3050ed', '', '', '2013-02-12 08:44:26', '2013-02-12 08:44:26', '', 828, 'http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed.jpg', 0, 'attachment', 'image/jpeg', 0),
(830, 3, '2013-02-12 08:34:24', '2013-02-12 08:34:24', '', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision', '', '', '2013-02-12 08:34:24', '2013-02-12 08:34:24', '', 828, 'http://brucknerframing.co.uk/828-revision/', 0, 'revision', '', 0),
(831, 3, '2013-02-12 08:44:54', '2013-02-12 08:44:55', '<a href="http://brucknerframing.co.uk/?attachment_id=829" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="800" height="632" /></a>', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-2', '', '', '2013-02-12 08:44:54', '2013-02-12 08:44:55', '', 828, 'http://brucknerframing.co.uk/828-revision-2/', 0, 'revision', '', 0),
(832, 3, '2013-02-12 08:48:00', '2013-02-12 08:48:00', ' ', '', '', 'publish', 'closed', 'closed', '', '832', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=832', 16, 'nav_menu_item', '', 0),
(834, 3, '2013-02-12 08:49:46', '2013-02-12 08:49:46', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="496" height="327" /></a>', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-4', '', '', '2013-02-12 08:49:46', '2013-02-12 08:49:46', '', 828, 'http://brucknerframing.co.uk/828-revision-4/', 0, 'revision', '', 0),
(836, 3, '2013-02-12 08:51:26', '2013-02-12 08:51:26', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="496" height="327" /></a>', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-5', '', '', '2013-02-12 08:51:26', '2013-02-12 08:51:26', '', 828, 'http://brucknerframing.co.uk/828-revision-5/', 0, 'revision', '', 0),
(837, 3, '2013-02-12 08:55:43', '2013-02-12 08:55:43', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-6', '', '', '2013-02-12 08:55:43', '2013-02-12 08:55:43', '', 828, 'http://brucknerframing.co.uk/828-revision-6/', 0, 'revision', '', 0),
(838, 3, '2013-02-12 09:03:56', '2013-02-12 09:03:56', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained.', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-7', '', '', '2013-02-12 09:03:56', '2013-02-12 09:03:56', '', 828, 'http://brucknerframing.co.uk/828-revision-7/', 0, 'revision', '', 0),
(839, 3, '2013-02-13 08:38:22', '2013-02-13 08:38:22', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid 100mmx20mm oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained.', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-8', '', '', '2013-02-13 08:38:22', '2013-02-13 08:38:22', '', 828, 'http://brucknerframing.co.uk/828-revision-8/', 0, 'revision', '', 0),
(840, 3, '2013-02-13 08:39:07', '2013-02-13 08:39:07', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid 100mmx20mm oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained.', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-9', '', '', '2013-02-13 08:39:07', '2013-02-13 08:39:07', '', 828, 'http://brucknerframing.co.uk/828-revision-9/', 0, 'revision', '', 0),
(841, 3, '2013-02-13 08:40:09', '2013-02-13 08:40:09', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid 100mmx20mm oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained.', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-10', '', '', '2013-02-13 08:40:09', '2013-02-13 08:40:09', '', 828, 'http://brucknerframing.co.uk/828-revision-10/', 0, 'revision', '', 0),
(842, 3, '2013-02-09 20:01:04', '2013-02-09 20:01:04', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-09 20:01:04', '2013-02-09 20:01:04', '', 38, 'http://brucknerframing.co.uk/38-revision-92/', 0, 'revision', '', 0),
(843, 3, '2013-02-13 09:43:06', '2013-02-13 09:43:06', '<table width="1000" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:43:06', '2013-02-13 09:43:06', '', 38, 'http://brucknerframing.co.uk/38-revision-93/', 0, 'revision', '', 0),
(844, 3, '2013-02-13 09:43:43', '2013-02-13 09:43:43', '<table width="100\r\n" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:43:43', '2013-02-13 09:43:43', '', 38, 'http://brucknerframing.co.uk/38-revision-94/', 0, 'revision', '', 0),
(845, 3, '2013-02-13 09:44:10', '2013-02-13 09:44:10', '<table width="100" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:44:10', '2013-02-13 09:44:10', '', 38, 'http://brucknerframing.co.uk/38-revision-95/', 0, 'revision', '', 0),
(846, 3, '2013-02-13 09:46:13', '2013-02-13 09:46:13', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:46:13', '2013-02-13 09:46:13', '', 38, 'http://brucknerframing.co.uk/38-revision-96/', 0, 'revision', '', 0),
(847, 3, '2013-02-13 09:46:42', '2013-02-13 09:46:42', '<table width="800" border="10" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:46:42', '2013-02-13 09:46:42', '', 38, 'http://brucknerframing.co.uk/38-revision-97/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(848, 3, '2013-02-13 09:47:18', '2013-02-13 09:47:18', '<table width="800" border="1010" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:47:18', '2013-02-13 09:47:18', '', 38, 'http://brucknerframing.co.uk/38-revision-98/', 0, 'revision', '', 0),
(849, 3, '2013-02-13 09:48:11', '2013-02-13 09:48:11', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:48:11', '2013-02-13 09:48:11', '', 38, 'http://brucknerframing.co.uk/38-revision-99/', 0, 'revision', '', 0),
(850, 3, '2013-02-13 09:48:46', '2013-02-13 09:48:46', '<table width="800" border="0" cellpadding="100">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:48:46', '2013-02-13 09:48:46', '', 38, 'http://brucknerframing.co.uk/38-revision-100/', 0, 'revision', '', 0),
(851, 3, '2013-02-13 09:49:21', '2013-02-13 09:49:21', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest softwarewe can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:49:21', '2013-02-13 09:49:21', '', 38, 'http://brucknerframing.co.uk/38-revision-101/', 0, 'revision', '', 0),
(852, 3, '2013-02-13 09:51:27', '2013-02-13 09:51:27', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:51:27', '2013-02-13 09:51:27', '', 38, 'http://brucknerframing.co.uk/38-revision-102/', 0, 'revision', '', 0),
(853, 3, '2013-02-13 09:51:50', '2013-02-13 09:51:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.\r\n\r\nFirstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration serviceUsing the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:51:50', '2013-02-13 09:51:50', '', 38, 'http://brucknerframing.co.uk/38-revision-103/', 0, 'revision', '', 0),
(854, 3, '2013-01-16 10:28:12', '2013-01-16 10:28:12', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</strong></p>\r\n<p style="text-align: left; padding-left: 120px;"><strong>We are in the process of setting up a separate web page to enable you to purchase a large range</strong><strong> from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly </strong></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-01-16 10:28:12', '2013-01-16 10:28:12', '', 453, 'http://brucknerframing.co.uk/453-revision-66/', 0, 'revision', '', 0),
(855, 3, '2013-02-13 09:53:30', '2013-02-13 09:53:30', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong>Great news  our Valiani computerised mount cutter has of mountsarrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now     ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-02-13 09:53:30', '2013-02-13 09:53:30', '', 453, 'http://brucknerframing.co.uk/453-revision-67/', 0, 'revision', '', 0),
(1063, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTAyMCIsInBvc3RfaWQiOiIxMDYzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyIsInRpdGxlIjoiR2FsbGVyaWVzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbImdhbGxlcnkiLCJpbWFnZXMiLCJpbWFnZSJdLCJuYW1lIjoiZ2FsbGVyaWVzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 'Galleries', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-04-09 06:10:33', '2014-04-09 06:10:33', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTAyMCIsInBvc3RfaWQiOiIxMDYzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyIsInRpdGxlIjoiR2FsbGVyaWVzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbImdhbGxlcnkiLCJpbWFnZXMiLCJpbWFnZSJdLCJuYW1lIjoiZ2FsbGVyaWVzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 0, 'http://brucknerframing.co.uk/?p=1063', 0, 'gal_display_source', '', 0),
(857, 3, '2013-01-15 19:12:48', '2013-01-15 19:12:48', '<strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a>canvas-frames-1Canvas prints up to B0 on a variety of canvasses including gloss satin and matt.Our canvasses can be coated to give a textured finish to re-create brush strokes</strong>\r\n\r\n<strong>All canvas are coated to protect them before being stretched over traditional stretcher bars.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a></strong>\r\n\r\n<strong>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a></strong>\r\n\r\n<strong>Our canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.</strong>\r\n\r\n<strong>Contact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today</strong>', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-01-15 19:12:48', '2013-01-15 19:12:48', '', 404, 'http://brucknerframing.co.uk/404-revision-47/', 0, 'revision', '', 0),
(859, 3, '2013-02-13 12:04:08', '2013-02-13 12:04:08', '<strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\n\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\n\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\n\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\n\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\n\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-02-13 12:04:08', '2013-02-13 12:04:08', '', 404, 'http://brucknerframing.co.uk/404-revision-49/', 0, 'revision', '', 0),
(863, 3, '2013-03-02 11:03:02', '2013-03-02 11:03:02', 'We now offer a comprehensive  service  for Portrait ,Wedding and commercial photography\n\ncontact gerry', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-revision-v1', '', '', '2013-03-02 11:03:02', '2013-03-02 11:03:02', '', 862, 'http://brucknerframing.co.uk/862-revision/', 0, 'revision', '', 0),
(867, 3, '2012-04-12 12:08:19', '2012-04-12 12:08:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>&nbsp;</td>\r\n<td>[nggallery id=1]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-18', '', '', '2012-04-12 12:08:19', '2012-04-12 12:08:19', '', 9, 'http://brucknerframing.co.uk/9-revision-18/', 0, 'revision', '', 0),
(869, 3, '2013-05-03 07:11:55', '2013-05-03 07:11:55', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="600" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are [nggallery id=1]there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-20', '', '', '2013-05-03 07:11:55', '2013-05-03 07:11:55', '', 9, 'http://brucknerframing.co.uk/9-revision-20/', 0, 'revision', '', 0),
(871, 3, '2013-05-03 07:27:55', '2013-05-03 07:27:55', '', 'enlargements', '', 'inherit', 'closed', 'closed', '', 'enlargements-4', '', '', '2013-05-03 07:27:55', '2013-05-03 07:27:55', '', 7, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements.gif', 0, 'attachment', 'image/gif', 0),
(872, 3, '2012-04-27 13:26:45', '2012-04-27 13:26:45', '<strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-25', '', '', '2012-04-27 13:26:45', '2012-04-27 13:26:45', '', 7, 'http://brucknerframing.co.uk/7-revision-25/', 0, 'revision', '', 0),
(873, 3, '2013-05-03 07:28:06', '2013-05-03 07:28:06', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="800" height="697" class="alignleft size-medium wp-image-871" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-26', '', '', '2013-05-03 07:28:06', '2013-05-03 07:28:06', '', 7, 'http://brucknerframing.co.uk/7-revision-26/', 0, 'revision', '', 0),
(874, 3, '2013-05-03 07:29:31', '2013-05-03 07:29:31', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="200" height="175" class="alignleft size-medium wp-image-871" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-27', '', '', '2013-05-03 07:29:31', '2013-05-03 07:29:31', '', 7, 'http://brucknerframing.co.uk/7-revision-27/', 0, 'revision', '', 0),
(875, 3, '2013-05-03 07:30:43', '2013-05-03 07:30:43', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="100" height="87.5" class="alignleft size-medium wp-image-871" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-28', '', '', '2013-05-03 07:30:43', '2013-05-03 07:30:43', '', 7, 'http://brucknerframing.co.uk/7-revision-28/', 0, 'revision', '', 0),
(876, 3, '2013-05-03 07:31:45', '2013-05-03 07:31:45', '<a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" alt="photoblock-edit-1" width="600" height="662" class="alignleft size-full wp-image-816" /></a><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="100" height="87.5" class="alignleft size-medium wp-image-871" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-29', '', '', '2013-05-03 07:31:45', '2013-05-03 07:31:45', '', 7, 'http://brucknerframing.co.uk/7-revision-29/', 0, 'revision', '', 0),
(877, 3, '2013-05-03 07:33:30', '2013-05-03 07:33:30', '<a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" alt="photoblock-edit-1" width="100" height="110.3" class="alignleft size-full wp-image-816" /></a><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" alt="enlargements" width="100" height="87.5" class="alignleft size-medium wp-image-871" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-30', '', '', '2013-05-03 07:33:30', '2013-05-03 07:33:30', '', 7, 'http://brucknerframing.co.uk/7-revision-30/', 0, 'revision', '', 0),
(878, 3, '2013-05-03 07:34:23', '2013-05-03 07:34:23', '<a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-31', '', '', '2013-05-03 07:34:23', '2013-05-03 07:34:23', '', 7, 'http://brucknerframing.co.uk/7-revision-31/', 0, 'revision', '', 0),
(879, 3, '2013-05-03 07:35:22', '2013-05-03 07:35:22', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-32', '', '', '2013-05-03 07:35:22', '2013-05-03 07:35:22', '', 7, 'http://brucknerframing.co.uk/7-revision-32/', 0, 'revision', '', 0),
(880, 3, '2013-05-03 07:39:39', '2013-05-03 07:39:39', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-33', '', '', '2013-05-03 07:39:39', '2013-05-03 07:39:39', '', 7, 'http://brucknerframing.co.uk/7-revision-33/', 0, 'revision', '', 0),
(881, 3, '2013-05-03 07:42:04', '2013-05-03 07:42:04', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="aligncenter size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-34', '', '', '2013-05-03 07:42:04', '2013-05-03 07:42:04', '', 7, 'http://brucknerframing.co.uk/7-revision-34/', 0, 'revision', '', 0),
(882, 3, '2013-05-03 07:42:42', '2013-05-03 07:42:42', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-35', '', '', '2013-05-03 07:42:42', '2013-05-03 07:42:42', '', 7, 'http://brucknerframing.co.uk/7-revision-35/', 0, 'revision', '', 0),
(883, 3, '2013-05-03 07:42:45', '2013-05-03 07:42:45', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-36', '', '', '2013-05-03 07:42:45', '2013-05-03 07:42:45', '', 7, 'http://brucknerframing.co.uk/7-revision-36/', 0, 'revision', '', 0),
(884, 3, '2013-05-03 07:46:13', '2013-05-03 07:46:13', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-100x87.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="800" height="742" class="alignleft size-medium wp-image-695" /></a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-37', '', '', '2013-05-03 07:46:13', '2013-05-03 07:46:13', '', 7, 'http://brucknerframing.co.uk/7-revision-37/', 0, 'revision', '', 0),
(885, 3, '2013-05-03 07:48:07', '2013-05-03 07:48:07', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="800" height="742" class="alignleft size-medium wp-image-695" /></a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-38', '', '', '2013-05-03 07:48:07', '2013-05-03 07:48:07', '', 7, 'http://brucknerframing.co.uk/7-revision-38/', 0, 'revision', '', 0),
(886, 3, '2013-05-03 07:49:18', '2013-05-03 07:49:18', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="100" height="92.8" class="alignleft size-medium wp-image-695" /></a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-39', '', '', '2013-05-03 07:49:18', '2013-05-03 07:49:18', '', 7, 'http://brucknerframing.co.uk/7-revision-39/', 0, 'revision', '', 0),
(887, 3, '2013-05-03 07:49:25', '2013-05-03 07:49:25', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n<strong>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="100" height="92.8" class="alignleft size-medium wp-image-695" /></a>', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-40', '', '', '2013-05-03 07:49:25', '2013-05-03 07:49:25', '', 7, 'http://brucknerframing.co.uk/7-revision-40/', 0, 'revision', '', 0),
(888, 3, '2013-05-03 07:50:29', '2013-05-03 07:50:29', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-41', '', '', '2013-05-03 07:50:29', '2013-05-03 07:50:29', '', 7, 'http://brucknerframing.co.uk/7-revision-41/', 0, 'revision', '', 0),
(889, 3, '2013-05-03 07:50:35', '2013-05-03 07:50:35', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-42', '', '', '2013-05-03 07:50:35', '2013-05-03 07:50:35', '', 7, 'http://brucknerframing.co.uk/7-revision-42/', 0, 'revision', '', 0),
(890, 3, '2013-05-03 07:51:41', '2013-05-03 07:51:41', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-43', '', '', '2013-05-03 07:51:41', '2013-05-03 07:51:41', '', 7, 'http://brucknerframing.co.uk/7-revision-43/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(891, 3, '2013-05-03 07:51:47', '2013-05-03 07:51:47', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas <a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-44', '', '', '2013-05-03 07:51:47', '2013-05-03 07:51:47', '', 7, 'http://brucknerframing.co.uk/7-revision-44/', 0, 'revision', '', 0),
(892, 3, '2013-05-03 08:12:22', '2013-05-03 08:12:22', '', 'emi-12-app', '', 'inherit', 'closed', 'closed', '', 'emi-12-app', '', '', '2013-05-03 08:12:22', '2013-05-03 08:12:22', '', 7, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif', 0, 'attachment', 'image/gif', 0),
(893, 3, '2013-05-03 08:06:47', '2013-05-03 08:06:47', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-45', '', '', '2013-05-03 08:06:47', '2013-05-03 08:06:47', '', 7, 'http://brucknerframing.co.uk/7-revision-45/', 0, 'revision', '', 0),
(894, 3, '2013-05-03 08:13:59', '2013-05-03 08:13:59', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></a>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-46', '', '', '2013-05-03 08:13:59', '2013-05-03 08:13:59', '', 7, 'http://brucknerframing.co.uk/7-revision-46/', 0, 'revision', '', 0),
(895, 3, '2013-05-03 08:14:02', '2013-05-03 08:14:02', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></a>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-47', '', '', '2013-05-03 08:14:02', '2013-05-03 08:14:02', '', 7, 'http://brucknerframing.co.uk/7-revision-47/', 0, 'revision', '', 0),
(896, 3, '2013-05-03 08:14:53', '2013-05-03 08:14:53', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></a></strong>\r\n\r\n<strong>Mounts </strong><a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-48', '', '', '2013-05-03 08:14:53', '2013-05-03 08:14:53', '', 7, 'http://brucknerframing.co.uk/7-revision-48/', 0, 'revision', '', 0),
(897, 3, '2013-05-03 08:15:28', '2013-05-03 08:15:28', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n<strong></strong>\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></a></strong>\r\n\r\nMounts\r\n\r\n<a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-49', '', '', '2013-05-03 08:15:28', '2013-05-03 08:15:28', '', 7, 'http://brucknerframing.co.uk/7-revision-49/', 0, 'revision', '', 0),
(898, 3, '2013-05-03 08:16:05', '2013-05-03 08:16:05', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></a></strong>\r\n\r\nMounts\r\n\r\n<a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-50', '', '', '2013-05-03 08:16:05', '2013-05-03 08:16:05', '', 7, 'http://brucknerframing.co.uk/7-revision-50/', 0, 'revision', '', 0),
(899, 3, '2013-05-03 08:17:16', '2013-05-03 08:17:16', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a>Mounts- <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-51', '', '', '2013-05-03 08:17:16', '2013-05-03 08:17:16', '', 7, 'http://brucknerframing.co.uk/7-revision-51/', 0, 'revision', '', 0),
(901, 3, '2013-02-13 09:54:59', '2013-02-13 09:54:59', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-02-13 09:54:59', '2013-02-13 09:54:59', '', 453, 'http://brucknerframing.co.uk/453-revision-68/', 0, 'revision', '', 0),
(902, 3, '2013-05-03 08:22:08', '2013-05-03 08:22:08', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="425" height="603" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:22:08', '2013-05-03 08:22:08', '', 453, 'http://brucknerframing.co.uk/453-revision-69/', 0, 'revision', '', 0),
(903, 3, '2013-05-03 08:23:34', '2013-05-03 08:23:34', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:23:34', '2013-05-03 08:23:34', '', 453, 'http://brucknerframing.co.uk/453-revision-70/', 0, 'revision', '', 0),
(904, 3, '2013-05-03 08:23:39', '2013-05-03 08:23:39', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts, In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:23:39', '2013-05-03 08:23:39', '', 453, 'http://brucknerframing.co.uk/453-revision-71/', 0, 'revision', '', 0),
(905, 3, '2013-05-03 08:24:37', '2013-05-03 08:24:37', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:24:37', '2013-05-03 08:24:37', '', 453, 'http://brucknerframing.co.uk/453-revision-72/', 0, 'revision', '', 0),
(906, 3, '2013-05-03 08:25:37', '2013-05-03 08:25:37', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:25:37', '2013-05-03 08:25:37', '', 453, 'http://brucknerframing.co.uk/453-revision-73/', 0, 'revision', '', 0),
(907, 3, '2013-05-03 08:25:42', '2013-05-03 08:25:42', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="350" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:25:42', '2013-05-03 08:25:42', '', 453, 'http://brucknerframing.co.uk/453-revision-74/', 0, 'revision', '', 0),
(908, 3, '2013-05-03 08:26:53', '2013-05-03 08:26:53', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:26:53', '2013-05-03 08:26:53', '', 453, 'http://brucknerframing.co.uk/453-revision-75/', 0, 'revision', '', 0),
(909, 3, '2013-05-03 08:36:06', '2013-05-03 08:36:06', '', 'hearts', '', 'inherit', 'closed', 'closed', '', 'hearts', '', '', '2013-05-03 08:36:06', '2013-05-03 08:36:06', '', 453, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg', 0, 'attachment', 'image/jpeg', 0),
(910, 3, '2013-05-03 08:26:57', '2013-05-03 08:26:57', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:26:57', '2013-05-03 08:26:57', '', 453, 'http://brucknerframing.co.uk/453-revision-76/', 0, 'revision', '', 0),
(947, 3, '2013-05-08 07:48:14', '2013-05-08 07:48:14', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-05-08 07:48:14', '2013-05-08 07:48:14', '', 427, 'http://brucknerframing.co.uk/427-revision-23/', 0, 'revision', '', 0),
(911, 3, '2013-05-03 08:36:21', '2013-05-03 08:36:21', '<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" alt="hearts" width="425" height="423" class="alignleft size-full wp-image-909" /></a><p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:36:21', '2013-05-03 08:36:21', '', 453, 'http://brucknerframing.co.uk/453-revision-77/', 0, 'revision', '', 0),
(912, 3, '2013-05-03 08:37:44', '2013-05-03 08:37:44', '<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" alt="hearts" width="120" height="124" class="alignleft size-full wp-image-909" /></a><p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:37:44', '2013-05-03 08:37:44', '', 453, 'http://brucknerframing.co.uk/453-revision-78/', 0, 'revision', '', 0),
(913, 3, '2013-05-03 08:37:50', '2013-05-03 08:37:50', '<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" alt="hearts" width="120" height="124" class="alignleft size-full wp-image-909" /></a><p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:37:50', '2013-05-03 08:37:50', '', 453, 'http://brucknerframing.co.uk/453-revision-79/', 0, 'revision', '', 0),
(914, 3, '2013-05-03 08:38:59', '2013-05-03 08:38:59', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong><a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:38:59', '2013-05-03 08:38:59', '', 453, 'http://brucknerframing.co.uk/453-revision-80/', 0, 'revision', '', 0),
(915, 3, '2013-05-03 08:39:05', '2013-05-03 08:39:05', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong><a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts,<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:39:05', '2013-05-03 08:39:05', '', 453, 'http://brucknerframing.co.uk/453-revision-81/', 0, 'revision', '', 0),
(916, 3, '2013-05-03 08:41:40', '2013-05-03 08:41:40', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought ,<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /and we are now  ready to produce an unlimited array of mounts the only limit being imagination. [singlepic id=51 w=280 h=200 float=right]</p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via the contact page with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-03 08:41:40', '2013-05-03 08:41:40', '', 453, 'http://brucknerframing.co.uk/453-revision-82/', 0, 'revision', '', 0),
(917, 3, '2013-05-04 12:21:23', '2013-05-04 12:21:23', '', 'citreon-1937-canvas', '', 'inherit', 'closed', 'closed', '', 'citreon-1937-canvas', '', '', '2013-05-04 12:21:23', '2013-05-04 12:21:23', '', 404, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas.gif', 0, 'attachment', 'image/gif', 0),
(918, 3, '2013-02-13 12:04:13', '2013-02-13 12:04:13', '<strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-02-13 12:04:13', '2013-02-13 12:04:13', '', 404, 'http://brucknerframing.co.uk/404-revision-50/', 0, 'revision', '', 0),
(919, 3, '2013-05-04 12:21:51', '2013-05-04 12:21:51', '<strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-04 12:21:51', '2013-05-04 12:21:51', '', 404, 'http://brucknerframing.co.uk/404-revision-51/', 0, 'revision', '', 0),
(920, 3, '2013-05-04 12:22:40', '2013-05-04 12:22:40', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="800" height="605" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-04 12:22:40', '2013-05-04 12:22:40', '', 404, 'http://brucknerframing.co.uk/404-revision-52/', 0, 'revision', '', 0),
(921, 3, '2013-05-04 12:24:01', '2013-05-04 12:24:01', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="400" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-04 12:24:01', '2013-05-04 12:24:01', '', 404, 'http://brucknerframing.co.uk/404-revision-53/', 0, 'revision', '', 0),
(922, 3, '2013-05-04 12:24:04', '2013-05-04 12:24:04', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="400" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-04 12:24:04', '2013-05-04 12:24:04', '', 404, 'http://brucknerframing.co.uk/404-revision-54/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(923, 3, '2013-05-08 07:36:54', '2013-05-08 07:36:54', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="400" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-08 07:36:54', '2013-05-08 07:36:54', '', 404, 'http://brucknerframing.co.uk/404-revision-55/', 0, 'revision', '', 0),
(924, 3, '2013-05-08 07:36:57', '2013-05-08 07:36:57', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="400" height="303" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-08 07:36:57', '2013-05-08 07:36:57', '', 404, 'http://brucknerframing.co.uk/404-revision-56/', 0, 'revision', '', 0),
(925, 3, '2013-05-08 07:39:11', '2013-05-08 07:39:11', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignleft size-medium wp-image-917" alt="citreon-1937-canvas" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" width="360" height="272" /></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="211" height="300" /></a></strong>we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\r\n\r\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\r\n\r\nThe canvasses can be hand finished, coated with a textured finish to re-create brush strokes.<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter size-full wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" width="300" height="303" /></a>\r\n\r\nClick for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\r\n\r\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional, consistant and uniform stretching.\r\n\r\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2013-05-08 07:39:11', '2013-05-08 07:39:11', '', 404, 'http://brucknerframing.co.uk/404-revision-57/', 0, 'revision', '', 0),
(926, 3, '2013-01-09 09:17:26', '2013-01-09 09:17:26', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-01-09 09:17:26', '2013-01-09 09:17:26', '', 427, 'http://brucknerframing.co.uk/427-revision-19/', 0, 'revision', '', 0),
(927, 3, '2013-05-08 07:42:01', '2013-05-08 07:42:01', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-05-08 07:42:01', '2013-05-08 07:42:01', '', 427, 'http://brucknerframing.co.uk/427-revision-20/', 0, 'revision', '', 0),
(928, 3, '2013-05-08 07:42:13', '2013-05-08 07:42:13', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-05-08 07:42:13', '2013-05-08 07:42:13', '', 427, 'http://brucknerframing.co.uk/427-revision-21/', 0, 'revision', '', 0),
(929, 3, '2013-05-08 07:42:59', '2013-05-08 07:42:59', '<strong>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-05-08 07:42:59', '2013-05-08 07:42:59', '', 427, 'http://brucknerframing.co.uk/427-revision-22/', 0, 'revision', '', 0),
(931, 3, '2013-05-12 08:12:08', '2013-05-12 08:12:08', '<img class="  alignleft wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="450" height="305" />\r\n<h1>Above we have The Contemporary style, no mitred joints, available in Natural, limed or antiqued finish</h1>\r\n<h1>Below the traditional oak mirror with mitred joints  also available in Natural, limed or antiqued finish.</h1>\r\n<h1></h1>\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="600" height="475" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" alt="gold-mirror-160612" width="800" height="533" /></a>\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="aligncenter wp-image-941 size-medium" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="528" height="800" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="padding-left: 450px;"></p>', 'Mirror gallery', '', 'publish', 'closed', 'closed', '', 'mirror-gallery', '', '', '2015-03-17 17:42:40', '2015-03-17 17:42:40', '', 0, 'http://brucknerframing.co.uk/?page_id=931', 0, 'page', '', 0),
(932, 3, '2013-05-12 08:09:51', '2013-05-12 08:09:51', '', 'gold-mirror-160612', '', 'inherit', 'closed', 'closed', '', 'gold-mirror-160612', '', '', '2013-05-12 08:09:51', '2013-05-12 08:09:51', '', 931, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612.gif', 0, 'attachment', 'image/gif', 0),
(933, 3, '2013-05-12 08:11:53', '2013-05-12 08:11:53', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/?attachment_id=932" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="800" height="533" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:11:53', '2013-05-12 08:11:53', '', 931, 'http://brucknerframing.co.uk/931-revision/', 0, 'revision', '', 0),
(934, 3, '2013-05-12 08:11:55', '2013-05-12 08:11:55', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/?attachment_id=932" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="800" height="533" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:11:55', '2013-05-12 08:11:55', '', 931, 'http://brucknerframing.co.uk/931-revision-2/', 0, 'revision', '', 0),
(935, 3, '2013-05-12 08:12:08', '2013-05-12 08:12:08', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/?attachment_id=932" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="800" height="533" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:12:08', '2013-05-12 08:12:08', '', 931, 'http://brucknerframing.co.uk/931-revision-3/', 0, 'revision', '', 0),
(936, 3, '2013-05-12 08:12:08', '2013-05-12 08:12:08', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="800" height="533" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:12:08', '2013-05-12 08:12:08', '', 931, 'http://brucknerframing.co.uk/931-revision-4/', 0, 'revision', '', 0),
(937, 3, '2013-05-12 08:12:15', '2013-05-12 08:12:15', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="800" height="533" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:12:15', '2013-05-12 08:12:15', '', 931, 'http://brucknerframing.co.uk/931-revision-5/', 0, 'revision', '', 0),
(938, 3, '2013-05-12 08:13:55', '2013-05-12 08:13:55', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="500" height="395" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" alt="gold-mirror-160612" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" width="500" height="333" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2013-05-12 08:13:55', '2013-05-12 08:13:55', '', 931, 'http://brucknerframing.co.uk/931-revision-6/', 0, 'revision', '', 0),
(1153, 3, '2015-03-12 07:30:02', '2015-03-12 07:30:02', 'COLIN BANKS ART MEET THE ORBS\r\n\r\nSee Colin on Face Book and Twitter<a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>\r\n<h1></h1>\r\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-12 07:30:02', '2015-03-12 07:30:02', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(939, 3, '2013-02-13 08:40:42', '2013-02-13 08:40:42', '<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignright size-medium wp-image-829" alt="_B0C3050ed" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" width="396" height="227" /></a>We offer a range of Bevel edged Mirrors. This one is framed in solid (100mmx20mm) oak and as they are made in our workshop they can be finished  any way you want for example, polished, waxed, limed or stained.', 'Mirrors', '', 'inherit', 'closed', 'closed', '', '828-revision-11', '', '', '2013-02-13 08:40:42', '2013-02-13 08:40:42', '', 828, 'http://brucknerframing.co.uk/828-revision-11/', 0, 'revision', '', 0),
(1129, 3, '2014-11-18 21:11:42', '2014-11-18 21:11:42', '<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignright size-medium wp-image-695" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" alt="canvas 2cv" width="500" height="463" /></a>Canvas Prints          </strong>\r\n\r\n<strong>Canvas prints are stretched over pine gallery bars 20mm up to A3 and 38mm for A2 up to A0</strong><strong>        </strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)           £15.90</li>\r\n	<li>A4 (297x210mm)                 £18.00</li>\r\n	<li>12x10in (300x250)               £18.50</li>\r\n	<li>16x12in (400x300)               £23.23</li>\r\n	<li>A3 (410x297mm)                 £25.20</li>\r\n	<li>A3+ (475x325mm)               £25.79</li>\r\n	<li>20 x16in                               £28.48</li>\r\n	<li>A2                                        £35.50</li>\r\n	<li>20x 24in (500x600mm)        £35.90</li>\r\n	<li>A1 (841x594)                       £56.00</li>\r\n	<li>36 x24in (900 x600mm)       £63.86</li>\r\n	<li>A0 (1189 x841mm)              £90.00</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2014-11-18 21:11:42', '2014-11-18 21:11:42', '', 427, 'http://brucknerframing.co.uk/427-revision-v1/', 0, 'revision', '', 0),
(948, 3, '2013-05-21 10:15:44', '2013-05-21 10:15:44', '<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="800" height="742" /></a>Canvas Prints                    20mm deep     Gallery (38mm)</strong>\r\n<ul>\r\n	<li>10x8in (250x200mm)               £9.20              £15.90</li>\r\n	<li>A4 (297x210mm)                     £10                 £18.00</li>\r\n	<li>12x10in (300x250)                   £12.60            £18.50</li>\r\n	<li>16x12in (400x300)                   £17.80            £23.23</li>\r\n	<li>A3 (410x297mm)                     £20.10            £25.20</li>\r\n	<li>A3+ (475x325mm)                   £21.80            £25.79</li>\r\n	<li>20 x16in                                   £24.60            £28.48</li>\r\n	<li>A2                                            £27.20            £30.10</li>\r\n	<li>20x 24in (500x600mm)            £28.20            £35.90</li>\r\n	<li>A1 (841x594)                           £45.00            £56.00</li>\r\n	<li>36 x24in (900 x600mm)          £51.90             £63.86</li>\r\n	<li>A0 (1189 x841mm)                 £90.25             £110.50</li>\r\n</ul>\r\nTo Order just contact  <a href="mailto:Gerry@brucknerframing.co.uk">Gerry@brucknerframing.co.uk</a>', 'Canvas Sizes and Prices', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2013-05-21 10:15:44', '2013-05-21 10:15:44', '', 427, 'http://brucknerframing.co.uk/427-revision-24/', 0, 'revision', '', 0),
(951, 3, '2013-05-21 10:28:22', '2013-05-21 10:28:22', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="539" height="425" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:28:22', '2013-05-21 10:28:22', '', 453, 'http://brucknerframing.co.uk/453-revision-86/', 0, 'revision', '', 0),
(949, 3, '2013-05-15 10:03:55', '2013-05-15 10:03:55', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought ,<a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-15 10:03:55', '2013-05-15 10:03:55', '', 453, 'http://brucknerframing.co.uk/453-revision-84/', 0, 'revision', '', 0),
(952, 3, '2013-05-21 10:31:00', '2013-05-21 10:31:00', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:31:00', '2013-05-21 10:31:00', '', 453, 'http://brucknerframing.co.uk/453-revision-87/', 0, 'revision', '', 0),
(950, 3, '2013-05-21 10:27:58', '2013-05-21 10:27:58', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="539" height="425" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:27:58', '2013-05-21 10:27:58', '', 453, 'http://brucknerframing.co.uk/453-revision-85/', 0, 'revision', '', 0),
(953, 3, '2013-05-21 10:31:06', '2013-05-21 10:31:06', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:31:06', '2013-05-21 10:31:06', '', 453, 'http://brucknerframing.co.uk/453-revision-88/', 0, 'revision', '', 0),
(954, 3, '2013-05-21 10:43:13', '2013-05-21 10:43:13', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:43:13', '2013-05-21 10:43:13', '', 453, 'http://brucknerframing.co.uk/453-revision-89/', 0, 'revision', '', 0),
(955, 3, '2013-05-21 10:43:54', '2013-05-21 10:43:54', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number of high street stores,the difference being we can be a lot more versatile <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:43:54', '2013-05-21 10:43:54', '', 453, 'http://brucknerframing.co.uk/453-revision-90/', 0, 'revision', '', 0),
(956, 3, '2013-05-21 10:44:54', '2013-05-21 10:44:54', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:44:54', '2013-05-21 10:44:54', '', 453, 'http://brucknerframing.co.uk/453-revision-91/', 0, 'revision', '', 0),
(957, 3, '2013-05-21 10:45:02', '2013-05-21 10:45:02', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:45:02', '2013-05-21 10:45:02', '', 453, 'http://brucknerframing.co.uk/453-revision-92/', 0, 'revision', '', 0),
(958, 3, '2013-05-21 10:47:20', '2013-05-21 10:47:20', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile.For more example see our examples page</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:47:20', '2013-05-21 10:47:20', '', 453, 'http://brucknerframing.co.uk/453-revision-93/', 0, 'revision', '', 0),
(959, 3, '2013-05-21 10:47:29', '2013-05-21 10:47:29', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile.For more example see our examples page</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:47:29', '2013-05-21 10:47:29', '', 453, 'http://brucknerframing.co.uk/453-revision-94/', 0, 'revision', '', 0),
(961, 3, '2013-05-21 10:49:04', '2013-05-21 10:49:04', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile. For more example see our examples page</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:49:04', '2013-05-21 10:49:04', '', 453, 'http://brucknerframing.co.uk/453-revision-96/', 0, 'revision', '', 0),
(960, 3, '2013-05-21 10:48:16', '2013-05-21 10:48:16', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;"></p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile.For more example see our examples page</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:48:16', '2013-05-21 10:48:16', '', 453, 'http://brucknerframing.co.uk/453-revision-95/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(962, 3, '2013-05-21 10:51:06', '2013-05-21 10:51:06', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/a4517292/" rel="attachment wp-att-1094"><img class="alignleft size-medium wp-image-1094" alt="A4517292" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/A4517292-680x800.jpg" width="400" height="470" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="345" height="334" /><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'publish', 'closed', 'closed', '', 'examples-of-mounts', '', '', '2013-09-17 16:24:53', '2013-09-17 16:24:53', '', 0, 'http://brucknerframing.co.uk/?page_id=962', 0, 'page', '', 0),
(963, 3, '2013-05-21 10:51:06', '2013-05-21 10:51:06', '', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:51:06', '2013-05-21 10:51:06', '', 962, 'http://brucknerframing.co.uk/962-revision/', 0, 'revision', '', 0),
(964, 3, '2013-09-17 16:23:04', '2013-09-17 16:23:04', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/a4517292/" rel="attachment wp-att-1094"><img class="alignleft size-medium wp-image-1094" alt="A4517292" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/A4517292-680x800.jpg" width="680" height="800" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="345" height="334" /><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-autosave-v1', '', '', '2013-09-17 16:23:04', '2013-09-17 16:23:04', '', 962, 'http://brucknerframing.co.uk/962-autosave/', 0, 'revision', '', 0),
(965, 3, '2013-05-21 10:51:36', '2013-05-21 10:51:36', '<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="425" height="603" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:51:36', '2013-05-21 10:51:36', '', 962, 'http://brucknerframing.co.uk/962-revision-2/', 0, 'revision', '', 0),
(966, 3, '2013-05-21 10:53:00', '2013-05-21 10:53:00', '<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:53:00', '2013-05-21 10:53:00', '', 962, 'http://brucknerframing.co.uk/962-revision-3/', 0, 'revision', '', 0),
(967, 3, '2013-05-21 10:55:16', '2013-05-21 10:55:16', '', 'name 1 mount', '', 'inherit', 'closed', 'closed', '', 'name-1-mount', '', '', '2013-05-21 10:55:16', '2013-05-21 10:55:16', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg', 0, 'attachment', 'image/jpeg', 0),
(968, 3, '2013-05-21 10:53:05', '2013-05-21 10:53:05', '<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:53:05', '2013-05-21 10:53:05', '', 962, 'http://brucknerframing.co.uk/962-revision-4/', 0, 'revision', '', 0),
(969, 3, '2013-05-21 10:56:51', '2013-05-21 10:56:51', '', 'emilia name plate', '', 'inherit', 'closed', 'closed', '', 'emilia-name-plate', '', '', '2013-05-21 10:56:51', '2013-05-21 10:56:51', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg', 0, 'attachment', 'image/jpeg', 0),
(970, 3, '2013-05-21 10:55:30', '2013-05-21 10:55:30', '<a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:55:30', '2013-05-21 10:55:30', '', 962, 'http://brucknerframing.co.uk/962-revision-5/', 0, 'revision', '', 0),
(971, 3, '2013-05-21 10:57:00', '2013-05-21 10:57:00', '<a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="567" height="223" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:57:00', '2013-05-21 10:57:00', '', 962, 'http://brucknerframing.co.uk/962-revision-6/', 0, 'revision', '', 0),
(972, 3, '2013-05-21 10:59:44', '2013-05-21 10:59:44', '<a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="300" height="123" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:59:44', '2013-05-21 10:59:44', '', 962, 'http://brucknerframing.co.uk/962-revision-7/', 0, 'revision', '', 0),
(973, 3, '2013-05-21 10:59:48', '2013-05-21 10:59:48', '<a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="300" height="123" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 10:59:48', '2013-05-21 10:59:48', '', 962, 'http://brucknerframing.co.uk/962-revision-8/', 0, 'revision', '', 0),
(974, 3, '2013-05-21 11:01:05', '2013-05-21 11:01:05', '<a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:01:05', '2013-05-21 11:01:05', '', 962, 'http://brucknerframing.co.uk/962-revision-9/', 0, 'revision', '', 0),
(975, 3, '2013-05-21 11:02:48', '2013-05-21 11:02:48', '', 'butterfly', '', 'inherit', 'closed', 'closed', '', 'butterfly', '', '', '2013-05-21 11:02:48', '2013-05-21 11:02:48', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly.jpg', 0, 'attachment', 'image/jpeg', 0),
(976, 3, '2013-05-21 11:01:10', '2013-05-21 11:01:10', '<a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:01:10', '2013-05-21 11:01:10', '', 962, 'http://brucknerframing.co.uk/962-revision-10/', 0, 'revision', '', 0),
(977, 3, '2013-05-21 11:03:14', '2013-05-21 11:03:14', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" alt="butterfly" width="800" height="780" class="alignleft size-medium wp-image-975" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:03:14', '2013-05-21 11:03:14', '', 962, 'http://brucknerframing.co.uk/962-revision-11/', 0, 'revision', '', 0),
(978, 3, '2013-05-21 11:06:42', '2013-05-21 11:06:42', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" alt="butterfly" width="450" height="439" class="alignleft size-medium wp-image-975" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:06:42', '2013-05-21 11:06:42', '', 962, 'http://brucknerframing.co.uk/962-revision-12/', 0, 'revision', '', 0),
(979, 3, '2013-05-21 11:06:47', '2013-05-21 11:06:47', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" alt="butterfly" width="450" height="439" class="alignleft size-medium wp-image-975" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="141" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:06:47', '2013-05-21 11:06:47', '', 962, 'http://brucknerframing.co.uk/962-revision-13/', 0, 'revision', '', 0),
(980, 3, '2013-05-21 11:07:40', '2013-05-21 11:07:40', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" alt="butterfly" width="450" height="439" class="alignleft size-medium wp-image-975" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:07:40', '2013-05-21 11:07:40', '', 962, 'http://brucknerframing.co.uk/962-revision-14/', 0, 'revision', '', 0),
(981, 3, '2013-05-21 10:49:14', '2013-05-21 10:49:14', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile. For more example see our examples page</p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-21 10:49:14', '2013-05-21 10:49:14', '', 453, 'http://brucknerframing.co.uk/453-revision-97/', 0, 'revision', '', 0),
(982, 3, '2013-05-22 08:29:51', '2013-05-22 08:29:51', '', 'Perspective', '', 'inherit', 'closed', 'closed', '', 'perspective', '', '', '2013-05-22 08:29:51', '2013-05-22 08:29:51', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg', 0, 'attachment', 'image/jpeg', 0),
(983, 3, '2013-05-21 11:07:42', '2013-05-21 11:07:42', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" alt="butterfly" width="450" height="439" class="alignleft size-medium wp-image-975" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" alt="emilia name plate" width="400" height="164" class="alignleft size-full wp-image-969" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" alt="name 1 mount" width="425" height="269" class="alignleft size-full wp-image-967" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-21 11:07:42', '2013-05-21 11:07:42', '', 962, 'http://brucknerframing.co.uk/962-revision-15/', 0, 'revision', '', 0),
(984, 3, '2013-05-22 08:31:25', '2013-05-22 08:31:25', '', 'double mount with ornate corn', '', 'inherit', 'closed', 'closed', '', 'double-mount-with-ornate-corn', '', '', '2013-05-22 08:31:25', '2013-05-22 08:31:25', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn.jpg', 0, 'attachment', 'image/jpeg', 0),
(985, 3, '2013-05-22 08:30:08', '2013-05-22 08:30:08', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-22 08:30:08', '2013-05-22 08:30:08', '', 962, 'http://brucknerframing.co.uk/962-revision-16/', 0, 'revision', '', 0),
(986, 3, '2013-05-22 08:31:44', '2013-05-22 08:31:44', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="559" height="800" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-22 08:31:44', '2013-05-22 08:31:44', '', 962, 'http://brucknerframing.co.uk/962-revision-17/', 0, 'revision', '', 0),
(987, 3, '2013-02-04 22:09:58', '2013-02-04 22:09:58', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wallContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order todayclick here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-23', '', '', '2013-02-04 22:09:58', '2013-02-04 22:09:58', '', 26, 'http://brucknerframing.co.uk/26-revision-23/', 0, 'revision', '', 0),
(988, 3, '2013-05-28 12:57:26', '2013-05-28 12:57:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-24', '', '', '2013-05-28 12:57:26', '2013-05-28 12:57:26', '', 26, 'http://brucknerframing.co.uk/26-revision-24/', 0, 'revision', '', 0),
(990, 3, '2013-05-29 13:07:24', '2013-05-29 13:07:24', 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/folded_clouds.jpg', 'folded_clouds.jpg', '', 'inherit', 'closed', 'closed', '', 'folded_clouds-jpg', '', '', '2013-05-29 13:07:24', '2013-05-29 13:07:24', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/folded_clouds.jpg', 0, 'attachment', 'image/jpeg', 0),
(991, 3, '2013-05-28 12:57:34', '2013-05-28 12:57:34', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-25', '', '', '2013-05-28 12:57:34', '2013-05-28 12:57:34', '', 26, 'http://brucknerframing.co.uk/26-revision-25/', 0, 'revision', '', 0),
(992, 3, '2013-05-29 13:39:00', '2013-05-29 13:39:00', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-26', '', '', '2013-05-29 13:39:00', '2013-05-29 13:39:00', '', 26, 'http://brucknerframing.co.uk/26-revision-26/', 0, 'revision', '', 0),
(993, 3, '2013-05-29 13:39:03', '2013-05-29 13:39:03', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-27', '', '', '2013-05-29 13:39:03', '2013-05-29 13:39:03', '', 26, 'http://brucknerframing.co.uk/26-revision-27/', 0, 'revision', '', 0),
(994, 3, '2013-05-29 13:40:10', '2013-05-29 13:40:10', '<table width="900" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-28', '', '', '2013-05-29 13:40:10', '2013-05-29 13:40:10', '', 26, 'http://brucknerframing.co.uk/26-revision-28/', 0, 'revision', '', 0),
(995, 3, '2013-05-29 13:40:15', '2013-05-29 13:40:15', '<table width="900" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-29', '', '', '2013-05-29 13:40:15', '2013-05-29 13:40:15', '', 26, 'http://brucknerframing.co.uk/26-revision-29/', 0, 'revision', '', 0),
(996, 3, '2013-05-29 13:41:10', '2013-05-29 13:41:10', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-30', '', '', '2013-05-29 13:41:10', '2013-05-29 13:41:10', '', 26, 'http://brucknerframing.co.uk/26-revision-30/', 0, 'revision', '', 0),
(997, 3, '2013-05-29 13:41:15', '2013-05-29 13:41:15', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-31', '', '', '2013-05-29 13:41:15', '2013-05-29 13:41:15', '', 26, 'http://brucknerframing.co.uk/26-revision-31/', 0, 'revision', '', 0),
(998, 3, '2013-05-29 13:41:58', '2013-05-29 13:41:58', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: center;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-32', '', '', '2013-05-29 13:41:58', '2013-05-29 13:41:58', '', 26, 'http://brucknerframing.co.uk/26-revision-32/', 0, 'revision', '', 0),
(999, 3, '2013-05-29 13:42:05', '2013-05-29 13:42:05', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: center;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-33', '', '', '2013-05-29 13:42:05', '2013-05-29 13:42:05', '', 26, 'http://brucknerframing.co.uk/26-revision-33/', 0, 'revision', '', 0),
(1000, 3, '2013-05-29 13:42:39', '2013-05-29 13:42:39', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-34', '', '', '2013-05-29 13:42:39', '2013-05-29 13:42:39', '', 26, 'http://brucknerframing.co.uk/26-revision-34/', 0, 'revision', '', 0),
(1001, 3, '2013-05-29 13:43:05', '2013-05-29 13:43:05', '<table width="400" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-35', '', '', '2013-05-29 13:43:05', '2013-05-29 13:43:05', '', 26, 'http://brucknerframing.co.uk/26-revision-35/', 0, 'revision', '', 0),
(1002, 3, '2013-05-29 13:44:17', '2013-05-29 13:44:17', '<table width="900" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-36', '', '', '2013-05-29 13:44:17', '2013-05-29 13:44:17', '', 26, 'http://brucknerframing.co.uk/26-revision-36/', 0, 'revision', '', 0),
(1003, 3, '2013-05-29 13:44:22', '2013-05-29 13:44:22', '<table width="900" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-37', '', '', '2013-05-29 13:44:22', '2013-05-29 13:44:22', '', 26, 'http://brucknerframing.co.uk/26-revision-37/', 0, 'revision', '', 0),
(1004, 3, '2013-05-29 13:45:06', '2013-05-29 13:45:06', '<table width="1200" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-38', '', '', '2013-05-29 13:45:06', '2013-05-29 13:45:06', '', 26, 'http://brucknerframing.co.uk/26-revision-38/', 0, 'revision', '', 0),
(1005, 3, '2013-05-29 13:45:46', '2013-05-29 13:45:46', '<table width="600" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-39', '', '', '2013-05-29 13:45:46', '2013-05-29 13:45:46', '', 26, 'http://brucknerframing.co.uk/26-revision-39/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(1006, 3, '2013-05-29 13:46:12', '2013-05-29 13:46:12', '<table width="2000" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-40', '', '', '2013-05-29 13:46:12', '2013-05-29 13:46:12', '', 26, 'http://brucknerframing.co.uk/26-revision-40/', 0, 'revision', '', 0),
(1007, 3, '2013-05-29 13:46:24', '2013-05-29 13:46:24', '<table width="2000" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-41', '', '', '2013-05-29 13:46:24', '2013-05-29 13:46:24', '', 26, 'http://brucknerframing.co.uk/26-revision-41/', 0, 'revision', '', 0),
(1008, 3, '2013-05-29 13:46:50', '2013-05-29 13:46:50', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="200"><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignrightsize-full wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="500" height="562" /></a>Our Photoblocks offer a stylish contemporary way to display your Photos.The Blocks are 18 or 25mm thick MDF and edged in a large range of colours and finishes, including but not limited to Black,white,Oak,Maple and Silver. Just ask and we will try to match your requirements.Each Block is supplied with 2 keyhole fixing to enable portrait and lanscape fixing.All you have to do is peel back the protective sheet plac a slightly oversized image on the board, press down the image and trim with a sharp craft knife.A floating sub mount is available to project the board from the wall Contact  <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>  to place an order today click here for <a href="http://brucknerframing.co.uk/products/mounts/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Photo Blocks ', '', 'inherit', 'closed', 'closed', '', '26-revision-42', '', '', '2013-05-29 13:46:50', '2013-05-29 13:46:50', '', 26, 'http://brucknerframing.co.uk/26-revision-42/', 0, 'revision', '', 0),
(1009, 3, '2013-06-05 07:30:16', '2013-06-05 07:30:16', '', 'A4517127', '', 'inherit', 'closed', 'closed', '', 'a4517127', '', '', '2013-06-05 07:30:16', '2013-06-05 07:30:16', '', 393, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127.jpg', 0, 'attachment', 'image/jpeg', 0),
(1010, 3, '2012-12-31 19:55:48', '2012-12-31 19:55:48', 'We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2012-12-31 19:55:48', '2012-12-31 19:55:48', '', 393, 'http://brucknerframing.co.uk/393-revision-10/', 0, 'revision', '', 0),
(1011, 3, '2013-05-03 08:18:10', '2013-05-03 08:18:10', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-52', '', '', '2013-05-03 08:18:10', '2013-05-03 08:18:10', '', 7, 'http://brucknerframing.co.uk/7-revision-52/', 0, 'revision', '', 0),
(1012, 3, '2013-06-05 07:32:10', '2013-06-05 07:32:10', '<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" alt="A4517127" width="800" height="578" class="alignleft size-medium wp-image-1009" /></a><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-53', '', '', '2013-06-05 07:32:10', '2013-06-05 07:32:10', '', 7, 'http://brucknerframing.co.uk/7-revision-53/', 0, 'revision', '', 0),
(1013, 3, '2013-06-05 07:34:22', '2013-06-05 07:34:22', '<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" alt="A4517127" width="100" height="72" class="alignleft size-medium wp-image-1009" /></a><a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-54', '', '', '2013-06-05 07:34:22', '2013-06-05 07:34:22', '', 7, 'http://brucknerframing.co.uk/7-revision-54/', 0, 'revision', '', 0),
(1014, 3, '2013-06-05 07:35:39', '2013-06-05 07:35:39', '<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="100" height="87" /></a><strong>Large Format Prints</strong> -right up to B0 thats 44in wide - It Is important to remember the better the image quality the better the enlargement  <a href="http://brucknerframing.co.uk/products/large-prints/">(more)</a>\r\n\r\n<strong>Bespoke Framing</strong>- Thousands of combinations of mouldings,mounts and types of frame to create a unique frame. <a href="http://brucknerframing.co.uk/products/framing/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/products/mounts/photoblock-edit-1-4/" rel="attachment wp-att-816"><img class="alignleft size-medium wp-image-816" alt="photoblock-edit-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/photoblock-edit-1.gif" width="100" height="110" /></a>Photo Blocks</strong> -A contempoary stylish way to display your photographs <a href="http://brucknerframing.co.uk/products/mounts/">(more)</a><a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="100" height="72" /></a>\r\n\r\n<strong>Acrylic Mounts</strong> 10mm acrylic sheets fixed with post or subframe <a href="http://brucknerframing.co.uk/acrylic-mounts">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="alignleft size-medium wp-image-695" alt="canvas 2cv" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-800x742.jpg" width="100" height="92" /></a>Canvas</strong>-Quality canvases stretched over quality stretcher bars <strong><a href="http://brucknerframing.co.uk/canvas/">(</a></strong><a href="http://brucknerframing.co.uk/canvas/">more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><strong><img class="alignleft size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="100" height="78" /></strong></a><strong>Mounts-</strong> <a href="http://brucknerframing.co.uk/mounts/">(more)</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Products', '', 'inherit', 'closed', 'closed', '', '7-revision-55', '', '', '2013-06-05 07:35:39', '2013-06-05 07:35:39', '', 7, 'http://brucknerframing.co.uk/7-revision-55/', 0, 'revision', '', 0),
(1015, 3, '2012-04-12 13:19:53', '2012-04-12 13:19:53', '<strong>Acrylic Mounts                                                                                 10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-5', '', '', '2012-04-12 13:19:53', '2012-04-12 13:19:53', '', 411, 'http://brucknerframing.co.uk/411-revision-5/', 0, 'revision', '', 0),
(1018, 3, '2013-06-05 07:38:42', '2013-06-05 07:38:42', '<strong>Acrylic Mounts                    10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-7', '', '', '2013-06-05 07:38:42', '2013-06-05 07:38:42', '', 411, 'http://brucknerframing.co.uk/411-revision-7/', 0, 'revision', '', 0),
(1019, 3, '2013-06-10 10:18:27', '2013-06-10 10:18:27', '<strong><a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignright size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="800" height="578" /></a>Acrylic Mounts                    10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-8', '', '', '2013-06-10 10:18:27', '2013-06-10 10:18:27', '', 411, 'http://brucknerframing.co.uk/411-revision-8/', 0, 'revision', '', 0),
(1020, 3, '2013-06-10 10:20:10', '2013-06-10 10:20:10', '<strong><a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignright size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="300" height="216" /></a>Acrylic Mounts                    10mm thick</strong>\r\n\r\nA4                                                 £15.29\r\n\r\nA4+                                               £21.11\r\n\r\nA3                                                 £28.55\r\n\r\nA3+                                               £38.43\r\n\r\n12x10in                                         £17.25\r\n\r\n12x12in                                         £23.12\r\n\r\n12x16                                            £27.40\r\n\r\n16x16                                            £36.69\r\n\r\n16x20in                                         £43.40\r\n\r\n20x20in                                         £55.55\r\n\r\n20x24in                                         £68.85\r\n\r\n600x800mm                                  £107.20\r\n\r\nother sizes are avaiable -please <a href="http://brucknerframing.co.uk/contacts/">contact us for prices</a>', 'acrylic sizes and prices', '', 'inherit', 'closed', 'closed', '', '411-revision-9', '', '', '2013-06-10 10:20:10', '2013-06-10 10:20:10', '', 411, 'http://brucknerframing.co.uk/411-revision-9/', 0, 'revision', '', 0),
(1021, 3, '2013-05-03 07:13:40', '2013-05-03 07:13:40', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are [nggallery id=1]there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-21', '', '', '2013-05-03 07:13:40', '2013-05-03 07:13:40', '', 9, 'http://brucknerframing.co.uk/9-revision-21/', 0, 'revision', '', 0),
(1203, 3, '2023-03-12 10:35:12', '2023-03-12 10:35:12', '\n\n<!-- wp:image {"id":1198,"sizeSlug":"medium","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-medium is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-533x800.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-03-12 10:35:12', '2023-03-12 10:35:12', '', 39, 'https://brucknerframing.co.uk/?p=1203', 0, 'revision', '', 0),
(1023, 3, '2013-06-10 10:23:24', '2013-06-10 10:23:24', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="300">We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-22', '', '', '2013-06-10 10:23:24', '2013-06-10 10:23:24', '', 9, 'http://brucknerframing.co.uk/9-revision-22/', 0, 'revision', '', 0),
(1024, 3, '2013-06-10 10:35:11', '2013-06-10 10:35:11', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="300"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignleft size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="640" height="800" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-23', '', '', '2013-06-10 10:35:11', '2013-06-10 10:35:11', '', 9, 'http://brucknerframing.co.uk/9-revision-23/', 0, 'revision', '', 0),
(1025, 3, '2013-06-10 10:37:19', '2013-06-10 10:37:19', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="450" height="192\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignleft size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="640" height="800" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-24', '', '', '2013-06-10 10:37:19', '2013-06-10 10:37:19', '', 9, 'http://brucknerframing.co.uk/9-revision-24/', 0, 'revision', '', 0),
(1026, 3, '2013-06-10 10:39:37', '2013-06-10 10:39:37', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignleft size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="640" height="800" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-25', '', '', '2013-06-10 10:39:37', '2013-06-10 10:39:37', '', 9, 'http://brucknerframing.co.uk/9-revision-25/', 0, 'revision', '', 0),
(1027, 3, '2013-06-10 10:42:58', '2013-06-10 10:42:58', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignleft size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="640" height="800" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-26', '', '', '2013-06-10 10:42:58', '2013-06-10 10:42:58', '', 9, 'http://brucknerframing.co.uk/9-revision-26/', 0, 'revision', '', 0),
(1028, 3, '2013-06-10 10:44:45', '2013-06-10 10:44:45', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignleft size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="500" height="625" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-27', '', '', '2013-06-10 10:44:45', '2013-06-10 10:44:45', '', 9, 'http://brucknerframing.co.uk/9-revision-27/', 0, 'revision', '', 0),
(1029, 3, '2013-06-10 10:46:30', '2013-06-10 10:46:30', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: right;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-28', '', '', '2013-06-10 10:46:30', '2013-06-10 10:46:30', '', 9, 'http://brucknerframing.co.uk/9-revision-28/', 0, 'revision', '', 0),
(1030, 3, '2013-06-10 10:47:22', '2013-06-10 10:47:22', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-29', '', '', '2013-06-10 10:47:22', '2013-06-10 10:47:22', '', 9, 'http://brucknerframing.co.uk/9-revision-29/', 0, 'revision', '', 0),
(1031, 3, '2013-06-10 10:48:24', '2013-06-10 10:48:24', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="300" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="aligncenter size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-30', '', '', '2013-06-10 10:48:24', '2013-06-10 10:48:24', '', 9, 'http://brucknerframing.co.uk/9-revision-30/', 0, 'revision', '', 0),
(1032, 3, '2013-06-10 10:49:38', '2013-06-10 10:49:38', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="500" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="aligncenter size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-31', '', '', '2013-06-10 10:49:38', '2013-06-10 10:49:38', '', 9, 'http://brucknerframing.co.uk/9-revision-31/', 0, 'revision', '', 0),
(1033, 3, '2013-06-10 10:50:59', '2013-06-10 10:50:59', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="500" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-32', '', '', '2013-06-10 10:50:59', '2013-06-10 10:50:59', '', 9, 'http://brucknerframing.co.uk/9-revision-32/', 0, 'revision', '', 0),
(1034, 3, '2013-06-10 10:51:05', '2013-06-10 10:51:05', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="500" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-33', '', '', '2013-06-10 10:51:05', '2013-06-10 10:51:05', '', 9, 'http://brucknerframing.co.uk/9-revision-33/', 0, 'revision', '', 0),
(1035, 3, '2013-06-10 10:51:56', '2013-06-10 10:51:56', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-34', '', '', '2013-06-10 10:51:56', '2013-06-10 10:51:56', '', 9, 'http://brucknerframing.co.uk/9-revision-34/', 0, 'revision', '', 0),
(1036, 3, '2013-06-10 14:38:41', '2013-06-10 14:38:41', '', '1st-year-mount', '', 'inherit', 'closed', 'closed', '', '1st-year-mount', '', '', '2013-06-10 14:38:41', '2013-06-10 14:38:41', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount.jpg', 0, 'attachment', 'image/jpeg', 0),
(1037, 3, '2013-05-22 08:33:15', '2013-05-22 08:33:15', '<a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-05-22 08:33:15', '2013-05-22 08:33:15', '', 962, 'http://brucknerframing.co.uk/962-revision-18/', 0, 'revision', '', 0),
(1038, 3, '2013-06-10 14:38:57', '2013-06-10 14:38:57', '<a href="http://brucknerframing.co.uk/examples-of-mounts/1st-year-mount/" rel="attachment wp-att-1036"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" alt="1st-year-mount" width="800" height="699" class="alignleft size-medium wp-image-1036" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-06-10 14:38:57', '2013-06-10 14:38:57', '', 962, 'http://brucknerframing.co.uk/962-revision-19/', 0, 'revision', '', 0),
(1039, 3, '2013-06-10 14:41:11', '2013-06-10 14:41:11', '<a href="http://brucknerframing.co.uk/examples-of-mounts/1st-year-mount/" rel="attachment wp-att-1036"><img src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" alt="1st-year-mount" width="500" height="436" class="alignleft size-medium wp-image-1036" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-06-10 14:41:11', '2013-06-10 14:41:11', '', 962, 'http://brucknerframing.co.uk/962-revision-20/', 0, 'revision', '', 0),
(1042, 3, '2013-06-10 14:44:37', '2013-06-10 14:44:37', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="345" height="334" /><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-06-10 14:44:37', '2013-06-10 14:44:37', '', 962, 'http://brucknerframing.co.uk/962-revision-23/', 0, 'revision', '', 0),
(1040, 3, '2013-06-10 14:41:55', '2013-06-10 14:41:55', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/1st-year-mount/" rel="attachment wp-att-1036"><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="500" height="436" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-06-10 14:41:55', '2013-06-10 14:41:55', '', 962, 'http://brucknerframing.co.uk/962-revision-21/', 0, 'revision', '', 0),
(1041, 3, '2013-06-10 14:43:14', '2013-06-10 14:43:14', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/1st-year-mount/" rel="attachment wp-att-1036"><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="450" height="392" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-06-10 14:43:14', '2013-06-10 14:43:14', '', 962, 'http://brucknerframing.co.uk/962-revision-22/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(1044, 3, '2012-05-20 17:34:01', '2012-05-20 17:34:01', '<a href="http://brucknerframing.co.uk/new/canvas-frames-1-3/" rel="attachment wp-att-366"><img class="alignright  wp-image-366" title="canvas frames 1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1-565x800.jpg" alt="" width="443" height="516" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2012-05-20 17:34:01', '2012-05-20 17:34:01', '', 293, 'http://brucknerframing.co.uk/293-revision-9/', 0, 'revision', '', 0),
(1045, 3, '2013-06-30 08:01:03', '2013-06-30 08:01:03', '<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright\r\n size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="400" height="566" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:01:03', '2013-06-30 08:01:03', '', 293, 'http://brucknerframing.co.uk/293-revision-10/', 0, 'revision', '', 0),
(1046, 3, '2013-06-30 08:02:37', '2013-06-30 08:02:37', '<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright\r\n size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:02:37', '2013-06-30 08:02:37', '', 293, 'http://brucknerframing.co.uk/293-revision-11/', 0, 'revision', '', 0),
(1047, 3, '2013-06-30 08:02:43', '2013-06-30 08:02:43', '<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright\r\n size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a>we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:02:43', '2013-06-30 08:02:43', '', 293, 'http://brucknerframing.co.uk/293-revision-12/', 0, 'revision', '', 0),
(1048, 3, '2013-06-30 08:03:32', '2013-06-30 08:03:32', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a>\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:03:32', '2013-06-30 08:03:32', '', 293, 'http://brucknerframing.co.uk/293-revision-13/', 0, 'revision', '', 0),
(1049, 3, '2013-06-30 08:03:50', '2013-06-30 08:03:50', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a>\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:03:50', '2013-06-30 08:03:50', '', 293, 'http://brucknerframing.co.uk/293-revision-14/', 0, 'revision', '', 0),
(1050, 3, '2013-06-30 08:04:32', '2013-06-30 08:04:32', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine,<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a> this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:04:32', '2013-06-30 08:04:32', '', 293, 'http://brucknerframing.co.uk/293-revision-15/', 0, 'revision', '', 0),
(1051, 3, '2013-06-30 08:04:35', '2013-06-30 08:04:35', 'we are now in a position to offer a professional canvas stretching service using our latest acquisition, the Tendy 150 stretching machine,<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a> this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:04:35', '2013-06-30 08:04:35', '', 293, 'http://brucknerframing.co.uk/293-revision-16/', 0, 'revision', '', 0),
(1052, 3, '2013-06-30 08:05:14', '2013-06-30 08:05:14', 'we are now in a position to offer a professional canvas stretching service using our <a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="300" height="466" /></a>latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:05:14', '2013-06-30 08:05:14', '', 293, 'http://brucknerframing.co.uk/293-revision-17/', 0, 'revision', '', 0),
(1053, 3, '2013-06-30 08:06:29', '2013-06-30 08:06:29', 'we are now in a position to offer a professional canvas stretching service using our <a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="350" height="500" /></a>latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:06:29', '2013-06-30 08:06:29', '', 293, 'http://brucknerframing.co.uk/293-revision-18/', 0, 'revision', '', 0),
(1054, 3, '2013-06-30 08:06:33', '2013-06-30 08:06:33', 'we are now in a position to offer a professional canvas stretching service using our <a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="350" height="500" /></a>latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:06:33', '2013-06-30 08:06:33', '', 293, 'http://brucknerframing.co.uk/293-revision-19/', 0, 'revision', '', 0),
(1055, 3, '2013-06-30 08:07:15', '2013-06-30 08:07:15', 'we are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" alt="canvas-frames-1" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2013-06-30 08:07:15', '2013-06-30 08:07:15', '', 293, 'http://brucknerframing.co.uk/293-revision-20/', 0, 'revision', '', 0),
(1057, 3, '2013-02-13 09:52:21', '2013-02-13 09:52:21', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.Firstly we can print the image and then we can present that image in a number of different ways. We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-02-13 09:52:21', '2013-02-13 09:52:21', '', 38, 'http://brucknerframing.co.uk/38-revision-104/', 0, 'revision', '', 0),
(1058, 3, '2013-06-10 10:52:00', '2013-06-10 10:52:00', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="128\r\n"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-35', '', '', '2013-06-10 10:52:00', '2013-06-10 10:52:00', '', 9, 'http://brucknerframing.co.uk/9-revision-35/', 0, 'revision', '', 0),
(1059, 3, '2012-05-18 08:00:38', '2012-05-18 08:00:38', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/enlargements-2/" rel="attachment wp-att-361"><img class="alignright  wp-image-361" title="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements1-800x565.jpg" alt="" width="578" height="419" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-28', '', '', '2012-05-18 08:00:38', '2012-05-18 08:00:38', '', 11, 'http://brucknerframing.co.uk/11-revision-28/', 0, 'revision', '', 0),
(1060, 3, '2013-07-25 07:12:10', '2013-07-25 07:12:10', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignleft size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="800" height="697" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-29', '', '', '2013-07-25 07:12:10', '2013-07-25 07:12:10', '', 11, 'http://brucknerframing.co.uk/11-revision-29/', 0, 'revision', '', 0),
(1061, 3, '2013-07-25 07:09:02', '2013-07-25 07:09:02', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="700" height="128"><a href="http://brucknerframing.co.uk/products/large-prints/pink_satin/" rel="attachment wp-att-1022"><img class="alignright size-medium wp-image-1022" alt="enlargement" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/pink_satin-640x800.jpg" width="300" height="375" /></a>We keep a large range of papers and canvasses in stock ready for same day printing, so whether it’s just a  straight forward enlargement of a favourite photo or a piece of work you want ready for exhibition we are there waiting for your call.The inks papers and canvases that we use combine to give a print that will last over 75 years. click for <a href="http://brucknerframing.co.uk/products/large-prints/sizes-prices/">Sizes and Prices</a>\r\n\r\nPlease bear in mind we can do wonders with images but if the detail and quality are not there in the first place we can''t put it in.\r\n\r\nyou can send us the image and rest assured we will let you know what size you can enlarge it to.</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Large Format Prints', '', 'inherit', 'closed', 'closed', '', '9-revision-36', '', '', '2013-07-25 07:09:02', '2013-07-25 07:09:02', '', 9, 'http://brucknerframing.co.uk/9-revision-36/', 0, 'revision', '', 0),
(1062, 3, '2013-07-25 07:14:11', '2013-07-25 07:14:11', '10x8in (250x200mm)                      £4.75<a href="http://brucknerframing.co.uk/products/enlargements-4/" rel="attachment wp-att-871"><img class="alignright size-medium wp-image-871" alt="enlargements" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/enlargements-800x697.gif" width="600" height="497" /></a>\r\n\r\nA4 (297x210mm)                              £5.25\r\n\r\n12x10in (300x250)                            £5.50\r\n\r\n16x12in (400x300)                            £6.10\r\n\r\nA3 (410x297mm)                              £6.10\r\n\r\nA3+ (475x325mm)                            £6.50\r\n\r\n16x16 (400x400mm)                        £7.10\r\n\r\n16x20in (400x500mm)                     £7.51\r\n\r\nA2  (594x420mm)                            £8.10\r\n\r\n20x20in (500x500mm)                     £8.50\r\n\r\n20x24in (500x600mm)                     £9.80\r\n\r\n600x800mm                                     £16.85\r\n\r\nA1 (841x594mm)                             £16.85\r\n\r\n36x24in (900x600mm)                     £18.52\r\n\r\nA0 (1189 x841mm)                           £34.60\r\n\r\nClick to <a href="http://brucknerframing.co.uk/contacts/">contact us for a quote on any size/finish you require</a>\r\n\r\n&nbsp;', 'Sizes / Prices-Photo enlargements', '', 'inherit', 'closed', 'closed', '', '11-revision-30', '', '', '2013-07-25 07:14:11', '2013-07-25 07:14:11', '', 11, 'http://brucknerframing.co.uk/11-revision-30/', 0, 'revision', '', 0),
(1064, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTYyMiIsInBvc3RfaWQiOiIxMDY0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImFsYnVtcyIsInRpdGxlIjoiQWxidW1zIiwicmV0dXJucyI6WyJnYWxsZXJ5IiwiYWxidW0iXSwiYWxpYXNlcyI6WyJhbGJ1bSJdLCJuYW1lIjoiYWxidW1zIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 'Albums', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-04-09 06:10:33', '2014-04-09 06:10:33', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTYyMiIsInBvc3RfaWQiOiIxMDY0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImFsYnVtcyIsInRpdGxlIjoiQWxidW1zIiwicmV0dXJucyI6WyJnYWxsZXJ5IiwiYWxidW0iXSwiYWxpYXNlcyI6WyJhbGJ1bSJdLCJuYW1lIjoiYWxidW1zIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 0, 'http://brucknerframing.co.uk/?p=1064', 0, 'gal_display_source', '', 0),
(1065, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTY1NiIsInBvc3RfaWQiOiIxMDY1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRhZ3MiLCJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImZvcm1hdF9jb250ZW50IjoiIiwiaGFzX3ZhcmlhdGlvbnMiOmZhbHNlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==', 'Tags', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-04-09 06:10:33', '2014-04-09 06:10:33', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTY1NiIsInBvc3RfaWQiOiIxMDY1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRhZ3MiLCJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImZvcm1hdF9jb250ZW50IjoiIiwiaGFzX3ZhcmlhdGlvbnMiOmZhbHNlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==', 0, 'http://brucknerframing.co.uk/?p=1065', 0, 'gal_display_source', '', 0),
(1066, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTY5MCIsInBvc3RfaWQiOiIxMDY2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJhbmRvbV9pbWFnZXMiLCJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sIm5hbWUiOiJyYW5kb21faW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6dHJ1ZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 'Random Images', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-04-09 06:10:33', '2014-04-09 06:10:33', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTY5MCIsInBvc3RfaWQiOiIxMDY2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJhbmRvbV9pbWFnZXMiLCJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sIm5hbWUiOiJyYW5kb21faW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6dHJ1ZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 0, 'http://brucknerframing.co.uk/?p=1066', 0, 'gal_display_source', '', 0),
(1067, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc1OCIsInBvc3RfaWQiOiIxMDY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJlY2VudF9pbWFnZXMiLCJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 'Recent images', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-04-09 06:10:33', '2014-04-09 06:10:33', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc1OCIsInBvc3RfaWQiOiIxMDY3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJlY2VudF9pbWFnZXMiLCJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 0, 'http://brucknerframing.co.uk/?p=1067', 0, 'gal_display_source', '', 0),
(1068, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTgyNCIsInBvc3RfaWQiOiIxMDY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImxpZ2h0Ym94IiwibmFtZSI6ImxpZ2h0Ym94IiwidGl0bGUiOiJMaWdodGJveCIsImNvZGUiOiJjbGFzcz0nbmdnX2xpZ2h0Ym94JyIsInZhbHVlcyI6eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUubWluLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJpMThuIjpbXX0=', 'lightbox', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTgyNCIsInBvc3RfaWQiOiIxMDY4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImxpZ2h0Ym94IiwibmFtZSI6ImxpZ2h0Ym94IiwidGl0bGUiOiJMaWdodGJveCIsImNvZGUiOiJjbGFzcz0nbmdnX2xpZ2h0Ym94JyIsInZhbHVlcyI6eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUubWluLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJpMThuIjpbXX0=', 0, 'http://brucknerframing.co.uk/?p=1068', 0, 'lightbox_library', '', 0),
(1069, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg5NSIsInBvc3RfaWQiOiIxMDY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94IiwibmFtZSI6ImZhbmN5Ym94IiwidGl0bGUiOiJGYW5jeWJveCIsImNvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL25leHRnZW5fZmFuY3lib3hfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJpMThuIjpbXX0=', 'fancybox', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg5NSIsInBvc3RfaWQiOiIxMDY5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94IiwibmFtZSI6ImZhbmN5Ym94IiwidGl0bGUiOiJGYW5jeWJveCIsImNvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL25leHRnZW5fZmFuY3lib3hfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJpMThuIjpbXX0=', 0, 'http://brucknerframing.co.uk/?p=1069', 0, 'lightbox_library', '', 0),
(1070, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkzMiIsInBvc3RfaWQiOiIxMDcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9ncmFwaGljcyJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9fQ==', 'highslide', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTkzMiIsInBvc3RfaWQiOiIxMDcwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9ncmFwaGljcyJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9fQ==', 0, 'http://brucknerframing.co.uk/?p=1070', 0, 'lightbox_library', '', 0),
(1071, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAwMyIsInBvc3RfaWQiOiIxMDcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIiLCJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvbmV4dGdlbl9zaHV0dGVyLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmNzcyIsImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn19', 'shutter', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjAwMyIsInBvc3RfaWQiOiIxMDcxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIiLCJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmpzXG5odHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvbmV4dGdlbl9zaHV0dGVyLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmNzcyIsImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn19', 0, 'http://brucknerframing.co.uk/?p=1071', 0, 'lightbox_library', '', 0),
(1072, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjA3NCIsInBvc3RfaWQiOiIxMDcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIiwibmFtZSI6InNodXR0ZXIyIiwidGl0bGUiOiJTaHV0dGVyIDIiLCJjb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9uZXh0Z2VuX3NodXR0ZXJfcmVsb2FkZWQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuY3NzIiwiaTE4biI6WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJdfQ==', 'shutter2', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjA3NCIsInBvc3RfaWQiOiIxMDcyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIiwibmFtZSI6InNodXR0ZXIyIiwidGl0bGUiOiJTaHV0dGVyIDIiLCJjb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9icnVja25lcmZyYW1pbmcuY28udWtcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cL2JydWNrbmVyZnJhbWluZy5jby51a1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9uZXh0Z2VuX3NodXR0ZXJfcmVsb2FkZWQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuY3NzIiwiaTE4biI6WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJdfQ==', 0, 'http://brucknerframing.co.uk/?p=1072', 0, 'lightbox_library', '', 0),
(1073, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE0OCIsInBvc3RfaWQiOiIxMDczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94IiwibmFtZSI6InRoaWNrYm94IiwidGl0bGUiOiJUaGlja2JveCIsImNvZGUiOiJjbGFzcz0ndGhpY2tib3gnIHJlbD0nJUdBTExFUllfTkFNRSUnIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcblwvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifX0=', 'thickbox', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE0OCIsInBvc3RfaWQiOiIxMDczIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94IiwibmFtZSI6InRoaWNrYm94IiwidGl0bGUiOiJUaGlja2JveCIsImNvZGUiOiJjbGFzcz0ndGhpY2tib3gnIHJlbD0nJUdBTExFUllfTkFNRSUnIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvYnJ1Y2tuZXJmcmFtaW5nLmNvLnVrXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcblwvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifX0=', 0, 'http://brucknerframing.co.uk/?p=1073', 0, 'lightbox_library', '', 0),
(1074, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE4OSIsInBvc3RfaWQiOiIxMDc0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSNjb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiX2Vycm9ycyI6W10sImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjEsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwfSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjM1IiwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic Compact Album', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE4OSIsInBvc3RfaWQiOiIxMDc0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSNjb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiX2Vycm9ycyI6W10sImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjEsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwfSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjM1IiwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1074', 0, 'display_type', '', 0),
(1075, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2MyIsInBvc3RfaWQiOiIxMDc1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJfZXJyb3JzIjpbXSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic Extended Album', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjI2MyIsInBvc3RfaWQiOiIxMDc1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJfZXJyb3JzIjpbXSwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1075', 0, 'display_type', '', 0);
INSERT INTO `wp_posts` VALUES
(1076, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjMzNyIsInBvc3RfaWQiOiIxMDc2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjAsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjAsIl9lcnJvcnMiOltdLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0In0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic Thumbnails', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjMzNyIsInBvc3RfaWQiOiIxMDc2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjAsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjAsIl9lcnJvcnMiOltdLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0In0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1076', 0, 'display_type', '', 0),
(1077, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjQ0OCIsInBvc3RfaWQiOiIxMDc3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93Iiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoxMCwiZ2FsbGVyeV93aWR0aCI6IjMyMCIsImdhbGxlcnlfaGVpZ2h0IjoiMjQwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsImN5Y2xlX2ludGVydmFsIjoiNSIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJmbGFzaF9lbmFibGVkIjowLCJmbGFzaF9wYXRoIjoiIiwiZmxhc2hfc2h1ZmZsZSI6dHJ1ZSwiZmxhc2hfbmV4dF9vbl9jbGljayI6dHJ1ZSwiZmxhc2hfbmF2aWdhdGlvbl9iYXIiOjAsImZsYXNoX2xvYWRpbmdfaWNvbiI6MCwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOjAsImZsYXNoX3N0cmV0Y2hfaW1hZ2UiOiJ0cnVlIiwiZmxhc2hfdHJhbnNpdGlvbl9lZmZlY3QiOiJyYW5kb20iLCJmbGFzaF9zbG93X3pvb20iOjAsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6MCwiZWZmZWN0X2NvZGUiOiJyZWw9XCJsaWdodGJveFslR0FMTEVSWV9OQU1FJV1cIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjAsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W10sImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 'NextGEN Basic Slideshow', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjQ0OCIsInBvc3RfaWQiOiIxMDc3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93Iiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoxMCwiZ2FsbGVyeV93aWR0aCI6IjMyMCIsImdhbGxlcnlfaGVpZ2h0IjoiMjQwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsImN5Y2xlX2ludGVydmFsIjoiNSIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJmbGFzaF9lbmFibGVkIjowLCJmbGFzaF9wYXRoIjoiIiwiZmxhc2hfc2h1ZmZsZSI6dHJ1ZSwiZmxhc2hfbmV4dF9vbl9jbGljayI6dHJ1ZSwiZmxhc2hfbmF2aWdhdGlvbl9iYXIiOjAsImZsYXNoX2xvYWRpbmdfaWNvbiI6MCwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOjAsImZsYXNoX3N0cmV0Y2hfaW1hZ2UiOiJ0cnVlIiwiZmxhc2hfdHJhbnNpdGlvbl9lZmZlY3QiOiJyYW5kb20iLCJmbGFzaF9zbG93X3pvb20iOjAsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6MCwiZWZmZWN0X2NvZGUiOiJyZWw9XCJsaWdodGJveFslR0FMTEVSWV9OQU1FJV1cIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjAsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W10sImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 0, 'http://brucknerframing.co.uk/?p=1077', 0, 'display_type', '', 0),
(1078, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUyMiIsInBvc3RfaWQiOiIxMDc4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0IiwiYWpheF9wYWdpbmF0aW9uIjoiMSJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic ImageBrowser', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjUyMiIsInBvc3RfaWQiOiIxMDc4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0IiwiYWpheF9wYWdpbmF0aW9uIjoiMSJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1078', 0, 'display_type', '', 0),
(1079, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjU5NiIsInBvc3RfaWQiOiIxMDc5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJfZXJyb3JzIjpbXX0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic SinglePic', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjU5NiIsInBvc3RfaWQiOiIxMDc5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJfZXJyb3JzIjpbXX0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zNSIsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1079', 0, 'display_type', '', 0),
(1080, 3, '2013-08-01 09:25:21', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjY3MCIsInBvc3RfaWQiOiIxMDgwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiX2Vycm9ycyI6W119LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfdGFnY2xvdWQiLCJ0YWdjbG91ZCIsIm5leHRnZW5fYmFzaWNfdGFnY2xvdWQiXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic TagCloud', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-03-09 15:55:54', '2023-03-09 15:55:54', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjY3MCIsInBvc3RfaWQiOiIxMDgwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQjcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiX2Vycm9ycyI6W119LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMzUiLCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfdGFnY2xvdWQiLCJ0YWdjbG91ZCIsIm5leHRnZW5fYmFzaWNfdGFnY2xvdWQiXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?p=1080', 0, 'display_type', '', 0),
(1114, 3, '2014-10-15 20:52:38', '2014-10-15 20:52:38', '<a href="http://brucknerframing.co.uk/photography/_w1q2110-blur-black/" rel="attachment wp-att-1121"><img class="alignleft size-medium wp-image-1121" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK-800x533.jpg" alt="_W1Q2110 BLUR BLACK" width="800" height="533" /></a>We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples<a href="http://brucknerframing.co.uk/photography/_w1q2107-blur-black/" rel="attachment wp-att-1125"><img class="alignleft size-medium wp-image-1125" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2107-blur-black-800x533.jpg" alt="_W1Q2107 blur black" width="400" height="266" /></a><a href="http://brucknerframing.co.uk/photography/_w1q2119-blur-black/" rel="attachment wp-att-1123"><img class="alignleft size-medium wp-image-1123" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2119-blur-black-800x533.jpg" alt="_W1Q2119 blur black" width="400" height="266" /></a>\n\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\n\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-autosave-v1', '', '', '2014-10-15 20:52:38', '2014-10-15 20:52:38', '', 862, 'http://brucknerframing.co.uk/862-autosave-v1/', 0, 'revision', '', 0),
(1083, 3, '2013-05-22 08:28:34', '2013-05-22 08:28:34', '<p style="text-align: left; padding-left: 120px;"><strong><a href="http://brucknerframing.co.uk/mounts/d8ed73db15a905c6afd08df19456b6bb/" rel="attachment wp-att-674"><img class="alignleft size-full wp-image-674" alt="d8ed73db15a905c6afd08df19456b6bb" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/d8ed73db15a905c6afd08df19456b6bb.jpg" width="400" height="600" /></a></strong>Great news  our Valiani computerised mount cutter has arrived so we can now as promised produce unique mounts&gt;<a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignright size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="100" height="142" /></a> In fact the machine is even more versatile than we thought <a href="http://brucknerframing.co.uk/mounts/hearts/" rel="attachment wp-att-909"><img class="alignleft size-full wp-image-909" id="51" alt="hearts" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/hearts.jpg" width="120" height="124" /></a></p>\r\n<p style="text-align: left; padding-left: 120px;">We are in the process of setting up a separate web page to enable you to purchase a large range from the site but in the meantime why not put us to the test and contact us via <a href="http://brucknerframing.co.uk/contacts/">the contact page</a> with your requirements  directly</p>\r\n<p style="text-align: left; padding-left: 120px;">We can produce the familiar name and text boards that are seen at a number <a href="http://brucknerframing.co.uk/products/emi-12-app/" rel="attachment wp-att-892"><img class="alignright size-full wp-image-892" alt="emi-12-app" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/emi-12-app.gif" width="200" height="147" /></a>of high street stores,the difference being we can be a lot more versatile. For more example see our <a href="http://brucknerframing.co.uk/examples-of-mounts">examples page</a></p>\r\n&nbsp;', 'Mounts', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2013-05-22 08:28:34', '2013-05-22 08:28:34', '', 453, 'http://brucknerframing.co.uk/453-revision-v1/', 0, 'revision', '', 0),
(1084, 3, '2013-08-13 08:23:44', '2013-08-13 08:23:44', 'We operate a mount cutting service that gives you the opertunity to design your own layouts ,don''t settle for squeezing and cropping your photographs,images into shop bought mounts get exactly what you want.', 'Multi aperture mounts', '', 'publish', 'closed', 'closed', '', 'mounts2', '', '', '2013-08-13 08:32:07', '2013-08-13 08:32:07', '', 0, 'http://brucknerframing.co.uk/?page_id=1084', 0, 'page', '', 0),
(1085, 3, '2013-08-13 08:23:44', '2013-08-13 08:23:44', '', 'Mounts2', '', 'inherit', 'closed', 'closed', '', '1084-revision-v1', '', '', '2013-08-13 08:23:44', '2013-08-13 08:23:44', '', 1084, 'http://brucknerframing.co.uk/1084-revision-v1/', 0, 'revision', '', 0),
(1086, 3, '2013-08-13 08:24:43', '2013-08-13 08:24:43', '', 'Multi aperture mounts', '', 'inherit', 'closed', 'closed', '', '1084-revision-v1', '', '', '2013-08-13 08:24:43', '2013-08-13 08:24:43', '', 1084, 'http://brucknerframing.co.uk/1084-revision-v1/', 0, 'revision', '', 0),
(1087, 3, '2013-08-13 08:31:47', '2013-08-13 08:31:47', 'We operate a mount cutting service that gives you the opertunity to design your own layouts ,don''t settle for squeezing and cropping your photographs,images into shop bought mounts get exactly wha', 'Multi aperture mounts', '', 'inherit', 'closed', 'closed', '', '1084-autosave-v1', '', '', '2013-08-13 08:31:47', '2013-08-13 08:31:47', '', 1084, 'http://brucknerframing.co.uk/1084-autosave-v1/', 0, 'revision', '', 0),
(1088, 3, '2013-08-13 08:28:34', '2013-08-13 08:28:34', 'We operate a mount cutting service that gives you the', 'Multi aperture mounts', '', 'inherit', 'closed', 'closed', '', '1084-revision-v1', '', '', '2013-08-13 08:28:34', '2013-08-13 08:28:34', '', 1084, 'http://brucknerframing.co.uk/1084-revision-v1/', 0, 'revision', '', 0),
(1089, 3, '2013-08-13 08:32:07', '2013-08-13 08:32:07', 'We operate a mount cutting service that gives you the opertunity to design your own layouts ,don''t settle for squeezing and cropping your photographs,images into shop bought mounts get exactly what you want.', 'Multi aperture mounts', '', 'inherit', 'closed', 'closed', '', '1084-revision-v1', '', '', '2013-08-13 08:32:07', '2013-08-13 08:32:07', '', 1084, 'http://brucknerframing.co.uk/1084-revision-v1/', 0, 'revision', '', 0),
(1090, 3, '2013-07-25 07:04:26', '2013-07-25 07:04:26', '<table width="800" border="0" cellpadding="10">\r\n<tbody>\r\n<tr>\r\n<td style="vertical-align: middle; text-align: left;" width="400" height="300">Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display.Firstly we can print the image and then we can present that image in a number of different ways.\r\n\r\nWe <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)\r\n\r\nOnce produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a>\r\n\r\nOur Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want\r\n\r\nWe offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</td>\r\n<td style="padding-left: 30px;"><img class="alignnone  wp-image-188" title="IMG_9882" alt="" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" width="500" height="465" /></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2013-07-25 07:04:26', '2013-07-25 07:04:26', '', 38, 'http://brucknerframing.co.uk/38-revision-v1/', 0, 'revision', '', 0),
(1140, 3, '2015-02-22 14:17:59', '2015-02-22 14:17:59', '<h1><span style="text-decoration: underline;"><strong>Deep Box Frames</strong> </span></h1>\r\nWe now have a new range of box frames ideal for displaying larger 3d pieces.\r\n\r\n&nbsp;\r\n<h1><strong><span style="text-decoration: underline;">Canvas Stretching</span> </strong></h1>\r\nWe are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2015-02-22 14:17:59', '2015-02-22 14:17:59', '', 293, 'http://brucknerframing.co.uk/293-revision-v1/', 0, 'revision', '', 0),
(1138, 3, '2015-02-12 21:56:34', '2015-02-12 21:56:34', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-02-12 21:56:34', '2015-02-12 21:56:34', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1136, 3, '2015-02-12 21:53:42', '2015-02-12 21:53:42', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft size-full wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="480" height="474" /></a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-02-12 21:53:42', '2015-02-12 21:53:42', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1137, 3, '2015-02-12 21:55:53', '2015-02-12 21:55:53', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="865" height="854" /></a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-02-12 21:55:53', '2015-02-12 21:55:53', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1134, 3, '2015-02-12 21:48:56', '2015-02-12 21:48:56', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-02-12 21:48:56', '2015-02-12 21:48:56', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1135, 3, '2015-02-12 21:53:25', '2015-02-12 21:53:25', '', '10996120_397668287073590_6836531647519473256_n', '', 'inherit', 'closed', 'closed', '', '10996120_397668287073590_6836531647519473256_n', '', '', '2015-02-12 21:53:25', '2015-02-12 21:53:25', '', 43, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(1093, 3, '2013-09-17 15:48:08', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4NyIsInBvc3RfaWQiOiIxMDkzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6Im5vbmUiLCJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiIiwic2NyaXB0cyI6IiIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiIiLCJpMThuIjpbXX0=', 'none', '', 'draft', 'closed', 'closed', '', '', '', '', '2014-09-11 09:51:47', '2014-09-11 09:51:47', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTc4NyIsInBvc3RfaWQiOiIxMDkzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6Im5vbmUiLCJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiIiwic2NyaXB0cyI6IiIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiIiLCJpMThuIjpbXX0=', 0, 'http://brucknerframing.co.uk/?p=1093', 0, 'lightbox_library', '', 0),
(1127, 3, '2014-10-16 20:45:44', '2014-10-16 20:45:44', 'we now have a new range of box frames ideal for displaying larger 3d pieces.\r\n\r\nwe are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\r\n\r\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\r\n\r\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\r\n\r\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2014-10-16 20:45:44', '2014-10-16 20:45:44', '', 293, 'http://brucknerframing.co.uk/293-revision-v1/', 0, 'revision', '', 0),
(1132, 3, '2015-02-12 21:48:30', '2015-02-12 21:48:30', '', 'KPP (2)', '', 'inherit', 'closed', 'closed', '', 'kpp-2', '', '', '2015-02-12 21:48:30', '2015-02-12 21:48:30', '', 43, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1133, 3, '2015-03-12 07:36:28', '2015-03-12 07:36:28', '<code><span style="text-decoration: underline;">COLIN BANKS ART MEET THE ORBS</span>\n<blockquote>See Colin on Face Book and Twitter</blockquote>\n<a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>\n<h1></h1>\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-autosave-v1', '', '', '2015-03-12 07:36:28', '2015-03-12 07:36:28', '', 43, 'http://brucknerframing.co.uk/43-autosave-v1/', 0, 'revision', '', 0),
(1126, 3, '2014-10-15 20:52:53', '2014-10-15 20:52:53', '<a href="http://brucknerframing.co.uk/photography/_w1q2110-blur-black/" rel="attachment wp-att-1121"><img class="alignleft size-medium wp-image-1121" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK-800x533.jpg" alt="_W1Q2110 BLUR BLACK" width="800" height="533" /></a>We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples<a href="http://brucknerframing.co.uk/photography/_w1q2107-blur-black/" rel="attachment wp-att-1125"><img class="alignleft size-medium wp-image-1125" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2107-blur-black-800x533.jpg" alt="_W1Q2107 blur black" width="400" height="266" /></a><a href="http://brucknerframing.co.uk/photography/_w1q2119-blur-black/" rel="attachment wp-att-1123"><img class="alignleft size-medium wp-image-1123" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2119-blur-black-800x533.jpg" alt="_W1Q2119 blur black" width="400" height="266" /></a>\r\n\r\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\r\n\r\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-revision-v1', '', '', '2014-10-15 20:52:53', '2014-10-15 20:52:53', '', 862, 'http://brucknerframing.co.uk/862-revision-v1/', 0, 'revision', '', 0),
(1125, 3, '2014-10-15 20:50:47', '2014-10-15 20:50:47', '', '_W1Q2107 blur black', '', 'inherit', 'closed', 'closed', '', '_w1q2107-blur-black', '', '', '2014-10-15 20:50:47', '2014-10-15 20:50:47', '', 862, 'http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2107-blur-black.jpg', 0, 'attachment', 'image/jpeg', 0),
(1123, 3, '2014-10-15 20:47:58', '2014-10-15 20:47:58', '', '_W1Q2119 blur black', '', 'inherit', 'closed', 'closed', '', '_w1q2119-blur-black', '', '', '2014-10-15 20:47:58', '2014-10-15 20:47:58', '', 862, 'http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2119-blur-black.jpg', 0, 'attachment', 'image/jpeg', 0),
(1124, 3, '2014-10-15 20:49:17', '2014-10-15 20:49:17', '<a href="http://brucknerframing.co.uk/photography/_w1q2110-blur-black/" rel="attachment wp-att-1121"><img class="alignleft size-medium wp-image-1121" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK-800x533.jpg" alt="_W1Q2110 BLUR BLACK" width="800" height="533" /></a>We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples<a href="http://brucknerframing.co.uk/photography/_w1q2119-blur-black/" rel="attachment wp-att-1123"><img class="alignleft size-medium wp-image-1123" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2119-blur-black-800x533.jpg" alt="_W1Q2119 blur black" width="400" height="266" /></a>\r\n\r\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\r\n\r\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-revision-v1', '', '', '2014-10-15 20:49:17', '2014-10-15 20:49:17', '', 862, 'http://brucknerframing.co.uk/862-revision-v1/', 0, 'revision', '', 0),
(1122, 3, '2014-10-15 20:46:28', '2014-10-15 20:46:28', '<a href="http://brucknerframing.co.uk/photography/_w1q2110-blur-black/" rel="attachment wp-att-1121"><img class="alignleft size-medium wp-image-1121" src="http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK-800x533.jpg" alt="_W1Q2110 BLUR BLACK" width="800" height="533" /></a>We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples\r\n\r\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\r\n\r\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-revision-v1', '', '', '2014-10-15 20:46:28', '2014-10-15 20:46:28', '', 862, 'http://brucknerframing.co.uk/862-revision-v1/', 0, 'revision', '', 0),
(1117, 3, '2014-10-15 20:42:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2014-10-15 20:42:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://brucknerframing.co.uk/?post_type=ngg_gallery&p=1117', 0, 'ngg_gallery', '', 0),
(1118, 3, '2014-10-15 20:42:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2014-10-15 20:42:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://brucknerframing.co.uk/?post_type=ngg_pictures&p=1118', 0, 'ngg_pictures', '', 0),
(1119, 3, '2014-10-15 20:42:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2014-10-15 20:42:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://brucknerframing.co.uk/?post_type=ngg_pictures&p=1119', 0, 'ngg_pictures', '', 0),
(1120, 3, '2014-10-15 20:42:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2014-10-15 20:42:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://brucknerframing.co.uk/?post_type=ngg_gallery&p=1120', 0, 'ngg_gallery', '', 0),
(1121, 3, '2014-10-15 20:46:06', '2014-10-15 20:46:06', '', '_W1Q2110 BLUR BLACK', '', 'inherit', 'closed', 'closed', '', '_w1q2110-blur-black', '', '', '2014-10-15 20:46:06', '2014-10-15 20:46:06', '', 862, 'http://brucknerframing.co.uk/wp-content/uploads/2013/03/W1Q2110-BLUR-BLACK.jpg', 0, 'attachment', 'image/jpeg', 0),
(1115, 3, '2014-10-15 20:38:42', '2014-10-15 20:38:42', 'We now run vintage and classic car photography, attending car shows and either arranging to photograph your car at a location of your choice or a photo-shoot at the show. check out some of our examples\r\n\r\nWe also offer a comprehensive  service  for Portrait ,Wedding and commercial photography\r\n\r\ncontact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>', 'Photography', '', 'inherit', 'closed', 'closed', '', '862-revision-v1', '', '', '2014-10-15 20:38:42', '2014-10-15 20:38:42', '', 862, 'http://brucknerframing.co.uk/862-revision-v1/', 0, 'revision', '', 0),
(1116, 3, '2014-10-15 20:39:43', '2014-10-15 20:39:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1116', '', '', '2014-10-15 20:39:43', '2014-10-15 20:39:43', '', 0, 'http://brucknerframing.co.uk/?p=1116', 24, 'nav_menu_item', '', 0),
(1109, 3, '2014-09-11 09:56:34', '2014-09-11 09:56:34', '', 'blue_speckles', '', 'inherit', 'closed', 'closed', '', 'blue_speckles', '', '', '2014-09-11 09:56:34', '2014-09-11 09:56:34', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2014/09/blue_speckles.jpg', 0, 'attachment', 'image/jpeg', 0),
(1110, 3, '2014-09-11 09:58:30', '2014-09-11 09:58:30', '', 'blue_speckles', '', 'inherit', 'closed', 'closed', '', 'blue_speckles-2', '', '', '2014-09-11 09:58:30', '2014-09-11 09:58:30', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2014/09/blue_speckles1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1111, 3, '2014-09-11 09:58:52', '2014-09-11 09:58:52', '', 'blue_speckles landscape', '', 'inherit', 'closed', 'closed', '', 'blue_speckles-landscape', '', '', '2014-09-11 09:58:52', '2014-09-11 09:58:52', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2014/09/blue_speckles-landscape.jpg', 0, 'attachment', 'image/jpeg', 0),
(1112, 3, '2014-09-11 10:02:39', '2014-09-11 10:02:39', '', 'flow landscape', '', 'inherit', 'closed', 'closed', '', 'flow-landscape', '', '', '2014-09-11 10:02:39', '2014-09-11 10:02:39', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2014/09/flow-landscape.jpg', 0, 'attachment', 'image/jpeg', 0),
(1094, 3, '2013-09-17 16:22:40', '2013-09-17 16:22:40', '', 'A4517292', '', 'inherit', 'closed', 'closed', '', 'a4517292', '', '', '2013-09-17 16:22:40', '2013-09-17 16:22:40', '', 962, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/A4517292.jpg', 0, 'attachment', 'image/jpeg', 0),
(1095, 3, '2013-09-17 16:24:53', '2013-09-17 16:24:53', '<p style="text-align: center;"><a href="http://brucknerframing.co.uk/examples-of-mounts/a4517292/" rel="attachment wp-att-1094"><img class="alignleft size-medium wp-image-1094" alt="A4517292" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/A4517292-680x800.jpg" width="400" height="470" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/butterfly/" rel="attachment wp-att-975"><img class="alignleft size-medium wp-image-975" alt="butterfly" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/butterfly-800x780.jpg" width="450" height="439" /></a><img class=" wp-image-1036 aligncenter" alt="1st-year-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/1st-year-mount-800x699.jpg" width="345" height="334" /><a href="http://brucknerframing.co.uk/examples-of-mounts/emilia-name-plate/" rel="attachment wp-att-969"><img class="alignleft size-full wp-image-969" alt="emilia name plate" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/emilia-name-plate.jpg" width="400" height="164" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/name-1-mount/" rel="attachment wp-att-967"><img class="alignleft size-full wp-image-967" alt="name 1 mount" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/name-1-mount.jpg" width="425" height="269" /></a><a href="http://brucknerframing.co.uk/mounts/composite-mount/" rel="attachment wp-att-900"><img class="alignleft size-full wp-image-900" alt="composite-mount" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/composite-mount.gif" width="200" height="282" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/perspective/" rel="attachment wp-att-982"><img class="alignleft size-full wp-image-982" alt="Perspective" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/Perspective.jpg" width="454" height="340" /></a><a href="http://brucknerframing.co.uk/examples-of-mounts/double-mount-with-ornate-corn/" rel="attachment wp-att-984"><img class="alignleft size-medium wp-image-984" alt="double mount with ornate corn" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/double-mount-with-ornate-corn-559x800.jpg" width="300" height="429" /></a></p>', 'Examples of Mounts', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2013-09-17 16:24:53', '2013-09-17 16:24:53', '', 962, 'http://brucknerframing.co.uk/962-revision-v1/', 0, 'revision', '', 0),
(1102, 3, '2013-06-05 07:31:05', '2013-06-05 07:31:05', '<a href="http://brucknerframing.co.uk/acrylic-mounts/a4517127/" rel="attachment wp-att-1009"><img class="alignleft size-medium wp-image-1009" alt="A4517127" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/A4517127-800x578.jpg" width="800" height="578" /></a>We  offer the increasingly popular acrylic mount , available in a range of thicknesses 4mm-10mm   These mounts can either be fixed on the wall using the post system or a fixed subframe .Both systems have the effect of projecting the acrylic sheet away from the wall. <a href="http://brucknerframing.co.uk/acrylic-sizes-and-prices/">Click for prices and sizes</a>', 'Acrylic Mounts', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2013-06-05 07:31:05', '2013-06-05 07:31:05', '', 393, 'http://brucknerframing.co.uk/393-revision-v1/', 0, 'revision', '', 0),
(1103, 3, '2012-04-16 14:19:42', '2012-04-16 14:19:42', '[contact-form-7 id="92" title="Contact form 1"]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2012-04-16 14:19:42', '2012-04-16 14:19:42', '', 41, 'http://brucknerframing.co.uk/41-revision-v1/', 0, 'revision', '', 0),
(1104, 3, '2014-02-24 17:31:19', '2014-02-24 17:31:19', '[nggallery id=1]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '286-autosave-v1', '', '', '2014-02-24 17:31:19', '2014-02-24 17:31:19', '', 286, 'http://brucknerframing.co.uk/286-autosave-v1/', 0, 'revision', '', 0),
(1141, 3, '2015-02-22 15:07:26', '2015-02-22 15:07:26', '', '_I2Q4978', '', 'inherit', 'closed', 'closed', '', '_i2q4978', '', '', '2015-02-22 15:07:26', '2015-02-22 15:07:26', '', 293, 'http://brucknerframing.co.uk/wp-content/uploads/2012/04/I2Q4978.jpg', 0, 'attachment', 'image/jpeg', 0),
(1142, 3, '2015-02-22 15:11:32', '2015-02-22 15:11:32', '<h1><span style="text-decoration: underline;"><strong><a href="http://brucknerframing.co.uk/new/_i2q4978/" rel="attachment wp-att-1141"><img class="  wp-image-1141 alignright" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/I2Q4978-610x800.jpg" alt="_I2Q4978" width="245" height="320" /></a>Deep Box Frames</strong> </span></h1>\nWe now have a new range of box frames ideal for displaying larger 3d pieces.\n\n&nbsp;\n<h1><strong><span style="text-decoration: underline;">Canvas Stretching</span> </strong></h1>\nWe are now in a position to offer a professional canvas stretching service using our<a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  size-full wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="350" height="500" /></a> latest acquisition, the Tendy 150 stretching machine, this machine creats perfect,uniform tension in the canvas everytime.\n\nThis service is perfect for you artist worried about overstreching your oil filled canvas.the canvas can be stretched over a standard 20mm deep bar or full gallery bar 44mm deep\n\n<strong><a href="http://brucknerframing.co.uk/contacts/">Contact us for details</a></strong>\n\n&nbsp;', 'new', '', 'inherit', 'closed', 'closed', '', '293-autosave-v1', '', '', '2015-02-22 15:11:32', '2015-02-22 15:11:32', '', 293, 'http://brucknerframing.co.uk/293-autosave-v1/', 0, 'revision', '', 0),
(1145, 3, '2015-03-04 07:01:21', '2015-03-04 07:01:21', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>Karen Parker Photographer - visit Karen at <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:01:21', '2015-03-04 07:01:21', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1146, 3, '2015-03-04 07:02:26', '2015-03-04 07:02:26', '<a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>Karen Parker Photographer - visit Karen at\r\n\r\n&nbsp;\r\n\r\n<a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:02:26', '2015-03-04 07:02:26', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1151, 3, '2015-03-04 07:15:17', '2015-03-04 07:15:17', '<h1><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a></h1>\r\n<h1></h1>\r\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:15:17', '2015-03-04 07:15:17', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1148, 3, '2015-03-04 07:06:57', '2015-03-04 07:06:57', '<p style="text-align: left;"><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">Karen Parker Photographer - visit Karen at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:06:57', '2015-03-04 07:06:57', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1147, 3, '2015-03-04 07:06:18', '2015-03-04 07:06:18', '<p style="text-align: left;"><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">Karen Parker Photographer - visit Karen at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:06:18', '2015-03-04 07:06:18', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1150, 3, '2015-03-04 07:08:43', '2015-03-04 07:08:43', '<p style="text-align: left;"><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a></p>\r\n<p style="text-align: center;">Karen Parker Photographer - visit Karen at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:08:43', '2015-03-04 07:08:43', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1149, 3, '2015-03-04 07:07:17', '2015-03-04 07:07:17', '<p style="text-align: left;"><a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img class="alignleft  wp-image-1135" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;"></p>\r\n<p style="text-align: left;">Karen Parker Photographer - visit Karen at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img class="alignleft size-medium wp-image-1132" src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a></p>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-04 07:07:17', '2015-03-04 07:07:17', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1154, 3, '2015-03-12 07:31:24', '2015-03-12 07:31:24', '<span style="text-decoration: underline;">COLIN BANKS ART MEET THE ORBS</span>\r\n\r\nSee Colin on Face Book and Twitter<a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>\r\n<h1></h1>\r\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-12 07:31:24', '2015-03-12 07:31:24', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0),
(1155, 3, '2015-03-12 07:33:29', '2015-03-12 07:33:29', '<span style="text-decoration: underline;">COLIN BANKS ART MEET THE ORBS</span>\r\n<blockquote>See Colin on Face Book and Twitter</blockquote>\r\n<a href="http://brucknerframing.co.uk/links/10996120_397668287073590_6836531647519473256_n/" rel="attachment wp-att-1135"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/10996120_397668287073590_6836531647519473256_n.jpg" alt="10996120_397668287073590_6836531647519473256_n" width="483" height="477" /></a>\r\n<h1></h1>\r\n<h1><a href="http://brucknerframing.co.uk/links/kpp-2/" rel="attachment wp-att-1132"><img src="http://brucknerframing.co.uk/wp-content/uploads/2012/02/KPP-2-800x219.jpg" alt="KPP (2)" width="800" height="219" /></a>Karen Parker  Photographer visit Karen  at  <a href="http://www.karenparkerphotography.co.uk">www.karenparkerphotograghy.co.uk</a></h1>', 'Links', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2015-03-12 07:33:29', '2015-03-12 07:33:29', '', 43, 'http://brucknerframing.co.uk/43-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` VALUES
(1156, 3, '2015-03-17 16:59:28', '2015-03-17 16:59:28', '', '_W1Q0518ed', '', 'inherit', 'closed', 'closed', '', '_w1q0518ed', '', '', '2015-03-17 16:59:28', '2015-03-17 16:59:28', '', 931, 'http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed.jpg', 0, 'attachment', 'image/jpeg', 0),
(1160, 3, '2015-03-17 17:09:06', '2015-03-17 17:09:06', '<p style="padding-left: 210px;"><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class=" size-medium wp-image-1156 aligncenter" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="800" height="543" /></a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft  wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="319" height="254" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:09:06', '2015-03-17 17:09:06', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1158, 3, '2015-03-17 17:04:51', '2015-03-17 17:04:51', '<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft size-medium wp-image-941" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="500" height="757" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="alignleft size-medium wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="800" height="543" /></a><a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft  wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="332" height="264" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:04:51', '2015-03-17 17:04:51', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1157, 3, '2015-03-17 17:01:55', '2015-03-17 17:01:55', '<a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" alt="gold-mirror-160612" width="500" height="333" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft size-medium wp-image-941" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="500" height="757" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="alignleft size-medium wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="800" height="543" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="alignleft size-medium wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="800" height="543" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="alignleft size-medium wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="800" height="543" /></a><a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft  wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="332" height="264" /></a>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:01:55', '2015-03-17 17:01:55', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1159, 3, '2015-03-17 17:05:54', '2015-03-17 17:05:54', '<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft  wp-image-941" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="426" height="641" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="alignleft  wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="574" height="393" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft  wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="520" height="414" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:05:54', '2015-03-17 17:05:54', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1161, 3, '2015-03-17 17:12:27', '2015-03-17 17:12:27', '<p style="padding-left: 210px;"><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="  alignnone wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="482" height="333" /></a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="padding-left: 450px;">\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft  wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="314" height="251" /></a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:12:27', '2015-03-17 17:12:27', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1163, 3, '2015-03-17 17:42:40', '2015-03-17 17:42:40', '<img class="  alignleft wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="450" height="305" />\r\n<h1>Above we have The Contemporary style, no mitred joints, available in Natural, limed or antiqued finish</h1>\r\n<h1>Below the traditional oak mirror with mitred joints  also available in Natural, limed or antiqued finish.</h1>\r\n<h1></h1>\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="600" height="475" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" alt="gold-mirror-160612" width="800" height="533" /></a>\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="aligncenter wp-image-941 size-medium" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="528" height="800" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="padding-left: 450px;"></p>', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:42:40', '2015-03-17 17:42:40', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1162, 3, '2015-03-17 17:22:58', '2015-03-17 17:22:58', '<p style="padding-left: 210px;"><a href="http://brucknerframing.co.uk/mirror-gallery/_w1q0518ed/" rel="attachment wp-att-1156"><img class="  alignleft wp-image-1156" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/W1Q0518ed-800x543.jpg" alt="_W1Q0518ed" width="450" height="305" /></a></p>\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/mirror-gallery/_b0c4211-2/" rel="attachment wp-att-941"><img class="alignleft  wp-image-941" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/B0C4211-2-528x800.jpg" alt="_B0C4211-2" width="421" height="633" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href="http://brucknerframing.co.uk/mirrors/_b0c3050ed/" rel="attachment wp-att-829"><img class="alignleft wp-image-829" src="http://brucknerframing.co.uk/wp-content/uploads/2013/02/B0C3050ed-800x632.jpg" alt="_B0C3050ed" width="700" height="554" /></a><a href="http://brucknerframing.co.uk/mirror-gallery/gold-mirror-160612/" rel="attachment wp-att-932"><img class="alignleft size-medium wp-image-932" src="http://brucknerframing.co.uk/wp-content/uploads/2013/05/gold-mirror-160612-800x533.gif" alt="gold-mirror-160612" width="800" height="533" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style="padding-left: 450px;"></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Mirror gallery', '', 'inherit', 'closed', 'closed', '', '931-revision-v1', '', '', '2015-03-17 17:22:58', '2015-03-17 17:22:58', '', 931, 'http://brucknerframing.co.uk/931-revision-v1/', 0, 'revision', '', 0),
(1165, 3, '2015-04-15 15:01:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2015-04-15 15:01:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://brucknerframing.co.uk/?post_type=ngg_pictures&p=1165', 0, 'ngg_pictures', '', 0),
(1177, 3, '2023-03-09 16:09:56', '2023-03-09 16:09:56', '', 'IMG_5094', '', 'inherit', 'closed', 'closed', '', 'img_5094', '', '', '2023-03-09 16:09:56', '2023-03-09 16:09:56', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2023/03/IMG_5094.jpg', 0, 'attachment', 'image/jpeg', 0),
(1178, 3, '2023-03-09 16:10:41', '2023-03-09 16:10:41', 'http://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-IMG_5094-scaled-1.jpg', 'cropped-IMG_5094-scaled-1.jpg', '', 'inherit', 'closed', 'closed', '', 'cropped-img_5094-scaled-1-jpg', '', '', '2023-03-09 16:10:41', '2023-03-09 16:10:41', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-IMG_5094-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1179, 3, '2023-03-09 16:11:33', '2023-03-09 16:11:33', 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/cropped-enlargements.gif', 'cropped-enlargements.gif', '', 'inherit', 'closed', 'closed', '', 'cropped-enlargements-gif', '', '', '2023-03-09 16:11:33', '2023-03-09 16:11:33', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2012/02/cropped-enlargements.gif', 0, 'attachment', 'image/gif', 0),
(1185, 3, '2023-03-11 18:51:22', '2023-03-11 18:51:22', '', 'letter top', '', 'inherit', 'closed', 'closed', '', 'letter-top', '', '', '2023-03-11 19:22:36', '2023-03-11 19:22:36', '', 0, 'http://brucknerframing.co.uk/wp-content/uploads/2023/03/letter-top.jpg', 0, 'attachment', 'image/jpeg', 0),
(1226, 3, '2023-03-14 17:19:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-14 17:19:12', '2023-03-14 17:19:12', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?p=1226', 0, 'ngg_pictures', '', 0),
(1218, 3, '2023-03-13 10:10:28', '2023-03-13 10:10:28', '<!-- wp:table {"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"medium"} -->\n<figure class="wp-block-table is-style-regular has-medium-font-size"><table class="has-background" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways. <p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in<span style="font-family: inherit; font-size: inherit; font-weight: inherit;">)</span></p><p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic sheet</a></p><p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p> <p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p> </td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2023-03-13 10:10:28', '2023-03-13 10:10:28', '', 38, 'https://brucknerframing.co.uk/?p=1218', 0, 'revision', '', 0),
(1227, 3, '2023-03-14 17:19:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-14 17:19:12', '2023-03-14 17:19:12', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?p=1227', 0, 'ngg_pictures', '', 0),
(1228, 3, '2023-03-14 17:19:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-14 17:19:12', '2023-03-14 17:19:12', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?p=1228', 0, 'ngg_pictures', '', 0),
(1229, 3, '2023-03-14 17:19:15', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-14 17:19:15', '2023-03-14 17:19:15', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?p=1229', 0, 'ngg_pictures', '', 0),
(1192, 3, '2023-03-12 08:08:01', '2023-03-12 08:08:01', '<!-- wp:table {"hasFixedLayout":true,"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"medium"} -->\n<figure class="wp-block-table is-style-regular has-medium-font-size"><table class="has-background has-fixed-layout" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways.\n<p>&nbsp;</p>\n<p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in)</p>\n<p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p>\n<p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p>\n<p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p>\n</td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2023-03-12 08:08:01', '2023-03-12 08:08:01', '', 38, 'http://brucknerframing.co.uk/?p=1192', 0, 'revision', '', 0),
(1193, 3, '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?post_type=ngg_gallery&p=1193', 0, 'ngg_gallery', '', 0),
(1194, 3, '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?post_type=ngg_pictures&p=1194', 0, 'ngg_pictures', '', 0),
(1195, 3, '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?post_type=ngg_pictures&p=1195', 0, 'ngg_pictures', '', 0),
(1196, 3, '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2023-03-12 09:49:04', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://brucknerframing.co.uk/?post_type=ngg_pictures&p=1196', 0, 'ngg_pictures', '', 0),
(1201, 3, '2023-03-12 10:25:35', '2023-03-12 10:25:35', '<p>[nggallery id=1]</p>\n\n<!-- wp:image {"id":1198,"sizeSlug":"thumbnail","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-thumbnail is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-100x100.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-03-12 10:25:35', '2023-03-12 10:25:35', '', 39, 'https://brucknerframing.co.uk/?p=1201', 0, 'revision', '', 0),
(1200, 3, '2023-03-12 10:24:20', '2023-03-12 10:24:20', '<p>[nggallery id=1]</p>\n\n<!-- wp:image {"id":1198,"width":171,"height":256,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-resized is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-683x1024.jpg" alt="" class="wp-image-1198" width="171" height="256"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-03-12 10:24:20', '2023-03-12 10:24:20', '', 39, 'https://brucknerframing.co.uk/?p=1200', 0, 'revision', '', 0),
(1198, 3, '2023-03-12 10:20:17', '2023-03-12 10:20:17', '', 'louvre-small-72ppi', '', 'inherit', 'closed', 'closed', '', 'louvre-small-72ppi', '', '', '2023-03-12 10:20:17', '2023-03-12 10:20:17', '', 39, 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi.jpg', 0, 'attachment', 'image/jpeg', 0),
(1199, 3, '2023-03-12 10:20:39', '2023-03-12 10:20:39', '<p>[nggallery id=1]</p>\n\n<!-- wp:image {"id":1198,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-683x1024.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-03-12 10:20:39', '2023-03-12 10:20:39', '', 39, 'https://brucknerframing.co.uk/?p=1199', 0, 'revision', '', 0),
(1202, 3, '2023-03-12 10:26:51', '2023-03-12 10:26:51', '<p>[nggallery id=1]</p>\n\n<!-- wp:image {"id":1198,"sizeSlug":"medium","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-medium is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-533x800.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-03-12 10:26:51', '2023-03-12 10:26:51', '', 39, 'https://brucknerframing.co.uk/?p=1202', 0, 'revision', '', 0),
(1211, 3, '2023-03-13 09:56:46', '2023-03-13 09:56:46', 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-BF2.jpg', 'cropped-BF2.jpg', '', 'inherit', 'closed', 'closed', '', 'cropped-bf2-jpg', '', '', '2023-03-13 09:56:46', '2023-03-13 09:56:46', '', 0, 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-BF2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1210, 3, '2023-03-13 09:56:14', '2023-03-13 09:56:14', '', 'BF2', '', 'inherit', 'closed', 'closed', '', 'bf2', '', '', '2023-03-13 09:56:14', '2023-03-13 09:56:14', '', 0, 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/BF2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1247, 3, '2026-03-14 12:05:19', '2026-03-14 12:05:19', '<!-- wp:table {"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"medium"} -->\n<figure class="wp-block-table is-style-regular has-medium-font-size"><table class="has-background" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways. <p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in<span style="font-family: inherit; font-size: inherit; font-weight: inherit;">)</span></p><p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p><p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p> <p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p> </td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-autosave-v1', '', '', '2026-03-14 12:05:19', '2026-03-14 12:05:19', '', 38, 'https://brucknerframing.co.uk/?p=1247', 0, 'revision', '', 0),
(1220, 3, '2023-03-13 10:12:07', '2023-03-13 10:12:07', '<!-- wp:table {"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"small"} -->\n<figure class="wp-block-table is-style-regular has-small-font-size"><table class="has-background" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways. <p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in<span style="font-family: inherit; font-size: inherit; font-weight: inherit;">)</span></p><p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p><p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p> <p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p> </td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2023-03-13 10:12:07', '2023-03-13 10:12:07', '', 38, 'https://brucknerframing.co.uk/?p=1220', 0, 'revision', '', 0),
(1222, 3, '2023-03-13 12:31:55', '2023-03-13 12:31:55', '<a href="http://brucknerframing.co.uk/canvas/citreon-1937-canvas/" rel="attachment wp-att-917"><img class="alignnone wp-image-917" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/citreon-1937-canvas-800x605.gif" alt="citreon-1937-canvas" width="333" height="252"></a><strong><a href="http://brucknerframing.co.uk/canvas/canvas-frames-1/" rel="attachment wp-att-747"><img class="alignright  wp-image-747" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-frames-1.gif" alt="canvas-frames-1" width="186" height="263"></a></strong>&nbsp; we carry out canvas printing up to B0(44in wide) on a variety of heavy weight canvasses including gloss satin and matt.\n\nAll canvas are coated to protect them before being stretched over traditional stretcher bars\n\nThe canvasses&nbsp;can be&nbsp;hand finished,&nbsp;coated&nbsp;with a textured finish to re-create brush strokes.\n\n<a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/canvas-2cv/" rel="attachment wp-att-695"><img class="aligncenter  wp-image-695" src="http://brucknerframing.co.uk/wp-content/uploads/2012/04/canvas-2cv-e1357721892711.jpg" alt="canvas 2cv" width="286" height="265"></a>Click for <a href="http://brucknerframing.co.uk/canvas-sizes-and-prices/">sizes and prices</a>\n\nOur canvasses are stretched on a Pilm Tendy 150 canvas stretcher for professional,&nbsp;consistant and uniform stretching.\n\nContact <a href="mailto:gerry@brucknerframing.co.uk">gerry@brucknerframing.co.uk</a>&nbsp; to place an order today', 'Canvas', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2023-03-13 12:31:55', '2023-03-13 12:31:55', '', 404, 'https://brucknerframing.co.uk/?p=1222', 0, 'revision', '', 0),
(1223, 3, '2023-03-14 16:14:55', '2023-03-14 16:14:55', '<!-- wp:table {"style":{"color":{"background":"#fbf5f5"}},"className":"is-style-regular","fontSize":"medium"} -->\n<figure class="wp-block-table is-style-regular has-medium-font-size"><table class="has-background" style="background-color:#fbf5f5"><tbody><tr><td>Welcome to Bruckner Framing we are a family run business based in Milton Keynes. Our aim is to provide a professional and in depth service catering for all aspects of image production and display. Firstly we can print the image and then we can present that image in a number of different ways. <p>We <a href="http://brucknerframing.co.uk//?page_id=9">print images any size</a> up to A0 that’s 1189x841mm (approx. 48x34in<span style="font-family: inherit; font-size: inherit; font-weight: inherit;">)</span></p><p>Once produced the image can be taken as it is or if you prefer it can be <a href="http://brucknerframing.co.uk//?page_id=20">framed</a>, mounted on a <a href="http://brucknerframing.co.uk/products/mounts/">Photoblock</a> or mounted onto an <a href="http://brucknerframing.co.uk/acrylic-mounts/">acrylic&nbsp;sheet</a></p><p>Our Framing service also offers a choice of ready-made standard frames with a choice of hundreds of different mouldings combined with an infinite number of mount boards to give you exactly what you want</p> <p>We offer a photo restoration service Using the latest software we can <a href="http://brucknerframing.co.uk/products/photo-restoration/">restore old</a> or damaged photographs. Contact us today to discuss your requirements</p> </td><td><img class="alignleft wp-image-188" title="IMG_9882" src="http://brucknerframing.co.uk//wp-content/uploads/2012/02/IMG_98823.gif" alt="" width="500" height="465"></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'About us', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2023-03-14 16:14:55', '2023-03-14 16:14:55', '', 38, 'https://brucknerframing.co.uk/?p=1223', 0, 'revision', '', 0),
(1224, 3, '2023-03-14 16:31:06', '2023-03-14 16:31:06', 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-BF2.jpg', 'cropped-cropped-BF2.jpg', '', 'inherit', 'closed', 'closed', '', 'cropped-cropped-bf2-jpg', '', '', '2023-03-14 16:31:06', '2023-03-14 16:31:06', '', 0, 'https://brucknerframing.co.uk/wp-content/uploads/2023/03/cropped-cropped-BF2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1255, 3, '2026-03-20 11:20:07', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2026-03-20 11:20:07', '0000-00-00 00:00:00', '', 0, 'https://brucknerframing.co.uk/?p=1255', 0, 'post', '', 0),
(1244, 4, '2026-02-24 16:58:28', '2026-02-24 16:58:28', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2026-02-24 16:58:28', '2026-02-24 16:58:28', '', 0, 'https://brucknerframing.co.uk/?p=1244', 0, 'elementor_library', '', 0),
(1248, 3, '2026-03-14 12:09:52', '2026-03-14 12:09:52', '<!-- wp:image {"id":1198,"sizeSlug":"medium","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-medium is-style-default"><img src="https://brucknerframing.co.uk/wp-content/uploads/2023/03/louvre-small-72ppi-533x800.jpg" alt="" class="wp-image-1198"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class="wp-block-image"><img alt=""/></figure>\n<!-- /wp:image -->', 'Gallery', '', 'inherit', 'closed', 'closed', '', '39-autosave-v1', '', '', '2026-03-14 12:09:52', '2026-03-14 12:09:52', '', 39, 'https://brucknerframing.co.uk/?p=1248', 0, 'revision', '', 0),
(1249, 3, '2026-03-14 12:07:57', '2026-03-14 12:07:57', '', 'barcelona', '', 'inherit', 'closed', 'closed', '', 'barcelona', '', '', '2026-03-14 12:07:57', '2026-03-14 12:07:57', '', 39, 'https://brucknerframing.co.uk/wp-content/uploads/2026/03/barcelona.jpg', 0, 'attachment', 'image/jpeg', 0),
(1254, 3, '2026-03-16 23:15:01', '2026-03-16 23:15:01', '{\n    "old_sidebars_widgets_data": {\n        "value": {\n            "wp_inactive_widgets": [\n                "slideshow-3",\n                "text-2",\n                "slideshow-5",\n                "slideshow-2"\n            ],\n            "sidebar-1": [],\n            "sidebar-2": []\n        },\n        "type": "global_variable",\n        "user_id": 3,\n        "date_modified_gmt": "2026-03-16 23:15:01"\n    },\n    "twentyseventeen::nav_menu_locations[top]": {\n        "value": 4,\n        "type": "theme_mod",\n        "user_id": 3,\n        "date_modified_gmt": "2026-03-16 23:15:01"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7d1d8841-6cf9-416b-9b6b-4dd9d5c01723', '', '', '2026-03-16 23:15:01', '2026-03-16 23:15:01', '', 0, 'https://brucknerframing.co.uk/7d1d8841-6cf9-416b-9b6b-4dd9d5c01723/', 0, 'customize_changeset', '', 0),
(1252, 3, '2026-03-16 18:35:42', '0000-00-00 00:00:00', '', 'Elementor #1252', '', 'draft', 'closed', 'closed', '', '', '', '', '2026-03-16 18:35:42', '2026-03-16 18:35:42', '', 0, 'https://brucknerframing.co.uk/?page_id=1252', 0, 'page', '', 0),
(1253, 3, '2026-03-16 18:35:42', '2026-03-16 18:35:42', '', 'Elementor #1252', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2026-03-16 18:35:42', '2026-03-16 18:35:42', '', 1252, 'https://brucknerframing.co.uk/?p=1253', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'default-boxes', 'default-boxes', 0),
(4, 'STD', 'std', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(832, 4, 0),
(4, 3, 0),
(5, 3, 0),
(6, 3, 0),
(321, 4, 0),
(96, 4, 0),
(115, 4, 0),
(413, 4, 0),
(406, 4, 0),
(580, 4, 0),
(553, 4, 0),
(114, 4, 0),
(174, 4, 0),
(429, 4, 0),
(268, 4, 0),
(45, 4, 0),
(1116, 4, 0),
(112, 4, 0),
(113, 4, 0),
(94, 4, 0),
(105, 4, 0),
(97, 4, 0),
(304, 4, 0),
(98, 4, 0),
(408, 4, 0),
(106, 4, 0),
(581, 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'box-sets', '', 0, 3),
(4, 4, 'nav_menu', '', 0, 24);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` VALUES
(58, 3, 'meta-box-order_dashboard', 'a:4:{s:6:"normal";s:99:"dashboard_php_nag,dashboard_right_now,e-dashboard-overview,dashboard_site_health,dashboard_activity";s:4:"side";s:39:"dashboard_quick_press,dashboard_primary";s:7:"column3";s:16:"e-dashboard-ally";s:7:"column4";s:0:"";}'),
(57, 3, 'metaboxhidden_ngg-manage-gallery', 'a:0:{}'),
(56, 3, 'closedpostboxes_ngg-manage-gallery', 'a:0:{}'),
(55, 3, 'metaboxhidden_page', 'a:5:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:9:"authordiv";}'),
(54, 3, 'closedpostboxes_page', 'a:1:{i:0;s:12:"revisionsdiv";}'),
(53, 3, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";i:2;s:15:"add-post_format";i:3;s:11:"add-ngg_tag";}'),
(51, 3, 'nav_menu_recently_edited', '4'),
(52, 3, '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";}'),
(50, 3, 'wp_user-settings-time', '1678710745'),
(21, 2, 'first_name', ''),
(22, 2, 'last_name', ''),
(23, 2, 'nickname', 'vooa'),
(24, 2, 'description', ''),
(25, 2, 'rich_editing', 'true'),
(26, 2, 'comment_shortcuts', 'false'),
(27, 2, 'admin_color', 'fresh'),
(28, 2, 'use_ssl', '0'),
(29, 2, 'show_admin_bar_front', 'true'),
(30, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(31, 2, 'wp_user_level', '10'),
(32, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),
(49, 3, 'wp_user-settings', 'editor=tinymce&align=left&imgsize=medium&libraryContent=browse&urlbutton=post&ngg_upload_resize=1&hidetb=1&ed_size=670&widgets_access=on&advImgDetails=hide'),
(36, 3, 'first_name', ''),
(37, 3, 'last_name', ''),
(38, 3, 'nickname', 'ghunt'),
(39, 3, 'description', ''),
(40, 3, 'rich_editing', 'true'),
(41, 3, 'comment_shortcuts', 'false'),
(42, 3, 'admin_color', 'fresh'),
(43, 3, 'use_ssl', '0'),
(44, 3, 'show_admin_bar_front', 'true'),
(45, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(46, 3, 'wp_user_level', '10'),
(47, 3, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp390_widgets,wp410_dfw'),
(48, 3, 'wp_dashboard_quick_press_last_post_id', '1255'),
(59, 3, 'screen_layout_dashboard', '2'),
(60, 3, 'meta-box-order_page', 'a:3:{s:4:"side";s:36:"pageparentdiv,postimagediv,submitdiv";s:6:"normal";s:70:"postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv";s:8:"advanced";s:0:"";}'),
(61, 3, 'screen_layout_page', '2'),
(63, 3, 'session_tokens', 'a:2:{s:64:"456bc323c74d1128e086fdde859ff5cc8d6da7026bbf0ff623511eee80705439";a:4:{s:10:"expiration";i:1774277970;s:2:"ip";s:12:"185.65.236.4";s:2:"ua";s:125:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0";s:5:"login";i:1774105170;}s:64:"7a32aa17c9fd84582bffa0cf3491549b3b3f6c03a1a26e314731125889cb9dfa";a:4:{s:10:"expiration";i:1774357910;s:2:"ip";s:12:"185.65.236.4";s:2:"ua";s:125:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0";s:5:"login";i:1774185110;}}'),
(66, 3, 'community-events-location', 'a:1:{s:2:"ip";s:11:"84.67.182.0";}'),
(64, 3, 'closedpostboxes_dashboard', 'a:0:{}'),
(65, 3, 'metaboxhidden_dashboard', 'a:0:{}'),
(75, 4, 'last_name', ''),
(74, 4, 'first_name', ''),
(67, 3, 'syntax_highlighting', 'true'),
(68, 3, 'locale', ''),
(69, 3, 'aim', ''),
(70, 3, 'yim', ''),
(71, 3, 'jabber', ''),
(72, 3, 'wp_persisted_preferences', 'a:5:{s:14:"core/edit-post";a:1:{s:12:"welcomeGuide";b:0;}s:9:"_modified";s:24:"2026-03-14T12:08:58.371Z";s:17:"core/edit-widgets";a:2:{s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;}s:22:"core/customize-widgets";a:1:{s:12:"welcomeGuide";b:0;}s:4:"core";a:2:{s:10:"openPanels";a:2:{i:0;s:11:"post-status";i:1;s:16:"discussion-panel";}s:26:"isComplementaryAreaVisible";b:0;}}'),
(92, 5, 'comment_shortcuts', 'false'),
(93, 5, 'admin_color', 'fresh'),
(94, 5, 'use_ssl', '0'),
(95, 5, 'show_admin_bar_front', 'true'),
(96, 5, 'locale', ''),
(97, 5, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(98, 5, 'wp_user_level', '10'),
(100, 5, 'wp_dashboard_quick_press_last_post_id', '1250'),
(101, 4, 'session_tokens', 'a:1:{s:64:"b26bfdfaf5c98aaad8df28add1e3357e2b5ac14618d2b796d0ed2de8a02d5f00";a:4:{s:10:"expiration";i:1772125082;s:2:"ip";s:12:"84.67.182.53";s:2:"ua";s:125:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0";s:5:"login";i:1771952282;}}'),
(86, 5, 'nickname', 'root'),
(87, 5, 'first_name', ''),
(88, 5, 'last_name', ''),
(89, 5, 'description', ''),
(90, 5, 'rich_editing', 'true'),
(91, 5, 'syntax_highlighting', 'true'),
(73, 4, 'nickname', 'adminbackup'),
(76, 4, 'description', ''),
(77, 4, 'rich_editing', 'true'),
(78, 4, 'syntax_highlighting', 'true'),
(79, 4, 'comment_shortcuts', 'false'),
(80, 4, 'admin_color', 'fresh'),
(81, 4, 'use_ssl', '0'),
(82, 4, 'show_admin_bar_front', 'true'),
(83, 4, 'locale', ''),
(84, 4, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(85, 4, 'wp_user_level', '10'),
(99, 5, 'session_tokens', 'a:1:{s:64:"2e1070e72c75577e9662e7b1d148886de73f378dc369bc67a3b67cff759bdbaa";a:4:{s:10:"expiration";i:1773665413;s:2:"ip";s:12:"185.65.236.4";s:2:"ua";s:116:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36";s:5:"login";i:1773492613;}}'),
(102, 4, 'wp_dashboard_quick_press_last_post_id', '1243'),
(103, 4, 'community-events-location', 'a:1:{s:2:"ip";s:11:"84.67.182.0";}'),
(104, 3, 'elementor_introduction', 'a:2:{s:27:"e-editor-one-notice-pointer";b:1;s:27:"ai-get-started-announcement";b:1;}'),
(105, 3, '_elementor_structure_popup_dismissed', '1'),
(106, 6, 'nickname', 'admin2backup'),
(107, 6, 'first_name', ''),
(108, 6, 'last_name', ''),
(109, 6, 'description', ''),
(110, 6, 'rich_editing', 'true'),
(111, 6, 'syntax_highlighting', 'true'),
(112, 6, 'comment_shortcuts', 'false'),
(113, 6, 'admin_color', 'fresh'),
(114, 6, 'use_ssl', '0'),
(115, 6, 'show_admin_bar_front', 'true'),
(116, 6, 'locale', ''),
(117, 6, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(118, 6, 'wp_user_level', '10');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` VALUES
(2, 'vooa', '$P$BlJFygbPusKA2BODpo2sN7CR76TGY21', 'vooa', 'stuff@icekube.co.uk', '', '2012-12-31 19:42:51', '', 0, 'vooa'),
(3, 'ghunt', '$wp$2y$10$ox6in0TSemd60sD5bEoaJ.IOW./0lTkNZZejtoI2wCuWicujJeapC', 'ghunt', 'gerryhunt@hotmail.com', '', '2012-12-31 19:45:38', '', 0, 'ghunt'),
(4, 'adminbackup', '$P$BH7qS1AjqIEMIMSV.ouo1Rq4J7LdXa0', 'adminbackup', 'adminbackup@wordpress.org', '', '2024-11-04 12:16:01', '', 0, 'adminbackup'),
(5, 'root', '$wp$2y$10$qEk8gVFQndh8u3Y2ADnfF.rFVC4WHGEIWc.sOP006QuxjIIhMnpHe', 'root', 'admin@wordpress.com', '', '2025-02-28 12:42:53', '', 0, 'root'),
(6, 'admin2backup', '$wp$2y$10$HphS4bQWQEgndYpZZrQeT.BKgOIIDoVr5xUpxI5ASpggrA4OrM.MO', 'admin2backup', 'admin2backup@wordpress.org', '', '2026-03-14 18:56:03', '', 0, 'admin2backup');

-- --------------------------------------------------------

/*!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 */;
