-- RUKA_DB_EXPORT
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
SET NAMES utf8mb4;


DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint unsigned NOT NULL DEFAULT '10',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint unsigned NOT NULL DEFAULT '0',
  `attempts` int NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('15','action_scheduler/migration_hook','complete','2026-06-26 20:51:10','2026-06-26 23:51:10','10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1782507070;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1782507070;}','1','1','2026-06-26 20:51:14','2026-06-26 23:51:14','2',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('16','action_scheduler/migration_hook','failed','2026-06-26 20:52:15','2026-06-26 23:52:15','10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1782507135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1782507135;}','1','1','2026-06-26 21:07:34','2026-06-27 00:07:34','4',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('17','action_scheduler_run_recurring_actions_schedule_hook','complete','2026-06-26 21:07:31','2026-06-27 00:07:31','20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1782508051;s:18:\"\0*\0first_timestamp\";i:1782508051;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1782508051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}','2','1','2026-06-26 21:07:34','2026-06-27 00:07:34','4',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('18','action_scheduler_run_recurring_actions_schedule_hook','complete','2026-06-27 21:07:34','2026-06-28 00:07:34','20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1782594454;s:18:\"\0*\0first_timestamp\";i:1782508051;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1782594454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}','2','1','2026-07-01 11:30:14','2026-07-01 14:30:14','10',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('19','action_scheduler_run_recurring_actions_schedule_hook','complete','2026-07-02 11:30:14','2026-07-02 14:30:14','20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1782991814;s:18:\"\0*\0first_timestamp\";i:1782508051;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1782991814;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}','2','1','2026-07-02 11:30:35','2026-07-02 14:30:35','149',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('20','action_scheduler/migration_hook','complete','2026-07-01 12:25:07','2026-07-01 15:25:07','10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1782908707;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1782908707;}','1','1','2026-07-01 12:25:32','2026-07-01 15:25:32','39',NULL);
INSERT INTO `wp_actionscheduler_actions` (`action_id`,`hook`,`status`,`scheduled_date_gmt`,`scheduled_date_local`,`priority`,`args`,`schedule`,`group_id`,`attempts`,`last_attempt_gmt`,`last_attempt_local`,`claim_id`,`extended_args`) VALUES ('21','action_scheduler_run_recurring_actions_schedule_hook','pending','2026-07-03 11:30:35','2026-07-03 14:30:35','20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1783078235;s:18:\"\0*\0first_timestamp\";i:1782508051;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1783078235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}','2','0','0000-00-00 00:00:00','0000-00-00 00:00:00','0',NULL);

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_actionscheduler_groups` (`group_id`,`slug`) VALUES ('1','action-scheduler-migration');
INSERT INTO `wp_actionscheduler_groups` (`group_id`,`slug`) VALUES ('2','ActionScheduler');

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('1','15','action created','2026-06-26 20:50:10','2026-06-26 23:50:10');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('2','15','action started via WP Cron','2026-06-26 20:51:14','2026-06-26 23:51:14');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('3','15','action complete via WP Cron','2026-06-26 20:51:14','2026-06-26 23:51:14');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('4','16','action created','2026-06-26 20:51:15','2026-06-26 23:51:15');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('5','17','action created','2026-06-26 21:07:31','2026-06-27 00:07:31');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('6','16','action started via Async Request','2026-06-26 21:07:34','2026-06-27 00:07:34');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('7','16','action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2026-06-26 21:07:34','2026-06-27 00:07:34');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('8','17','action started via Async Request','2026-06-26 21:07:34','2026-06-27 00:07:34');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('9','17','action complete via Async Request','2026-06-26 21:07:34','2026-06-27 00:07:34');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('10','18','action created','2026-06-26 21:07:34','2026-06-27 00:07:34');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('11','18','action started via Async Request','2026-07-01 11:30:14','2026-07-01 14:30:14');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('12','18','action complete via Async Request','2026-07-01 11:30:14','2026-07-01 14:30:14');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('13','19','action created','2026-07-01 11:30:14','2026-07-01 14:30:14');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('14','20','action created','2026-07-01 12:24:07','2026-07-01 15:24:07');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('15','20','action started via Async Request','2026-07-01 12:25:32','2026-07-01 15:25:32');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('16','20','action complete via Async Request','2026-07-01 12:25:32','2026-07-01 15:25:32');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('17','19','action started via Async Request','2026-07-02 11:30:35','2026-07-02 14:30:35');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('18','19','action complete via Async Request','2026-07-02 11:30:35','2026-07-02 14:30:35');
INSERT INTO `wp_actionscheduler_logs` (`log_id`,`action_id`,`message`,`log_date_gmt`,`log_date_local`) VALUES ('19','21','action created','2026-07-02 11:30:35','2026-07-02 14:30:35');

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint unsigned NOT NULL DEFAULT '0',
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_duplicator_packages`;
CREATE TABLE `wp_duplicator_packages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `hash` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` int NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `package` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_ff_scheduled_actions`;
CREATE TABLE `wp_ff_scheduled_actions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` bigint unsigned DEFAULT NULL,
  `origin_id` bigint unsigned DEFAULT NULL,
  `feed_id` bigint unsigned DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'submission_action',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `note` tinytext COLLATE utf8mb4_unicode_520_ci,
  `retry_count` int unsigned DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_fluentform_entry_details`;
CREATE TABLE `wp_fluentform_entry_details` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint unsigned DEFAULT NULL,
  `submission_id` bigint unsigned DEFAULT NULL,
  `field_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sub_field_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `field_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_fluentform_form_analytics`;
CREATE TABLE `wp_fluentform_form_analytics` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int unsigned DEFAULT NULL,
  `user_id` int unsigned DEFAULT NULL,
  `source_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `browser` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count` int DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id_ip` (`form_id`,`ip`),
  KEY `created_at` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_fluentform_form_meta`;
CREATE TABLE `wp_fluentform_form_meta` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int unsigned DEFAULT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `form_id_meta_key` (`form_id`,`meta_key`(191)),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('1','1','template_name','basic_contact_form');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('2','1','formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('3','1','advancedValidationSettings','{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('4','1','double_optin_settings','{\"status\":\"no\",\"confirmation_message\":\"Please check your email inbox to confirm this submission\",\"email_body_type\":\"global\",\"email_subject\":\"Please confirm your form submission\",\"email_body\":\"<h2>Please Confirm Your Submission</h2><p>&nbsp;</p><p style=\"text-align: center;\"><a style=\"color: #ffffff; background-color: #454545; font-size: 16px; border-radius: 5px; text-decoration: none; font-weight: normal; font-style: normal; padding: 0.8rem 1rem; border-color: #0072ff;\" href=\"#confirmation_url#\">Confirm Submission</a></p><p>&nbsp;</p><p>If you received this email by mistake, simply delete it. Your form submission won\'t proceed if you don\'t click the confirmation link above.</p>\",\"email_field\":\"\",\"skip_if_logged_in\":\"yes\",\"skip_if_fc_subscribed\":\"no\"}');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('5','2','template_name','inline_subscription');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('6','2','formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"}}');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('7','2','notifications','{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p> <p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('8','2','step_data_persistency_status','no');
INSERT INTO `wp_fluentform_form_meta` (`id`,`form_id`,`meta_key`,`value`) VALUES ('9','2','_primary_email_field','email');

DROP TABLE IF EXISTS `wp_fluentform_forms`;
CREATE TABLE `wp_fluentform_forms` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT 'Draft',
  `appearance_settings` text COLLATE utf8mb4_unicode_520_ci,
  `form_fields` longtext COLLATE utf8mb4_unicode_520_ci,
  `has_payment` tinyint(1) NOT NULL DEFAULT '0',
  `type` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `conditions` text COLLATE utf8mb4_unicode_520_ci,
  `created_by` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_fluentform_forms` (`id`,`title`,`status`,`appearance_settings`,`form_fields`,`has_payment`,`type`,`conditions`,`created_by`,`created_at`,`updated_at`) VALUES ('1','Contact Form Demo','published',NULL,'{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Name\",\"conditional_logics\":[]},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"First Name\"},\"settings\":{\"container_class\":\"\",\"label\":\"First Name\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Last Name\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570866006692\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[]},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570866012914\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"subject\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"Subject\"},\"settings\":{\"container_class\":\"\",\"label\":\"Subject\",\"label_placement\":\"\",\"admin_field_label\":\"Subject\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570878958648\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Message\",\"rows\":4,\"cols\":2},\"settings\":{\"container_class\":\"\",\"label\":\"Your Message\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_1570879001207\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Submit Form\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}','0','',NULL,'0','2026-06-27 00:50:10','2026-06-27 00:50:10');
INSERT INTO `wp_fluentform_forms` (`id`,`title`,`status`,`appearance_settings`,`form_fields`,`has_payment`,`type`,`conditions`,`created_by`,`created_at`,`updated_at`) VALUES ('2','Subscription Form','published',NULL,'{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"columns\":[{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16231279686950.8779857923682932\"}]},{\"fields\":[{\"index\":15,\"element\":\"custom_submit_button\",\"attributes\":{\"class\":\"\",\"type\":\"submit\"},\"settings\":{\"button_style\":\"\",\"button_size\":\"md\",\"align\":\"left\",\"container_class\":\"\",\"current_state\":\"normal_styles\",\"background_color\":\"\",\"color\":\"\",\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1a7efb\",\"color\":\"#1a7efb\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"normal_styles\":{\"backgroundColor\":\"#1a7efb\",\"borderColor\":\"#1a7efb\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"button_ui\":{\"text\":\"Subscribe\",\"type\":\"default\",\"img_url\":\"\"},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Custom Submit Button\",\"icon_class\":\"dashicons dashicons-arrow-right-alt\",\"template\":\"customButton\"},\"uniqElKey\":\"el_16231279798380.5947400167493171\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16231279284710.40955091024524304\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Subscribe\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}','0','form',NULL,'0','2026-06-27 00:50:10','2026-06-27 00:50:10');

DROP TABLE IF EXISTS `wp_fluentform_logs`;
CREATE TABLE `wp_fluentform_logs` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `parent_source_id` int unsigned DEFAULT NULL,
  `source_type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source_id` int unsigned DEFAULT NULL,
  `component` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_520_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_fluentform_submission_meta`;
CREATE TABLE `wp_fluentform_submission_meta` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `response_id` bigint unsigned DEFAULT NULL,
  `form_id` int unsigned DEFAULT NULL,
  `meta_key` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` int unsigned DEFAULT NULL,
  `name` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `response_id_meta_key` (`response_id`,`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_fluentform_submissions`;
CREATE TABLE `wp_fluentform_submissions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int unsigned DEFAULT NULL,
  `serial_number` int unsigned DEFAULT NULL,
  `response` longtext COLLATE utf8mb4_unicode_520_ci,
  `source_url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` int unsigned DEFAULT NULL,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT 'unread' COMMENT 'possible values: read, unread, trashed',
  `is_favourite` tinyint(1) NOT NULL DEFAULT '0',
  `browser` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `device` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `city` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_method` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_type` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currency` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_total` float DEFAULT NULL,
  `total_paid` float DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id_status` (`form_id`,`status`),
  KEY `form_id_created_at` (`form_id`,`created_at`),
  KEY `user_id` (`user_id`),
  KEY `serial_number` (`serial_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_kb_optimizer`;
CREATE TABLE `wp_kb_optimizer` (
  `path_hash` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'SHA-256 hash of the relative path of the URL used as a unique key for fast lookups',
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'The relative path of the URL, stored for reference and debugging',
  `analysis` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'Serialized or JSON-encoded analysis data associated with the path',
  PRIMARY KEY (`path_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_kb_optimizer_viewport_hashes`;
CREATE TABLE `wp_kb_optimizer_viewport_hashes` (
  `path_hash` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'SHA-256 hash of the path (via $wp->request), identifies the URL',
  `viewport` enum('desktop','mobile') COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'The viewport/device identifier',
  `html_hash` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'A composite of hashes separated by | in a key:MD5 value of the HTML markup for this viewport',
  PRIMARY KEY (`path_hash`,`viewport`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


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


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

INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('1','cron','a:22:{i:1782993539;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1782996098;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:1782996669;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1782996676;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1783025375;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1783025410;a:1:{s:42:\"fluentform_do_email_report_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1783025440;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1783025476;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1783028498;a:2:{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: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:1783028655;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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;}}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:1783028662;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:1783032097;a:1:{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;}}}i:1783033897;a:1:{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;}}}i:1783035697;a:1:{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:1783036800;a:2:{s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1783049274;a:1:{s:35:\"rank_math/content-ai/update_prompts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1783335600;a:1:{s:29:\"duplicator_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1783342800;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1783520485;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1783547231;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:1785099041;a:1:{s:27:\"delete_block_library_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('2','siteurl','http://ruka-dopomohy.local','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('3','home','http://ruka-dopomohy.local','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('4','blogname','Рука Допомоги','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('5','blogdescription','Благодійний фонд в Ужгороді: гарячі обіди, підтримка дітей, літніх людей, родин у кризі, людей без дому та людей з інвалідністю.','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('6','users_can_register','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('7','admin_email','dev-email@wpengine.local','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('8','start_of_week','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('9','use_balanceTags','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('10','use_smilies','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('11','require_name_email','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('12','comments_notify','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('13','posts_per_rss','10','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('14','rss_use_excerpt','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('15','mailserver_url','mail.example.com','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('16','mailserver_login','login@example.com','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('17','mailserver_pass','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('18','mailserver_port','110','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('19','default_category','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('20','default_comment_status','open','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('21','default_ping_status','open','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('22','default_pingback_flag','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('23','posts_per_page','10','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('24','date_format','d.m.Y','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('25','time_format','H:i','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('26','links_updated_date_format','F j, Y g:i a','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('27','comment_moderation','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('28','moderation_notify','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('29','permalink_structure','/%postname%/','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('30','rewrite_rules','a:250:{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:7:\"team/?$\";s:29:\"index.php?post_type=ruka_team\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=ruka_team&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=ruka_team&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=ruka_team&paged=$matches[1]\";s:9:\"report/?$\";s:31:\"index.php?post_type=ruka_report\";s:39:\"report/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ruka_report&feed=$matches[1]\";s:34:\"report/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ruka_report&feed=$matches[1]\";s:26:\"report/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=ruka_report&paged=$matches[1]\";s:13:\"fundraiser/?$\";s:35:\"index.php?post_type=ruka_fundraiser\";s:43:\"fundraiser/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=ruka_fundraiser&feed=$matches[1]\";s:38:\"fundraiser/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=ruka_fundraiser&feed=$matches[1]\";s:30:\"fundraiser/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=ruka_fundraiser&paged=$matches[1]\";s:10:\"partner/?$\";s:32:\"index.php?post_type=ruka_partner\";s:40:\"partner/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ruka_partner&feed=$matches[1]\";s:35:\"partner/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=ruka_partner&feed=$matches[1]\";s:27:\"partner/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=ruka_partner&paged=$matches[1]\";s:8:\"story/?$\";s:30:\"index.php?post_type=ruka_story\";s:38:\"story/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ruka_story&feed=$matches[1]\";s:33:\"story/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ruka_story&feed=$matches[1]\";s:25:\"story/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=ruka_story&paged=$matches[1]\";s:15:\"mawa_product/?$\";s:37:\"index.php?post_type=ruka_mawa_product\";s:45:\"mawa_product/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ruka_mawa_product&feed=$matches[1]\";s:40:\"mawa_product/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ruka_mawa_product&feed=$matches[1]\";s:32:\"mawa_product/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=ruka_mawa_product&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s: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:40:\"kadence-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"kadence-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"kadence-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"kadence-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"kadence-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"kadence-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"kadence-form/([^/]+)/embed/?$\";s:45:\"index.php?kadence_form=$matches[1]&embed=true\";s:33:\"kadence-form/([^/]+)/trackback/?$\";s:39:\"index.php?kadence_form=$matches[1]&tb=1\";s:41:\"kadence-form/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?kadence_form=$matches[1]&paged=$matches[2]\";s:48:\"kadence-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?kadence_form=$matches[1]&cpage=$matches[2]\";s:37:\"kadence-form/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?kadence_form=$matches[1]&page=$matches[2]\";s:29:\"kadence-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"kadence-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"kadence-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"kadence-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"kadence-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"kadence-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:42:\"index.php?ruka_team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:36:\"index.php?ruka_team=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?ruka_team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?ruka_team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ruka_team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ruka_team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ruka_team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"report/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"report/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"report/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"report/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"report/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"report/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"report/([^/]+)/embed/?$\";s:44:\"index.php?ruka_report=$matches[1]&embed=true\";s:27:\"report/([^/]+)/trackback/?$\";s:38:\"index.php?ruka_report=$matches[1]&tb=1\";s:47:\"report/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ruka_report=$matches[1]&feed=$matches[2]\";s:42:\"report/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ruka_report=$matches[1]&feed=$matches[2]\";s:35:\"report/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ruka_report=$matches[1]&paged=$matches[2]\";s:42:\"report/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ruka_report=$matches[1]&cpage=$matches[2]\";s:31:\"report/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ruka_report=$matches[1]&page=$matches[2]\";s:23:\"report/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"report/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"report/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"report/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"report/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"report/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"fundraiser/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"fundraiser/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"fundraiser/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"fundraiser/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"fundraiser/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"fundraiser/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"fundraiser/([^/]+)/embed/?$\";s:48:\"index.php?ruka_fundraiser=$matches[1]&embed=true\";s:31:\"fundraiser/([^/]+)/trackback/?$\";s:42:\"index.php?ruka_fundraiser=$matches[1]&tb=1\";s:51:\"fundraiser/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?ruka_fundraiser=$matches[1]&feed=$matches[2]\";s:46:\"fundraiser/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?ruka_fundraiser=$matches[1]&feed=$matches[2]\";s:39:\"fundraiser/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?ruka_fundraiser=$matches[1]&paged=$matches[2]\";s:46:\"fundraiser/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?ruka_fundraiser=$matches[1]&cpage=$matches[2]\";s:35:\"fundraiser/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?ruka_fundraiser=$matches[1]&page=$matches[2]\";s:27:\"fundraiser/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"fundraiser/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"fundraiser/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"fundraiser/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"fundraiser/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"fundraiser/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"partner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"partner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"partner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"partner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"partner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"partner/([^/]+)/embed/?$\";s:45:\"index.php?ruka_partner=$matches[1]&embed=true\";s:28:\"partner/([^/]+)/trackback/?$\";s:39:\"index.php?ruka_partner=$matches[1]&tb=1\";s:48:\"partner/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ruka_partner=$matches[1]&feed=$matches[2]\";s:43:\"partner/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ruka_partner=$matches[1]&feed=$matches[2]\";s:36:\"partner/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ruka_partner=$matches[1]&paged=$matches[2]\";s:43:\"partner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ruka_partner=$matches[1]&cpage=$matches[2]\";s:32:\"partner/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ruka_partner=$matches[1]&page=$matches[2]\";s:24:\"partner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"partner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"partner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"partner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"partner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"story/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"story/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"story/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"story/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"story/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"story/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"story/([^/]+)/embed/?$\";s:43:\"index.php?ruka_story=$matches[1]&embed=true\";s:26:\"story/([^/]+)/trackback/?$\";s:37:\"index.php?ruka_story=$matches[1]&tb=1\";s:46:\"story/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ruka_story=$matches[1]&feed=$matches[2]\";s:41:\"story/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ruka_story=$matches[1]&feed=$matches[2]\";s:34:\"story/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ruka_story=$matches[1]&paged=$matches[2]\";s:41:\"story/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ruka_story=$matches[1]&cpage=$matches[2]\";s:30:\"story/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ruka_story=$matches[1]&page=$matches[2]\";s:22:\"story/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"story/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"story/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"story/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"story/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"story/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"mawa_product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"mawa_product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"mawa_product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mawa_product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mawa_product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"mawa_product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"mawa_product/([^/]+)/embed/?$\";s:50:\"index.php?ruka_mawa_product=$matches[1]&embed=true\";s:33:\"mawa_product/([^/]+)/trackback/?$\";s:44:\"index.php?ruka_mawa_product=$matches[1]&tb=1\";s:53:\"mawa_product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ruka_mawa_product=$matches[1]&feed=$matches[2]\";s:48:\"mawa_product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ruka_mawa_product=$matches[1]&feed=$matches[2]\";s:41:\"mawa_product/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?ruka_mawa_product=$matches[1]&paged=$matches[2]\";s:48:\"mawa_product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?ruka_mawa_product=$matches[1]&cpage=$matches[2]\";s:37:\"mawa_product/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?ruka_mawa_product=$matches[1]&page=$matches[2]\";s:29:\"mawa_product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"mawa_product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"mawa_product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mawa_product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mawa_product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"mawa_product/[^/]+/([^/]+)/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=14&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s: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\";}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('31','hack_file','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('32','blog_charset','UTF-8','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('33','moderation_keys','','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('34','active_plugins','a:9:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:25:\"fluentform/fluentform.php\";i:4;s:33:\"kadence-blocks/kadence-blocks.php\";i:5;s:39:\"ruka-site-builder/ruka-site-builder.php\";i:6;s:30:\"seo-by-rank-math/rank-math.php\";i:7;s:27:\"updraftplus/updraftplus.php\";i:8;s:23:\"wordfence/wordfence.php\";}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('35','category_base','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('36','ping_sites','https://rpc.pingomatic.com/','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('37','comment_max_links','2','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('38','gmt_offset','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('39','default_email_category','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('40','recently_edited','','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('41','template','kadence','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('42','stylesheet','kadence','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('43','comment_registration','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('44','html_type','text/html','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('45','use_trackback','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('46','default_role','subscriber','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('47','db_version','61833','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('48','uploads_use_yearmonth_folders','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('49','upload_path','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('50','blog_public','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('51','default_link_category','2','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('52','show_on_front','page','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('53','tag_base','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('54','show_avatars','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('55','avatar_rating','G','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('56','upload_url_path','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('57','thumbnail_size_w','150','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('58','thumbnail_size_h','150','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('59','thumbnail_crop','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('60','medium_size_w','300','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('61','medium_size_h','300','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('62','avatar_default','mystery','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('63','large_size_w','1024','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('64','large_size_h','1024','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('65','image_default_link_type','none','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('66','image_default_size','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('67','image_default_align','','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('68','close_comments_for_old_posts','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('69','close_comments_days_old','14','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('70','thread_comments','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('71','thread_comments_depth','5','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('72','page_comments','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('73','comments_per_page','50','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('74','default_comments_page','newest','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('75','comment_order','asc','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('76','sticky_posts','a:0:{}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('77','widget_categories','a:0:{}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('78','widget_text','a:0:{}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('79','widget_rss','a:0:{}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('80','uninstall_plugins','a:0:{}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('81','timezone_string','Europe/Kyiv','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('82','page_for_posts','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('83','page_on_front','14','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('84','default_post_format','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('85','link_manager_enabled','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('86','finished_splitting_shared_terms','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('87','site_icon','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('88','medium_large_size_w','768','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('89','medium_large_size_h','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('90','wp_page_for_privacy_policy','3','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('91','show_comments_cookies_opt_in','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('92','admin_email_lifespan','1796074897','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('93','disallowed_keys','','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('94','comment_previously_approved','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('95','auto_plugin_theme_update_emails','a:0:{}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('96','auto_update_core_dev','enabled','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('97','auto_update_core_minor','enabled','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('98','auto_update_core_major','enabled','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('99','wp_force_deactivated_plugins','a:0:{}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('100','wp_attachment_pages_enabled','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('101','wp_notes_notify','1','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('102','initial_db_version','61833','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('103','wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:89:{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:27:\"fluentform_dashboard_access\";b:1;s:24:\"fluentform_forms_manager\";b:1;s:25:\"fluentform_entries_viewer\";b:1;s:25:\"fluentform_manage_entries\";b:1;s:24:\"fluentform_view_payments\";b:1;s:26:\"fluentform_manage_payments\";b:1;s:27:\"fluentform_settings_manager\";b:1;s:22:\"fluentform_full_access\";b:1;s:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:20:\"rank_math_content_ai\";b:1;s:19:\"rank_math_admin_bar\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:17:\"ruka_site_manager\";a:2:{s:4:\"name\";s:33:\"Ruka: менеджер сайту\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:17:\"moderate_comments\";b:1;}}s:19:\"ruka_content_editor\";a:2:{s:4:\"name\";s:39:\"Ruka: редактор контенту\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:13:\"publish_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;}}}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('104','fresh_site','0','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('105','user_count','1','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('106','widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('107','sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"sidebar-primary\";a:0:{}s:17:\"sidebar-secondary\";a:0:{}s:7:\"footer1\";a:0:{}s:7:\"footer2\";a:0:{}s:7:\"footer3\";a:0:{}s:7:\"footer4\";a:0:{}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}s:13:\"array_version\";i:3;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('108','widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('109','widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('110','widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('111','widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('112','widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('113','widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('114','widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('115','widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('116','widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('117','widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('118','widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('119','widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('120','widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('121','widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('122','_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"7.0\";s:5:\"files\";a:596:{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:22:\"archives/style-rtl.css\";i:17;s:26:\"archives/style-rtl.min.css\";i:18;s:18:\"archives/style.css\";i:19;s:22:\"archives/style.min.css\";i:20;s:20:\"audio/editor-rtl.css\";i:21;s:24:\"audio/editor-rtl.min.css\";i:22;s:16:\"audio/editor.css\";i:23;s:20:\"audio/editor.min.css\";i:24;s:19:\"audio/style-rtl.css\";i:25;s:23:\"audio/style-rtl.min.css\";i:26;s:15:\"audio/style.css\";i:27;s:19:\"audio/style.min.css\";i:28;s:19:\"audio/theme-rtl.css\";i:29;s:23:\"audio/theme-rtl.min.css\";i:30;s:15:\"audio/theme.css\";i:31;s:19:\"audio/theme.min.css\";i:32;s:21:\"avatar/editor-rtl.css\";i:33;s:25:\"avatar/editor-rtl.min.css\";i:34;s:17:\"avatar/editor.css\";i:35;s:21:\"avatar/editor.min.css\";i:36;s:20:\"avatar/style-rtl.css\";i:37;s:24:\"avatar/style-rtl.min.css\";i:38;s:16:\"avatar/style.css\";i:39;s:20:\"avatar/style.min.css\";i:40;s:25:\"breadcrumbs/style-rtl.css\";i:41;s:29:\"breadcrumbs/style-rtl.min.css\";i:42;s:21:\"breadcrumbs/style.css\";i:43;s:25:\"breadcrumbs/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:19:\"icon/editor-rtl.css\";i:217;s:23:\"icon/editor-rtl.min.css\";i:218;s:15:\"icon/editor.css\";i:219;s:19:\"icon/editor.min.css\";i:220;s:18:\"icon/style-rtl.css\";i:221;s:22:\"icon/style-rtl.min.css\";i:222;s:14:\"icon/style.css\";i:223;s:18:\"icon/style.min.css\";i:224;s:20:\"image/editor-rtl.css\";i:225;s:24:\"image/editor-rtl.min.css\";i:226;s:16:\"image/editor.css\";i:227;s:20:\"image/editor.min.css\";i:228;s:19:\"image/style-rtl.css\";i:229;s:23:\"image/style-rtl.min.css\";i:230;s:15:\"image/style.css\";i:231;s:19:\"image/style.min.css\";i:232;s:19:\"image/theme-rtl.css\";i:233;s:23:\"image/theme-rtl.min.css\";i:234;s:15:\"image/theme.css\";i:235;s:19:\"image/theme.min.css\";i:236;s:29:\"latest-comments/style-rtl.css\";i:237;s:33:\"latest-comments/style-rtl.min.css\";i:238;s:25:\"latest-comments/style.css\";i:239;s:29:\"latest-comments/style.min.css\";i:240;s:27:\"latest-posts/editor-rtl.css\";i:241;s:31:\"latest-posts/editor-rtl.min.css\";i:242;s:23:\"latest-posts/editor.css\";i:243;s:27:\"latest-posts/editor.min.css\";i:244;s:26:\"latest-posts/style-rtl.css\";i:245;s:30:\"latest-posts/style-rtl.min.css\";i:246;s:22:\"latest-posts/style.css\";i:247;s:26:\"latest-posts/style.min.css\";i:248;s:18:\"list/style-rtl.css\";i:249;s:22:\"list/style-rtl.min.css\";i:250;s:14:\"list/style.css\";i:251;s:18:\"list/style.min.css\";i:252;s:22:\"loginout/style-rtl.css\";i:253;s:26:\"loginout/style-rtl.min.css\";i:254;s:18:\"loginout/style.css\";i:255;s:22:\"loginout/style.min.css\";i:256;s:19:\"math/editor-rtl.css\";i:257;s:23:\"math/editor-rtl.min.css\";i:258;s:15:\"math/editor.css\";i:259;s:19:\"math/editor.min.css\";i:260;s:18:\"math/style-rtl.css\";i:261;s:22:\"math/style-rtl.min.css\";i:262;s:14:\"math/style.css\";i:263;s:18:\"math/style.min.css\";i:264;s:25:\"media-text/editor-rtl.css\";i:265;s:29:\"media-text/editor-rtl.min.css\";i:266;s:21:\"media-text/editor.css\";i:267;s:25:\"media-text/editor.min.css\";i:268;s:24:\"media-text/style-rtl.css\";i:269;s:28:\"media-text/style-rtl.min.css\";i:270;s:20:\"media-text/style.css\";i:271;s:24:\"media-text/style.min.css\";i:272;s:19:\"more/editor-rtl.css\";i:273;s:23:\"more/editor-rtl.min.css\";i:274;s:15:\"more/editor.css\";i:275;s:19:\"more/editor.min.css\";i:276;s:30:\"navigation-link/editor-rtl.css\";i:277;s:34:\"navigation-link/editor-rtl.min.css\";i:278;s:26:\"navigation-link/editor.css\";i:279;s:30:\"navigation-link/editor.min.css\";i:280;s:29:\"navigation-link/style-rtl.css\";i:281;s:33:\"navigation-link/style-rtl.min.css\";i:282;s:25:\"navigation-link/style.css\";i:283;s:29:\"navigation-link/style.min.css\";i:284;s:38:\"navigation-overlay-close/style-rtl.css\";i:285;s:42:\"navigation-overlay-close/style-rtl.min.css\";i:286;s:34:\"navigation-overlay-close/style.css\";i:287;s:38:\"navigation-overlay-close/style.min.css\";i:288;s:33:\"navigation-submenu/editor-rtl.css\";i:289;s:37:\"navigation-submenu/editor-rtl.min.css\";i:290;s:29:\"navigation-submenu/editor.css\";i:291;s:33:\"navigation-submenu/editor.min.css\";i:292;s:25:\"navigation/editor-rtl.css\";i:293;s:29:\"navigation/editor-rtl.min.css\";i:294;s:21:\"navigation/editor.css\";i:295;s:25:\"navigation/editor.min.css\";i:296;s:24:\"navigation/style-rtl.css\";i:297;s:28:\"navigation/style-rtl.min.css\";i:298;s:20:\"navigation/style.css\";i:299;s:24:\"navigation/style.min.css\";i:300;s:23:\"nextpage/editor-rtl.css\";i:301;s:27:\"nextpage/editor-rtl.min.css\";i:302;s:19:\"nextpage/editor.css\";i:303;s:23:\"nextpage/editor.min.css\";i:304;s:24:\"page-list/editor-rtl.css\";i:305;s:28:\"page-list/editor-rtl.min.css\";i:306;s:20:\"page-list/editor.css\";i:307;s:24:\"page-list/editor.min.css\";i:308;s:23:\"page-list/style-rtl.css\";i:309;s:27:\"page-list/style-rtl.min.css\";i:310;s:19:\"page-list/style.css\";i:311;s:23:\"page-list/style.min.css\";i:312;s:24:\"paragraph/editor-rtl.css\";i:313;s:28:\"paragraph/editor-rtl.min.css\";i:314;s:20:\"paragraph/editor.css\";i:315;s:24:\"paragraph/editor.min.css\";i:316;s:23:\"paragraph/style-rtl.css\";i:317;s:27:\"paragraph/style-rtl.min.css\";i:318;s:19:\"paragraph/style.css\";i:319;s:23:\"paragraph/style.min.css\";i:320;s:35:\"post-author-biography/style-rtl.css\";i:321;s:39:\"post-author-biography/style-rtl.min.css\";i:322;s:31:\"post-author-biography/style.css\";i:323;s:35:\"post-author-biography/style.min.css\";i:324;s:30:\"post-author-name/style-rtl.css\";i:325;s:34:\"post-author-name/style-rtl.min.css\";i:326;s:26:\"post-author-name/style.css\";i:327;s:30:\"post-author-name/style.min.css\";i:328;s:26:\"post-author/editor-rtl.css\";i:329;s:30:\"post-author/editor-rtl.min.css\";i:330;s:22:\"post-author/editor.css\";i:331;s:26:\"post-author/editor.min.css\";i:332;s:25:\"post-author/style-rtl.css\";i:333;s:29:\"post-author/style-rtl.min.css\";i:334;s:21:\"post-author/style.css\";i:335;s:25:\"post-author/style.min.css\";i:336;s:33:\"post-comments-count/style-rtl.css\";i:337;s:37:\"post-comments-count/style-rtl.min.css\";i:338;s:29:\"post-comments-count/style.css\";i:339;s:33:\"post-comments-count/style.min.css\";i:340;s:33:\"post-comments-form/editor-rtl.css\";i:341;s:37:\"post-comments-form/editor-rtl.min.css\";i:342;s:29:\"post-comments-form/editor.css\";i:343;s:33:\"post-comments-form/editor.min.css\";i:344;s:32:\"post-comments-form/style-rtl.css\";i:345;s:36:\"post-comments-form/style-rtl.min.css\";i:346;s:28:\"post-comments-form/style.css\";i:347;s:32:\"post-comments-form/style.min.css\";i:348;s:32:\"post-comments-link/style-rtl.css\";i:349;s:36:\"post-comments-link/style-rtl.min.css\";i:350;s:28:\"post-comments-link/style.css\";i:351;s:32:\"post-comments-link/style.min.css\";i:352;s:26:\"post-content/style-rtl.css\";i:353;s:30:\"post-content/style-rtl.min.css\";i:354;s:22:\"post-content/style.css\";i:355;s:26:\"post-content/style.min.css\";i:356;s:23:\"post-date/style-rtl.css\";i:357;s:27:\"post-date/style-rtl.min.css\";i:358;s:19:\"post-date/style.css\";i:359;s:23:\"post-date/style.min.css\";i:360;s:27:\"post-excerpt/editor-rtl.css\";i:361;s:31:\"post-excerpt/editor-rtl.min.css\";i:362;s:23:\"post-excerpt/editor.css\";i:363;s:27:\"post-excerpt/editor.min.css\";i:364;s:26:\"post-excerpt/style-rtl.css\";i:365;s:30:\"post-excerpt/style-rtl.min.css\";i:366;s:22:\"post-excerpt/style.css\";i:367;s:26:\"post-excerpt/style.min.css\";i:368;s:34:\"post-featured-image/editor-rtl.css\";i:369;s:38:\"post-featured-image/editor-rtl.min.css\";i:370;s:30:\"post-featured-image/editor.css\";i:371;s:34:\"post-featured-image/editor.min.css\";i:372;s:33:\"post-featured-image/style-rtl.css\";i:373;s:37:\"post-featured-image/style-rtl.min.css\";i:374;s:29:\"post-featured-image/style.css\";i:375;s:33:\"post-featured-image/style.min.css\";i:376;s:34:\"post-navigation-link/style-rtl.css\";i:377;s:38:\"post-navigation-link/style-rtl.min.css\";i:378;s:30:\"post-navigation-link/style.css\";i:379;s:34:\"post-navigation-link/style.min.css\";i:380;s:27:\"post-template/style-rtl.css\";i:381;s:31:\"post-template/style-rtl.min.css\";i:382;s:23:\"post-template/style.css\";i:383;s:27:\"post-template/style.min.css\";i:384;s:24:\"post-terms/style-rtl.css\";i:385;s:28:\"post-terms/style-rtl.min.css\";i:386;s:20:\"post-terms/style.css\";i:387;s:24:\"post-terms/style.min.css\";i:388;s:31:\"post-time-to-read/style-rtl.css\";i:389;s:35:\"post-time-to-read/style-rtl.min.css\";i:390;s:27:\"post-time-to-read/style.css\";i:391;s:31:\"post-time-to-read/style.min.css\";i:392;s:24:\"post-title/style-rtl.css\";i:393;s:28:\"post-title/style-rtl.min.css\";i:394;s:20:\"post-title/style.css\";i:395;s:24:\"post-title/style.min.css\";i:396;s:26:\"preformatted/style-rtl.css\";i:397;s:30:\"preformatted/style-rtl.min.css\";i:398;s:22:\"preformatted/style.css\";i:399;s:26:\"preformatted/style.min.css\";i:400;s:24:\"pullquote/editor-rtl.css\";i:401;s:28:\"pullquote/editor-rtl.min.css\";i:402;s:20:\"pullquote/editor.css\";i:403;s:24:\"pullquote/editor.min.css\";i:404;s:23:\"pullquote/style-rtl.css\";i:405;s:27:\"pullquote/style-rtl.min.css\";i:406;s:19:\"pullquote/style.css\";i:407;s:23:\"pullquote/style.min.css\";i:408;s:23:\"pullquote/theme-rtl.css\";i:409;s:27:\"pullquote/theme-rtl.min.css\";i:410;s:19:\"pullquote/theme.css\";i:411;s:23:\"pullquote/theme.min.css\";i:412;s:39:\"query-pagination-numbers/editor-rtl.css\";i:413;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:414;s:35:\"query-pagination-numbers/editor.css\";i:415;s:39:\"query-pagination-numbers/editor.min.css\";i:416;s:31:\"query-pagination/editor-rtl.css\";i:417;s:35:\"query-pagination/editor-rtl.min.css\";i:418;s:27:\"query-pagination/editor.css\";i:419;s:31:\"query-pagination/editor.min.css\";i:420;s:30:\"query-pagination/style-rtl.css\";i:421;s:34:\"query-pagination/style-rtl.min.css\";i:422;s:26:\"query-pagination/style.css\";i:423;s:30:\"query-pagination/style.min.css\";i:424;s:25:\"query-title/style-rtl.css\";i:425;s:29:\"query-title/style-rtl.min.css\";i:426;s:21:\"query-title/style.css\";i:427;s:25:\"query-title/style.min.css\";i:428;s:25:\"query-total/style-rtl.css\";i:429;s:29:\"query-total/style-rtl.min.css\";i:430;s:21:\"query-total/style.css\";i:431;s:25:\"query-total/style.min.css\";i:432;s:20:\"query/editor-rtl.css\";i:433;s:24:\"query/editor-rtl.min.css\";i:434;s:16:\"query/editor.css\";i:435;s:20:\"query/editor.min.css\";i:436;s:19:\"quote/style-rtl.css\";i:437;s:23:\"quote/style-rtl.min.css\";i:438;s:15:\"quote/style.css\";i:439;s:19:\"quote/style.min.css\";i:440;s:19:\"quote/theme-rtl.css\";i:441;s:23:\"quote/theme-rtl.min.css\";i:442;s:15:\"quote/theme.css\";i:443;s:19:\"quote/theme.min.css\";i:444;s:23:\"read-more/style-rtl.css\";i:445;s:27:\"read-more/style-rtl.min.css\";i:446;s:19:\"read-more/style.css\";i:447;s:23:\"read-more/style.min.css\";i:448;s:18:\"rss/editor-rtl.css\";i:449;s:22:\"rss/editor-rtl.min.css\";i:450;s:14:\"rss/editor.css\";i:451;s:18:\"rss/editor.min.css\";i:452;s:17:\"rss/style-rtl.css\";i:453;s:21:\"rss/style-rtl.min.css\";i:454;s:13:\"rss/style.css\";i:455;s:17:\"rss/style.min.css\";i:456;s:21:\"search/editor-rtl.css\";i:457;s:25:\"search/editor-rtl.min.css\";i:458;s:17:\"search/editor.css\";i:459;s:21:\"search/editor.min.css\";i:460;s:20:\"search/style-rtl.css\";i:461;s:24:\"search/style-rtl.min.css\";i:462;s:16:\"search/style.css\";i:463;s:20:\"search/style.min.css\";i:464;s:20:\"search/theme-rtl.css\";i:465;s:24:\"search/theme-rtl.min.css\";i:466;s:16:\"search/theme.css\";i:467;s:20:\"search/theme.min.css\";i:468;s:24:\"separator/editor-rtl.css\";i:469;s:28:\"separator/editor-rtl.min.css\";i:470;s:20:\"separator/editor.css\";i:471;s:24:\"separator/editor.min.css\";i:472;s:23:\"separator/style-rtl.css\";i:473;s:27:\"separator/style-rtl.min.css\";i:474;s:19:\"separator/style.css\";i:475;s:23:\"separator/style.min.css\";i:476;s:23:\"separator/theme-rtl.css\";i:477;s:27:\"separator/theme-rtl.min.css\";i:478;s:19:\"separator/theme.css\";i:479;s:23:\"separator/theme.min.css\";i:480;s:24:\"shortcode/editor-rtl.css\";i:481;s:28:\"shortcode/editor-rtl.min.css\";i:482;s:20:\"shortcode/editor.css\";i:483;s:24:\"shortcode/editor.min.css\";i:484;s:24:\"site-logo/editor-rtl.css\";i:485;s:28:\"site-logo/editor-rtl.min.css\";i:486;s:20:\"site-logo/editor.css\";i:487;s:24:\"site-logo/editor.min.css\";i:488;s:23:\"site-logo/style-rtl.css\";i:489;s:27:\"site-logo/style-rtl.min.css\";i:490;s:19:\"site-logo/style.css\";i:491;s:23:\"site-logo/style.min.css\";i:492;s:27:\"site-tagline/editor-rtl.css\";i:493;s:31:\"site-tagline/editor-rtl.min.css\";i:494;s:23:\"site-tagline/editor.css\";i:495;s:27:\"site-tagline/editor.min.css\";i:496;s:26:\"site-tagline/style-rtl.css\";i:497;s:30:\"site-tagline/style-rtl.min.css\";i:498;s:22:\"site-tagline/style.css\";i:499;s:26:\"site-tagline/style.min.css\";i:500;s:25:\"site-title/editor-rtl.css\";i:501;s:29:\"site-title/editor-rtl.min.css\";i:502;s:21:\"site-title/editor.css\";i:503;s:25:\"site-title/editor.min.css\";i:504;s:24:\"site-title/style-rtl.css\";i:505;s:28:\"site-title/style-rtl.min.css\";i:506;s:20:\"site-title/style.css\";i:507;s:24:\"site-title/style.min.css\";i:508;s:26:\"social-link/editor-rtl.css\";i:509;s:30:\"social-link/editor-rtl.min.css\";i:510;s:22:\"social-link/editor.css\";i:511;s:26:\"social-link/editor.min.css\";i:512;s:27:\"social-links/editor-rtl.css\";i:513;s:31:\"social-links/editor-rtl.min.css\";i:514;s:23:\"social-links/editor.css\";i:515;s:27:\"social-links/editor.min.css\";i:516;s:26:\"social-links/style-rtl.css\";i:517;s:30:\"social-links/style-rtl.min.css\";i:518;s:22:\"social-links/style.css\";i:519;s:26:\"social-links/style.min.css\";i:520;s:21:\"spacer/editor-rtl.css\";i:521;s:25:\"spacer/editor-rtl.min.css\";i:522;s:17:\"spacer/editor.css\";i:523;s:21:\"spacer/editor.min.css\";i:524;s:20:\"spacer/style-rtl.css\";i:525;s:24:\"spacer/style-rtl.min.css\";i:526;s:16:\"spacer/style.css\";i:527;s:20:\"spacer/style.min.css\";i:528;s:20:\"table/editor-rtl.css\";i:529;s:24:\"table/editor-rtl.min.css\";i:530;s:16:\"table/editor.css\";i:531;s:20:\"table/editor.min.css\";i:532;s:19:\"table/style-rtl.css\";i:533;s:23:\"table/style-rtl.min.css\";i:534;s:15:\"table/style.css\";i:535;s:19:\"table/style.min.css\";i:536;s:19:\"table/theme-rtl.css\";i:537;s:23:\"table/theme-rtl.min.css\";i:538;s:15:\"table/theme.css\";i:539;s:19:\"table/theme.min.css\";i:540;s:23:\"tag-cloud/style-rtl.css\";i:541;s:27:\"tag-cloud/style-rtl.min.css\";i:542;s:19:\"tag-cloud/style.css\";i:543;s:23:\"tag-cloud/style.min.css\";i:544;s:28:\"template-part/editor-rtl.css\";i:545;s:32:\"template-part/editor-rtl.min.css\";i:546;s:24:\"template-part/editor.css\";i:547;s:28:\"template-part/editor.min.css\";i:548;s:27:\"template-part/theme-rtl.css\";i:549;s:31:\"template-part/theme-rtl.min.css\";i:550;s:23:\"template-part/theme.css\";i:551;s:27:\"template-part/theme.min.css\";i:552;s:24:\"term-count/style-rtl.css\";i:553;s:28:\"term-count/style-rtl.min.css\";i:554;s:20:\"term-count/style.css\";i:555;s:24:\"term-count/style.min.css\";i:556;s:30:\"term-description/style-rtl.css\";i:557;s:34:\"term-description/style-rtl.min.css\";i:558;s:26:\"term-description/style.css\";i:559;s:30:\"term-description/style.min.css\";i:560;s:23:\"term-name/style-rtl.css\";i:561;s:27:\"term-name/style-rtl.min.css\";i:562;s:19:\"term-name/style.css\";i:563;s:23:\"term-name/style.min.css\";i:564;s:28:\"term-template/editor-rtl.css\";i:565;s:32:\"term-template/editor-rtl.min.css\";i:566;s:24:\"term-template/editor.css\";i:567;s:28:\"term-template/editor.min.css\";i:568;s:27:\"term-template/style-rtl.css\";i:569;s:31:\"term-template/style-rtl.min.css\";i:570;s:23:\"term-template/style.css\";i:571;s:27:\"term-template/style.min.css\";i:572;s:27:\"text-columns/editor-rtl.css\";i:573;s:31:\"text-columns/editor-rtl.min.css\";i:574;s:23:\"text-columns/editor.css\";i:575;s:27:\"text-columns/editor.min.css\";i:576;s:26:\"text-columns/style-rtl.css\";i:577;s:30:\"text-columns/style-rtl.min.css\";i:578;s:22:\"text-columns/style.css\";i:579;s:26:\"text-columns/style.min.css\";i:580;s:19:\"verse/style-rtl.css\";i:581;s:23:\"verse/style-rtl.min.css\";i:582;s:15:\"verse/style.css\";i:583;s:19:\"verse/style.min.css\";i:584;s:20:\"video/editor-rtl.css\";i:585;s:24:\"video/editor-rtl.min.css\";i:586;s:16:\"video/editor.css\";i:587;s:20:\"video/editor.min.css\";i:588;s:19:\"video/style-rtl.css\";i:589;s:23:\"video/style-rtl.min.css\";i:590;s:15:\"video/style.css\";i:591;s:19:\"video/style.min.css\";i:592;s:19:\"video/theme-rtl.css\";i:593;s:23:\"video/theme-rtl.min.css\";i:594;s:15:\"video/theme.css\";i:595;s:19:\"video/theme.min.css\";}}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('126','recovery_keys','a:0:{}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('127','WPLANG','uk','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('129','theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1780524829;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('130','_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"6eff7f4fa69401d1e3529594f983c4d0\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";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:32:\"ab4df16c9e454bfed8a404309545590d\";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:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('142','can_compress_scripts','0','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('155','finished_updating_comment_type','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('159','new_admin_email','dev-email@wpengine.local','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('169','current_theme','Kadence','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('170','theme_mods_ruka-dopomohy-theme','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1782506938;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('171','theme_switched','','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('203','_site_transient_timeout_php_check_986ab27a5c44eb5941b7e3b238532f66','1783111499','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('204','_site_transient_php_check_986ab27a5c44eb5941b7e3b238532f66','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('205','_transient_health-check-site-status-result','{\"good\":20,\"recommended\":3,\"critical\":0}','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('213','theme_mods_kadence','a:3:{s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:6:\"mobile\";i:3;}s:15:\"initial_version\";s:5:\"1.5.1\";s:18:\"custom_css_post_id\";i:-1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('217','stellar_schema_version_viewport_hashes','1.0.5','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('218','stellar_schema_version_optimizer','2.0.5','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('219','kadence_blocks_schema_version','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('220','stellarwp_telemetry_last_send','','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('221','stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:14:\"kadence-blocks\";a:2:{s:7:\"wp_slug\";s:33:\"kadence-blocks/kadence-blocks.php\";s:5:\"optin\";b:0;}}}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('222','stellarwp_telemetry_kadence-blocks_show_optin','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('225','acf_first_activated_version','6.8.4','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('226','acf_site_health','{\"version\":\"6.8.4\",\"plugin_type\":\"Free\",\"update_source\":\"wordpress.org\",\"wp_version\":\"7.0\",\"mysql_version\":\"8.4.0\",\"is_multisite\":false,\"active_theme\":{\"name\":\"Kadence\",\"version\":\"1.5.1\",\"theme_uri\":\"https:\\/\\/www.kadencewp.com\\/kadence-theme\\/\",\"stylesheet\":false},\"active_plugins\":{\"advanced-custom-fields\\/acf.php\":{\"name\":\"Advanced Custom Fields\",\"version\":\"6.8.4\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"custom-post-type-ui\\/custom-post-type-ui.php\":{\"name\":\"Custom Post Type UI\",\"version\":\"1.19.2\",\"plugin_uri\":\"https:\\/\\/github.com\\/WebDevStudios\\/custom-post-type-ui\\/\"},\"fluentform\\/fluentform.php\":{\"name\":\"Fluent Forms\",\"version\":\"6.2.5\",\"plugin_uri\":\"https:\\/\\/wpmanageninja.com\\/wp-fluent-form\\/\"},\"kadence-blocks\\/kadence-blocks.php\":{\"name\":\"Kadence Blocks \\u2014 Page Builder Toolkit for Gutenberg Editor\",\"version\":\"3.7.6\",\"plugin_uri\":\"https:\\/\\/www.kadencewp.com\\/product\\/kadence-gutenberg-blocks\\/\"},\"seo-by-rank-math\\/rank-math.php\":{\"name\":\"Rank Math SEO\",\"version\":\"1.0.272\",\"plugin_uri\":\"https:\\/\\/rankmath.com\\/\"},\"ruka-site-builder\\/ruka-site-builder.php\":{\"name\":\"Ruka Site Builder\",\"version\":\"3.0.0\",\"plugin_uri\":\"\"},\"updraftplus\\/updraftplus.php\":{\"name\":\"UpdraftPlus - Backup\\/Restore\",\"version\":\"1.26.5\",\"plugin_uri\":\"https:\\/\\/updraftplus.com\"},\"wordfence\\/wordfence.php\":{\"name\":\"Wordfence Security\",\"version\":\"8.2.2\",\"plugin_uri\":\"https:\\/\\/www.wordfence.com\\/\"}},\"ui_field_groups\":\"0\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"all_location_rules\":[],\"number_of_fields_by_type\":[],\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"0\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"0\",\"json_taxonomies\":\"0\",\"rest_api_format\":\"light\",\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":false,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"ai_enabled\":false,\"schema_support\":false,\"schema_ready_objects\":{\"blocks\":0,\"post_types\":0},\"event_first_activated\":1782506975,\"last_updated\":1782974883}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('235','action_scheduler_hybrid_store_demarkation','14','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('236','schema-ActionScheduler_StoreSchema','8.0.1782507009','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('237','schema-ActionScheduler_LoggerSchema','3.0.1782507009','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('240','fluentform_entry_details_migrated','yes','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('241','fluentform_db_fluentform_logs_added','1','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('242','fluentform_scheduled_actions_migrated','yes','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('243','_fluentform_global_form_settings','a:2:{s:6:\"layout\";a:5:{s:14:\"labelPlacement\";s:3:\"top\";s:17:\"asteriskPlacement\";s:14:\"asterisk-right\";s:20:\"helpMessagePlacement\";s:10:\"with_label\";s:21:\"errorMessagePlacement\";s:6:\"inline\";s:12:\"cssClassName\";s:0:\"\";}s:4:\"misc\";a:5:{s:18:\"isIpLogingDisabled\";b:0;s:19:\"isAnalyticsDisabled\";b:1;s:21:\"file_upload_locations\";s:0:\"\";s:20:\"admin_top_nav_status\";s:3:\"yes\";s:23:\"default_admin_date_time\";s:9:\"time_diff\";}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('244','_fluentform_installed_version','6.2.5','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('245','fluentform_global_modules_status','a:9:{s:9:\"mailchimp\";s:2:\"no\";s:14:\"activecampaign\";s:2:\"no\";s:16:\"campaign_monitor\";s:2:\"no\";s:17:\"constatantcontact\";s:2:\"no\";s:11:\"getresponse\";s:2:\"no\";s:8:\"icontact\";s:2:\"no\";s:7:\"webhook\";s:2:\"no\";s:6:\"zapier\";s:2:\"no\";s:5:\"slack\";s:2:\"no\";}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('247','widget_fluentform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('250','rank_math_known_post_types','a:3:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('251','rank_math_modules','a:12:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('252','rank-math-options-general','a:47:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:26:\"http://ruka-dopomohy.local\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:8:\"advanced\";s:21:\"content_ai_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"content_ai_country\";s:3:\"all\";s:15:\"content_ai_tone\";s:6:\"Formal\";s:19:\"content_ai_audience\";s:16:\"General Audience\";s:19:\"content_ai_language\";s:10:\"US English\";s:15:\"analytics_stats\";s:2:\"on\";s:15:\"toc_block_title\";s:17:\"Table of Contents\";s:20:\"toc_block_list_style\";s:2:\"ul\";s:15:\"llms_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('253','rank-math-options-titles','a:107:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:25:\"Рука Допомоги\";s:12:\"website_name\";s:25:\"Рука Допомоги\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:1:{i:0;s:5:\"index\";}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:1:{i:0;s:5:\"index\";}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:1:{i:0;s:5:\"index\";}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:1:{i:0;s:5:\"index\";}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:1:{i:0;s:5:\"index\";}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:25:\"tax_category_bulk_editing\";i:0;s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:25:\"tax_post_tag_bulk_editing\";i:0;s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('254','rank-math-options-sitemap','a:16:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:13:\"exclude_roles\";a:2:{i:0;s:11:\"contributor\";i:1;s:10:\"subscriber\";}s:12:\"html_sitemap\";s:2:\"on\";s:20:\"html_sitemap_display\";s:9:\"shortcode\";s:17:\"html_sitemap_sort\";s:9:\"published\";s:23:\"html_sitemap_seo_titles\";s:6:\"titles\";s:15:\"authors_sitemap\";s:2:\"on\";s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('255','rank-math-options-instant-indexing','a:1:{s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('258','rank_math_version','1.0.272','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('259','rank_math_db_version','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('260','rank_math_install_date','1782517824','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('261','rank_math_flush_rewrite','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('264','rank_math_notifications','a:0:{}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('268','wordfence_ls_version','1.1.16','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('269','wfls_last_role_change','1782507059','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('270','wordfence_version','8.2.2','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('271','wordfence_case','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('272','wordfence_installed','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('273','wordfenceActivated','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('274','wf_plugin_act_error','','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('280','as_has_wp_comment_logs','no','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('287','action_scheduler_lock_async-request-runner','6a4652820466c4.82212314|1782993598','no');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('288','updraftplus_version','1.26.5','on');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('289','kadenceblocks_data_settings','a:4:{s:10:\"db_version\";i:0;s:15:\"version_history\";a:1:{i:0;s:3:\"new\";}s:13:\"prior_version\";s:3:\"new\";s:15:\"current_version\";s:5:\"3.7.6\";}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('305','_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:60:\"https://downloads.wordpress.org/release/uk/wordpress-7.0.zip\";s:6:\"locale\";s:2:\"uk\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/uk/wordpress-7.0.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";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:1782988900;s:15:\"version_checked\";s:3:\"7.0\";s:12:\"translations\";a:0:{}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('306','_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1782988725;s:7:\"checked\";a:5:{s:7:\"kadence\";s:5:\"1.5.1\";s:19:\"ruka-dopomohy-theme\";s:3:\"1.0\";s:16:\"twentytwentyfive\";s:3:\"1.5\";s:16:\"twentytwentyfour\";s:3:\"1.5\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:7:\"kadence\";a:6:{s:5:\"theme\";s:7:\"kadence\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/kadence/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/kadence.1.5.1.zip\";s:8:\"requires\";s:3:\"6.3\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}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:12:\"translations\";a:0:{}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('311','fluentform_empty_manager_scopes_normalized','6.2.5','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('312','_transient_timeout_wfRegistrationToken','1783079937','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('313','_transient_wfRegistrationToken','7CZeK3BTwcwx61Gvkh2ups8KgjcM8sfVe0woIuwJzm8','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('314','acf_version','6.8.4','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('315','_site_transient_timeout_browser_16fee37559dbd42b448204446d02089f','1783510677','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('316','_site_transient_browser_16fee37559dbd42b448204446d02089f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"149.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');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('321','_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e','1783018323','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('322','_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('347','_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('353','wp_calendar_block_has_published_posts','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('354','recently_activated','a:0:{}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('356','_transient_timeout_kb_upgrade_notice_3.0.9','1782993661','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('357','_transient_kb_upgrade_notice_3.0.9','','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('370','_transient_timeout_as-post-store-dependencies-met','1782995047','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('371','_transient_as-post-store-dependencies-met','yes','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('376','action_scheduler_migration_status','complete','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('381','ruka_site_builder_2_built','2026-07-01 15:27:31','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('449','category_children','a:0:{}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('465','_site_transient_timeout_wp_theme_files_patterns-632fdf2bd7b80ae2c95334aba2bb5446','1782976591','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('466','_site_transient_wp_theme_files_patterns-632fdf2bd7b80ae2c95334aba2bb5446','a:2:{s:7:\"version\";s:5:\"1.5.1\";s:8:\"patterns\";a:0:{}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('474','_transient_timeout_action_scheduler_last_pastdue_actions_check','1782996721','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('475','_transient_action_scheduler_last_pastdue_actions_check','1782975121','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('476','_transient_timeout_fluentform_dashboard_stats_v1','1782975721','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('477','_transient_fluentform_dashboard_stats_v1','O:44:\"FluentForm\\Framework\\Database\\Orm\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('479','_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1783018324','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('480','_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:\"Mon, 29 Jun 2026 20:29:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.1-alpha-62617\";s:7:\"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: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:\"The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=20951\";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:377:\"On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through AI Leaders, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them [&#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:5442:\"\n<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"background-color:#0c1125;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 has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><a href=\"https://aileaderswp.blog/\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" alt=\"\" class=\"wp-image-20975\" /></a></figure>\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 has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</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\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </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\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</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/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\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:\"20951\";s: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: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:36:\"Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 15:07: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:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";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:324:\"Mercantile, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order [&#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:5:\"jillq\";s: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:5580:\"\n<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" alt=\"\" class=\"wp-image-20931\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=767%2C395&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1024%2C528&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1536%2C791&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2048\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" alt=\"\" class=\"wp-image-20932\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=768%2C300&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1024%2C400&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1536%2C600&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2048\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" alt=\"\" class=\"wp-image-20933\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=300%2C105&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=766%2C269&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1024%2C360&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1536%2C539&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</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://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></div>\n</div>\n\";s: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:\"20930\";s: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: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:59:\"Kim Parsell Memorial Scholarship Opens for WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2026/06/kim-parsell-wcus-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2026 16:55: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:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s: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:\"Scholarship\";s: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:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20927\";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:350:\"Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one [&#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:\"Brett McSherry\";s: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:5857:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1920%2C1080&#038;ssl=1\" alt=\"\" class=\"wp-image-20941\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1536%2C864&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one of the largest annual gatherings in the WordPress project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship honors Kim Parsell, a longtime WordPress contributor whose work and presence left a meaningful mark on the project. Kim was known for her care, generosity, and commitment to helping others feel welcome in open source spaces. For readers who are less familiar with her story, the <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">tributes shared by friends and colleagues</a> offer a deeper look at her role in the WordPress community and the lasting impact she had on those who knew her. Through this scholarship, the WordPress Foundation continues to recognize contributors who reflect that same spirit of participation and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is built by people from many backgrounds, experiences, and areas of expertise. Events like WordCamp US create space for contributors to meet in person, learn from one another, and continue the work that supports the software and the community around it. For some contributors, the cost of travel, lodging, and registration can make attending difficult. The Kim Parsell Memorial Scholarship helps reduce that barrier for one eligible contributor each year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Details</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One scholarship will be awarded for WordCamp US 2026. Applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman. </li>\n\n\n\n<li>Be actively involved as a contributor to WordPress.</li>\n\n\n\n<li>Have never attended WordCamp US before.</li>\n\n\n\n<li>Demonstrate financial need to attend the event.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship includes the cost of a WordCamp US 2026 ticket, round-trip flight, and lodging. Applications are open through July 10, 2026, and all applicants will be notified of the decision by July 24, 2026.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2026-kim-parsell-scholarship-application\" style=\"background-color:#6c214f\">Apply for the Kim Parsell Memorial Scholarship</a></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"wp-block-paragraph\">WordCamp US 2026 will take place August 16–19, 2026, at the Phoenix Convention Center in Phoenix, Arizona. Contributors, attendees, volunteers, organizers, and sponsors will come together to share ideas, learn from each other, and continue building the future of WordPress. For many contributors, attending in person creates new ways to collaborate, find support, and stay connected to the open source work that happens throughout the year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To learn more about eligibility, visit the <a href=\"https://wordpressfoundation.org/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a>. Community members are encouraged to share this opportunity with contributors who may qualify. You can also learn more about attending WordCamp US 2026 on the <a href=\"https://us.wordcamp.org/2026/tickets/\">WordCamp US tickets page</a>, explore <a href=\"https://us.wordcamp.org/2026/call-for-volunteers/\">volunteer opportunities</a>, or review <a href=\"https://us.wordcamp.org/2026/call-for-sponsors/\">sponsorship opportunities</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"1978\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=943%2C1978&#038;ssl=1\" alt=\"\" class=\"wp-image-20939\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?w=943&amp;ssl=1 943w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=143%2C300&amp;ssl=1 143w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=768%2C1610&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=488%2C1024&amp;ssl=1 488w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=732%2C1536&amp;ssl=1 732w\" sizes=\"auto, (max-width: 943px) 100vw, 943px\" /></figure>\n</div>\n</div>\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:\"20927\";s: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:69:\"\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:72:\"Global Partners Across the First Half of the 2026 WordPress Event Season\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2026/06/global-partners-first-half-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 17:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:2;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Global Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20910\";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:402:\"This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional the first WordPress Developers Day, and a growing network of WordPress Campus Connect events, Global Partners staffed booths, sponsored sessions, and connected [&#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:\"Harmony Romo\";s: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:8155:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55169598894_0199c1bbb9_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20911\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional <a href=\"https://events.wordpress.org/novisad/2026/developer-day/\">the first WordPress Developers Day</a>, and a growing network of <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events, Global Partners staffed booths, sponsored sessions, and connected with developers, freelancers, students, and agency owners around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A global footprint</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The year began in January with <a href=\"https://nepal.wordcamp.org/2026\">WordCamp Nepal</a>, where Jetpack joined the community in Kathmandu. The momentum carried into India, where <a href=\"https://kolhapur.wordcamp.org/2026\">WordCamp Kolhapur</a> and, a week later, <a href=\"https://pune.wordcamp.org/2026\">WordCamp Pune</a> brought Global Partners face-to-face with a student-heavy audience of roughly 200-250 attendees. In Pune, a session on connecting WordPress with AI workflows drew a large crowd, and attendees were curious about WordPress.com plans, new AI features, and Automattic for Agencies.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1206\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1206%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-20920\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?w=1206&amp;ssl=1 1206w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=766%2C429&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1024%2C573&amp;ssl=1 1024w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">In February, Jetpack traveled to <a href=\"https://portharcourt.wordcamp.org/2026\">WordCamp Port Harcourt</a> in Nigeria, an inclusive and well-organized event with 256 attendees that featured talks on inclusion and accessibility. Locally produced swag was a standout success there, a reminder that the WordPress community&#8217;s reach extends well beyond Europe and North America.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Across Europe</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Spring brought a wave of European events. At <a href=\"https://madrid.wordcamp.org/2026\">WordCamp Madrid</a>, with 280 attendees, WordPress.com served as a Global Sponsor and ran a Wapuu treasure hunt that drew 97 participants.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55230328181_175ece15a5_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20921\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Down the coast in France, <a href=\"https://nice.wordcamp.org/2026\">WordCamp Nice</a> gave Jetpack a chance to connect with 247 freelancers and developers, an audience that appreciated concrete, easy-to-explain solutions and asked questions about newsletters, security, and Jetpack&#8217;s broader feature set.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://vienna.wordcamp.org/2026\">WordCamp Vienna</a> stood out for its developer-heavy crowd of 277. From a Jetpack-branded booth staffed on both days, the team engaged with agencies and merchants, fielded numerous questions about WooCommerce and security, and booked 8 agency meetings. Many builders were interested to learn that Automattic stands behind both WordPress.com and WooCommerce. In Italy and Germany, <a href=\"https://torino.wordcamp.org/2026\">WordCamp Torino</a> and <a href=\"https://leipzig.wordcamp.org/2026\">WordCamp Leipzig</a> both reflected growing curiosity about AI, a theme that resurfaced throughout the year. At Leipzig, with 109 agencies, hosting companies, and freelancers in attendance, WordPress.com staffed a booth where tote bags were in high demand, while conversations kept returning to AI and WordPress Studio.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://slovenia.wordcamp.org/2026\">WordCamp Slovenia </a>and <a href=\"https://portugal.wordcamp.org/2026\">WordCamp Portugal</a> closed the European stretch. WordPress.com brought a booth to Ljubljana, and in Porto, it appeared with both a booth and logo presence alongside WooCommerce, which suited an event filled with e-commerce builders and Woo payment providers. The first WordPress Developers Day in Novi Sad introduced a new format, with Jetpack as a global sponsor and nearly 30 in-depth conversations on Jetpack, WooCommerce, performance, and the realities of client work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community in Uganda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In May, <a href=\"https://kampala.wordcamp.org/2026\">WordCamp Kampala</a> brought four Global Partners onto the sponsor roster: Jetpack, WooCommerce, Bluehost, and WordPress.com. The event, themed &#8220;Tech for Social Good,&#8221; welcomed more than 200 attendees and reflected the energy of a fast-growing local community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Support from Global Sponsors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Behind every one of these events is a layer of support that does not always appear at a booth. In 2026, Bluehost and Hostinger both joined the <a href=\"https://events.wordpress.org/sponsor/\">WordPress community sponsorship program</a> as top-tier Global Sponsors, alongside Jetpack and WordPress.com. Their contributions help underwrite the global WordCamp program and the community events that make a year like this possible. That program-level backing is what allows organizers in Kathmandu, Porto, and Kampala to bring their events to life, and the WordPress community is grateful to every partner that invests at that scale.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect reaches 6,200 students</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most notable stories of 2026 is not a WordCamp at all. It is <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. As of early June, the program has passed 6,200 students, with 25 events completed in 2026, 45 events all-time, and 42 more in planning or already scheduled. WordPress.com has played a direct support role throughout, including providing hosting for WordPress Campus Connect events around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The connective tissue between these events and the broader community is real. An organizer first met at WordCamp Mukono went on to help lead WordPress Campus Connect work in Uganda. A student who built her first WordPress site at a WordPress Campus Connect event later attended a WordCamp. These events serve as a pathway for the next generation of WordPress contributors, builders, and professionals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If 2026 has shown anything, it is that interest in WordPress, and in the tools and services that Global Partners provide, continues to grow around the world. The questions being asked at booths and in sessions are sharper, the audiences more diverse, and the community&#8217;s reach more genuinely global. Thank you to Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger for being part of that story this year, and to every organizer, volunteer, speaker, and attendee who made these events possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To find an upcoming event near you, visit <a href=\"https://central.wordcamp.org\">WordCamp Central</a>. To learn how organizations can support the WordPress project, see the <a href=\"https://events.wordpress.org/sponsor/\">community sponsorship program</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20910\";s: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:37:\"What Happened at WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/06/wceu-2026-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Jun 2026 17:44: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20793\";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:249:\"WordCamp Europe 2026 brought the WordPress community to Kraków for three days of contribution and conversation, from CERN going live on WordPress to WordPress 7.0, AI, and a closing fireside chat on where the project goes next. Read the full recap.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s: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:72430:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2560%2C1440&#038;ssl=1\" alt=\"\" class=\"wp-image-20801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-horizontal is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-e8523bbf wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"386\" height=\"501\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=386%2C501&#038;ssl=1\" alt=\"\" class=\"wp-image-20863\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?w=386&amp;ssl=1 386w, https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=231%2C300&amp;ssl=1 231w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe, <a href=\"https://europe.wordcamp.org/2026/\">the biggest WordPress conference in Europe</a>, spent the first week of June in Kraków. The 2026 edition of this event filled the ICE Kraków Congress Centre from June 4 to 6, drawing 2,458 ticket holders from 81 countries to the south of Poland. Close to a quarter of them were attending their first WordCamp Europe.</p>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">The city made it easy to settle in. Every attendee&#8217;s badge carried a transport hologram good for unlimited trams and buses. The Main Market Square, the largest in Europe, sat a short ride away, and the local food ran the gamut from pierogi to żurek soup to obwarzanek pretzels sold off the street.</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\">Kraków is beautiful, with history everywhere.<br><em>&#8211; Sebastian Miśniakiewicz, local team lead</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The program kept pace with the setting. Across multiple tracks, the schedule held 49 talks and eight hands-on workshops, grouped into themes that ran from core development and AI to business and the open web. Around them sat a full Contributor Day, a sponsor area, side events, on-site childcare, and an after-party the local team stretched to eight hours.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=474%2C500&#038;ssl=1\" alt=\"\" class=\"wp-image-20864\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?w=474&amp;ssl=1 474w, https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=284%2C300&amp;ssl=1 284w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" /></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day Opens the Week</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As it does every year, the event began the day before the talks. Contributors filled the venue for Contributor Day, a working session where people work together to improve WordPress itself rather than watch a presentation about it. The morning started with registration and a welcome, the room split into teams, and a group photo broke up the work around midday. The afternoon ran a second working block before each team gathered to share what it had done.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a4608d6506ce&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a4608d650b42&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d650b42\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20812\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20812\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d6510b8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d6510b8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20806\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20806\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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;6a4608d651594&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d651594\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20805\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20805\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?w=2048&amp;ssl=1 2048w\" 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;6a4608d651ab4&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d651ab4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20807\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20807\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d651fc7&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d651fc7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20808\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20808\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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;6a4608d6524d9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d6524d9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20809\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20809\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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;6a4608d652a1c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d652a1c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20810\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20810\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d652f2c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d652f2c\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" 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=\"20813\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.25.24-1-scaled.jpeg?ssl=1\" alt=\"\" class=\"wp-image-20813\" style=\"aspect-ratio:1\" /><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;6a4608d653437&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d653437\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20811\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20811\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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\">The range of tables is the clearest picture of how wide the project has become. Newcomers could sit down with Polyglots to translate WordPress into their own language, with Documentation to fix the pages people reach when they get stuck, or with Support to answer questions in the forums. More technical tables covered Core, Performance, Testing, Themes, and the Plugins team, whose reviewers screen every plugin submitted to the directory.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First-timers were not left to find their own way. The day was built around onboarding tables, named table leads, and mentors, with an open invitation for experienced contributors to adopt a newcomer and walk them through their first patch, string, or ticket.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People who could not travel to Kraków were welcomed to join remotely through the #contributor-day channel in the <a href=\"https://make.wordpress.org/\">Make WordPress Slack</a>, so distance was not a reason to sit the day out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Birthplace of the Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was fitting that the opening keynote came from CERN. The European Laboratory for Particle Physics, on the French-Swiss border outside Geneva, is where the World Wide Web was invented more than 30 years ago, and <a href=\"https://profiles.wordpress.org/joachimv\">Joachim Valdemar Yde</a>, who has managed CERN&#8217;s web team since 2021, came to explain why the laboratory had chosen WordPress to carry its web presence forward.</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ef2f134e wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\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<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/712t_Kjbj3I?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Yde and <a href=\"https://profiles.wordpress.org/franciscobbarros\">Francisco Borges Aurindo Barros</a>, who leads CERN&#8217;s WordPress infrastructure, framed the move as a chance to give a web presence built up over three decades a shared, modern foundation. After evaluating several leading content management systems against CERN&#8217;s needs, WordPress came out on top.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Barros walked through what they had built. The guiding idea is that people at CERN focus on their content while the web team looks after the platform underneath. A self-service portal lets anyone request a site in a few clicks. Behind it, a shared distribution supplies a common theme and a set of approved, security-hardened plugins, and an in-house tool provisions each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Moving years of existing content onto the new platform is the other half of the work, and the team automated it: a single command lifts each site&#8217;s pages, headings, and images and rebuilds them as Gutenberg blocks, with no downtime. They plan to open source the tool.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Yde delivered the line that the room had been waiting for.</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\">As of today, our main flagship website, home.cern, is now served on WordPress. It&#8217;s been automatically migrated, and it&#8217;s live.<br><br><em>&#8211; Joachim Valdemar Yde, Web Manager, CERN</em></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The rollout is on track to wrap up over the coming months, and early impressions, Yde said, have been overwhelmingly positive, with easy wins in responsiveness and accessibility. For those at the event, the keynote pointed the room toward <a href=\"https://youtu.be/f09yvh3mnME\">a later talk by CERN&#8217;s Akanksha Chatterjee</a> on building and maintaining the laboratory&#8217;s engineering websites on the same service.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a neat symmetry to it. The institution that published the world&#8217;s first website now runs on the software that powers more than 40% of today&#8217;s web, licensed under the GPL and maintained by the people in the room.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 and AI</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 was a throughline of the conference. Several sessions placed the release at the center, framing it less as a routine update than as a change in what the software is, and in what it makes possible for the people who build with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The anchor for that conversation was a panel called &#8220;Inside WordPress 7.0.&#8221; It gathered contributors who worked on the release, among them <a href=\"https://profiles.wordpress.org/juanmaguitar\">Juan Manuel Garrido</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, and <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>. It was framed around more than a feature list, setting out to cover how a release of this size actually comes together: the contribution workflows, the coordination, and the human aspects of shipping software in the open.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a4608d65414d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d65414d\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"843\" 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\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1264%2C843&#038;ssl=1\" alt=\"Photo of the stage for the panel inside WordPress 7.0\" class=\"wp-image-20878\" title=\"Panel: Inside WordPress 7.0\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=768%2C512&amp;ssl=1 768w\" 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<p class=\"wp-block-paragraph\">What gives this release its weight is the work moving into WordPress&#8217;s core: a native AI client, a new Abilities API that lets plugins declare what they can do in a way other tools can discover, and a Connectors screen for wiring up providers such as OpenAI, Anthropic, or Google Gemini. The argument running through the AI sessions was that this belongs to everyone who builds on WordPress, not only to developers shipping their own integrations. Speakers got specific about how to put that to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/anukasha\">Anukasha Singh</a> focused on how the Abilities API can make plugin permissions cleaner and safer than the capability checks developers have leaned on for years.</li>\n\n\n\n<li>In a workshop, <a href=\"https://profiles.wordpress.org/wpfeedback\">Vito Peleg</a> set out to take builders from one-off prompts toward a tool-using workflow that audits a live site and files structured tickets.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, a WP-CLI maintainer who has worked on structured data and the AI-native web, turned to a fast-growing opportunity. AI assistants and search now send real traffic to the open web, with more than a billion referral visits logged by the middle of 2025. His session framed WordPress as well-placed to earn that attention, with a practical checklist for getting a site ready to be found, read, and cited.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">People stayed at the center of the conversation, too. <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, in a talk called &#8220;Human in the loop means something,&#8221; framed the phrase as a real commitment rather than a checkbox. Humans and AI are each good at different things, and the products worth building let each do what it does best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Development and Craft</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The development sessions were where the craft lived. <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, who co-wrote the HTML API and designed the block parser, devoted a deep-dive workshop to that API. <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, a long-time Core committer on the Performance team, focused on how the WP_Query class has been made faster through better caching, and how site builders can take advantage of that at scale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Scaling got a hands-on session of its own. One talk set out to see how far a WordPress site can run on a twelve-dollar virtual server, profiling it under load in Grafana and tuning away the bottlenecks, with a GitHub repository so attendees could follow along at home. <a href=\"https://profiles.wordpress.org/fellyph\">Fellyph Cintra</a> focused on the latest in <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, the browser-based tooling and architectural changes that the project credits with a real speed-up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, a Core contributor and former default-theme co-lead, set out to make the case that accessibility-ready requirements are far easier to meet than most theme developers assume, drawing on real reviews of both block and classic themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two members of the Plugins team, <a href=\"https://profiles.wordpress.org/davidperez\">David Perez</a> and <a href=\"https://profiles.wordpress.org/frantorres\">Fran Torres</a>, framed their session as a practical clinic. Between them, they have reviewed more than 25,000 plugins, and they set out to name the common, avoidable issues that keep good plugins stuck in the review queue. For a first-time author, that is the difference between an afternoon and a month of waiting.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Business of WordPress and the Open Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business and community sessions pulled the lens back to people, with a refreshingly unsentimental view of running a WordPress business. <a href=\"https://profiles.wordpress.org/deltacx\">Debbie Levitt</a> built her talk around a model for finding product-market fit at three levels at once, on the premise that teams celebrate one good metric and then wonder months later where their users went. <a href=\"https://profiles.wordpress.org/vasvalch\">Vassilena Valchanova</a> took on a quieter problem: being good at the work is not the same as anyone knowing you are.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was a local thread here as well. <a href=\"https://profiles.wordpress.org/irsilviana\">Irfani Silviana</a>, a full-stack developer at a Kraków-based agency, framed the Business Model Canvas as a translation layer that moves developers from shipping features to engineering business value, a fitting talk to give in her own city.</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\">The web&#8217;s standards, the argument goes, remain as open as the day Tim Berners-Lee created them at CERN.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That idea carried through the rest of the community sessions. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/wdavidsnead\">David Snead</a>, an attorney who works with internet infrastructure providers, set out to explain how hosts, registrars, and registries coordinate against abuse through shared, real-time intelligence, on the logic that a threat to one WordPress host is a threat to all of them.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a> shared a practical playbook for how companies and individuals can support open source sustainably and look after the people who keep it going.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/karinchristen\">Karin Christen</a> set out to describe how her Swiss agency turned <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> from a good intention into a standing team habit through internal contributor days.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Running alongside the talks, the hands-on workshops were a chance to build something on the spot. In one, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a> set out to build a touch-enabled gallery slider with the Interactivity API, while another centered on Full Site Editing, with a working portfolio theme attendees could reuse on their next client project. These were laptop-open, leave-with-working-code sessions.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a4608d65482d&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a4608d654c0c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d654c0c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20849\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20849\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?w=2048&amp;ssl=1 2048w\" 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;6a4608d6550e1&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d6550e1\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20850\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20850\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?w=2048&amp;ssl=1 2048w\" 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<h2 class=\"wp-block-heading\">Closing Fireside Chat</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The closing session opened with a warm gesture from Kraków University of Technology. Representatives took the stage to thank the organizers and the community and to present <a href=\"https://profiles.wordpress.org/4thhubbard\">Mary Hubbard</a>, the Executive Director of WordPress, with a gift from their faculty of informatics and mathematics. They described what the university and the WordCamp community share: a love of learning and sharing knowledge, and an openness to new ideas, skills, and connections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard used the moment to share some news. Starting in October, the university will open a WordPress-specific course, which she called a trail-blazing event for Poland and for WordPress. Earlier that day, the program&#8217;s first cohort, around 20 students, had shown what they built, part of the <a href=\"https://wordpress.org/education/campus-connect/\">WordPress Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a> education work.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a4608d655479&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a4608d655890&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d655890\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20888\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20888\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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;6a4608d655da1&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d655da1\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20887\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20887\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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\">Hubbard then turned the stage into a conversation, inviting <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, the lead of the Gutenberg project, and <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, a WordPress designer and developer, to talk through where WordPress is heading and how AI fits in. WordPress 7.0 had just launched with Ventura as its release lead, and he asked everyone who had contributed to it to stand for a round of applause.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of the chat explored the balance between building WordPress with AI, and building with AI on WordPress, without losing the human part. Ventura noted that WordPress&#8217;s long investment in its design system is paying off now that you can ask an AI to extend a menu or a control, and it reaches for the right components. He pointed to older primitives gaining new value, like <a href=\"https://wordpress.org/cli/\">WP-CLI</a>, which AI models use fluently, and to <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/studio-code/\">Studio Code</a>, an open source, agent-based coding tool the team has been building for WordPress. Tabor showed how he now ships many small editor improvements by talking to an agent instead of typing code, and Ventura demoed desktop mode and open-canvas experiments that reimagine the admin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On open source and AI, Hubbard argued that open source is why WordPress has thrived, that the same values should shape AI, and that the community should be far more vocal about it. As she put it, &#8220;We should be talking about it, and we should be much louder about it.&#8221;</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9c97b5da wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\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<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/X4GG-sfH94M?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Audience questions pushed on multilingual support, unsticking long-stalled tickets, and reaching a younger, more diverse community. On that last point, Hubbard came back to education, pointing to a <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">US pilot of an AI literacy micro-credential</a> that uses WordPress as the playground, and made the case for it:</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\">I think that focusing in on younger generations, and bringing them into the project in a healthy way, with the dynamic of education as well as mentorship, and how we can understand and learn from them, as well as mentor them and adopt them as contributors, is very important.<br><br><em>&#8211; Mary Hubbard, WordPress Executive Director</em></p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond the Talks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp is also about the corridor outside the talks, and Kraków gave people reason to roam. Between sessions, attendees moved through the sponsor area for product demos and conversations that often carried on over lunch.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a4608d65643b&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-3 is-cropped has-black-background-color has-background wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a4608d65684a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d65684a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20823\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20823\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d656d5a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d656d5a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20828\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20828\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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;6a4608d65725e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d65725e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20825\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20825\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d6577a8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d6577a8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20824\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20824\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d657d00&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d657d00\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20826\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20826\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" 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;6a4608d65823d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a4608d65823d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" 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=\"20827\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20827\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" 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\">The after-party was the not-so-subtle flourish of a local team that doubled the usual length to eight hours, with Polish food and dragon-and-floral swag that nodded to the Wawel Dragon of Kraków legend. The nearby artistic Kazimierz district kept the evening going, and the trams, as one organizer had promised, were still running reliably afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps run on people, and 2026 was no different. The organizing teams, the speakers, the sponsors who funded the venue and the meals, the local crew who sorted trams and pierogi, and the contributors who arrived a day early to work on the project all built this WCEU together. The people watching the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\">livestream</a> from outside Kraków were part of it as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone whose appetite was only sharpened by three days in Poland, the calendar already has the next stop. <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a> (Phoenix, USA) runs August 16 to 19, with its own Contributor Day opening the week.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe will return next year (May 27-29, 2027) in Málaga, Spain.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>Photography by the <a href=\"https://europe.wordcamp.org/2026/community/organisers/#photography-team\">WCEU 2026 photography team</a>. See the full galleries on <a href=\"https://www.flickr.com/photos/wceu/albums/\">Flickr</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:\"20793\";s: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: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:17:\"Protect The Shire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2026/06/pts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jun 2026 18:51:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20783\";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:353:\"tl;dr: Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org.&#160; One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7910:\"\n<p class=\"wp-block-paragraph\"><strong>tl;dr:</strong> <em>Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org.&nbsp;</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex or inaccessible and make it available to everyone, running in as many environments as possible. It’s the Open Source way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just last December there was a <a href=\"https://x.com/karpathy/status/2026731645169185220\">step-change in coding ability</a> that rocked many developers, and since April’s <a href=\"https://red.anthropic.com/2026/mythos-preview/\">reveal of Mythos</a>, security activity has kicked into high gear. A few days ago, <a href=\"https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html\">Chrome shipped a release with 429 security fixes</a>! The threats and opportunities of these new capabilities inspired us to kick off an initiative we call <strong>Protect The Shire</strong> (hat tip <a href=\"https://www.tolkiensociety.org/discover/biography/\">J. R. R. Tolkien</a>) with the aim of using our best minds and the infrastructure of WordPress.org to make all code in our directories and repositories as secure as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of this work was and will remain behind the scenes, and we hope its success is defined mostly by what <em>doesn’t</em> happen. However, while we reckon with our newfound powers, we need to make space for review.</p>\n\n\n\n<h2 class=\"wp-block-heading\">To Update or Not</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress core updates go through multiple people and layers of review before they go out, a process we’ve polished to a high art in the 18 years since we <a href=\"https://wordpress.org/news/2008/12/coltrane/\">introduced one-click upgrades in 2.7 “Coltrane.”</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Core is solid, and I’m so proud that <a href=\"https://wordpress.org/about/stats/\">over 50% of all WordPress sites have upgraded to 7.0 within two weeks</a>! That’s the result of an unimaginable amount of work across thousands of hosts, developers, and teams across WordPress.org. We’ve pushed hard to make upgrades happen automagically, and as fast as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’re in a liminal period now, and I believe 2026 will be a year of tension between two approaches: updating as quickly as possible to stay secure, and holding back on updating to stay secure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’ve seen clever and dangerous supply chain attacks across the npm, PyPI, GitHub, and RubyGems ecosystems, and we even had our own mini-version with the <a href=\"https://anchor.host/someone-bought-30-wordpress-plugins-and-planted-a-backdoor-in-all-of-them/\">Essential Plugins debacle</a>, where good plugins were unknowingly sold to a new author who had malicious intent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How to balance security updates and <em>securing</em> updates?</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mirkwood or the Wild West?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everyone knows the fun of WordPress is in its 78k+ plugins and themes. We have a rigorous, human-powered review process for <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme</a> and <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">plugin</a> submissions, but once you’re published in the directory, you’re on your own. Our update system currently distributes every plugin and theme release as soon as a developer presses the button. That’s what keeps the directory as robust as WordPress itself. There were over 3,000 commits to the plugin repository yesterday!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">For now, each new plugin release will wait up to 24 hours before being distributed through auto-updates. This will give everyone, including a <a href=\"https://wapuu.studio/wapuu/a-gandalf-wapuu-that-is-a-coding-wizard-302912b8/\">new Wapuu</a> we call Gandalf, a chance to review changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I expect 24 hours could be reduced to minutes as the process evolves, but we’ll err on the side of caution while AI models are advancing so rapidly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our <a href=\"https://make.wordpress.org/plugins/\">plugin review team</a> seems superhuman, but still needs to sleep. But bots don’t, and a depth of review that seemed unimaginable before is now a matter of time and tokens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The security capabilities of AI are going to make the world weird and take a lot of our focus in the next few months, but there’s a light at the end of the tunnel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Our Shire Is Special</h2>\n\n\n\n<p class=\"wp-block-paragraph\">There’s no shortage of ways to find, install, and update plugins and themes for WordPress. For those who choose WordPress.org, though, we want to make sure that it feels safe and secure. That means staying strict about some things—like guidelines and Open Source licenses—while also remaining flexible enough to allow solo hackers, community projects, and for-profit commercial plugins and themes to thrive in our ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">GitHub stars may get the hype, but if you add up all the numbers <a href=\"https://wordpress.org/plugins/\">in our plugin directory</a>, it’s over 400M installs. There are 78k+ extensions, many from solo devs, installed on over a million sites each! Now we need to learn from the best parts of GitHub and make that available to every developer on WordPress.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just because WordPress plugins have a reputation for vulnerabilities is no reason not to aim for the same security and stability we’ve achieved in core. We’ve done the impossible a few times already in <a href=\"https://wordpress.org/book/table-of-contents/\">our journey from a b2/cafelog fork</a> to <a href=\"https://wordpress.org/showcase/\">where we are today</a>.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Freedom and security are not zero-sum.</strong> With Open Source, we can show how security comes from transparency, not obscurity. Collaboration over competition. What we accomplish when we come together is nothing short of incredible. Success always attracts bad actors, but we grow stronger through every adversity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scale of WordPress can make some challenges seem too big to tackle, but given time, there is no problem that’s insurmountable. I’m reminded of the story behind the title of <a href=\"https://www.amazon.com/Bird-Some-Instructions-Writing-Life/dp/0385480016\">Anne Lamott’s book <em>Bird by Bird</em></a>:</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\">Thirty years ago my older brother, who was ten years old at the time, was trying to get a report written on birds that he&#8217;d had three months to write, which was due the next day. We were out at our family cabin in Bolinas, and he was at the kitchen table close to tears, surrounded by binder paper and pencils and unopened books about birds, immobilized by the hugeness of the task ahead. Then my father sat down beside him, put his arm around my brother&#8217;s shoulder, and said, &#8220;Bird by bird, buddy. Just take it bird by bird.”</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">More to come, stay tuned. I wish everyone <a href=\"https://europe.wordcamp.org/2026/\">in Kraków at WordCamp Europe</a> the best and hope to see you soon!</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:\"20783\";s: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: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:4:\"WP23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2026/05/wp23/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 May 2026 17:40:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;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:3;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20747\";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:349:\"WordPress at 23 is simultaneously both the strongest and most precarious it’s ever been. Last week, we shipped WordPress 7 to the world. In seven days, 46% of all WordPresses, tens of millions across countless different hosting environments, are already on 7.0, auto-updated with no breakage. From a Raspberry Pi to the most secure sites [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5651:\"\n<p class=\"wp-block-paragraph\">WordPress at 23 is simultaneously both the strongest and most precarious it’s ever been.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Last week, <a href=\"https://wordpress.org/news/2026/05/armstrong/\">we shipped WordPress 7 to the world</a>. In seven days, <a href=\"https://wordpress.org/about/stats/\">46% of all WordPresses</a>, tens of millions across countless different hosting environments, are already on 7.0, auto-updated with no breakage. From a <a href=\"https://projects.raspberrypi.org/en/projects/lamp-web-server-with-wordpress\">Raspberry Pi</a> to the most secure sites in the world, like <a href=\"https://www.whitehouse.gov/\">WhiteHouse.gov</a>. Sit with that for a minute when you think of all the resources and all the projects that have had security problems in the past few weeks. No supply chain attacks, no security problems, just a stable, secure infrastructure doing its job invisibly to power a huge portion of the open internet.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><em>I&#8217;m really proud of the capability and security of WordPress, and we should celebrate that. That accomplishment represents the work of thousands and thousands of people coming together to make the web a better place. Also, an iceberg of what is going on behind the scenes. </em> </h2>\n\n\n\n<p class=\"wp-block-paragraph\">However, the release was not what I hoped it would be because so much time from key people was taken away by <a href=\"https://wpengine.com/\">WP Engine’s</a> attacks.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.silverlake.com/\">Silver Lake</a>, in its immense 100B+ power, summoned a <a href=\"https://en.wikipedia.org/wiki/Shoggoth\">shoggoth</a> in <a href=\"https://www.quinnemanuel.com/\">Quinn Emanuel</a> that has been paperclip-maximizing legal torture that is not just going after <a href=\"https://automattic.com/\">Automattic</a> and <a href=\"https://wordpress.org/\">WordPress.org</a> and me personally, but this Golem Jagannath is now trying to dissolve the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> itself, a non-profit with <a href=\"https://projects.propublica.org/nonprofits/organizations/205498932\">no employees or payroll</a> that supports <a href=\"https://central.wordcamp.org/\">WordCamps</a> and <a href=\"https://wordpress.org/education/credits/\">Open Source education around the world</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you know anyone at <a href=\"https://www.linkedin.com/company/silver-lake/\">Silver Lake</a>, <a href=\"https://www.linkedin.com/company/quinn-emanuel/\">Quinn Emanuel</a>, or <a href=\"https://www.linkedin.com/company/wpengine/\">WP Engine</a> in that order, please beg, plead with them to stop the violence. <strong>End this internecine warfare</strong> that is threatening to destroy one of the last stalwarts of the Open Web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not fun and games anymore, not just business. This is having a real impact on people&#8217;s lives.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It took every ounce of will in my body, and I am grateful to thousands of hours of meditation, to not explode in rage when asked about pineapple on pizza and debating the <a href=\"https://en.wikipedia.org/wiki/Jean_Baudrillard\">meaning of Jean Baudrillard</a> and&nbsp;“<a href=\"https://wordpress.org/news/2024/09/wp-engine-banned/\">bastardized simalcra</a>” when miles away, my closest friend is in a hospital bed waiting for a heart transplant.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have colleagues <a href=\"https://eric.blog/2026/05/24/six-months/\">LITERALLY DYING</a> I can’t be with because Silver Lake / Quinn Emanuel / WP Engine shoggoth is trying to make it seem like <a href=\"https://www.therepository.email/wp-engine-and-automattic-trade-accusations-of-withheld-evidence-in-flurry-of-court-filings\">I am hiding or destroying evidence because we rotate logs on wordpress.org or I have disappearing chats on Signal with romantic partners</a>. I don’t curse, but this is so f-ed up I don’t know what to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>If you don&#8217;t know anyone at these entities, please pray, meditate, and call on whatever forces or divine interventions you can to bring this to an end.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">I reached out multiple times to resolve this with open arms; I’ve extended every olive branch; and I’ve even said positive things about Silver Lake and WP Engine in the press, trying to bring this to a close. Heather Brunner would not even come into the same room with me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">All of this from a stupid presentation <a href=\"https://www.youtube.com/watch?v=fnI-QcVSwMU\">I gave at WordCamp US 2024 about how private equity can hollow out high-trust-based Open Source communities that in the past 19 months has only gotten 16k views on YouTube</a>. &nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Silver Lake, you have already extracted all your pounds of flesh. I missed my Mom&#8217;s knee surgery. If you wanted me to suffer for my sins, I have, and probably deeper than you will ever know. WordPress and WordPress.org, and yes, even my flawed leadership, are at the heart of what has made WP Engine successful so far. You have so much money and power, <a href=\"https://pe-insights.com/trump-approves-14bn-tiktok-us-spin-off-with-oracle-silver-lake-and-kkr-as-investors/\">you just got TikTok, the Trump administration loves you</a>, you don’t need to control and take over WordPress, too. If you win, you destroy it, and then what? Please have mercy and stop trying to ruin people’s lives. Let’s move on.</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:\"20747\";s: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: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:37:\"Looking Ahead to WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/news/2026/05/wceu-2026-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 May 2026 12:52: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20721\";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:385:\"June 4-6, 2026 &#124; ICE Kraków Congress Centre, Kraków, Poland WordCamp Europe 2026 will bring the WordPress community together in Kraków, Poland, from June 4–6 for Contributor Day, two conference days, and a program shaped by the ideas, tools, and people moving WordPress forward. This year’s schedule includes two official keynotes, hands-on workshops, panels, and [&#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:\"Brett McSherry\";s: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:17685:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"390\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?resize=1024%2C390&#038;ssl=1\" alt=\"\" class=\"wp-image-20725\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?resize=1024%2C390&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?resize=300%2C114&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?resize=768%2C292&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?resize=1536%2C585&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/05/623429972_1296109592550398_378925818241477540_n.png?w=1892&amp;ssl=1 1892w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>June 4-6, 2026 | ICE Kraków Congress Centre, Kraków, Poland</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe 2026 will bring the WordPress community together in Kraków, Poland, from June 4–6 for Contributor Day, two conference days, and a program shaped by the ideas, tools, and people moving WordPress forward. This year’s schedule includes two official keynotes, hands-on workshops, panels, and sessions across development, accessibility, artificial intelligence, content, search, business, education, security, and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program offers a broad view of how WordPress is used today: as publishing software, a framework for building at scale, a tool for business growth, and a global open source project shaped by contributors around the world. Whether you build with WordPress, write for the web, support clients, teach new learners, or contribute to the project, WordCamp Europe offers a chance to learn from practical examples and connect them to the platform&#8217;s future.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-82d461e8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://europe.wordcamp.org/2026/tickets/\" style=\"background-color:#31416c\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://europe.wordcamp.org/2026/schedule/\" style=\"background-color:#31416c\">WCEU Schedule</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://europe.wordcamp.org/2026/wordcamp-europe-2026/\" style=\"background-color:#31416c\">About WCEU 2026</a></div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"411\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?resize=1024%2C411&#038;ssl=1\" alt=\"\" class=\"wp-image-20724\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?resize=1024%2C411&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?resize=300%2C120&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?resize=768%2C308&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?resize=1536%2C616&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/05/WCEU-sign-3.png?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes at WordCamp Europe 2026</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The keynote sessions at WordCamp Europe 2026 will give attendees two ways to look at WordPress today: through a large-scale institutional adoption story and through a broader closing reflection on where the project is headed. These sessions anchor the program while connecting many of the themes that appear throughout the conference, from infrastructure and governance to contribution, innovation, and the future of the web.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 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\" style=\"margin-top:var(--wp--preset--spacing--10);margin-right:0;margin-bottom:var(--wp--preset--spacing--10);margin-left:0\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/Opening-Keynote-FB-Post-Featured-Image.png?resize=1024%2C538&#038;ssl=1\" alt=\"\" class=\"wp-image-20726\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/Opening-Keynote-FB-Post-Featured-Image.png?resize=1024%2C538&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/Opening-Keynote-FB-Post-Featured-Image.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/Opening-Keynote-FB-Post-Featured-Image.png?resize=768%2C403&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/Opening-Keynote-FB-Post-Featured-Image.png?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Joachim Valdemar Yde and Francisco Borges Aurindo Barros will share how <a href=\"https://europe.wordcamp.org/2026/session/two-worlds-collide-wordpress-at-cern/\">CERN is adopting WordPress as its future content management system</a>. Their keynote will explore the governance, infrastructure, and migration work behind moving more than 800 websites onto a customized WordPress Service, offering a look at WordPress on an institutional scale.</p>\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\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/matt-mullenweg-1.jpg?resize=1024%2C538&#038;ssl=1\" alt=\"\" class=\"wp-image-20727\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/matt-mullenweg-1.jpg?resize=1024%2C538&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/matt-mullenweg-1.jpg?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/matt-mullenweg-1.jpg?resize=768%2C403&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/matt-mullenweg-1.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Ma.tt Mullenweg will close WordCamp Europe 2026 with a broader look at <a href=\"https://europe.wordcamp.org/2026/session/closing-keynote/\">WordPress, the open web, and the ideas shaping what comes next</a>. As the event’s final keynote, this session will bring together many of the conversations happening across Contributor Day, sessions, workshops, and community gatherings throughout the week.</p>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Program Themes to Watch at WCEU 2026</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The rest of the WCEU themes are organized around topics that reflect the breadth of the WordPress ecosystem. These themes give attendees a way to follow the sessions most relevant to their work, from building better sites and improving content discovery to growing sustainable businesses, strengthening security, expanding access, and supporting the people and communities behind the project.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search, Visibility, and Discovery</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Search continues to change, but helping people find the right information remains central to the web. WCEU’s search and SEO sessions look at how AI-generated answers, generative engine optimization, shifting user habits, and new discovery platforms are changing visibility for publishers, businesses, and builders. Sessions include <a href=\"https://europe.wordcamp.org/2026/session/panel-the-future-of-seo/\">Panel: The Future of SEO</a>, with Kacper Bartoszak, Pam Aungst Cronin, Alex Moss, David Cuesta, and Jovana Smoljanovic Tucakov, as well as Emma Young’s <a href=\"https://europe.wordcamp.org/2026/session/ai-search-why-your-whole-company-should-care/\">AI Search: Why Your Whole Company Should Care</a>, which looks at why AI-native discovery now affects content, development, partnerships, and business strategy.</p>\n\n\n\n<h3 class=\"wp-block-heading\">AI and the Future of Building</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence has a dedicated presence at WordCamp Europe 2026, with sessions that move beyond general discussion and into practical use cases for marketing, product work, development, and site management. Vito Peleg’s <a href=\"https://europe.wordcamp.org/2026/session/agentic-ai-wordpress-from-prompts-to-tools-systems/\">Agentic AI &amp; WordPress: From Prompts to Tools &amp; Systems</a> will explore how teams can move from simple prompts to AI workflows that execute tasks, while Monika Dimitrova’s <a href=\"https://europe.wordcamp.org/2026/session/ai-wont-save-your-marketing-but-it-might-save-your-time-and-money/\">AI Won’t Save Your Marketing (but it might save your time and money)</a> focuses on how small businesses can use AI without losing the strategy and identity that make their work effective.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Development and Technical Practice</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Development sessions at WCEU will focus on how WordPress sites, tools, and workflows are built for long-term use. The program includes a <a href=\"https://europe.wordcamp.org/2026/session/panel-inside-wordpress-7-0/\">Panel: Inside WordPress 7.0</a>, with contributors discussing the release, its features, and the process behind it, along with sessions such as Anukasha Singh’s <a href=\"https://europe.wordcamp.org/2026/session/smarter-plugin-permissions-with-the-abilities-api/\">Smarter Plugin Permissions with the Abilities API</a>, Ariel Ramos’s <a href=\"https://europe.wordcamp.org/2026/session/headless-wordpress-api-security-in-10-minutes/\">Headless WordPress API Security in 10 Minutes</a>, and Dejan Rudić Vranić’s hands-on workshop <a href=\"https://europe.wordcamp.org/2026/session/build-your-developer-portfolio-a-hands-on-guide-to-fse/\">Build Your Developer Portfolio: A Hands-on Guide to FSE</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility and Inclusive Design</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Accessibility is part of building a better web for everyone, and WCEU’s accessibility sessions give attendees practical ways to make digital experiences more usable, inclusive, and sustainable. This theme connects directly to WordPress’s project values, from how content is structured to how themes, plugins, and interfaces are designed. For designers, developers, content creators, and project leads, these sessions offer a chance to make accessibility part of everyday decisions rather than a final step at the end of a project.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Content, Writing, and Communication</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Content and writing sessions at WCEU will focus on how clearer communication helps users find what they need, teams share what they know, and communities make information easier to understand. Pooja Sanwal’s <a href=\"https://europe.wordcamp.org/2026/session/why-writing-still-matters-in-a-video-first-internet/\">Why Writing Still Matters in a Video-First Internet</a> looks at the role of written content as video continues to dominate online traffic, Fernando Tellado’s <a href=\"https://europe.wordcamp.org/2026/session/do-you-really-need-an-seo-geo-plugin-for-wordpress/\">Do You Really Need an SEO/GEO Pugin for WordPress</a>? explores what WordPress can already do for visibility, and Birgit Olzem’s <a href=\"https://europe.wordcamp.org/2026/session/documentation-as-a-love-language-for-the-future-you/\">Documentation as a Love Language for the Future You</a> looks at how simple documentation practices can help teams and communities preserve knowledge.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Security and Trust</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Security remains central to maintaining websites people can rely on. WCEU’s security-focused sessions look beyond basic reminders and into the risks, systems, and decisions that shape safer WordPress experiences. The broader program includes talks on <a href=\"https://europe.wordcamp.org/2026/session/fighting-spam-and-bots-on-wordpress-with-ai/\">AI-assisted spam and bot detection</a>, plugin permissions, and <a href=\"https://europe.wordcamp.org/2026/session/headless-wordpress-api-security-in-10-minutes/\">secure headless WordPress architectures</a>, giving attendees practical ways to think about resilience, trust, and responsible site management.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Business and Sustainable Growth</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The business sessions at WCEU will explore how WordPress professionals turn ideas, services, and products into sustainable work. Debbie Levitt’s <a href=\"https://europe.wordcamp.org/2026/session/three-levels-of-atomic-product-market-fit/\">Three Levels of Atomic Product-Market Fit</a> looks at how teams can understand product-market fit beyond a single metric, Irfani Silviana’s <a href=\"https://europe.wordcamp.org/2026/session/wordpress-roi-map-engineering-business-value-with-bmc/\">WordPress ROI Map: Engineering Business Value with BMC</a> connects technical decisions to business outcomes, and Liza Bogatyrev’s <a href=\"https://europe.wordcamp.org/2026/session/stop-positioning-into-obscurity-to-unlock-growth/\">Stop Positioning Into Obscurity to Unlock Growth</a> focuses on how clearer positioning can support revenue and adoption.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Education, Contribution, and Community</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress grows when people can learn, participate, and find a place to contribute. WCEU’s education and community sessions include <a href=\"https://europe.wordcamp.org/2026/session/panel-rethinking-learning-in-wordpress/\">Panel: Rethinking Learning in WordPress</a>, featuring Mary Hubbard, Rade Jekic, Klaus Harris, Natalia Basiura, and Benjamin Zekavica, along with Daniel Grzonka’s <a href=\"https://europe.wordcamp.org/2026/session/the-new-engineer-psychology-systems-and-open-source/\">The New Engineer: Psychology, Systems, and Open Source</a>, Ivana Ćirković’s <a href=\"https://europe.wordcamp.org/2026/session/what-it-really-means-to-be-a-part-of-the-wp-credits-program/\">What It (Really) Means To Be a Part of the WP Credits Program</a>?, and Jörg Pareigis’s <a href=\"https://europe.wordcamp.org/2026/session/sovereign-university-ai-tutors-powered-by-wordpress/\">Sovereign University AI Tutors Powered by WordPress</a>. Together, these sessions connect contributor onboarding, academic partnerships, open source learning, and the future skills people need to work with WordPress.</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 has-background wp-element-button\" style=\"background-color:#31416c\">Get Your Tickets Today</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Explore the Full Program</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe 2026 will bring together many parts of the WordPress ecosystem in one place: software, publishing, business, design, education, and community. The keynotes and theme-based sessions offer a broad look at how WordPress is being used today and how contributors, builders, and users are preparing for what comes next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Explore the full <a href=\"https://europe.wordcamp.org/2026/schedule/\">WordCamp Europe 2026 schedule</a> and choose the sessions that match how you use, build, teach, support, or contribute to WordPress. <a href=\"https://europe.wordcamp.org/2026/tickets/\">Tickets are available now</a> for attendees joining the community in Kraków. All sessions will be live streamed. Keep checking back for updates.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"margin-top:var(--wp--preset--spacing--10);margin-right:0;margin-bottom:var(--wp--preset--spacing--10);margin-left:0\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18817\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Kraków is calling. See you at WordCamp Europe 2026!</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:\"20721\";s: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: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:29:\"WordPress 7.0 “Armstrong”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2026/05/armstrong/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2026 18:41:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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: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: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: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=20583\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"Explore AI abilities directly in your website, all managed from a central hub. Slide seamlessly through the sleek, new admin theme implemented across the dashboard. Ignite creative flow with new blocks and design tools, and tap into an expansive developer toolbox that gives you more control than ever, letting you make it uniquely yours.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Matias Ventura\";s: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:86601:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0.png?resize=1024%2C683&#038;ssl=1\" alt=\"WP 7.0 Release Edition Main Image\" class=\"wp-image-20705\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0-scaled.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0-scaled.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0-scaled.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0-scaled.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/05/Release-Edition-Main-Image-7.0-scaled.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Every WordPress release celebrates an artist who has made an indelible mark on the world of music. Say Hello to WordPress 7.0 “Armstrong”, named in honor of &#8220;Satchmo&#8221; himself, jazz musician Louis Armstrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Known as the “first great jazz soloist”, Louis Armstrong created ensembles that highlighted his own profound trumpeting skills, and in the process, transformed jazz from an orchestral art form into a solo art form. The master trumpeter also impressed the world with his signature vocals, introducing improvisation into Jazz, influencing every artist he worked with, and permanently changing the landscape of music.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Louis Armstrong wove his personal touch into the world of Jazz. With WordPress 7.0 “Armstrong”, you can build with yours.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 7.0!</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 marks the start of a new era, laying the foundation for AI across the WordPress experience. Greeting you with a modern, more intuitive dashboard, 7.0 introduces enhanced customization and development tools that inspire creativity and tap into endless potential.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether you’re a creator, business owner or developer &#8211; WordPress 7.0 let&#8217;s you create in a way that is uniquely your own.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-7.0.zip\">Download WordPress 7.0 now</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Explore AI abilities directly in your website, all managed from a central hub. Slide seamlessly through the sleek, new admin theme implemented across the dashboard. Ignite creative flow with new blocks and design tools, and tap into an expansive developer toolbox that gives you more control than ever, letting you create your way.</p>\n\n\n\n<h3 class=\"wp-block-heading\">AI-Integrated WordPress</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Possibilities right in your hands.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">With AI integrated throughout WordPress the potential is endless. A new AI Client in Core lets WordPress communicate with generative AI models, while connections are easily managed from a single hub in the dashboard. The AI Client combined with the Abilities API makes a fiery duo that introduces new functionality, workflow automation, and creation tools to your website. Install the new AI plugin to expand your options even more: generate and edit images, create titles or excerpts, or even suggest alt text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">7.0 also includes a new Client-Side Abilities package: a Javascript counterpart to the Abilities API, with a built in UI and command palette that delivers extensive new and hybrid AI abilities.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-13.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20700\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-13.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-13.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-13.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-13.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Manage all your external connections in a central hub on the Connector’s screen. Easily dive in with 3 presets, or add your own connections. Authenticate and get started with AI abilities in just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-12.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20699\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-12.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-12.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-12.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-12.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">An AI-integrated WordPress promises infinite potential, ready to be discovered.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Modernized Dashboard</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elevate your admin experience</strong>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">7.0 introduces a fully revitalized dashboard with a chic, modern new color scheme, and clean finishes throughout.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Polished with smooth transitions that seamlessly shift as you move between screens, you’ll feel like you’re effortlessly gliding through the dashboard.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just one click of the new Command Palette shortcut, a <code>⌘K</code> or <code>Ctrl+K</code> icon in the upper admin bar, lets you access your favorite tools from anywhere in the dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-11.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20698\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-11.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-11.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-11.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-11.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Explore typography from one place, regardless of theme. Install, upload and manage your font collection from the new dedicated font management page, with support for block, hybrid and classic themes.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-10.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20697\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-10.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-10.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-10.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-10.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Visually scrub through revision versions to see what changed at a glance, with markers that make editorial choices more intuitive. Easily pick the revision you want and restore instantly.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-9.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20696\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-9.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-9.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-9.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-9.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Design, Create, Customize</h2>\n\n\n\n<p class=\"wp-block-paragraph\"> <strong>A simpler way to build</strong>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Let WordPress be your muse with new blocks, block supports, and design tools that add visual agility, granular control, and keep every element of your website on brand, with fresh new touches.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Showcase your ideas in a lightbox slideshow with the new gallery block, and finesse your markup with the new Heading block. Deliver clear site navigation with the new Breadcrumbs block, and add more detail to your designs with the new Icons block.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-8.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20695\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-8.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-8.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-8.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-8.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Enhanced responsiveness controls in 7.0 make your site more user friendly. Hide and reveal blocks based on device, without affecting other viewports. </p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-7.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20694\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-7.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-7.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-7.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-7.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Design and build your menu overlay with blocks and patterns, fully customizable with the styles you want visitors to see. Add columns, stylize typography, or embed your own close button in the overlay. Start with a template or create your own menu from scratch.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-6.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20693\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-6.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-6.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-6.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-6.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Fine tune page design and layout with Patterns that act as a single unit, detachable for more isolated control. Insert your pattern, swap elements and customize with ease.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-5.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20692\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-5.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-5.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-5.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-5.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Style every detail of content with custom CSS at the block level, right in your post or page.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-4.png?resize=1024%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-20691\" style=\"border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/05/image-4.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-4.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-4.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/05/image-4.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Developer’s toolbox</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Advanced tools for building</strong> <strong>your way</strong>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 lets you build faster, better, stronger, and easier with an extensive set of&nbsp; expanded APIs and enhanced functionality.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Create blocks and patterns on the server level using only PHP, auto-registered with the block API.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Explore a more extensible Site Editor, with routing, route validation, and a new wordpress/boot package that allows plugins to build custom site-editor pages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">And much more</h2>\n\n\n\n<p class=\"wp-block-paragraph\">For a comprehensive overview of all the new features and enhancements in WordPress 7.0, please visit the feature-showcase website.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/download/releases/7-0\">Check out whats new in 7.0</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 7.0</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7.0\">WordPress 7.0 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Explore the <a href=\"https://make.wordpress.org/core/2026/05/14/wordpress-7-0-field-guide/\">WordPress 7.0 Field Guide</a> and learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 7.0 release squad</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 7.0 is a global, cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a></li>\n\n\n\n<li>Triage Leads: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 reflects the tireless efforts and passion of more than 875+ contributors in countries all over the world. This release also welcomed over 200+ first-time contributors!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Their collaboration delivered more than 420 enhancements and fixes, ensuring a stable release for all – a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><p class=\"has-small-font-size\"><a href=\"https://profiles.wordpress.org/1000camels/\">1000camels</a> · <a href=\"https://profiles.wordpress.org/aakashverma1/\">Aakash Verma</a> · <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/abdullah17/\">Abdullah Kaludi</a> · <a href=\"https://profiles.wordpress.org/abduremon/\">Abdur Rahman Emon</a> · <a href=\"https://profiles.wordpress.org/hiabhaykulkarni/\">Abhay Kulkarni</a> · <a href=\"https://profiles.wordpress.org/fitehal/\">Abhishek Deshpande</a> · <a href=\"https://profiles.wordpress.org/acmoifr/\">acmoifr</a> · <a href=\"https://profiles.wordpress.org/dannythedog/\">Adam</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a> · <a href=\"https://profiles.wordpress.org/adithyanaik/\">adithyanaik</a> · <a href=\"https://profiles.wordpress.org/iamadisingh/\">Aditya Singh</a> · <a href=\"https://profiles.wordpress.org/adnanhyder/\">Adnan Hyder Pervez</a> · <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a> · <a href=\"https://profiles.wordpress.org/adrianpiedra/\">adrianpiedra</a> · <a href=\"https://profiles.wordpress.org/adrmf25/\">adrmf25</a> · <a href=\"https://profiles.wordpress.org/afwebdev/\">afwebdev</a> · <a href=\"https://profiles.wordpress.org/agnieszkaszuba/\">Agnieszka Szuba</a> · <a href=\"https://profiles.wordpress.org/elazzabi/\">Ahmed</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/aileenf/\">aileenf</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/alecrust/\">Alec Rust</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/aliaghdam/\">Ali Aghdam</a> · <a href=\"https://profiles.wordpress.org/allanespinoza/\">Allan Espinoza</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro Gómez</a> · <a href=\"https://profiles.wordpress.org/amanandhishoe/\">amanandhishoe</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amesplant/\">Ames Plant</a> · <a href=\"https://profiles.wordpress.org/amibe/\">Amibe Websites</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a> · <a href=\"https://profiles.wordpress.org/altf4falt/\">Anand Rajaram</a> · <a href=\"https://profiles.wordpress.org/anastis/\">Anastis Sourgoutsidis</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewryno/\">Andrew Ryno</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a> · <a href=\"https://profiles.wordpress.org/aidvu/\">Andrija Vučinić</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K. Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/slieptsov/\">anton7249</a> · <a href=\"https://profiles.wordpress.org/antoniosejas/\">Antonio Sejas</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/anukasha/\">Anukasha Singh</a> · <a href=\"https://profiles.wordpress.org/anupkankale/\">Anup Kankale</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a> · <a href=\"https://profiles.wordpress.org/arcwp/\">arcwp</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arkaprabhachowdhury/\">Arkaprabha Chowdhury</a> · <a href=\"https://profiles.wordpress.org/armandmatthey/\">Armand MD</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/arunu1996/\">Arun</a> · <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a> · <a href=\"https://profiles.wordpress.org/iamasadpolash/\">Asad Polash</a> · <a href=\"https://profiles.wordpress.org/asadowski10/\">asadowski10</a> · <a href=\"https://profiles.wordpress.org/ashirhabib/\">Ashir Habib</a> · <a href=\"https://profiles.wordpress.org/atharvasagane/\">atharvasagane</a> · <a href=\"https://profiles.wordpress.org/racinesdesign/\">Audrey Soler</a> · <a href=\"https://profiles.wordpress.org/audunmb/\">audunmb</a> · <a href=\"https://profiles.wordpress.org/awardpress/\">awardpress</a> · <a href=\"https://profiles.wordpress.org/azharderaiya/\">Azhar Deraiya</a> · <a href=\"https://profiles.wordpress.org/azragh/\">Azragh</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">BackuPs</a> · <a href=\"https://profiles.wordpress.org/badasswp/\">badasswp</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/benpinales/\">benpinales</a> · <a href=\"https://profiles.wordpress.org/bernattorras/\">Bernat Torras (a11n)</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/berislavgrgicak/\">Bero</a> · <a href=\"https://profiles.wordpress.org/beaubhavik/\">Bhavik Panchal</a> · <a href=\"https://profiles.wordpress.org/mbigul/\">Bigul Malayi</a> · <a href=\"https://profiles.wordpress.org/wilcosky/\">Billy Wilcosky</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/blackstar1991/\">BlackStar</a> · <a href=\"https://profiles.wordpress.org/bluefuton/\">bluefuton</a> · <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a> · <a href=\"https://profiles.wordpress.org/safedawn/\">Boris Gherman</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">brad hogan</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradshawtm/\">bradshawtm</a> · <a href=\"https://profiles.wordpress.org/brajdas0022/\">brajdas0022</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brbrr/\">brbrr</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a> · <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a> · <a href=\"https://profiles.wordpress.org/brumack/\">brumack</a> · <a href=\"https://profiles.wordpress.org/freibergergarcia/\">Bruno Freiberger Garcia</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">Béryl de La Grandière</a> · <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/cgastrell/\">cgastrell</a> · <a href=\"https://profiles.wordpress.org/chexee/\">Chelsea Otakan</a> · <a href=\"https://profiles.wordpress.org/chihsuan/\">Chi-Hsuan Huang</a> · <a href=\"https://profiles.wordpress.org/xristos3490/\">Chris Lilitsas</a> · <a href=\"https://profiles.wordpress.org/chrismcelroyseo/\">Chris McElroy SEO</a> · <a href=\"https://profiles.wordpress.org/czarate/\">Chris Zarate</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/chrispecoraro/\">chrispecoraro</a> · <a href=\"https://profiles.wordpress.org/cris31/\">Christelle Stasse</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/nyiriland/\">Christy Nyiri</a> · <a href=\"https://profiles.wordpress.org/cagrimmett/\">Chuck Grimmett</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian Popescu</a> · <a href=\"https://profiles.wordpress.org/claycarpenter/\">claycarpenter</a> · <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a> · <a href=\"https://profiles.wordpress.org/clementpolito/\">Clément Polito</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/themearts/\">Cuong Le</a> · <a href=\"https://profiles.wordpress.org/czarflix/\">czarflix</a> · <a href=\"https://profiles.wordpress.org/daledupreez/\">Dale du Preez</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dpknauss/\">Dan Knauss</a> · <a href=\"https://profiles.wordpress.org/danluu/\">Dan Luu</a> · <a href=\"https://profiles.wordpress.org/alexodiy/\">Dan Zakirov</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a> · <a href=\"https://profiles.wordpress.org/dmallory42/\">Daniel M (a11n)</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a> · <a href=\"https://profiles.wordpress.org/dannyreaktiv/\">dannyreaktiv</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/dryanpress/\">Dave Ryan</a> · <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</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/davidborrink/\">David Borrink</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deborah86/\">deborah86</a> · <a href=\"https://profiles.wordpress.org/raftaar1191/\">Deepak Gupta</a> · <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a> · <a href=\"https://profiles.wordpress.org/deepakprajapati/\">Deepak Prajapati</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/deoladev/\">deoladev</a> · <a href=\"https://profiles.wordpress.org/dhansondesigns/\">Derek Hanson</a> · <a href=\"https://profiles.wordpress.org/devangvachheta137/\">Devang Vachheta</a> · <a href=\"https://profiles.wordpress.org/dhavalkapadane/\">Dhaval Kapadane</a> · <a href=\"https://profiles.wordpress.org/dhiraj0901/\">Dhiraj Joshi</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruval04/\">Dhruval Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/alvitidiana/\">Diana Alviti</a> · <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a> · <a href=\"https://profiles.wordpress.org/digamberpradhan/\">digamberpradhan</a> · <a href=\"https://profiles.wordpress.org/digitalblanket/\">digitalblanket</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dimitro/\">Dimitris Mitropoulos</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divyeshpatel01/\">divyeshpatel01</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/thehenridev/\">Douglas Henri</a> · <a href=\"https://profiles.wordpress.org/drebbitsweb/\">Dreb Bitanghol</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/drysand/\">drysand</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/egill/\">Egill R. Erlendsson</a> · <a href=\"https://profiles.wordpress.org/ehti/\">Ehti</a> · <a href=\"https://profiles.wordpress.org/elemrr/\">elemrr</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a> · <a href=\"https://profiles.wordpress.org/ytfeldrawkcab/\">Eric Michel</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/r1k0/\">Erick Wambua</a> · <a href=\"https://profiles.wordpress.org/ericmacknight/\">ericmacknight</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/ecairol/\">Esteban</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/evansolomon/\">Evan Solomon</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/fcartin22/\">Fabricio</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fakhriaz/\">Fakhri Azzouz</a> · <a href=\"https://profiles.wordpress.org/farhad0/\">Farhad Sakhaei</a> · <a href=\"https://profiles.wordpress.org/feli22/\">feli22</a> · <a href=\"https://profiles.wordpress.org/felipevelzani/\">Felipe Velzani</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/fellyph/\">Fellyph Cintra</a> · <a href=\"https://profiles.wordpress.org/fernandot/\">Fernando Tellado</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/fandevelop/\">Florence ANDROLUS</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/chiscoleiton/\">Francisco Leiton</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/vanhoucke/\">Franck VANHOUCKE</a> · <a href=\"https://profiles.wordpress.org/franckmee/\">franckmee</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/frozzare/\">Fredrik Forsmo</a> · <a href=\"https://profiles.wordpress.org/from/\">frOM</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/gaurangsondagar/\">Gaurang Sondagar</a> · <a href=\"https://profiles.wordpress.org/gautammkgarg/\">Gautam Garg</a> · <a href=\"https://profiles.wordpress.org/gautam23/\">Gautam Mehta</a> · <a href=\"https://profiles.wordpress.org/geminorum/\">geminorum</a> · <a href=\"https://profiles.wordpress.org/generosus/\">Generosus</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/gmjuhasz/\">Gergely J</a> · <a href=\"https://profiles.wordpress.org/gierand/\">gierand</a> · <a href=\"https://profiles.wordpress.org/giuliorubelli/\">giuliorubelli</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grahamarmfield/\">Graham Armfield</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/gustavohappyeng/\">Gustavo Hilario</a> · <a href=\"https://profiles.wordpress.org/gyurmey/\">Gyurmey</a> · <a href=\"https://profiles.wordpress.org/adrock42/\">H. Adam Lenz</a> · <a href=\"https://profiles.wordpress.org/kabir93/\">H. Kabir</a> · <a href=\"https://profiles.wordpress.org/hack_nug/\">hack_nug</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardikhuptechdev/\">Hardik Kumar</a> · <a href=\"https://profiles.wordpress.org/hardipparmar/\">Hardip Parmar</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/harshbhonsle08/\">harshbhonsle08</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/himshekhar07/\">Himanshu Shekhar</a> · <a href=\"https://profiles.wordpress.org/hiranimahaveer/\">hiranimahaveer</a> · <a href=\"https://profiles.wordpress.org/hiroshisato/\">Hiroshi Sato</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hiteshtalpada/\">Hitesh Talpada</a> · <a href=\"https://profiles.wordpress.org/hozefasmile/\">Hozefa Saleh</a> · <a href=\"https://profiles.wordpress.org/royhridoy/\">Hridoy Roy</a> · <a href=\"https://profiles.wordpress.org/hugod/\">Hugo</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ibrahimriaz/\">Ibrahim Riaz</a> · <a href=\"https://profiles.wordpress.org/ierwira/\">ierwira</a> · <a href=\"https://profiles.wordpress.org/iflairwebtechnologies/\">iflairwebtechnologies</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/iqbal1hossain/\">Iqbal Hossain</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/itsyash1421/\">itsyash1421</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanbachev/\">ivanbachev</a> · <a href=\"https://profiles.wordpress.org/jabe/\">Jabe</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/smithjw1/\">Jacob Smith</a> · <a href=\"https://profiles.wordpress.org/jadavsanjay/\">Jadav Sanjay</a> · <a href=\"https://profiles.wordpress.org/jyb1603/\">Jainish Brahmbhatt</a> · <a href=\"https://profiles.wordpress.org/jamesgiroux/\">James Giroux</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/isotropic/\">James LePage</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/jarodortegaaraya/\">jarodortegaaraya</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/jasonkytros/\">Jason Kytros</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jaz_on/\">Jason Rouet</a> · <a href=\"https://profiles.wordpress.org/jaspercck/\">jaspercck</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jdeep/\">Jaydeep Das</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">Jaydip Ahir</a> · <a href=\"https://profiles.wordpress.org/jcnetsys/\">jcnetsys</a> · <a href=\"https://profiles.wordpress.org/jdoubleu/\">jdoubleu</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jsmansart/\">Jean-Sébastien Mansart</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/maverick3x6/\">Jeff Golenski</a> · <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">Jesse Dyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jf1994/\">jf1994</a> · <a href=\"https://profiles.wordpress.org/jfacemyer/\">JF::IA</a> · <a href=\"https://profiles.wordpress.org/jhtjards/\">jhtjards</a> · <a href=\"https://profiles.wordpress.org/jigarkahar/\">Jigar Kahar</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jimnelin/\">Jim Nelin</a> · <a href=\"https://profiles.wordpress.org/jmarx75/\">jmarx75</a> · <a href=\"https://profiles.wordpress.org/jojo256/\">Joan Namunina</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joefusco/\">Joe Fusco</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/joezappie/\">joezappie</a> · <a href=\"https://profiles.wordpress.org/wedgemaster/\">Johan</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes Jülg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/bitmachina/\">John Hooks</a> · <a href=\"https://profiles.wordpress.org/johnjago/\">John Jago</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/mindctrl/\">John Parris</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/joppuyo/\">joppuyo</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jorge1017/\">jorge1017</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/jdwire/\">Joshua Dwire</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/joshualipstone/\">joshualipstone</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jtquip88/\">jtquip88</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/julianoe/\">julianoe</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/itsroy69/\">Jyotirmoy Roy</a> · <a href=\"https://profiles.wordpress.org/djidjou/\">Jérill</a> · <a href=\"https://profiles.wordpress.org/kkeerthiprabhu/\">K Keerthi Prabhu</a> · <a href=\"https://profiles.wordpress.org/kaelansmith/\">kaelansmith</a> · <a href=\"https://profiles.wordpress.org/kallyansin/\">Kallyan Singha</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karinchristen/\">Karin Christen</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/khushdoms/\">Kaushik Domadiya</a> · <a href=\"https://profiles.wordpress.org/kjoyner/\">Kedar Joyner</a> · <a href=\"https://profiles.wordpress.org/kmurphyzuora/\">Keith Murphy</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kelvinballoo/\">kelvinballoo</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/khushipatel15/\">Khushi Patel</a> · <a href=\"https://profiles.wordpress.org/khushi1501/\">Khushi Thakrar</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/solankisoftware/\">Kirtikumar Solanki</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpapazov/\">kpapazov</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/gohelkunjan/\">Kunjan Gohel</a> · <a href=\"https://profiles.wordpress.org/mywp459/\">Kyle Mott</a> · <a href=\"https://profiles.wordpress.org/l0id/\">l0id</a> · <a href=\"https://profiles.wordpress.org/mlaetitia/\">Lae</a> · <a href=\"https://profiles.wordpress.org/lakshyajeet/\">Lakshyajeet Singh Goyal</a> · <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a> · <a href=\"https://profiles.wordpress.org/landwire/\">landwire</a> · <a href=\"https://profiles.wordpress.org/lgersman/\">Lars Gersmann</a> · <a href=\"https://profiles.wordpress.org/lasacco/\">Laura Sacco</a> · <a href=\"https://profiles.wordpress.org/laurisaarni/\">Lauri Saarni</a> · <a href=\"https://profiles.wordpress.org/lapsrj/\">Leandro Amorim</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/lbones/\">Lela</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leogg/\">leogg</a> · <a href=\"https://profiles.wordpress.org/levinbaria/\">Levin Baria</a> · <a href=\"https://profiles.wordpress.org/lsarsfield/\">Liam Sarsfield (a11n)</a> · <a href=\"https://profiles.wordpress.org/lidarroy/\">Lidia Arroyo Vargas</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/lobsangw/\">Lobsang Wangdu</a> · <a href=\"https://profiles.wordpress.org/louischan/\">Louis Chance</a> · <a href=\"https://profiles.wordpress.org/louiswol94/\">Louis Wolmarans</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukasfritzedev/\">LukasFritzeDev</a> · <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a> · <a href=\"https://profiles.wordpress.org/griffbrad/\">Lynn Bradley Griffith</a> · <a href=\"https://profiles.wordpress.org/leaprvt/\">Léa Prévot</a> · <a href=\"https://profiles.wordpress.org/maccyd/\">maccyd</a> · <a href=\"https://profiles.wordpress.org/madhavishah01/\">Madhavi Shah</a> · <a href=\"https://profiles.wordpress.org/madhavraj/\">madhavraj</a> · <a href=\"https://profiles.wordpress.org/magaliechetrit/\">Magalie Chetrit</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/aion11/\">Mainul Kabir Aion</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand Mane</a> · <a href=\"https://profiles.wordpress.org/maksvi/\">maksvi</a> · <a href=\"https://profiles.wordpress.org/malayladu/\">Malay Ladu</a> · <a href=\"https://profiles.wordpress.org/malt3/\">Malte</a> · <a href=\"https://profiles.wordpress.org/maltfield/\">maltfield</a> · <a href=\"https://profiles.wordpress.org/manhar/\">Manhar Barot</a> · <a href=\"https://profiles.wordpress.org/manishxdp/\">Manish Dhorepatil</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">Manuel Camargo</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/marc4/\">Marc Armengou</a> · <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">Marcio Duarte</a> · <a href=\"https://profiles.wordpress.org/webdados/\">Marco Almeida | Webdados</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/olmostblue/\">Marco Olmedi</a> · <a href=\"https://profiles.wordpress.org/power2009/\">Marcus</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/marianne38/\">Marianne</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/motylanogha/\">Mariusz Szatkowski</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> · <a href=\"https://profiles.wordpress.org/muryam/\">Maryam Sultana</a> · <a href=\"https://profiles.wordpress.org/mathiaspeguet/\">Mathias Peguet</a> · <a href=\"https://profiles.wordpress.org/mathijsvdbeek/\">mathijsvdbeek</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattmiklic/\">Matt Miklic</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattshaw/\">Matt Shaw</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/kittmedia/\">Matthias Kittsteiner</a> · <a href=\"https://profiles.wordpress.org/jillro/\">Maud Royer</a> · <a href=\"https://profiles.wordpress.org/maulikmakwana2008/\">Maulik Makwana</a> · <a href=\"https://profiles.wordpress.org/maxschmeling/\">Max Schmeling</a> · <a href=\"https://profiles.wordpress.org/djsuperfive/\">Maxime Freschard</a> · <a href=\"https://profiles.wordpress.org/maximumsoftware/\">maximum.software</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/mabfahad/\">Md Abdullah Al Fahad</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/ismail0071/\">MD ISMAIL</a> · <a href=\"https://profiles.wordpress.org/mdibrahimk48/\">Md. Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mehrazmorshed/\">Mehraz Morshed</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">Michael</a> · <a href=\"https://profiles.wordpress.org/hrkhal/\">Michael James Ilett</a> · <a href=\"https://profiles.wordpress.org/chellycat/\">Michelle Langston</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/migueluy/\">Miguel Lezama</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirmpro/\">Mir Monoarul Alam</a> · <a href=\"https://profiles.wordpress.org/illuminea/\">Miriam Schwab</a> · <a href=\"https://profiles.wordpress.org/369work/\">Miroku</a> · <a href=\"https://profiles.wordpress.org/m1r0/\">Miroslav Mitev (a11n)</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/mmorris8/\">mmorris8</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/hmrisad/\">Mohammad Risad</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/jabir20/\">Mohammed Jabir shaikh</a> · <a href=\"https://profiles.wordpress.org/mohkatz/\">Mohammed Kateregga</a> · <a href=\"https://profiles.wordpress.org/mohamedahamed/\">Mohammed Noumaan Ahamed</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/mohitbsf/\">Mohit Sharma</a> · <a href=\"https://profiles.wordpress.org/mokshasharmila13/\">Moksha Shah</a> · <a href=\"https://profiles.wordpress.org/monarobase/\">Monarobase</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/munirkamal/\">Munir Kamal</a> · <a href=\"https://profiles.wordpress.org/mustafabharmal/\">Mustafa Bharmal</a> · <a href=\"https://profiles.wordpress.org/mydesign78/\">mydesign78</a> · <a href=\"https://profiles.wordpress.org/trickster301/\">Nabhishek Singh</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/senadir/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/namankhare/\">Naman Khare</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Nasim Miah</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/naissvr/\">Naïs</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nickfmc/\">Nick Murray</a> · <a href=\"https://profiles.wordpress.org/nicmare/\">nicmare</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/nilambar/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/snilesh/\">Nilesh Shiragave</a> · <a href=\"https://profiles.wordpress.org/nimeshatxecurify/\">Nimesh</a> · <a href=\"https://profiles.wordpress.org/ninomiho/\">Nino Mihovilic</a> · <a href=\"https://profiles.wordpress.org/ninos-ego/\">Ninos</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">Nirav Sherasiya</a> · <a href=\"https://profiles.wordpress.org/nishantkapadiya/\">Nishant Kapadiya</a> · <a href=\"https://profiles.wordpress.org/govardhane/\">Nitin Govardhane</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman Rubel</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/yasunocco/\">Okawa Yasuno</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/triple0t/\">Oluwaseun Olorunsola</a> · <a href=\"https://profiles.wordpress.org/timhibberd/\">OnePressTech</a> · <a href=\"https://profiles.wordpress.org/onuro/\">onuro</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Ophelia Rose</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kekäläinen</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/ovidiu-galatan/\">Ovidiu Galatan</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/owolter/\">owolter</a> · <a href=\"https://profiles.wordpress.org/ozgursar/\">Ozgur Sar</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/palak678/\">Palak Patel</a> · <a href=\"https://profiles.wordpress.org/paragjethva/\">Parag Jethva</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/patricedefago/\">Patrice Défago</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/patrickwclanden/\">patrickwclanden</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/bbpaule/\">Paul English</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/ciorici/\">Pavel Ciorici</a> · <a href=\"https://profiles.wordpress.org/vybiral/\">Pavel Vybíral</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/penelopeadrian/\">penelopeadrian</a> · <a href=\"https://profiles.wordpress.org/pers/\">Per Søderlind</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/peter8nss/\">peter8nss</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/philhoyt/\">philhoyt</a> · <a href=\"https://profiles.wordpress.org/vheemstra/\">Philip</a> · <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a> · <a href=\"https://profiles.wordpress.org/manhphucofficial/\">Phuc Nguyen</a> · <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/piyushpatel123/\">Piyush Patel</a> · <a href=\"https://profiles.wordpress.org/pmbs/\">pmbs</a> · <a href=\"https://profiles.wordpress.org/poligilad/\">poligilad</a> · <a href=\"https://profiles.wordpress.org/pooja-n/\">Pooja Kakkad</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja Killekar (Muchandikar)</a> · <a href=\"https://profiles.wordpress.org/poojapadamad/\">poojapadamad</a> · <a href=\"https://profiles.wordpress.org/porg/\">porg</a> · <a href=\"https://profiles.wordpress.org/gaisma22/\">Pradeep Pasam</a> · <a href=\"https://profiles.wordpress.org/prajapatvishnu/\">prajapatvishnu</a> · <a href=\"https://profiles.wordpress.org/pranavyeole/\">Pranav Yeole</a> · <a href=\"https://profiles.wordpress.org/pranjalpratapsingh/\">Pranjal Pratap Singh</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/prathameshbhagat1511/\">Prathamesh Bhagat</a> · <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/pratiknawkar94/\">Pratik Nawkar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/priyankagusani/\">Priyanka Gusani</a> · <a href=\"https://profiles.wordpress.org/psorensen/\">psorensen</a> · <a href=\"https://profiles.wordpress.org/qhaensler/\">qhaensler</a> · <a href=\"https://profiles.wordpress.org/ronya4927/\">Rabbi Islam rony</a> · <a href=\"https://profiles.wordpress.org/rachid84/\">rachid84</a> · <a href=\"https://profiles.wordpress.org/rafaeldella/\">Rafael Della</a> · <a href=\"https://profiles.wordpress.org/rafa8626/\">Rafael Miranda</a> · <a href=\"https://profiles.wordpress.org/rafaelkr/\">rafaelkr</a> · <a href=\"https://profiles.wordpress.org/rahan00123/\">Rahan Al Rashid</a> · <a href=\"https://profiles.wordpress.org/ekla/\">Rahul Kumar</a> · <a href=\"https://profiles.wordpress.org/rahulsprajapati/\">Rahul Prajapati</a> · <a href=\"https://profiles.wordpress.org/rahultank/\">Rahul Tank</a> · <a href=\"https://profiles.wordpress.org/chauhanraj754/\">Raj Chauhan</a> · <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a> · <a href=\"https://profiles.wordpress.org/rajdiptank111/\">Rajdip Tank</a> · <a href=\"https://profiles.wordpress.org/ralphonz/\">ralphonz</a> · <a href=\"https://profiles.wordpress.org/ralucastn/\">Raluca</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/wprashed/\">Rashed Hossain</a> · <a href=\"https://profiles.wordpress.org/ravichudasama01/\">Ravi Chudasama</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/ravikhadka/\">Ravi Khadka</a> · <a href=\"https://profiles.wordpress.org/rcrdortiz/\">rcrdortiz</a> · <a href=\"https://profiles.wordpress.org/rebeensarbast/\">Rebeen Sarbast</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a> · <a href=\"https://profiles.wordpress.org/retnonindya/\">Retno Nindya</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riadev/\">riadev</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/ricjcs/\">Ricardo S.</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishabhwp/\">Rishabh Gupta</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/shibleemehdi/\">RM Shiblee Mehdi</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robinvandervliet/\">Robin van der Vliet</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rollybueno/\">Rolly Bueno</a> · <a href=\"https://profiles.wordpress.org/romainmrhenry/\">Romain Menke</a> · <a href=\"https://profiles.wordpress.org/burtrw/\">Ronnie Burt</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/rutujaparamane2004/\">Rutuja Paramane</a> · <a href=\"https://profiles.wordpress.org/rutviksavsani/\">Rutvik Savsani</a> · <a href=\"https://profiles.wordpress.org/ruba1956/\">Ruud</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sachinrajcp123/\">SACHINRAJ CP</a> · <a href=\"https://profiles.wordpress.org/sagardeshmukh/\">Sagar Deshmukh</a> · <a href=\"https://profiles.wordpress.org/sagarjadhav/\">Sagar Jadhav</a> · <a href=\"https://profiles.wordpress.org/sagarladani/\">Sagar Ladani</a> · <a href=\"https://profiles.wordpress.org/sageth/\">Sageth</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/samueljseay/\">Sam</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/sanayasir/\">Sana Yasir</a> · <a href=\"https://profiles.wordpress.org/sandeepdahiya/\">Sandeep Dahiya</a> · <a href=\"https://profiles.wordpress.org/sandipsinh007/\">Sandip Sinh</a> · <a href=\"https://profiles.wordpress.org/sandipmaurya2611/\">sandipmaurya2611</a> · <a href=\"https://profiles.wordpress.org/andrewssanya/\">SAndrew</a> · <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">Sara</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a> · <a href=\"https://profiles.wordpress.org/saranshsinha/\">Saransh Sinha</a> · <a href=\"https://profiles.wordpress.org/saratheonline/\">Sarath E</a> · <a href=\"https://profiles.wordpress.org/sarthak8858/\">Sarthak Jaiswal</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/se02vas/\">se02vas</a> · <a href=\"https://profiles.wordpress.org/seanwei/\">Sean Wei</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/vyatka/\">Sergey Mochalov</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shadyvb/\">Shadi Sharaf</a> · <a href=\"https://profiles.wordpress.org/ferdoused/\">Shahi Ferdous</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemac10/\">shanemac10</a> · <a href=\"https://profiles.wordpress.org/shekh0109/\">Shashank Shekhar</a> · <a href=\"https://profiles.wordpress.org/shatrumyatra/\">Shatrughan Myatra</a> · <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a> · <a href=\"https://profiles.wordpress.org/sajib1223/\">Shazzad Hossain Khan</a> · <a href=\"https://profiles.wordpress.org/shekharnwagh/\">shekharnwagh</a> · <a href=\"https://profiles.wordpress.org/whiteshadow01/\">Shivam Jha</a> · <a href=\"https://profiles.wordpress.org/showravhasan/\">Showrav Hasan</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shreya0shrivastava/\">Shreya Shrivastava</a> · <a href=\"https://profiles.wordpress.org/shubhtoy/\">Shubh Mittal</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shuvo586/\">shuvo586</a> · <a href=\"https://profiles.wordpress.org/sidhanttomar/\">Sidhant Tomar</a> · <a href=\"https://profiles.wordpress.org/sidharthpandita/\">sidharthpandita</a> · <a href=\"https://profiles.wordpress.org/silaskoehler/\">Silas Köhler</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/silvanarnet/\">silvanarnet</a> · <a href=\"https://profiles.wordpress.org/sky_76/\">sky_76</a> · <a href=\"https://profiles.wordpress.org/skylarkcob/\">skylarkcob</a> · <a href=\"https://profiles.wordpress.org/slrslr/\">slrslr</a> · <a href=\"https://profiles.wordpress.org/sonaliprajapati/\">Sonali Prajapati</a> · <a href=\"https://profiles.wordpress.org/sophiecaperaa/\">Sophie Caperaa</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar01/\">Soyeb Salar</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/emptyopssphere/\">Sphere Plugins</a> · <a href=\"https://profiles.wordpress.org/staggerlee/\">staggerlee</a> · <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a> · <a href=\"https://profiles.wordpress.org/hubersen/\">Stefan Pasch</a> · <a href=\"https://profiles.wordpress.org/stefanvelthuys/\">Stefan Velthuys</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stevejburge/\">Steve Burge</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/malgra/\">Steve Mosby</a> · <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/aquarius/\">Stuart Langridge</a> · <a href=\"https://profiles.wordpress.org/studiomondiale/\">studio_m</a> · <a href=\"https://profiles.wordpress.org/styankov/\">styankov</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/suhel5047/\">Suhel-Shaikh-Mohammad</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunilkumarthz/\">Sunil Kumar Sharma</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/susiyanti/\">susiyanti</a> · <a href=\"https://profiles.wordpress.org/swanandm/\">Swanand M</a> · <a href=\"https://profiles.wordpress.org/swoyamjeetcodes/\">swoyamjeetcodes</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/riko910/\">Syed Tarikul Islam</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wünsch</a> · <a href=\"https://profiles.wordpress.org/tainacan/\">tainacan</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/takshil/\">Takshil Kunadia</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tanbirali/\">tanbirali</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/suhan2411/\">Tejas Gajjar</a> · <a href=\"https://profiles.wordpress.org/azora/\">the.pro</a> · <a href=\"https://profiles.wordpress.org/thejaymo/\">thejaymo</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a> · <a href=\"https://profiles.wordpress.org/octotoot/\">TheViv</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kräftner</a> · <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/timwright12/\">Tim Wright</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias Bäthge</a> · <a href=\"https://profiles.wordpress.org/themightymo/\">Toby Cryns (@themightymo)</a> · <a href=\"https://profiles.wordpress.org/tomauger/\">Tom Auger</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/spiraltee/\">Tosin Oguntuyi</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/alerzhus/\">Tsvetan Tsvetanov</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tule/\">TuomasL</a> · <a href=\"https://profiles.wordpress.org/tusharbharti/\">Tushar Bharti</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/umeshnevase/\">Umesh Nevase</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/utsavladani/\">Utsav Ladani</a> · <a href=\"https://profiles.wordpress.org/vaibhavsweb/\">Vaibhav Singh Web</a> · <a href=\"https://profiles.wordpress.org/valentingrenier/\">Valentin Grenier</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">Valérie Galassi</a> · <a href=\"https://profiles.wordpress.org/vanonsopensource/\">Van Ons Open Source</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/vascobaiao/\">Vasco Daniel Baião</a> · <a href=\"https://profiles.wordpress.org/supernovia/\">Velda</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vietcgi/\">vietcgi</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a> · <a href=\"https://profiles.wordpress.org/vincentbreton/\">Vincent Breton</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a> · <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a> · <a href=\"https://profiles.wordpress.org/vishnuprajapat/\">vishnu prajapat</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/waqassafdar/\">Waqas Safdar</a> · <a href=\"https://profiles.wordpress.org/wooxperto/\">WebCartisan</a> · <a href=\"https://profiles.wordpress.org/george9/\">webtasky</a> · <a href=\"https://profiles.wordpress.org/gauri87/\">WebTechee</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/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/winsleyj/\">WinsleyJ</a> · <a href=\"https://profiles.wordpress.org/wiuempe/\">wiuempe</a> · <a href=\"https://profiles.wordpress.org/wolf45/\">wolf45</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/wpexplorer/\">WPExplorer</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">wplmillet</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/x-raym/\">X-Raym</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xwolf/\">xwolf</a> · <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/getsyash/\">Yash B</a> · <a href=\"https://profiles.wordpress.org/yashjawale/\">Yash Jawale</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yusufmudagal/\">Yusuf Mudagal</a> · <a href=\"https://profiles.wordpress.org/zoe20/\">zoe20</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/zuveria/\">zuveria</a> · <a href=\"https://profiles.wordpress.org/lstraczynski/\">Łukasz Strączyński</a></p></p>\n\n\n\n<p class=\"wp-block-paragraph\">More than <a href=\"https://translate.wordpress.org/stats/\">70 locales have fully translated</a> WordPress 7.0 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200+ languages.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you to the <a href=\"https://make.wordpress.org/hosting/test-results/\">more than 21 web hosts</a> that have tested pre-release versions for WordPress 7.0, helping ensure that WordPress and hosting platforms are fully compatible, free of errors, and optimized for the best possible user experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/forums/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Participation in WordPress goes far beyond coding. And learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</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:\"20583\";s: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:78:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 7.0 Release Candidate 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:69:\"https://wordpress.org/news/2026/05/wordpress-7-0-release-candidate-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:\"Thu, 14 May 2026 16:47:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"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: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:\"\";}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: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:\"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:6;a:5:{s:4:\"data\";s:18:\"release candidates\";s: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: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=20570\";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:367:\"The fourth Release Candidate (“RC4”) for WordPress 7.0 is ready for download and testing! This 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, it’s recommended that you evaluate RC4 on a test server and site. Reaching this phase [&#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:6713:\"\n<p class=\"wp-block-paragraph\">The fourth Release Candidate (“RC4”) for WordPress 7.0 is ready for download and testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC4 on a test server and site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 7.0 is the best it can be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.0 RC4 in four 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-RC4.zip\" data-type=\"link\" data-id=\"https://wordpress.org/wordpress-7.0-RC4.zip\">RC4 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-</code>RC4</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>May 20, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/04/22/wordpress-7-0-release-party-updated-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.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 7.0 RC4?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Want to look deeper into the details and technical notes for this release? Take a look at the <a href=\"https://make.wordpress.org/core/2026/05/14/wordpress-7-0-field-guide/\">WordPress 7.0 Field Guide</a>. For technical information related to the issues addressed since <a href=\"https://wordpress.org/news/2026/05/wordpress-7-0-release-candidate-3/\">RC3</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=05%2F08%2F2026..05%2F14%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=changetime&amp;col=type&amp;order=id\">Closed 7.0 WordPress Core Trac tickets</a> since May 8, 2026</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=026-05-08&amp;until=2026-05-14\">7.0 Gutenberg commits</a> since May 8, 2026</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can get involved with the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute. Your help testing the WordPress 7.0 RC4 version is key to ensuring that the final release is the best it can be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">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.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter a potential bug or 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>.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general?&nbsp; 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\">Help translate WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?&nbsp; You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC4) marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the <a href=\"https://make.wordpress.org/core/2026/03/25/wordpress-7-0-release-candidate-phase/\">7.0 release cycle</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC4 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Step into the next,</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>bold, new era of WordPress.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Seven-oh is blessed.</em></p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em> <em>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:\"20570\";s: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:\"Thu, 02 Jul 2026 06:52:34 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:\"Mon, 29 Jun 2026 20:29:28 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:4:\"gzip\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 2\";}s:5:\"build\";i:1760643936;s:21:\"cache_expiration_time\";i:1783018324;s:23:\"__cache_expiration_time\";i:1783018324;}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('481','_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1783018324','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('482','_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1782975124','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('483','_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1783018325','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('484','_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:120:\"WPTavern: #223 – Ivana Ćirković on How WordPress Credits Bridges Education and Industry in the WordPress 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:48:\"https://wptavern.com/?post_type=podcast&p=206102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/podcast/223-ivana-cirkovic-on-how-wordpress-credits-bridges-education-and-industry-in-the-wordpress-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:38278:\"<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 how WordPress Credits bridges education and industry in the WordPress ecosystem.</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 Ivana Ćirković. Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She&#8217;s an active participant in WordPress events, having attended, and spoken at, numerous local and international word camps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and other open source contributions. We explore, how universities can modernise their curriculums, and real world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program&#8217;s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on wordpress.org. Ivana shares the opportunities and challenges for both educators and businesses with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to find 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 Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Ivana Ćirković. Did I get that right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:14] <strong>Ivana Ćirković:</strong> Yes. Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:16] <strong>Nathan Wrigley:</strong> Thank you. This is my first interview at WordCamp Europe 2026. I&#8217;m guessing because we&#8217;re on the first day of the event and it&#8217;s quite early in the morning, it&#8217;s 10 in the morning, I&#8217;m guessing you cannot have done your presentation yet?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Ivana Ćirković:</strong> Not yet. Tomorrow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> Do you get nervous with these kind of things?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:34] <strong>Ivana Ćirković:</strong> I get nervous all the time. I&#8217;ve been doing this for 12 years, it never gets easier. It is what it is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Nathan Wrigley:</strong> Well, the presentation that you are doing is going to be the focus of what we&#8217;re talking about today. So do you just want to tell us a little bit about the topic that you&#8217;re talking about, but also just give us a bit of a general bio about who you are and what you do. So just tell us about you and about your presentation basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:56] <strong>Ivana Ćirković:</strong> Okay. First thing first, I would like to introduce my presentation, or the talk, that is build up around WordPress Credits initiative, which is something that WordPress has rolled out late last year in December. And I applied to be a mentor to support students into their entering into WordPress. Got accepted, did my courses, passed them and started working with students on their, first entering the WordPress society, how everything works, contributing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And out of all of this, I came up with the idea of sharing the story about WordPress Credits. What it is, why it is important, not just for the WordPress community, but also for universities all around the world for businesses to support, because there is an angle and huge opportunity for them too. And hopefully inspire people to join and become part of it more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As far as I&#8217;m concerned, my name is  Ivana Ćirković and I am a digital marketer for 18 years. I&#8217;ve been working inside tech organisations, tech industry, but also outside of it. So I&#8217;m the multiverse. And lately, for past couple of years, I&#8217;ve been working in WPBakery, in marketing their product, and talking to people, sharing knowledge of what we do, how we do it, and so on. In the meantime I am attending many, many WordCamps, local and international ones, giving lectures, giving talks about digital marketing and all things related.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:39] <strong>Nathan Wrigley:</strong> So are you here at this event, not just to give your presentation, are you also here on behalf of WPBakery to represent them and the products that they have as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:47] <strong>Ivana Ćirković:</strong> Yes, we are sponsors. I am speaker, I was table lead for marketing on Contributors Day. So we are wide into the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:56] <strong>Nathan Wrigley:</strong> I have to say, having only been in this event space for about an hour, I&#8217;m actually deeply impressed by this particular event. It really is a gigantic venue. It&#8217;s so pleasurable as well to see the WordPress community in such large numbers here. And so we&#8217;re looking forward to a really good event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s kick off with the topic at hand then. So it occurs to me that many people listening, whilst they&#8217;re using WordPress and they&#8217;re kind of, I don&#8217;t know, they&#8217;re building websites for people, and they&#8217;ve got products and plugins and they&#8217;re just general users. It may be that the community piece, and the educational piece, is nothing that they&#8217;ve heard of before. So would you just tell us a little bit about what WP Credits is as far as you&#8217;re concerned, just to give us that broad background of what it is?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:40] <strong>Ivana Ćirković:</strong> Okay. So WP Credits program is initially made to bring new young people into the WordPress, to broaden the ecosystem with the new fresh blood, new contributors. And to do so, WordPress Foundation initiated this program to connect with universities all across the world. To connect students to some programs, to learn about WordPress through contribution. For that, they will get graded and get certification, which in the end will help them be more marketable, and have more modern knowledge of what is needed in today&#8217;s job market, and to be more competitive and more appealing to potential employers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So by doing so, WordPress Credits aims to broaden the ecosystem, to strengthen the WordPress community, and WordPress itself. But also to put new generations in more marketable place, and to help them get more profitable jobs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:45] <strong>Nathan Wrigley:</strong> Thank you. That was a really nice summary. In terms of your personal commitment to it and what have you, how did you fall into it as a thing that you were doing? And is this something that you get sponsored for from WPBakery, or is it personal and simply a sort of philanthropic thing that you are doing on the side?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:01] <strong>Ivana Ćirković:</strong> Yeah, so basically, I&#8217;ve been doing education my whole professional life. So it&#8217;s something that comes natural to me. In my local country, in Serbia, I do informal education for high schoolers and primary school&#8217;s children about digital marketing, digital literacy. This is like very natural to me. I&#8217;m being sponsored by WPBakery to do so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the program works like, initiative needs people, needs more mentors to get involved. More than it needs like product and businesses to support with their products. So if there are businesses who are maybe interested in support through their product, know that you need to put your people first to actually get involved and contribute, and then you can offer products as the side piece, so to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:52] <strong>Nathan Wrigley:</strong> So yeah, it seems that you&#8217;ve got a lifelong interest in education as well. Okay, that gives me some sort of hook there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, if I was to say WP Credits to the people outside, the people who already knew about it, I think would probably peg it as entirely educational in nature, just an education initiative. But curiously, your presentation, the notes that went with that and the blurb that went on the WordCamp Europe website, you kind of make the point that it&#8217;s much bigger than that, and you get into businesses and the students themselves and universities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the students in universities bit, well, that&#8217;s the education piece. But the business bit, what&#8217;s going on there? Because I definitely hadn&#8217;t drawn that intuition. I thought education from top to bottom. But business, okay, where does that fit in?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:37] <strong>Ivana Ćirković:</strong> I will get the hot insights from the talk. So basically, there is more than what meets the eye, so to speak. Businesses have unique opportunity to shape people they want to employ by getting involved as mentors. They also get the chance to see firsthand how those young minds work in real environments, in real contribution. And they get the chance to pick and choose who they want to employ by seeing them work on some real things. Whether it&#8217;s documentation, whether it&#8217;s translation or programming, developing something, AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need more people who know what they do, although they are young. By having students in this program, they are working on not fictional things, but actual things that really contribute to community and businesses as a whole. By supporting this initiative, businesses then in relations to that can get more insights into who they want to employ. So on top of that, they are building the better market for themselves as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:42] <strong>Nathan Wrigley:</strong> I guess the student university piece is fairly obvious. You know, WP Credits and the people working on that project communicate with universities, they&#8217;re probably easy to find. You know, if you go to a phone directory for example, they&#8217;ll all be there. And it&#8217;s an easy thing to do. You phone up the university and see if there&#8217;s interest. And I know that some universities have taken up the WP Credits program. And it seems to be, as far as I can work out, it seems to be working very successfully.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How are you going to make the connection with businesses? Because that seems like a much more scattered, I don&#8217;t know if you&#8217;re going to be working with big businesses, you know, huge companies or if it&#8217;s going to be kind of more the businesses on the street, the smaller businesses, that kind of thing. So, I&#8217;ll just sort of hand it over at that point.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:23] <strong>Ivana Ćirković:</strong> So basically, web agencies, businesses around WordPress, we know they have an issue with new employees onboarding last, let&#8217;s say three to six months. That cost time and money and other people who are teaching them what needs to be done and how.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then we have WordPress Credit students who are already doing that junior type of work within contribution. They&#8217;re already onboarded through using Slack, knowing how to do remote work, what needs to be done. So businesses supporting WordPress Credits initiative can choose those students and spend less time and money and energy in onboarding them because they already went through that by doing WordPress Credits program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:10] <strong>Nathan Wrigley:</strong> Yeah, I guess if you are a small web agency, it&#8217;s highly likely that you won&#8217;t necessarily have an induction program finely tuned, so that the young people that are coming through have this sort of specialised system where they can get some accreditation. It&#8217;s probably more, okay, I&#8217;m going to assign you to John this week and then next week you&#8217;re going to go over to Susan and follow what they&#8217;re doing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a sort of structured program that, let&#8217;s say a web agency based in London could drop into and receive documentation about? Where are we at with that whole process for the busineses?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:44] <strong>Ivana Ćirković:</strong> Yeah, so since this initiative is still fairly new and we already have just one generation of students that are passed the program, this is something in development. So at the moment, we still don&#8217;t have like a specific structure that is based just for agencies and businesses in general, but it is something that we are considering and working towards too. So definitely.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, the upper management organisational team might not be aware to the fullest what am I about to talk. So it might come as a surprise to them, but also it is something in the works as well. So give us some time and we will come up with something.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:26] <strong>Nathan Wrigley:</strong> Yeah, it feels like that would be something really credible. Because if you&#8217;re a small business owner, the last thing you want to be doing is kind of wasting time. And onboarding somebody might be something that you&#8217;d have to divert weeks into, you know, syphoning employees off, writing documentation, SOPs, those kind of things. And if you could just pick something up off the shelf that was tried and tested over many years, that would actually be really handy. So good luck. I hope that that initiative comes off.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of students, if you were a student, let&#8217;s say you are at a university, or you are looking for work, what would you say would be some of the top line items that you would mention as to why WP Credits is worth looking at? Because, you know, if I&#8217;m at a university, there&#8217;s probably a thousand different things that I could be doing. WP Credits would be in competition with all of those. Why do you think it&#8217;s something that young people should be taking care of to look at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:17] <strong>Ivana Ćirković:</strong> Yeah, I would think differently, in that sense. Universities curriculums are outdated comparing to the industry that we are living and working in. So WordPress Credits gives something that is in trend. That is happening now that people are using and working now. So students who choose to go to this program are gaining the most efficient and not outdated curriculum, and things that are being worked on in this moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is bigger than WordPress. It is initially for WordPress, but the knowledge students get, nobody can take that away. They learn to be outspoken. They learn to use all the necessary remote work tools that is applicable in all the industry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we are really encouraging them to be very marketable employees and people who have portfolios, whether they choose that category that brings them portfolio. That is very transparent throughout whatever they do. Because on wordpress.org, every contribution is noted. So they&#8217;re building their own business brand by doing WordPress Credits. And in that way they are more marketable and can get more business opportunities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:42] <strong>Nathan Wrigley:</strong> I didn&#8217;t realise that the wordpress.org profile, is it the profile that you mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Ivana Ćirković:</strong> Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Nathan Wrigley:</strong> Each time you participate in one of these credit programs, that will be a badge, for want of a better word, that you can display and it will be freely available for the public. And presumably that will be difficult to acquire. That&#8217;s the wrong word. What I mean is, it won&#8217;t be simple to acquire. You will genuinely have had to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:07] <strong>Ivana Ćirković:</strong> Yes, you need to do the work. Let&#8217;s say students are interested in translation. So they go to Polyglots team and they get assigned to a mentor who is on weekly basis working with them on onboarding, helping them how to navigate through wordpress.org website, translation, what needs to be done. And basically, for that student, they need to translate to have approved translation, 150 strings approved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that doesn&#8217;t mean, okay, I will translate 150 words. No, no. You might need to translate 500 words out of which 150 is approved. And this is the bare minimum you need to do in order to get that badge that you contributed. Because that contribution, each contribution needs to be something very specific and tailored to help other people. That is very open and helpful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:00] <strong>Nathan Wrigley:</strong> So you mentioned translations there, which obviously is just one of multiple things that you could do, and we could list them all out, but we won&#8217;t. How is that curriculum, I&#8217;m doing air quotes, how is that curriculum decided upon? In other words, how do you decide, okay, I&#8217;m going to do a bit of translation, I&#8217;m going to do a bit of work on Core, I&#8217;m going to work for the Plugin Review Team? How is that decided? And, how is it decided by the institution, I guess that that&#8217;s going to equal something which our university will stamp as part of your degree, let&#8217;s say?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:33] <strong>Ivana Ćirković:</strong> Yeah. So basically, that is all arranged between the foundation and universities. You won&#8217;t get IT students doing marketing if that&#8217;s not their preferable choice. So students opt in. They&#8217;re given the whole like curriculum, categories of things they can contribute to. And the one they choose, this is the one they stick to throughout all the programs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So you cannot switch in between like translation and documentation, or plugins, or WP-CLI whatever. The whole program stick to one chosen category. And that is all aligned with the, let&#8217;s say, topic of university. So IT is preferable for IT related contributions. Communications are also more favourable towards translation community, marketing. So it&#8217;s aligned that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:23] <strong>Nathan Wrigley:</strong> So flipping that round, so we&#8217;ve been talking about it from the point of view of the students. Now let&#8217;s just flip it around to the point of view of the university. I guess the same thing applies. They would have to communicate with the Foundation and say, okay, these are the kind of things that we wish our students to do. These particular strands, we will, you know, if they do 500 translation strings, that will count as something. I guess there&#8217;s got to be some interface between the Foundation and each university to establish what a credit equals.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:50] <strong>Ivana Ćirković:</strong> Yeah, common ground as to how WordPress Credits adds to the official curriculum of the university. And the thing that university get out of it, they are in position to offer modern, in trend, teachings, and that makes them more appealing to next generation of students. Because the more their existing students who are in the WordPress Credits program are succeeding, the more desirable the university gets to newer generations because they don&#8217;t teach outdated curriculums. They&#8217;re aligning to what is now efficient and needed in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:30] <strong>Nathan Wrigley:</strong> I suppose also as well, when I was at university, there was a choice of about, I don&#8217;t know, four things to do each year. Something like that. You could do this or this or this. And you had to pick one of them and that was your pathway. This feels much more wide open because knowing the WordPress ecosystem, I know that there&#8217;s dozens, maybe multiple dozens of different things that you could be involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s quite appealing as well, isn&#8217;t it? You know, you can just take a little nibble of this one thing, and another nibble of this. And so there&#8217;s potentially multiple dozens of different pathways that you could pick. And whilst you say that, once you&#8217;ve decided you&#8217;ve got to stick to that, well, that&#8217;s fair enough, but the fact that you&#8217;ve got so many different ways that you could choose. That to me as a university student would&#8217;ve been really appealing. The fact that there&#8217;s so many different things that you could do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:15] <strong>Ivana Ćirković:</strong> Yeah. And once they got in, the overall input that we get from students that, first they don&#8217;t know that something like this exists. And once they go deep and start work, it&#8217;s like, wow. The whole mind just shifts, and they are amazed by all the possibilities that they can do within WordPress that isn&#8217;t talked about.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:36] <strong>Nathan Wrigley:</strong> Yeah. And I presume they get to do it in the way that the WordPress community works, which is remotely distributed and when you wish to do it. So long as I, you make the end of the university period of whatever a semester is or something, so long as you make the deadline, you can do it at night or in the early morning or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:57] <strong>Ivana Ćirković:</strong> Exactly. So they are training to be like workers as we all are today, that are not restrained with some deadlines or by official university rules. They&#8217;re accountable for the final output. How will they come to that output? It&#8217;s entirely up to them because, yes, they are young but they&#8217;re not so young that they cannot be held accountable for their actions. So they need to do the work. We got weekly mentorships and assessments. So it&#8217;s a fun ride.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:31] <strong>Nathan Wrigley:</strong> So just touching on that, the sort of ongoing support that every student needs, because with the best rule in the world, there&#8217;s a proportion of students who will leave everything to the last minute. I&#8217;m looking at myself in the mirror when I say that. So that ongoing support, it&#8217;s a weekly sort of huddle. And is that like a one-to-one thing or is it a one to many thing?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:50] <strong>Ivana Ćirković:</strong> Yeah, so depending on the number of students, if a mentor has a one or two students, it can be one-to-one. If there are more like five or six, it&#8217;s better to have a group meeting on a weekly basis, and then Slack chats in between if anything is more needed than that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So basically we go through what they did last week, are there any setbacks or they need additional help, or do they need information from other parts of the team? Are they interested in something else? So we are really trying to get them involved in a way that matters to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that each student needs to do, no matter section they chose, is to create a blog and to have weekly blog posts. So we discuss about that. What interests them. Whether they want to be something personal like, or professional like. So it&#8217;s very interesting to see how they think and how they express themself and how they build their online persona.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:55] <strong>Nathan Wrigley:</strong> Do those huddles take place on a, let&#8217;s say university by university basis? So for example, when you join and you mentor students, are they from the entire WP Campus project, or are you doing it from the university of this town and the university of that town?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:13] <strong>Ivana Ćirković:</strong> No, it&#8217;s mixed and matched.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:14] <strong>Nathan Wrigley:</strong> So, okay, well that&#8217;s a real strength as well it feels, because presumably then you&#8217;re on a call with people potentially from all over the world. Certainly people that you may not have encountered before. And those sort of serendipitous chance encounters can sometimes be some of the more meaningful ones. You know, work comes out of those things, and meetups come out of those things, and unexpected things come out of those things. So that must be really nice as well, watching those kind of things happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:42] <strong>Ivana Ćirković:</strong> Yeah, it&#8217;s like nothing I experienced before. And just to have the privilege to talk and work with those people, you never know what can come up out of them, and out of our connections. And I get inspired every time we have chats and they make me want to be a better educator.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:03] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:04] <strong>Ivana Ćirković:</strong> So, yeah, that&#8217;s my take out of all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:06] <strong>Nathan Wrigley:</strong> Yeah. Okay, so there&#8217;s actually some psychological benefit for you as well. You get a real nice feeling of it. Okay, that&#8217;s really good.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the best will in the world, a university, every year there&#8217;s a cohort of children, young adults, whatever it may be, whichever institution it is, and a proportion of them will work diligently and hard and they will succeed. And some others maybe not so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How does that work? How do you ensure that everybody gets through it? And I don&#8217;t know if there&#8217;s enough data to answer this question. Again, I&#8217;m doing air quotes, how is the pass rate? Do most people that embark on this get through the necessary things? Or is there a fair bit of, I don&#8217;t know, discipline, for want of a better word, that needs to be applied and cajoling people to get through it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:46] <strong>Ivana Ćirković:</strong> Yeah, so I touched base on the accountability. So we have not strict rules, but recommendations. Weekly mentor chats, async communication through Slack. They all have weekly tasks that needed to be done. So if a student don&#8217;t answer the message or come to weekly mentor call three times, they are no longer WordPress Credit students. And that is the accountability.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You need to show yourself that you are willing to do the work. So if you don&#8217;t care, we won&#8217;t force you to do that if you don&#8217;t want to. We will set reminders, we will call back, we will reach out. But if you are no show, no tell anything for three times, then evidently you are not for that. You don&#8217;t wish to be there, and we won&#8217;t force you to be there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> And then in some way, are you required then to report that back to the institution and sort of say, okay, we&#8217;ve reached the end of the road here, and then it&#8217;s for them to figure out how that impacts. And presumably the students can.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Ivana Ćirković:</strong> Their grades, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Nathan Wrigley:</strong> Yeah, their grades what have you, okay. Touching back on the sort of business side, because we&#8217;ve dwelled a lot with students and universities and we&#8217;re going to stay with students, because that&#8217;s really the underpinning of the whole thing. How has the business side of things, is it taking off? You were describing that it&#8217;s kind of like a new thing. Have you got any sort of success stories or anecdotal evidence that people do in fact want this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:15] <strong>Ivana Ćirković:</strong> Yeah, so it&#8217;s still fairly new, so we don&#8217;t have those anecdotes yet. One of the reasons why I&#8217;m here at the WordCamp Europe is to find out and to get new perspective from businesses to like reach out to them to see what they think about the program. Would they want to be evolved. And how to give tips, maybe how we can improve. So stay tuned for more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> Yeah. And it is interesting, when you walk around an event like this, I don&#8217;t have the exact numbers, but the demographic is definitely skewing older. There&#8217;s not so many 18 year olds. And if this community wishes to carry on, at some point the age demographic will get to retirement age.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:57] <strong>Ivana Ćirković:</strong> Yeah. Just last night we were talking. I&#8217;ve been in the community for 11 years. And for 11 years all the same faces are here. And we really need new faces. But to get new faces, WordPress Credits is one part of the solution. But then again, we need to meet young people where they are. And they are not on the conferences, they are not on websites, they don&#8217;t use websites, they don&#8217;t care about websites. They are on very specific social media channels. And if we want to get fresh, new, young blood, we need to go there and to present what we do in a way that matters to those kids.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:35] <strong>Nathan Wrigley:</strong> In terms of success, if you were to, I don&#8217;t know, let&#8217;s imagine that we could cast our minds forwards five years, let&#8217;s go for that. What would you like to have happened with WP Credits? Would you like, for example, to see a bunch of 20 somethings wandering around in an event like this? Does it matter that they&#8217;re involved in the community and doing WordPress events and contributing to Core and those kind of things? Or is success just more broadly, people are using WordPress? You know, it&#8217;s still a project. What&#8217;s your take on, what does success look like in five years?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:08] <strong>Ivana Ćirković:</strong> For me, I would like to see more young people involved. Yes, we will always have users because in its core, WordPress is a very useful tool. And I&#8217;m happy to stumble upon that tool many, many years ago to use it both personally and professionally. But I really want to see young people involved in a way that we were involved 10, 15 years ago, and to see what can happen with WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I strongly believe it&#8217;ll be transformed, not with AI or all other flashy trends. WordPress has always been about people. And we need new people, we need young people to get it where it needs to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are getting older and don&#8217;t have strengths or stamina to do so for how many long years. By having new kids, fresh perspectives, I&#8217;m really excited to see what they can come up with next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:08] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of handing over the baton in a way, isn&#8217;t it? Seeing what the future holds. Yeah, I definitely have concerns that the age demographic is skewing. And no matter what has happened in the past, I don&#8217;t see it being backfilled with younger people moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think that&#8217;s largely because we just assumed that that age demographic would fill itself, because we were excited about it, so the younger generation will be excited about it. Well it turns out the world moved on. And TikTok came along, and YouTube became a massive thing and mobile phones and all the different platforms became a thing. And so the attention was put elsewhere by many young people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I suppose we needed to come up with a system where we are, in a sense, just putting it in front of their face and saying, look, it&#8217;s here. You know, you&#8217;re a university student, you are somebody looking for work in a small business. Here&#8217;s a credible way of getting involved in something which potentially could change your life. That seems like the most credible way of doing it at the moment. And I guess we&#8217;ll just have to see what the next five years brings.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, is there anything that you felt you wanted to touch on that you wanted to get out of this chat before we finished?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:15] <strong>Ivana Ćirković:</strong> No, I think you did it masterfully. And we touched base on everything that needed to be said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:20] <strong>Nathan Wrigley:</strong> Perfect. In that case, I will say Ivana, thank you for chatting to me today. Fingers crossed that your presentation goes well tomorrow, and that you pack the place out, and that by this time next week, you are extremely busy with the WP Credits program. Thanks for chatting to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:34] <strong>Ivana Ćirković:</strong> Thank you. Thank you for inviting me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She’s an active participant in WordPress events, having attended and spoken at numerous local and international WordCamps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real-world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness on the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and open source contributions. We explore how universities can modernise their curriculums and add real-world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program’s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on WordPress.org. Ivana shares the opportunities and challenges for both educators and businesses, with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in the future of WordPress, education, or bridging the gap between academia and industry, 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://learn.wordpress.org/course/wordpress-credits/\">WordPress Credits</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wpbakery.com\">WPBakery</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/what-it-really-means-to-be-a-part-of-the-wp-credits-program/\">What it (really) means to be a part of the WP Credits program?</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, 01 Jul 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: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:75:\"Open Channels FM: BackTalk on Support, Decision-Making, Reputation and Risk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2556251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://openchannels.fm/backtalk-on-support-decision-making-reputation-and-risk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Insights on community support, decision-making, starting new projects, and the importance of agency reputation in hosting. Engage and share!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 13:11: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: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:64:\"Aaron D. Campbell: Open Source Support Can’t Depend on Charity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://aarondcampbell.com/?p=2933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:470:\"<p>Companies depend on open source software. Supporting the projects that support your business shouldn\'t be treated as charity; it should be part of sustaining the infrastructure, ecosystem, and user trust your products rely on.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\">Open Source Support Can&#8217;t Depend on Charity</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 13:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s: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:63:\"Open Channels FM: Thoughts on the Human Side of AI Acceleration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/thoughts-on-the-human-side-of-ai-acceleration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"AI is evolving super fast, boosting productivity but also causing burnout and a loss of human touch. We need to balance tech with authentic human insights.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 11:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:50:\"WordPress.org blog: The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4846:\"<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://aileaderswp.blog/\"><img alt=\"\" class=\"wp-image-20975\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" /></a></figure>\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 has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</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\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </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\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</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/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\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>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:\"\";}}}}}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:85:\"Open Channels FM: Six Months In: What Open Channels FM Has Been Talking About in 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://openchannels.fm/six-months-in-what-open-channels-fm-has-been-talking-about-in-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"In the first half of 2026, conversations on AI\'s impact, WordPress 7.0 launch, and the importance of the open web emerged. Key themes included rethinking work, community, and embracing uncertainty.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 07:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:14:\"Matt: Om 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=153359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/06/om-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:3576:\"<p class=\"wp-block-paragraph\">There has been a lot of excitement about the OmFest idea. If you&#8217;d like to attend or contribute, <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform?usp=header\" rel=\"noopener\" target=\"_blank\">please fill out this form as soon as possible</a> so we can gauge the type of venue we need.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s truly a testament to how Om lived life to see the outpouring of remembrances <a href=\"https://om.co/2026/06/24/1966-2026/\">in comments on the post</a> and <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">around the web on Techmeme</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I do wish he had been more public earlier in his health journey. You never know what you&#8217;ll learn. I&#8217;ll take that as a lesson for myself if I&#8217;m ever in a similar situation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There have been some great long-form writings about Om:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://daringfireball.net/2026/06/om\">John Gruber ties together Apple, the Yankees, and luggage</a>.</li>\n\n\n\n<li><a href=\"https://staceyoniot.com/thank-you-om-malik/\">Stacey Higginbotham</a> from the original GigaOM.</li>\n\n\n\n<li><a href=\"https://mathewingram.com/work/2026/06/25/om-malik-1966-2026/\">Mathew Ingram</a>.</li>\n\n\n\n<li><a href=\"https://www.nytimes.com/2026/06/26/technology/om-malik-dead.html\">The New York Times did an obituary</a>.</li>\n\n\n\n<li><a href=\"https://www.hodinkee.com/articles/in-loving-memory-of-om-malik-friend-writer-venture-capitalist-and-ever-the-believer\">Ben Clymer on Hodinkee</a>.</li>\n\n\n\n<li><a href=\"https://runtimewire.com/article/om-malik-taught-silicon-valley-to-read-itself\">Ryan Merket on RuntimeWire</a>.</li>\n\n\n\n<li>Om introduced <a href=\"https://krutal.blog/2026/06/26/om/\">Krutal Desai as his son</a>.</li>\n\n\n\n<li><a href=\"https://susanhobbs.blog/2026/06/27/the-gravity-of-om/\">Susan Hobbs</a>.</li>\n\n\n\n<li><a href=\"https://pradeep.md/2026/06/25/om.html\">Pradeep Elankumaran</a>.</li>\n\n\n\n<li><a href=\"https://blog.naveen.com/2026/06/om-2/\">Naveen Selvadurai</a>.</li>\n\n\n\n<li><a href=\"https://explorers.com/my-friend-om/\">Christopher Michel</a>.</li>\n\n\n\n<li><a href=\"https://x.com/jgheller/status/2070267958891524448\">Jonathan Gheller</a>.</li>\n\n\n\n<li><a href=\"https://x.com/mamoonha/status/2070255545643364515\">Mamoon Hamid</a>.</li>\n\n\n\n<li><a href=\"https://boingboing.net/2026/06/25/om-malik-1966-2026.html\">Rob Beschizza on Boing Boing</a>.</li>\n\n\n\n<li><a href=\"https://www.airsugar.com/p/om-malik-1966-to-2026\">Brian Sugar</a>.</li>\n\n\n\n<li><a href=\"https://hugo.blog/2026/06/25/r-i-p-om-malik-%f0%9f%96%a4/\">Hugo Barra</a> on how Om got him to write.</li>\n\n\n\n<li><a href=\"https://everwas.com/2026/06/om/\">Ian Kennedy</a>, also with some great quotes.</li>\n\n\n\n<li><a href=\"https://toni.org/2026/06/25/om-malik/\">Toni Schneider</a>.</li>\n\n\n\n<li><a href=\"https://seanbonner.com/2026/06/29/death-and-what-we-leave-behind/\">Sean Bonner</a>.</li>\n\n\n\n<li><a href=\"https://battellemedia.com/archives/2026/06/remembering-om-malik\">John Battelle</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">I know I&#8217;m missing a ton, I&#8217;ll update the above. I also added a <a href=\"https://ma.tt/2026/06/om-forever/\">few more vignettes and pictures to the last post</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153374\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0420-1024x768.jpg?resize=604%2C453&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Jun 2026 16:34: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: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: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:73:\"Open Channels FM: Why “It’s Dead” Says More About You Than the Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://openchannels.fm/pop-the-email-is-dead-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Email isn’t dead. Sure, email marketing might not work for everyone, but it’s still crucial for many businesses and personal 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:\"Fri, 26 Jun 2026 09:08: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:26:\"Matt: All Roads Lead to Om\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/06/om-forever/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7104:\"<p class=\"wp-block-paragraph\">Yesterday, my best friend and brother from another mother, Om Malik, <a href=\"https://om.co/2026/06/24/1966-2026/\">passed away</a>. </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\">They say that blood is thicker than water, and what we had was way thicker than blood. — Bob Weir</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Om&#8217;s request was for a small family prayer ceremony. In mourning, that will be all there is. In celebration and tribute, I love that everyone is <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">sharing their Om stories online</a>, like the <a href=\"https://explorers.com/my-friend-om/\">writing and photography Christopher Michel shared</a>, which very much embody the OG spirit of blogging that Om pioneered.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">A Renaissance Man</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I knew Om contained multitudes, but sitting by his side these last few weeks, I&#8217;ve been amazed to learn how many deep and completely separate communities he was part of. He meant so much to so many, in so many different ways.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Om loved putting on a good conference, and I&#8217;d like to celebrate his life with an awesome event on September 29, 2026 (his 60th) in San Francisco, like an <strong>OmFest</strong>. I&#8217;ll find a space where every community from the many facets of Om can come together. In the spirit of Open Source and co-creation, we can have some booths, flash talks, a gallery of his photography, pen showcase, and whatever other fun ideas people want to contribute. I can&#8217;t wait for the beautiful collision of his tech / journalism / Indian party planner / pen / coffee / shoes / photography circles, and probably some niches I couldn&#8217;t even imagine.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">A Few Vignettes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I have so much to say about Om, but right now I&#8217;m working on <a href=\"https://om.co/2026/06/24/1966-2026/\">moderating comments</a> and keeping his website tip-top, so here are a few snippets:</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fundamentally, Om was a lover of humanity. He became a fast &#8220;regular&#8221; everywhere he went. He wouldn&#8217;t just buy coffee, he would also learn the name and story of every barista, the dogs and people in South Park. His deep curiosity and respect weren&#8217;t just for the fine and famous. It extended to every soul that crossed his path. His encyclopedic knowledge and photographic memory created connections not just in San Francisco, but all around the world wherever we traveled. (I need to pull the stats, but we went to five continents together, including Antarctica.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">He loved people and their stories. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om and I were an odd couple. We met online through forums and email because Om was one of the earliest adopters of WordPress. We finally met in person in 2004 when I was 20 and he was 38. He connected me to the first investors I ever spoke to, Phil Black, who formed True Ventures, and Tony Conrad, and introduced me to Toni Schneider, my business soul mate, who became like a co-founder as the CEO of Automattic in our first 8 years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And of course on the internet. I don&#8217;t know how we would count, but I would guess Om read at least 1 or 2% of the whole thing.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om was a voracious learner. I was there when he first used chopsticks, and only a few months later, he knew every sushi restaurant in San Francisco and exactly what he liked at each.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om is probably in the top ten in the world for finding things incredibly early. That&#8217;s why he has the best usernames! How does one guy get the @om username on WordPress.com in 2005 (user ID 719), <a href=\"https://x.com/om\">Twitter in 2006</a>, <a href=\"https://www.instagram.com/om\">Instagram in 2010</a>? The first WordPress meetup was at <a href=\"https://www.chaatcornersf.com/\">Chaat Cafe (now Corner)</a> in 2005, <a href=\"https://ma.tt/2005/01/meetup-aftermath/\">8 people showed up, and Om was one of them</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">One of the biggest lessons I learned from Om is the deep appreciation of craft. When he took an interest in photography or pens, he would somehow find his way to the most obscure, highest-quality expression of that form. &#8220;What Would Om Want?&#8221; is a question I will always ponder. I want to craft products that would make Om proud.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">Om&#8217;s last word was &#8220;love.&#8221;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153336\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MCM_9460-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">In a jitney on our trip to India in 2009</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153338\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/om-citizen-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">The day Om became a US citizen </figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153340\" height=\"402\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MAT_2822-1024x681.jpg?resize=604%2C402&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">In NYC with the True crew, 2008</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153342\" height=\"403\" src=\"https://i0.wp.com/ma.tt/files/2026/06/MCM_0056-1024x683.jpeg?resize=604%2C403&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">Matching dyed blonde hair, 2016</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153345\" height=\"805\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0284-768x1024.jpg?resize=604%2C805&#038;quality=89&#038;ssl=1\" width=\"604\" /><figcaption class=\"wp-element-caption\">With a golden heart, 2025</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Nothing Gold Can Stay, by Robert Frost</h2>\n\n\n\n<pre class=\"wp-block-verse\">Nature’s first green is gold,<br />Her hardest hue to hold.<br />Her early leaf’s a flower;<br />But only so an hour.<br />Then leaf subsides to leaf.<br />So Eden sank to grief,<br />So dawn goes down to day.<br />Nothing gold can stay.</pre>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Jun 2026 03:02:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s: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: The Rise of Messaging as the Universal Tech Interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-rise-of-messaging-as-the-universal-tech-interface/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"Messaging is emerging as the universal interface for interacting with technology, simplifying complex tasks into straightforward communications akin to texting, thereby enhancing productivity and reducing technical barriers in digital engagement.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jun 2026 12:11: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:81:\"Open Channels FM: Aligning WooCommerce Marketing Strategies for Community Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/aligning-woocommerce-marketing-strategies-for-community-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"In this episode we’re chatting about a topic that matters to everyone in the WooCommerce world and beyond: how OSS communities can come together to market themselves more effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jun 2026 09:08: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: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:113:\"WPTavern: #222 – Destiny Kanno, Anand Upadhyay, Maciej Pilarski on How WordPress Education Programs Are Growing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=204958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/podcast/222-destiny-kanno-anand-upadhyay-maciej-pilarski-on-how-wordpress-education-programs-are-growing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80884:\"<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, how WordPress education programs are growing.</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 are joined by three WordPress Education Initiative leaders, Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they have spent years at the heart of WordPress training and outreach, working in roles spanning community education management, plugin development, and credit program administration. Their efforts have helped shape student engagement and university partnerships across the globe, introducing thousands of learners to WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on the current landscape of WordPress education with particular attention to three key initiatives, the WordPress Credits Program, Campus Connect, and Student Clubs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Each initiative is designed to provide unique entry points for students of all ages and education levels. From high schoolers building their first site in a library to university students earning official credits for open source contributions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discussed the different approaches these programmes take. WP Credits ties student work directly to academic credit and mentorship. Campus Connect provides flexible, community driven, events in diverse locations and Student Clubs foster sustainable, peer led, learning within schools and other institutions. We explore how these models feed into each other, building a sustainable ecosystem for ongoing growth in the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also get into the importance of repeat campus partnerships, the need for scalable facilitator training, and the role of recognition, certificates, badges, and public showcases in keeping students motivated and validated in their journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re curious about the growing movement to bring WordPress knowledge to the next generation, or are looking to get involved with education in your local community, 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 Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Destiny Kanno, by Anand Upadhyay and Maciej Pilarski. Hello, one and all. Nice to have you with us.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:29] <strong>Destiny Kanno:</strong> Hello. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Anand Upadhyay:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:31] <strong>Maciej Pilarski:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> So a few months ago, back in, I think it was September 2025, I was joined by two of the three participants on the call today. I was joined by Destiny and I was joined by Anand. We were also joined at that point by Isotta, but she&#8217;s not on the call today. We&#8217;ve obviously got a wonderful replacement, Maciej who&#8217;s going to do a fabulous job explaining the bits and pieces here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But the intention of that episode, which you can find on the WP Tavern website, it&#8217;s episode number 183, was to find out about all of the overlapping education initiatives in the WordPress space. And it was born, I think, largely out of a sense of curiosity on my part, but also a somewhat sense of confusion, because there were lots of things which were going on. Some of them seemed to be slightly overlapping. There was a conflict of names in some cases. So that episode was laying out the groundworks of what has been happening in the WordPress space.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When that conversation finished and we&#8217;d click the stop record button, I said, that was absolutely fascinating. This seems to be moving at such a rate, wouldn&#8217;t it be good to revisit this whole subject in about six months time?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Well, we missed that target, but here we are, maybe eight months later. I think my intuition at that point was correct, because being a close observer of what&#8217;s going on in the WordPress community, I think it&#8217;s fair to say that the educational space has been somewhat turbocharged during the last eight months.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so today&#8217;s episode, with the help of the three people I&#8217;ve just mentioned, is to describe what&#8217;s going on, what&#8217;s changed, maybe some things that have been mothballed, but certainly a lot of things that are new and interesting and have gained a lot of momentum.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think, dear listener, the intention of this episode is to get you involved. Is to get to the end of this episode and for your curiosity to have been turned into action. To have gotten you out of your chair, written an email, turned up to an event, helped organise a thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So please have that in the back of your mind. If you&#8217;re sitting listening to this in a car, at your desktop, there is actual action that could be taken at the end of this. I think the intention of all four of us on this panel would be dearly for that to happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s establish the credentials of the people that we&#8217;re going to be talking to today. So we&#8217;ll just do a little potted bio of you one at a time. So we&#8217;ll begin with Destiny, if you could just tell us a little bit about you, your relationship with education in the WordPress space, I suppose would be apropos.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:01] <strong>Destiny Kanno:</strong> Yeah, absolutely. So again, Destiny Kanno. I&#8217;m currently working as an education program manager sponsored by Automattic. And I work directly with the Make WordPress Community Team. And I also work adjacently with the training team as well, because education training materials, they go pretty hand in hand. And I&#8217;ve been doing this now for about four years and, yeah, it&#8217;s just evolved since my original time working on Learn WordPress, and that relaunch that happened, to now, yeah, these wonderful programs that are spreading like wildfire as you said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:37] <strong>Nathan Wrigley:</strong> Fantastic. Thank you so much. Okay, we&#8217;ll move over to Anand for the same sort of introductory moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:43] <strong>Anand Upadhyay:</strong> Yes. So my name is Anand Upadhyay, and I run the WordPress plugin development company, WPVibes. Apart from that, I&#8217;m very much involved in the WordPress community and I contribute in multiple ways. It can be documentation, it can be Core, Polyglots. But I&#8217;m also keenly involved in the community part, and specifically I can say with the education initiatives, I started with WP Campus Connect in WordPress Campus Connect in 2024. And since then, after that we started joining hands with Destiny and we started evolving this program in a much bigger shape. So that&#8217;s it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:16] <strong>Nathan Wrigley:</strong> Okay. Thank you so much. And last, but by no means least, Maciej.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:20] <strong>Maciej Pilarski:</strong> Yeah. Thanks for having me. My name is Maciej Pilarski. So I&#8217;ve been doing anything related to WordPress pretty much since 2007, so that&#8217;s been a while. But the biggest breakthrough for me was 2014 when I actually volunteered to WordCamp Europe in Sovia, Bulgaria. That opened my eyes to the whole community, everything that is happening around WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And since then, pretty much I&#8217;ve been working for multiple companies from the WordPress ecosystem. I joined Automattic in 2016. For many years I&#8217;ve been a Happiness Engineer, and since October last year, I&#8217;ve joined Isotta as one of the admins of the WordPress Credit program. And since that time, I will have been helping her out to grow that initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And Destiny mentioned, it spreads like fire because at that time we had six universities onboarded, now we are at 21. The 21st, we got it after WordCamp Asia actually through a connection made there. And it&#8217;s our first institution from Africa, from Uganda. A huge shout out to Stephen Dumba, who I connected with during the event. And after that, pretty much a week after we signed our first partnership from Africa. So we&#8217;re actively growing and getting new institutions on board.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:42] <strong>Nathan Wrigley:</strong> Thank you so much. Gosh, there was an awful lot in there, wasn&#8217;t there? That was really interesting. We&#8217;ll try and unpack quite a lot of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Firstly, a sort of slightly personal message from me. I don&#8217;t usually reveal much about myself on this podcast. I take the position that I&#8217;m a, kind of like an interested party, but don&#8217;t really give much of my own thoughts. However, this is different because I cannot think of a more interesting, meaningful, moral, let&#8217;s go with that word as well, use of time than educating people. It simply is the most profoundly useful thing to do with your life.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, obviously people will have different opinions about that, but the juxtaposition of free open source software, in this case WordPress, and education is a real sweet spot for me. I just think that is such an amazing thing to be involved in, to have going on in the background.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you think about it, an open source project, like how many open source projects have this level of stuff going on in the education space, this real international footprint. Things going on which we&#8217;ll find out about in a minute. It&#8217;s really fascinating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I am sure that the listenership to this podcast, the vast majority of people listening will never have encountered much of this before. Maybe they&#8217;ve seen stuff on Learn because they want to technically learn about WordPress in an online capacity, but we&#8217;re going to be delving into real world events affecting real adults, real youngsters.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so anyway, that&#8217;s my little bit at the beginning, just how curious it is that the project is so big that we&#8217;ve got this international footprint of education. And so I suppose what we should do right at the beginning is lay out the different initiatives and just name them, and try to figure out how they differ from each other. Just so that we&#8217;ve got some kind of awareness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I don&#8217;t know which one of you wants to take that, but if maybe you take one each or something, I don&#8217;t know. If we just want to lay out the, just erect that tent basically so that we know what the initiatives are called, and how they differ from one another. So I&#8217;ll open that up. Whoever wants to step in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:48] <strong>Maciej Pilarski:</strong> I can start with the Credits Program. So the Credits Program is based, it&#8217;s a contribution based program, internship, initiative by the WordPress Foundation that connects higher education students with the global open source community. So basically it&#8217;s an opportunity for the students as part of the educational curriculum to contribute to the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There are two types of courses that the students can do. One of them is 50 hours, the second one is 150 hours. Usually the students do that during a full academic semester. And as part of that, students are first onboarded into the WordPress ecosystem and the wider open source ecosystem where they learn not only about WordPress, but open source as a whole, and how crucial it is for the internet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then the second phase is picking the contribution area to which they would like to contribute. All the contributions areas basically are the ones that are listed at make.wordpress.org. So any team that is listed there, students can pick from that area. During that phase, they work on a particular area that they have selected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And finally, during phase three, they wrap up the whole achievements, the contribution, what they did, they publish a final post. And what is also very important as part of the credit scores, students have also assigned a mentor from the WordPress community that guides them through the whole process. We don&#8217;t leave them alone. We connect them with actual mentors from the WordPress community that are vetted by us, that guide them through the whole journey into the contribution and the whole WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it works on multiple levels. For me, this connection is also special because it builds this bridge between the previous generation of WordPress contributors to the new one where they are introduced and can start working on any fields of contribution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What is also important is that this is not limited to technical universities. Pretty much any type of university can participate in the program. The first university that we started with was University of Pisa, and it was the humanity studies. So the students from humanity field were the first group who started the Credits Program. There&#8217;s room for pretty much anyone from any field.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:18] <strong>Nathan Wrigley:</strong> Okay. There&#8217;s a lot there. Wow. I&#8217;ve just been taking notes and I&#8217;ve almost filled an entire A4 page. So WP Credits, the WordPress Credits Program, I guess the name sort of gives it away. The idea here is that you trade time for university or higher education credit. So credit being, I suppose if you were to atomise your three year degree, you might do, I don&#8217;t know, 12 modules or something like that. The idea is that one of those modules, perhaps it&#8217;s more, becomes something in the WordPress, but also curiously the free open source software space as well. I didn&#8217;t actually know that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The idea is that you link up with real world institutions. So the first one was Pisa, and maybe we can get into which other ones have come along. And in exchange for 50 hours or 150 hours, you will be given that credit, which can then go to the overall awarding of a degree or whatever it is that you are hoping to get.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;re then linked up with team members, WordPress community team members who will mentor you and shepherd you through this process. And the idea is that it culminates, I think you said in a final post, which I suppose in a sense is a bit like a dissertation or something like that, you sum up all the different bits and pieces. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:29] <strong>Maciej Pilarski:</strong> Once that happens, the students also receives an official certificate from the WordPress Foundation, signed by Matt himself, that certifies that they completed the course. And what is also important to know, the whole progress through the course and what they did during the course, it&#8217;s also stored on the wordpress.org profile. So any contributions that they did, for example, photos that they&#8217;ve uploaded, this all will be visible on the wordpress.org profile. And they also receive a special badge dedicated to students who graduated from that program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it really gets them started into the WordPress ecosystem, and at the same time creates something like a small portfolio for any future company that would like to, for example, hire them. Because they have a proven history of contributing to the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:20] <strong>Nathan Wrigley:</strong> Okay, so that&#8217;s an interesting quid pro quo, isn&#8217;t it? So the idea is you do all this work, which on the face of it, I suppose looks very philanthropic, you know, you&#8217;re giving up your time, but you get a real thing at the back end of it. You get a certificate. You can then presumably apply for jobs and indicate, okay, I&#8217;ve done this, I&#8217;ve contributed in this meaningful way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What I think is really interesting there, and it kind of gets lost, I&#8217;ve worked in education in the past and I know the red tape that&#8217;s involved in doing anything in the education space. There is so much red tape. And I can only imagine what&#8217;s happened in the background to enable these kind of things. You know, the back and forth, the tennis of emails that go on and on and the proof that&#8217;s required to categorically show that this thing that we are doing is worth something. You know, it&#8217;s not just this Mickey Mouse. We use that expression, Mickey Mouse kind of qualification that really, it doesn&#8217;t actually require any hard work. It&#8217;s just there, nothing really in it, but you get an accreditation anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I can only imagine the hard work that has gone in every single time you touch a new institution, trying to convince them that this is legitimate, that this is real. You&#8217;ve just kind of glossed over all of that by just describing what is in existence, not necessarily what has gone on to make it happen. I know that there&#8217;s probably more than the three of you involved in this, but my profound thanks for all of that hard work, which presumably is utterly and completely invisible. And I can only imagine what&#8217;s going on there. So yeah, thank you for all of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:54] <strong>Maciej Pilarski:</strong> Thank you for that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:54] <strong>Nathan Wrigley:</strong> So that was WP Credits. So that was one wing of the things that we&#8217;re going to discuss today. Should we move on to another one and maybe somebody else wants to take the helm?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:03] <strong>Anand Upadhyay:</strong> I think Destiny can take Campus Connect and then I will take Student Clubs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:06] <strong>Nathan Wrigley:</strong> Okay. Destiny, let&#8217;s move over to you and see what you can tell us about something different.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:11] <strong>Destiny Kanno:</strong> Yeah, so I&#8217;d love to tell you more about WordPress Campus Connect. And the way we ended with WordPress Credits, I think is also very critical to the story of Campus Connect because, you know, it started with Campus Connect first, and that&#8217;s how organisers such as Anand and Pooja like were able to get those connections with the universities through being boots on the ground, you know, having those relationships. Proving through action that these activities that we&#8217;re doing with the students are having real impact and are showing real results.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Slowly building up these kind of case studies in a way has helped open a lot of doors, especially with Campus Connect now, we&#8217;ve done a lot of events, especially since we last talked. Like I think this year alone, we&#8217;ve already had 22 Campus Connect events. So, like it&#8217;s not even half the year and it&#8217;s quickly becoming one of the biggest run events, WordPress official series.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But these events are like a way of opening the door, right? Hey, here&#8217;s a free learning opportunity for your students. And as you said, like the red tape is there. A lot of institutions are like, wait, so what&#8217;s in it for you? Why is, there&#8217;s a little bit of dubiousness sometimes in the reaction, right? You&#8217;re going to give your time to educate our students, why? But once they see, it&#8217;s like, no, we really are just passionate about spreading WordPress, showing students what&#8217;s capable with their website, how it applies to different skillsets as well. Like it&#8217;s not just for coders, it is for marketers, it is for designers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, there&#8217;s so many career opportunities that once we just get the foot in the door and we&#8217;re able to showcase that, a lot of institutions are like, okay, now I get it. I do want to highlight in Anand&#8217;s case, like they&#8217;re going to have their third WordPress Campus Connect in Ajmer this year. You&#8217;ve got repeat institutions. I&#8217;ve heard you also have institutions that are like, when are you going to come to our place and teach WordPress? You know, once the fire is lit and people see how bright and shiny it is, like people want to get involved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But as you said, like getting it to click for people, that is like the most difficult part. And I&#8217;ll give an example of, right now in Japan, we had our first WordPress Campus Connect event on the 9th of May. So I&#8217;m like, woo hoo. Like it finally happened. But we have this community in Japan that is like very passionate, very active. So when I first was like introducing the concept of Campus Connect, people were like, okay, but like how do we do this? What&#8217;s it about? It takes like a lot of presentations, a lot of going to people in person and talking. Helping them even shape the conversation that they&#8217;re going to have with the institution to sell this amazing gift of WordPress on their campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And after this one on the ninth, like now we have a case study in Japan that others can now use to be a starting point for those conversations going forward. So I think, once you have that one step, the gate just slowly opens until it&#8217;s just, the doors bang open in each way. But yeah, we&#8217;ve seen really great success with Campus Connect and it&#8217;s just like honestly, it just keeps growing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:30] <strong>Nathan Wrigley:</strong> Can I just ask a quick question? So I just want to draw a very clear line for everybody that&#8217;s listening to this, what the difference may be between Campus Connect and WP Credits. Because from the description that we&#8217;ve had so far, it may be that you&#8217;ve fallen into the trap of thinking, well, they sound like they might be the same thing. So could you just, Destiny, just tease out where Campus Connect differs? Maybe in the nature of the event, the timing of the event, the availability, the age group, those kind of things that separate WP Credits from the Campus Connect initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:02] <strong>Destiny Kanno:</strong> Yeah. Thank you, that&#8217;s like a really great distinction to make. So whereas WordPress Credits is geared toward higher education, Campus Connect is geared toward, honestly any level of students as long as they&#8217;re able to browse the web safely, and enjoy and participate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that means, Elementary school students now are pretty good at devices. High school students, college students, vocational students. We honestly kept the door pretty open in terms of what a campus means. We&#8217;ve even had a Campus Connect event in Uganda in a library, the Lira Public Library because students were able to go there right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">We were trying to make it as barrier free for students wherever their campus is. And so that&#8217;s, I think, the main difference. It&#8217;s more wide ranging in terms of who can participate as a student. And then also the fact that it could be a one-off event, so a one day event. A lot nowadays are multiple day events, they&#8217;ll maybe go two times out of a month, or a couple days consecutively. And then after that it&#8217;s up to really the organisers in the institution whether or not we have another addition on their campus the same year, or the next year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:15] <strong>Nathan Wrigley:</strong> I&#8217;m going to tease out a few things. I just want to point out to, me as an English person, that is to say, not an English speaker, but somebody from England, campus has a really defined definition, and it&#8217;s usually bound to a university. Whereas it sounds like the description here, campus literally means the place where education happens, not it&#8217;s 18 years old and older, you know, people doing degrees, bachelors and PhDs and that kind of thing. Basically, if there&#8217;s an institution somewhere, that&#8217;s what the campus is in this case. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the WP Credits program sounds like you forge your relationship with the university, and correct me if I&#8217;m wrong, it sounds like it takes place inside that institution, and it&#8217;s part of that program and what have you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Campus Connect initiative is much more ad hoc. It could be a one-off, it could be monthly, it could be inside a library, it could be inside the school, it could be an inside an institution. It feels a bit more like, I don&#8217;t know, a WordPress Meetup, but geared towards a younger audience or something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the minimum age requirement is really driven by your capacity to type on a keyboard and hold a mouse and those kind of things. And that&#8217;s kind of curious to me because I think my educational experience was always younger children. It&#8217;s really interesting how patterns are laid down at a very, very early age. Patterns that go on into much later life get laid down, typically at incredibly young ages. So this is fascinating for digging into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s not just about, say, the code, it sounds like code is on the menu, but it could be about marketing, it could be about design. Basically the gamut of anything online, CMSy, those kind of things. Okay, is there anything you want to add? Did I misunderstand anything there, or misstate anything there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:02] <strong>Destiny Kanno:</strong> No, I think you&#8217;re completely right. We&#8217;re trying to convey that WordPress isn&#8217;t just a blogging software that I think is still a lot of people have a mentality of. Like there are many ways to utilise it that goes beyond that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And one thing I did want to add are a couple numbers. So since WordPress Campus Connect became official in May of 2025, an official WordPress event series, I should say, we&#8217;ve had 42 completed events, with 71 participating institutions, and over 5,500 students have been reached.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:37] <strong>Nathan Wrigley:</strong> That&#8217;s something else. 42 events, 71 institutions, and I think you said five and a half thousand individuals. Good grief. I don&#8217;t know what the measure of success is for this, but that feels like success to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I mean, imagine turning up to a WordCamp, like a flagship WordCamp and five and a half thousand people descending on you. You&#8217;d feel slightly overwhelmed. That&#8217;s a lot, isn&#8217;t it? Gosh, that&#8217;s pretty remarkable. Wow. Congratulations.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:05] <strong>Destiny Kanno:</strong> And the majority, the outcome, the students make a website. So we could almost count those students as also new WordPress websites that are live now on the web. So within a year, organisers around the world have been able to make that happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:19] <strong>Nathan Wrigley:</strong> Could I just perhaps draw another distinction as well, just very quickly, because it sounds like the WordPress Credit system, because it&#8217;s binding itself to institutions, it sounds like there might be more paperwork going on there, and maybe more high level meetings that need to take place. Whereas Campus Connect feels much more community driven. It&#8217;s the kind of thing that, quite literally, anybody listening to this podcast with a fair wind could have one of those going in a handful of months. If they&#8217;ve got the right initiative and they can find the audience for that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Again, is that about right? There&#8217;s sort of more opportunity to become involved with the Campus Connect initiatives. You don&#8217;t need to have that academic background or have a point of contact at a university. You basically just need a building, some interest and a bunch of students.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:02] <strong>Destiny Kanno:</strong> Yeah, the key thing is, you know, having a real connection to the campus that you&#8217;re going to present at. But you&#8217;re exactly right. We tried really hard to lower the barrier to organise these events. Because I don&#8217;t know if you&#8217;ve organised a WordPress event before, there&#8217;s kind of a lot of hoops you have to jump through. And we&#8217;re like, okay, how can we think about this in a different way?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think that also has positive repercussions for how we organise other events too, that are, changes are being thought about too so that we can enable people and empower them to put these events, instead of bogging them down and process and a little bit of bureaucracy to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> So what&#8217;s really curious about that as well is we&#8217;re all in different parts of the world, aren&#8217;t we? People on the call today are in Japan and I&#8217;m in Europe and, Anand, are you in India? I think.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:47] <strong>Anand Upadhyay:</strong> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:47] <strong>Nathan Wrigley:</strong> Yeah. Each of those events, I guess would look quite different. The kind of nature of the attendees, the nature of the kind of building it might be in, the institution. And it really is, you just grab what&#8217;s around you I suppose, and work with that. If you&#8217;ve got a connection to an institution, you can go for it. Maciej, I feel like I crosstalked you. I think you wanted to say quite a few times and I&#8217;ve just interrupted. I&#8217;m very sorry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:08] <strong>Maciej Pilarski:</strong> No worries about that. So I wanted to add that those initiatives set backgrounds for each other. Because in some uni institutions, the interest sparks with a Campus Connect event, and that gets the institution interested in those initiatives, which sets background for WordCamp Credit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it happens also the other way around, where we start with an institution that starts credits and then we get the students interested in WordPress in general, the community, which leads to a Campus Connect event during the Credits Program. What is important is that those initiatives don&#8217;t compete with each other. They support each other.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:51] <strong>Nathan Wrigley:</strong> Right, so there&#8217;s a lovely virtuous cycle there, isn&#8217;t there? Where the two things can be going on in harmony, one promoting the other and they&#8217;re definitely not in competition. Okay. That&#8217;s really interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One final question on Campus Connect, and I&#8217;ll direct this at Destiny, just because she&#8217;s been handling that. With the WP Credits thing, there is this moment where you hold the certificate in your hand and you go, yay, did it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Is the same thing true of Campus Connect or is it more of a show up to the one event, you know that you did that, that was great, you can file that away in your own head as a thing? Or is there some sort of accreditation, or certificate giving, or badge giving, or profile updating that might go on on wordpress.org? Is there any sort of thing that the attendees receive, and I suppose that the people that are organising might receive as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:37] <strong>Destiny Kanno:</strong> Yes. So we do have a certificate of participation that students can receive signed by WordPress Foundation Executive Director, Mary Hubbard. And that just needs to be requested by the organisers ahead of time, because we need to get the signature and all that. So yes, they can come away with that. And we&#8217;ve heard really positive things about that, like it motivates them. They&#8217;re like, yeah, I did something, which they did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:01] <strong>Nathan Wrigley:</strong> There we go. That was WP Credits and WP Campus Connect.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Can I just say at this point, dear listener, if at this point you&#8217;re thinking hang on a minute, there&#8217;s a lot going on here, don&#8217;t worry, there&#8217;ll be show notes. If you go to the WP Tavern website, there&#8217;ll be show notes. I&#8217;ll try to list out as many sensible links to get you to the root of each one of these initiatives, so that you can begin your journey and fan out from there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m not sure what episode number this will be, but if you just go and search for, oh, I don&#8217;t know, Destiny or Anand or Maciej, you could probably find the episode that way. And all the show notes will contain all of the links.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right, in which case, I think it might be Anand&#8217;s turn. What have you decided to take on Anand?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:39] <strong>Anand Upadhyay:</strong> So I will be sharing my thoughts on the third part of this whole education initiative ecosystem. So that is a Student Club. Just a few minutes before you were giving the analogue of meetup with this Campus Connect. So I would like to share the same analogue with us because we are more accustomed with like other terms of WordCamps and Meetups and contributer days.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress Campus Connect is kind of like a WordCamp happening in the campus, because it&#8217;s like a big day event that holds everything happening, different kind of sessions, maybe workshops happening. So I would compare it with that thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And same way, credits thing, Credit Program is kind of like ongoing contribution series because more focused on the contribution part because the student devote 150 hours of their program. A lot of period goes to the contribution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And now the same way we, if we talk about the Student club, it&#8217;s similar to like the Meetups that we have. But these are the in campus meetups for the students and by the students. How do things get started? Like the Campus Connect introduce the WordPress to those campuses and to those students, but since most of the campus, it&#8217;s a once in a year event. So once this event has sparked something about the WordPress in the students. So keeping that momentum going on, that&#8217;s where the Student Clubs come in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the Student Club, it&#8217;s kind of like, as I mentioned, it&#8217;s like an in campus meet program. So a student can gather themselves, they can form a club and a couple of students can be nominated as club organisers, student club organiser from their campus. And then they organise the in-campus events, maybe like once in a month or twice a month, depending on academic calendar. There are a lot of hurdles in doing those things continuously.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But they usually do once or twice a month. They do a kind of a meetup in their campus. The students gathered together. They learn from variable resources available from WordPress. And from those resources, they share with the other students. It&#8217;s kind of a group learning, group study, that we use. Education live, we always do that. It&#8217;s kind of a group study. They&#8217;re learning from themselves. If someone has learned something, they are helping others to learn those things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I would just like to give some of the examples from my city. There are multiple Student Clubs are going on. When we went to the campus, we just taught like a small group of students about the WordPress, because we&#8217;d have some limitations of the resources, of the setting arrangement. We cannot call all the students of the campus and, okay, come together and I have a amazing workshop. So we have given the WordPress walk through to the limited number of students.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After that, they form a Student Club in their campus because they got very much interested. Then the first session they did was like, they started teaching to their juniors, like the students who have just entered the campus. They took a session for them. So they told, whatever we have told them, they have taught the same thing to the juniors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After that, in the next few session, they experimented different things. Like in some session they&#8217;re just doing a fun quiz around WordPress. And in some sessions they are doing a kind of like a, I would say like a hackathon kind of thing. So they are just picking up a website. Or you can, just similar to the speed build challenge that Jamie do. So they have just one website open on the screen and everybody&#8217;s like cloning that website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there are different ways students are engaging through those student clubs. So it is helping to keep the momentum going on so that the student keep learning about WordPress and they are also connecting with the community members for the guidance about how they can learn more. What should they learn next if they are sharing their experience. Like we have covered these things and, what should we go next?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And in the recent WordCamp Asia, they&#8217;re also one of the Student Club lead from my city. She joined the event and there are conversation with the, like other community members who has offered them like, okay, we can come to your campus, or we can do, have a webinar for your campus where we can teach you particular subjects, particular topics. Maybe they can talk about SEO, maybe they can talk about plugin development.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this is also opening the horizon for them, to learn from people across the world. So that is how the Student Clubs are happening. The examples I&#8217;ve gave, again, from my own city because I&#8217;m closely mentoring them, but there&#8217;s similar things are happening across the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it is helping to create a kind of sustainable environment for the long-term sustainable environment in the campus. So the next time when we go to that campus, we are not going to teach like the basics of WordPress, because we want like, the ecosystem should be built within the campus, so every student know about the WordPress. Because last time when we went to the campus, we have to tell everything about WordPress because why you should learn WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the Student Clubs, my ambition is that, wherever the Student Club is from, next time a Campus Connect event is happening, next time we should not tell them about what is WordPress and why they should learn this thing. There should be already a sustainable ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I feel that all these three programs are like very much interconnected. And the real impact of these programs, we will be able to see in the next two or three years. And there will be a regular ongoing activities around WordPress in the campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And these are also kind of a balance program as well. Like the Campus Connect is introducing WordPress to the students, Credits Program is motivating them more towards like the contribution part. And I would say that Student Clubs is more inclined towards getting new users to the WordPress. Because if we keep on focusing on the contribution, contribution, but if we discard the like increasing the number of new users, so we are not going to win. We need a balanced state.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Student Club is trying to, learning how to build website, how to mastering the skills of the WordPress. And later on, many of them are going to join the contribution part as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this whole ecosystem is built around bringing more people to the contribution, bringing more people to use WordPress, build websites, as in, for the individuals as a business as well. So that&#8217;s how all these three programrs are very much interconnected, and growing together fast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:16] <strong>Nathan Wrigley:</strong> It feels like, of the three things that we&#8217;ve talked about, so WP Credits, Campus Connect, the Student Club, this final one that you&#8217;ve just covered, it feels like that&#8217;s got a very flat hierarchy to it. In other words, there&#8217;s like this peer learning. So it feels like more or less anybody can show up and demonstrate anything, which might then lead to somebody else thinking, okay, that was interesting, I&#8217;ll take on next month&#8217;s one because I&#8217;ve now seen that&#8217;s doable. Less hierarchy, if you know what I mean? So a much more flat structure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:45] <strong>Anand Upadhyay:</strong> Because when we started Campus Connect, we also get a lot of attraction in the local community as well. And people join our Meetup groups. But then it becomes difficult for us, how to plan about the topics for our meetup. We have some experienced professionals coming in. We have some students coming in, and we plan the topics that suits the professionals. The student will feel like, okay, what&#8217;s they&#8217;re talking, we are not getting anything in our mind. If we bring the topics, very basic topics and the professionals who are joining the community meetups, they&#8217;ll feel like, okay, these are very basic stuff, why am I coming here?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Student Clubs giving them their own platform, giving them a own opportunity. Okay, these are all the familiar faces. It is also giving the opportunity to come on the stage, come onto the stage and get out of your fear as well. It is also generating leadership qualities in them. Okay, we have to keep this momentum going on and we have to keep the activities going on. So there are a lot of ways, apart from learning WordPress, there are a lot of other ways it is helping the students as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:40] <strong>Nathan Wrigley:</strong> When you have to stand up in front of a bunch of people and deliver something, obviously there&#8217;s a whole bunch of us that are just really confident at doing that, quite happy to stand up and do that kind of thing off the bat. But equally, there&#8217;s people for whom that is just the most terrifying experience possible. You know, standing up in front of two or three people, oh boy, you know, anything above that is just off the books.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I was just wondering about that, whether or not there&#8217;s, in this particular style of event, the Student Club, whether there is a growing corpus of, I don&#8217;t know, previously done topics or topic suggestions or slide decks or anything like that, which might enable people to feel that level of confidence? I don&#8217;t know if that&#8217;s something which is being put together. Just resources which enable somebody who doesn&#8217;t have the confidence, let&#8217;s go with that word, who then may gain that confidence. And I&#8217;m going to pass this to Destiny because she&#8217;s waving her hand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:30] <strong>Destiny Kanno:</strong> I was really hoping I could shamelessly plug this project. This is like, you&#8217;ve said the most opportune thing. So I&#8217;m actually developing right now what I&#8217;m like tentatively calling the Meetup Activity Library. It comes with like kits on certain topics. So for example, WordPress Playground was the first one I built. But it comes with the facilitation guide, which is a doc. So the facilitator can read through, understand the steps they&#8217;re going to go through in the activity, how to pace it. And then a presentation deck which they would display, if that&#8217;s available to them, to the folks that they&#8217;re presenting to. And it&#8217;s a hands-on activity only. So it&#8217;s not only presentation. The facilitator of course guides and talks them through things, but then people are getting hands-on experience with that topic along the way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:16] <strong>Nathan Wrigley:</strong> That is a beautiful remover of barriers, because I think just having that little document, that little crutch, you don&#8217;t have to feel that you, okay, I&#8217;ve got to come up with a topic. Not only have I got to come up with a topic, but then I&#8217;ve got to research the topic, deliver the topic. If you can have it all on a thing that you can crib from, I don&#8217;t know, it just arms you with that confidence as you walk in. I think that&#8217;s such a brilliant topic. And, Maciej.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:40] <strong>Maciej Pilarski:</strong> Both Destiny and Anand mentioned two keywords, sustainability and facilitator. The goal of also getting all those educational initiatives going is also create in a sustainable way. We&#8217;re not pushing for numbers, but growing them in a smart way where we don&#8217;t get too many students so we get overwhelmed. We need to have enough mentors to accommodate those students, and also enough facilitators to be able to scale the program, to grow it in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s exactly what Destiny is now doing, the Facilitator Training Program, which gets more people from the educational sectors, community organisers, everyone on board, to jump on those educational initiatives and help us to grow. Because the number of every, all those students involved in participating in those programs is increasing and we need to be able to accommodate them. And through the Facilitator Training Program, this allows us to do that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:42] <strong>Nathan Wrigley:</strong> It&#8217;s so interesting in open source software spaces as opposed to corporate spaces. I suppose the metric of success for anything like this in the corporate universe would be how many people showed up and gave us money in exchange for this knowledge or, you know, something akin to that. Basically a metric of humans in a room and money gained. And of course, the measurement of this is so not that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I did wonder, Destiny obviously very proudly rattled off the statistics for Campus Connect, you know, the five and a half thousand attendees and all of that. I wondered if there were success criteria of some kind in the background, which guide you. You know, it&#8217;s not like, okay, well we didn&#8217;t meet that we&#8217;re going to abandon it all. But more, things like you would like to see happen, so aspirational goals. It sounds from what Maciej was saying that maybe the attendance growing slowly over time is some kind of measure of success. Maybe there is none of that, but I&#8217;ll just open that one up to see if you want to take that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:38] <strong>Destiny Kanno:</strong> I think one definite measure of success is repeat events on certain campuses. So if the campus is saying, we love that, please come back, or please come again soon. I think that is a really great indicator that, not only did the students get something great out of it, but the school believes in it. And that&#8217;s what we want to do. We want to create these systems that, not only bring people into WordPress, but also continue this cycle of, you know, growth within the community, but also ownership by the institution.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Another measurement of success is the institution is like, okay, great, how do we learn how to do that ourselves? So we have some folks now working in the institution that are organising WordPress Campus Connect events that are helping facilitate these Student Clubs. So the faculty and educators themselves, they&#8217;re directly getting involved. And that for us as community members too, whose volunteer time is quite limited, as Maciej was saying, like it is a great multiplier that makes everything much more sustainable.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:45] <strong>Maciej Pilarski:</strong> So from the WordPress Credits perspective, we don&#8217;t hope all the students to turn into contributors. That would be amazing but that might not happen. I can share with you some numbers. So currently we have 450 students globally enrolled. For the whole program so far, 75 graduates.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We hope that some or as many as possible of those graduates who completed the program will stay and become active contributors to the WordPress community, stay engaged.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s one of the goals we are aiming for the Credits Program, to not just get this done, but this is building the next generation of contributors. We know that like we are ageing, we&#8217;re getting older every year. We are not getting younger, unfortunately. Getting those students staying in the community allows us to build those next generations of WordPress contributors that will also have completely different perspectives to how the community functions, how it was built.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What brought us here might not move us forward. So these new students will bring us this new, fresh perspective of how they would like the community to function and move it to the future, to be current, to stay up to date with what&#8217;s happening globally.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:43:00] <strong>Anand Upadhyay:</strong> That&#8217;s why it&#8217;s very difficult to like measure the impact in numbers because how it is impacting in the longer term. But yeah, it&#8217;s going to impact. And I would say also, like Destiny mentioned, one of the metrics is like this campus is willing to have the Campus Connect again and again in the campus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I just want to share one more. Like I just recently got a call from one of the faculty coordinators from one of the campus where we have a Student Club. And now they have like two months of vacations. And he called me like, okay, now the vacations are going on, students will not be here, so what can we do for the students to keep their involvement with the WordPress in those two months? So can we do something online? Can we do something like this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">When we get these calls, these kind of communications, that these are interactions that we have, this gives us a sense of like accomplishment. Okay, yeah, we were able to create some kind of interest in the students. Because we cannot expect that if we are going to like any campus and 100 or 200 students are participating in our Campus Connect, they are all going to jump into the WordPress. They are getting a lot of different kind of opportunities as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There are other technologies as well, which are, some students are going into that, some students are going into that. But we are showcasing the WordPress as one of the career opportunities. And they have a choice of multiple options, so they will choose what they do. But yeah, the impact will be seen in the next few years. Just like Maciej said, mentioned that he went to the WordCamp as a volunteer and it&#8217;s bring him into the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the same is with me. I attended the WordCamp and just after coming out of the WordCamp, I started the Meetup group in my city. So I got inspired from that. So that is a result of that WordCamp. And that cannot be measured in the numbers. That can only be sensed when we are doing this kind of conversation. Okay, that WordCamp helped me, that WordCamp helped me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The same way in future, these students who will join the community or the WordPress industry, they will be talking about, okay, I got first introduced about WordPress through a WordPress Campus Connect event or I got introduced to the contribution through WP Credits Program. So when these conversation will be happening in the future, then we will say that those are the real metrics that we are looking for.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:00] <strong>Nathan Wrigley:</strong> That&#8217;s really interesting, and I like that. It sounds like there&#8217;s not so much a focus on statistics, you know, literal, brutal numbers, more kind of playing it forwards and measuring the impact over many years, not, you know, a handful of months into the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:15] <strong>Destiny Kanno:</strong> So yes, we&#8217;re not like, okay, here&#8217;s our KPIs, you know, and here&#8217;s our hard metrics. But one thing I really noticed that our community is, it could be better at doing, is just talking about what happened. Because then you hear all these success stories and there are numbers in that. So like for example, Ajmer again, Women&#8217;s Day event this year. 50% of tickets sold were to students. And that&#8217;s directly because of the involvement in going to these campuses and teaching WordPress. And I&#8217;m like, that&#8217;s amazing, that&#8217;s direct injection of 50% youth into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:52] <strong>Anand Upadhyay:</strong> And they sold out so fast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:53] <strong>Destiny Kanno:</strong> And they sold out really fast, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:55] <strong>Anand Upadhyay:</strong> The organisers were hoping like, now we have to pitch out to sale our tickets. And they have planned a social media campaign around that. Okay, we will be periodically pitch a student on the social media to encourage the ticket purchase. And within one day, we sold out. And the whole social media campaign was like their whole planning was gone. We don&#8217;t have tickets.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:46:14] <strong>Nathan Wrigley:</strong> It&#8217;s really interesting that there&#8217;s all this success going on, and yet, as Destiny said, it is hard to get that discovered. Maybe it&#8217;s a case of shouting louder about the previous success. Maybe things like this podcast will help in some small way for things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I know what you mean. There&#8217;s a lot of people talking about the code, and there&#8217;s a lot of people talking about the plugins and the themes and whether or not we&#8217;re going to get collaborative editing in version 7 or 7.1. All of that seems to suck up all of the oxygen in the room. And yet, without a throughput of, let&#8217;s go for young adults, coming into the WordPress space, there&#8217;s not really a great deal of hope for a project over decades unless we get people of a much younger age beginning now. And I&#8217;ll just hand the torch to Maciej because I think he&#8217;s got something to add.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:47:05] <strong>Maciej Pilarski:</strong> But this is also changing because at WordCamp Asia, we were able to introduce the educational table during the contributor day. And I&#8217;m also organiser of WordCamp Europe that&#8217;s going to happen really soon in two, three weeks, beginning of June. And during WordCamp Europe, we will also have a contributor table, dedicated to education, but for the first time also educational track.</p>\n\n\n\n<p class=\"wp-block-paragraph\">During the second day, we will start the whole day with topics related to education. We will have a discussion panel rethinking learning in WordPress that Mary will be participating. And later in that afternoon, we will have actual students, who take part in the program. Sharing the experience, presenting the results. Not only students from universities, but I&#8217;m also leading a group of high school students who&#8217;ve been working for the whole past semester with a teacher on some projects related to WordPress building websites. So they are super eager and excited to show them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We will also showcase some students, teachers stories, how both of those sites motivated each other, learn from each other, and basically help us keep growing the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So WordCamp Europe definitely will feature some of those things. And we&#8217;re slowly introducing more and more those things into those flagship events and into the broader community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:48:28] <strong>Nathan Wrigley:</strong> Really nice. Yeah, that&#8217;s really nice to hear. I think it&#8217;s a difficult circle to square, the idea of making this stuff visible so that everybody&#8217;s aware of it. Even if they&#8217;re only interested in running their agency, or writing code or whatever it is. Maybe to realise that this is some version of the underpinnings of the WordPress community without which the software ultimately doesn&#8217;t exist.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it is quite curious. I don&#8217;t know if I&#8217;m reading between the lines here, I think I&#8217;m not, but I get the impression that, I&#8217;m going to use the phrase like, I don&#8217;t know, from higher up, let&#8217;s put it that way. It feels like education is taking a more central place. It feels like for example, Mary Hubbard, it feels like you&#8217;ve got a real advocate there. Again, I could be reading between the lines, but it feels like the words coming out of her mouth, I hear the word education coming out of her mouth quite a lot when she&#8217;s on stage.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it feels like you&#8217;ve got some big hitters, let&#8217;s go with that. I don&#8217;t know if you&#8217;ve got anything you want to add to that, but it feels like the importance of this is more profound this year than it was a few years ago.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:49:33] <strong>Maciej Pilarski:</strong> You are correct. Mary is a big supporter of that and she also created this space for us to grow those initiatives that like allows us to grow that. Isotta started the first Credits Program at the Pisa University as an experiment. And from there it was proven that this actually works. It gets us universities and new contributors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then on the other side, there was those Campus Connect events that also organically grew up on their own. So basically there was a need. It feels like there was this hive mind somehow that worked also for all of us. All of us felt this need to introduce those things. It looks like we&#8217;ve reached a certain growth level for the community that we organically felt that that&#8217;s the direction that we should start heading.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:50:24] <strong>Nathan Wrigley:</strong> Yeah. What&#8217;s interesting there as well is that it very much overlaps with maybe a concern. So we&#8217;ve touched on this at various points without saying it out loud quite. If you go to, and I&#8217;m going to exclude WordCamp Asia 2026 from what I&#8217;m about to say, because that event was very different. If you go to a typical WordCamp, the age skews, and I&#8217;m doing air quotes, older. You don&#8217;t typically look around and see a bunch of teenagers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s a concern. There&#8217;s this, like a pyramid, like a reverse pyramid, and if we don&#8217;t get the younger people coming up, the edifice of this entire project kind of becomes a lot more shaky. And we&#8217;ve lived through 22 plus years of WordPress, and I think quite a lot of those people began, a lot of the people who&#8217;ve been involved in the community began their careers using WordPress and they&#8217;ve kind of moved through WordPress as it&#8217;s evolved over those 22 years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And not to, I don&#8217;t know quite how to say this. At some point they&#8217;re going to stop contributing. Their age will become something, you know, they want to retire or they want to move on or do some other things. Unless we build the scaffolding and put things in place so that young people feel they&#8217;ve got a place here, feel that, I don&#8217;t know, some proprietary system is not the way they want to go, they want to support the ethic of open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Unless these building blocks, these educational building blocks are put in place, then that&#8217;s going to be a bit of a concern. So to your point, Maciej, it organically grew. And what a nice thing that it did kind of organically grow because it&#8217;s sorely needed at the same time. There isn&#8217;t really a question in there. But anyway, there&#8217;s my observation. Anand, did you have something to say? I think you did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:52:04] <strong>Anand Upadhyay:</strong> Yeah. So just want to add that thing you have raised recently. So the way that we want to teach the students about the open source as well, because if you go to the WP Credit curriculum, so the initial lessons, they learn through the, given to them to learn from the learn.wordpress. So it&#8217;s all about like open source ethics, and how the WordPress community, WordPress project works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this opens up their mind about the open source. Because in the education system, it is something that is not clearly mentioned. There are simple, just simple definitions around the open source. But open source is much more than those definitions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And especially the open source community like WordPress. It&#8217;s more about the people. So the students also learn about how the community is working, how the people are working from the different time zones, people are joining hands for running the bigger events like WordCamp Asia or these Credits Programs. The students will learn all those things as well, and I&#8217;m sure when they will join as a contributor in the future, they will have lot of experience before joining as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:02] <strong>Nathan Wrigley:</strong> Thank you. I love that expression, by the way. You just dropped it in in the middle of a sentence there. You said people are joining hands. What a perfect summation of the entire enterprise being discussed today. Maciej, you raised your hand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:14] <strong>Maciej Pilarski:</strong> Yeah, and besides the community goals and keeping it going, I have also a very personal goal that also is behind all of those things that I do. From my own experience, I had a pretty difficult and bumpy educational path, let&#8217;s call it. Unlocking those possibilities for those students, helping them out, making it easier for them, it&#8217;s one of my very personal goals, because I know it does not need to be very difficult or crazy when you study, especially when you are young. You&#8217;re not sure fully which direction you would like to go. So creating for them, one of those opportunities that might click for them is also something very personal and close to my heart. Because not everyone needs to struggle or have like difficulties, so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:53:58] <strong>Nathan Wrigley:</strong> I am so glad you said that because that encapsulates all of it. That&#8217;s the entire point. It&#8217;s got to be that, right? So we&#8217;ve spent a long time talking about the minutiae of this, that, and the other thing. It all goes, like they&#8217;re spokes on a wheel. And the whole point is that little bit in the middle, which is the child, the adult, the human being somewhere who just wants to make use, wants to grow, wants to learn things, wants to figure things out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">With open source, with this kind of learning, there is potentially zero impediment, or at least very few impediments to actually get that learning underway. And so I think maybe we lost sight of that in this conversation a little bit. So I&#8217;m glad that you grounded it there, Maciej, right towards the end. That&#8217;s perfect. Destiny, was there anything you wanted to say? I don&#8217;t know if you were indicating that you did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:54:48] <strong>Destiny Kanno:</strong> I know we&#8217;re like probably over time, but there&#8217;s still so much to share. Like even thinking about keeping WordPress relevant, right? For us and then also for youth. I think about the new AI Leaders Credential that was announced and is being worked on. And how tying WordPress to AI is like really helping students engage more, and see like the relevancy of it in a different way. Not even for the students, like for me, that&#8217;s challenging me and I think other organisers and learners of WordPress to be adaptable and think about WordPress differently in a new way of this year as AI keeps advancing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then you were also talking about wins, right? How do we celebrate that? I did want to surface, we have the Education Buzz Report, which goes out every month, which aims to try to surface all of these educational wins that are happening in the community. And I just have received some further collaboration from marketing to hopefully also broadcast that on our socials going forward so that we do get the word out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And lastly, like celebrating the students too. There was a post that went out about the Student Clubs and the success. And we just want to make sure that in this, that they feel seen, right? And that this feels like a space for them. And I know WordPress Credits, we&#8217;re working on something to showcase, no, something went out recently. A post went out recently to showcase some of the successes of the students. And we just want to keep highlighting that as well. Because their work and the way they operate, especially because they&#8217;re coming in with different lenses, is really important to showcase and highlight and make sure that they feel like they deserve that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:56:26] <strong>Nathan Wrigley:</strong> Yeah, there was a post, I&#8217;ll try and link to it. I think it was like a week ago about the Student Clubs. There were three or four images, three or four photos and there were so many smiling faces in those pictures. It was absolutely lovely. Lots of people gathered in classrooms. I couldn&#8217;t exactly tell where, but it was just so nice seeing people kind of enjoying WordPress, having a nice time, bit of camaraderie, hanging out with each other, learning things. It was absolutely wonderful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Unfortunately, I think time might have got the better of us. Hopefully, dear listener, what you&#8217;ve gained is an understanding that there&#8217;s so many layers to this educational initiative. It doesn&#8217;t appear to be in any way standing still. It&#8217;s growing. It&#8217;s interesting. There&#8217;s a lot going on, and you can be involved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I will put links in the show notes to any of the places where I feel you would be best making a start with that. Maybe the contributors to this panel can drop some things, you know, if they&#8217;ve got a particular link. So again, wptavern.com. If you want to go over there, we will look for the links.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This giant edifice that you maybe know nothing about, and maybe at the end of this episode, some parts of you is tuned in and thinking, I would like to be involved in that. And the truth is, you can be. It&#8217;s all available to you to get involved and you could start today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there we go. With that said, I&#8217;m just going to say a great big thank you to Destiny, to Anand, and to Maciej. It kinds of feels like we need to come back. Let&#8217;s do it again in six months or so, and we&#8217;ll see where we&#8217;re at. Oh, I&#8217;ve got a lot of nodding faces. That&#8217;s nice. So maybe we&#8217;ll revisit this in a few months time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But seriously, from the bottom of my heart, Destiny, Anand and Maciej, profound respect to you and all of the different things that you are doing. Thank you so much for chatting to me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:13] <strong>Anand Upadhyay:</strong> Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:13] <strong>Maciej Pilarski:</strong> Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:58:14] <strong>Destiny Kanno:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we’re joined by three WordPress education initiative leaders, Destiny Kanno, Anand Upadhyay and Maciej Pilarski.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they have spent years at the heart of WordPress training and outreach, working in roles spanning community education management, plugin development, and credit program administration. Their efforts have helped shape student engagement and university partnerships across the globe, introducing thousands of learners to WordPress. You can see their bios further down.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on the current landscape of WordPress education, with particular attention to three key initiatives: the WordPress Credits Program, Campus Connect, and Student Clubs. Each initiative is designed to provide unique entry points for students of all ages and education levels, from high schoolers building their first site in a library, to university students earning official credits for open source contributions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discussed the different approaches these programs take: WP Credits ties student work directly to academic credit and mentorship, Campus Connect provides flexible, community-driven events in diverse locations, and Student Clubs foster sustainable, peer-led learning within schools and other institutions. We explored how these models feed into each other, building a sustainable ecosystem for ongoing growth in the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also got into the importance of repeat campus partnerships, the need for scalable facilitator training, and the role of recognition: certificates, badges, and public showcases, in keeping students motivated and validated in their journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re curious about the growing movement to bring WordPress knowledge to the next generation, or are looking to get involved with education in your local community, 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\">Previous episode of the podcast related to this episode:<br /><a href=\"https://wptavern.com/forums/topic/183-destiny-kanno-isotta-peira-and-anand-upadhyay-on-how-wordpress-is-shaping-the-future-of-education-for-students-worldwide\">#183 – Destiny Kanno, Isotta Peira and Anand Upadhyay on how WordPress is shaping the future of education for students worldwide</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/\">WordPress Community Team</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://events.wordpress.org/campusconnect/\">Welcome to WordPress Campus Connect</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/stephendumba1/\">Stephen Dumba&#8217;s WordPress.org profile</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/\">WordPress Credits: Contribution Program for Students</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/education/student-clubs/\">WordPress Student Clubs</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://events.wordpress.org/campusconnect/2025/ajmer/\">WordPress Campus Connect in Ajmer</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/05/01/peer-review-needed-hands-on-wordpress-meetup-activity-library/\">Peer Review Needed: Hands-On WordPress Meetup Activity Library</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/04/03/introducing-the-wordpress-facilitator-training-program/\">Introducing the WordPress Facilitator Training Program</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">Piloting the AI Leaders Micro-Credential</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/community/2026/06/03/monthly-education-buzz-report-may-2026/\">Monthly Education Buzz Report – May 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org\">Learn WordPress</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/04/student-clubs-build-momentum/\">WordPress Student Clubs Build Momentum</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Links provided by the guests</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress.org Education page:<br /><a href=\"https://wordpress.org/education/\">https://wordpress.org/education/</a> (and all subpages)</li>\n\n\n\n<li>WordPress Credits Institution application form:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/#get-involved\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/#get-involved</a></li>\n\n\n\n<li>Call for WP Credits mentors and mentor application form:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/a-guide-for-wp-credits-mentors/call-for-mentors/\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/a-guide-for-wp-credits-mentors/call-for-mentors/</a></li>\n\n\n\n<li>Any companies interested in supporting the Credits Program:<br /><a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/get-involved-company-guide/\">https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/get-involved-company-guide/</a></li>\n\n\n\n<li>Student form to apply their institution for the Credits Program:<br /><a href=\"https://airtable.com/appIzQKfwTn5dyPVp/shr6Gf1mMMEAxevw4\">https://airtable.com/appIzQKfwTn5dyPVp/shr6Gf1mMMEAxevw4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/handbook/education/wordpress-facilitator-training-program/\">WordPress Facilitator Training Program</a></li>\n\n\n\n<li>Education buzz reports: <a href=\"https://make.wordpress.org/community/tag/education-buzz/\">https://make.wordpress.org/community/tag/education-buzz/</a></li>\n\n\n\n<li>Apply to organize a WPCC event: <a href=\"https://events.wordpress.org/campusconnect/organize/\">https://events.wordpress.org/campusconnect/organize</a></li>\n\n\n\n<li>Apply to create a student club: <a href=\"https://make.wordpress.org/community/handbook/education/student-clubs/request-the-creation-of-a-wordpress-student-club/\">https://make.wordpress.org/community/handbook/education/student-clubs/request-the-creation-of-a-wordpress-student-club/</a></li>\n\n\n\n<li>Ai credentials:<br /><a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">https://wordpress.org/news/2026/02/ai-leaders-credential/</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Guest bios:</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Destiny Kanno</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Destiny Fox Kanno, sponsored contributor acting as a Community Education Programs Manager at Automattic. Destiny works closely with the Community team and Training Team, with a focus on growing, enabling and amplifying WordPress Campus Connect, Student Club, WordPress Credits and other education initiatives.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Anand Upadhyay</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Anand Upadhyay is a long-time WordPress contributor and community advocate based in Ajmer, India. Active in the ecosystem since 2010, he has contributed to several Make WordPress teams including Core, Docs, Community, and Polyglots, with a strong focus on empowering others to get involved. He is the founder of <a href=\"https://wpvibes.com\">WPVibes</a>, a WordPress plugin development company that builds performance-driven tools for WordPress and WooCommerce users.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anand is also a regular WordCamp speaker, Meetup organiser, and someone deeply committed to bringing WordPress education to students. In 2024, he launched the first WordPress Campus Connect event, which went on to become a global program officially recognised by the WordPress Foundation. Anand continues to support and mentor student communities through events, workshops, and open-source advocacy.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Maciej Pilarski</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Maciej Pilarski is a Community Wrangler at Automattic, where he works on WordPress.org with a focus on educational initiatives that connect the next generation of contributors to the global WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As one of the admins behind the WordPress Credits Program, Maciej works with universities across Central &amp; Eastern Europe and Asia to bring students into open source contribution, pairing them with mentors, building institutional partnerships, and helping turn academic coursework into real-world impact on software used by 43% of the web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Originally from Poland and now based in Okinawa, Japan, Maciej brings a uniquely cross-cultural perspective to community building, bridging local ecosystems in places like Kraków, Riga, Tallinn, and Tokyo with the wider WordPress world. He&#8217;s passionate about making open source contribution more accessible and making sure the WordPress community reflects the full diversity of the people who use it.</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, 24 Jun 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: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:46:\"Open Channels FM: Revisiting What Matters Most\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2556050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://openchannels.fm/revisiting-what-matters-most/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"In this episode, Bob Dunn recaps six months of key themes, highlighting the surge in AI discussions, ongoing debates about the open web, and WordPress\'s enduring relevance, while embracing honest dialogue.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Jun 2026 12:58:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"Open Channels FM: BackTalk on Interoperability, Infrastructure and Pragmatism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://openchannels.fm/backtalk-on-interoperability-infrastructure-and-pragmatism/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Ongoing challenges in decentralized social networks, emphasizing the need for practical solutions and immediate usability for developers and users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2026 11:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:15:\"Matt: No Bubble\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2026/06/no-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"<p class=\"wp-block-paragraph\">A throwback from 2007: a local Bay Area a cappella group called The Richter Scales made a Webby Award-winning viral video about how that bubble felt. <em>Hat tip: <a href=\"https://toni.org/\">Toni</a>.</em></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Jun 2026 06:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:56:\"WordPress.org blog: Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3868:\"<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20931\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20932\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20933\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" width=\"2048\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</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://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></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, 22 Jun 2026 15:07: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:5:\"jillq\";s: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:72:\"Open Channels FM: Navigating Burnout in the Age of AI-Driven 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:34:\"https://openchannels.fm/?p=2555430\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/navigating-burnout-in-the-age-of-ai-driven-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:180:\"AI transforms developer workflows, causing cognitive overload and blurring work-rest boundaries. Establishing intentional breaks is crucial to maintain balance and prevent burnout.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 10:08:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:24:\"Matt: Hill For A Stepper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/hill-stepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:798:\"<p class=\"wp-block-paragraph\">In honor of Father&#8217;s Day, I wanted to add to the <a href=\"https://ma.tt/chuck/\">two quotes from my Dad&#8217;s obituary</a>, &#8220;Seven days without chicken made one weak.” and  “If you fail at raising your children, nothing else mattered.” with another saying he had.</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\">Ain&#8217;t no hill for a stepper.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to learn more about this, <a href=\"https://waywordradio.org/stepper-like-you/\">check out this part of the A Way with Words podcast</a>, and apparently, it <a href=\"https://www.youtube.com/watch?v=Lui5y2AcYpM\">might have come from the musician John Gaar</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 06:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:25:\"Matt: Death by PowerPoint\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/death-by-powerpoint/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:760:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">PowerPoint makes us stupid. </p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">— Gen. James N. Mattis of the Marine Corps, the Joint Forces commander</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.nytimes.com/2010/04/27/world/27powerpoint.html\"><img alt=\"\" class=\"wp-image-153254\" height=\"340\" src=\"https://i0.wp.com/ma.tt/files/2026/06/27powerpoint_CA0-articleLarge.webp?resize=600%2C340&#038;quality=80&#038;ssl=1\" width=\"600\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Classic <a href=\"https://www.nytimes.com/2010/04/27/world/27powerpoint.html\">2010 NYT <em>We Have Met the Enemy and He Is PowerPoint</em></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, 21 Jun 2026 06:03:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s: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:16:\"Matt: Best Trash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/06/best-trash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1194:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">A typography savant on staff had spent a month designing link underlines (literally just lines) that were more visually pleasing than Chrome or Safari’s defaults. On Tuesdays, engineers stayed late at the office, fixing design imperfections over dinner. One of them began a 2,500-word <a href=\"https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06\" rel=\"noopener\" target=\"_blank\">post</a> about Medium’s CSS code with a quote attributed to Lil Wayne: “I believe that to be the best, you have to smell like the best, dress like the best, act like the best. When you throw your trash in the garbage can, it has to be better than anybody else who ever threw their trash in the garbage can.”</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">From Harris Sockel&#8217;s essay <a href=\"https://www.piratewires.com/p/what-happened-to-medium\">What Happened to Medium</a>, which I think is meant to be a dunk? But I think it&#8217;s awesome. Medium&#8217;s design and typography has always been really impeccable. I love when people obsess like this.</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, 20 Jun 2026 13:51:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:24:\"Matt: Midjourney Medical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2026/06/midjourney-medical/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3191:\"<p class=\"wp-block-paragraph\">I&#8217;m sorry I couldn&#8217;t be there in person, but I was so excited to watch the <a href=\"https://www.midjourney.com/medical\">Midjourney Medical</a> launch from afar. This is a really big deal. <a href=\"https://x.com/DavidSHolz\">David Holz</a>, one of the most underrated pioneers in AI, has taken money from <a href=\"https://www.midjourney.com/explore?tab=top\">making cat pictures</a> to build a full-body ultrasound scanner that can give you <a href=\"https://www.midjourney.com/medical/blogpost\">incredible visibility in 60 seconds</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153220\" height=\"302\" src=\"https://i0.wp.com/ma.tt/files/2026/06/female_lower_abdomen_mask-458023b86b6cf387-1024x512.webp?resize=604%2C302&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">You can <a href=\"https://x.com/i/broadcasts/1MJgNNoAPLyGL\">re-watch the livestream here</a>, which I recommend. You might remember David from Leap Motion, which <a href=\"https://ma.tt/2012/05/leap-motion/\">I blogged back in 2012</a>. It&#8217;s so cool to a small but mighty independent company innovate and apply learnings across seemingly disparate sectors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I wish all my friends in jazz and the arts who are  despondent about tech could meet David:</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\">“We’re going to be a little confusing for the next six months as we announce all the things, but I’m hoping as they all are out there, they form a picture which I hope feels cohesive. Most of them are around creativity, but some of them, like this, are just around positive human futures that we actually want to be a part of. And I think this is an important thing for AI companies to do—for all humans to do.” — David Holz</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">If you understand imaging, you know the tradeoffs between X-ray, CT (computed tomography), MRI (magnetic resonance imaging), and ultrasound, and Midjourney&#8217;s approach doesn&#8217;t cover everything, but what&#8217;s incredible is the speed, amount of data, and using AI to process and get something useful out of it. Ultrasonics will be an incredibly exciting area over the next few years, first for imaging and later <a href=\"https://www.mayoclinic.org/tests-procedures/high-intensity-focused-ultrasound/about/pac-20596150\">for intervention</a>. I can imagine a future where you dip into one of these once a month just to keep an eye on things, not just to find bad stuff but to see the impact of exercise or dietary changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re fairly new to scanning healthy people, and I always advise friends getting their first whole-body MRI with <a href=\"https://www.biograph.com/\">Biograph</a> or <a href=\"https://prenuvo.com/\">Prenuvo</a> that it&#8217;s very common to hear something scary at first, only to find it&#8217;s benign. Also, I&#8217;ve now heard many examples of things that were caught and treated early, years before they might otherwise have been noticed.</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, 20 Jun 2026 04:09: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: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: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:79:\"WordPress.org blog: Kim Parsell Memorial Scholarship Opens for WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2026/06/kim-parsell-wcus-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4552:\"<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20941\" height=\"1080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1920%2C1080&#038;ssl=1\" width=\"1920\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one of the largest annual gatherings in the WordPress project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship honors Kim Parsell, a longtime WordPress contributor whose work and presence left a meaningful mark on the project. Kim was known for her care, generosity, and commitment to helping others feel welcome in open source spaces. For readers who are less familiar with her story, the <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">tributes shared by friends and colleagues</a> offer a deeper look at her role in the WordPress community and the lasting impact she had on those who knew her. Through this scholarship, the WordPress Foundation continues to recognize contributors who reflect that same spirit of participation and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is built by people from many backgrounds, experiences, and areas of expertise. Events like WordCamp US create space for contributors to meet in person, learn from one another, and continue the work that supports the software and the community around it. For some contributors, the cost of travel, lodging, and registration can make attending difficult. The Kim Parsell Memorial Scholarship helps reduce that barrier for one eligible contributor each year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Details</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One scholarship will be awarded for WordCamp US 2026. Applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman. </li>\n\n\n\n<li>Be actively involved as a contributor to WordPress.</li>\n\n\n\n<li>Have never attended WordCamp US before.</li>\n\n\n\n<li>Demonstrate financial need to attend the event.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship includes the cost of a WordCamp US 2026 ticket, round-trip flight, and lodging. Applications are open through July 10, 2026, and all applicants will be notified of the decision by July 24, 2026.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2026-kim-parsell-scholarship-application\" style=\"background-color: #6c214f;\">Apply for the Kim Parsell Memorial Scholarship</a></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordCamp US 2026 will take place August 16–19, 2026, at the Phoenix Convention Center in Phoenix, Arizona. Contributors, attendees, volunteers, organizers, and sponsors will come together to share ideas, learn from each other, and continue building the future of WordPress. For many contributors, attending in person creates new ways to collaborate, find support, and stay connected to the open source work that happens throughout the year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To learn more about eligibility, visit the <a href=\"https://wordpressfoundation.org/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a>. Community members are encouraged to share this opportunity with contributors who may qualify. You can also learn more about attending WordCamp US 2026 on the <a href=\"https://us.wordcamp.org/2026/tickets/\">WordCamp US tickets page</a>, explore <a href=\"https://us.wordcamp.org/2026/call-for-volunteers/\">volunteer opportunities</a>, or review <a href=\"https://us.wordcamp.org/2026/call-for-sponsors/\">sponsorship opportunities</a>.</p>\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-full\"><img alt=\"\" class=\"wp-image-20939\" height=\"1978\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=943%2C1978&#038;ssl=1\" width=\"943\" /></figure>\n</div>\n</div>\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:\"Fri, 19 Jun 2026 16:55: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:\"Brett McSherry\";s: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:49:\"Open Channels FM: Open Channels FM v4.8 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/open-channels-fm-v4-8-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"Bob Dunn has launched a blog commentary and a weekly series, \"Open Tabs.\" Do the Woo is now an independent podcast. Updates include a redesigned homepage, new episode features, and a newsletter format change.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2026 09:23: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: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:92:\"WordPress.org blog: Global Partners Across the First Half of the 2026 WordPress Event Season\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2026/06/global-partners-first-half-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7579:\"<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20911\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55169598894_0199c1bbb9_o-scaled.jpg?ssl=1\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional <a href=\"https://events.wordpress.org/novisad/2026/developer-day/\">the first WordPress Developers Day</a>, and a growing network of <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events, Global Partners staffed booths, sponsored sessions, and connected with developers, freelancers, students, and agency owners around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A global footprint</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The year began in January with <a href=\"https://nepal.wordcamp.org/2026\">WordCamp Nepal</a>, where Jetpack joined the community in Kathmandu. The momentum carried into India, where <a href=\"https://kolhapur.wordcamp.org/2026\">WordCamp Kolhapur</a> and, a week later, <a href=\"https://pune.wordcamp.org/2026\">WordCamp Pune</a> brought Global Partners face-to-face with a student-heavy audience of roughly 200-250 attendees. In Pune, a session on connecting WordPress with AI workflows drew a large crowd, and attendees were curious about WordPress.com plans, new AI features, and Automattic for Agencies. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20920\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1206%2C675&#038;ssl=1\" width=\"1206\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">In February, Jetpack traveled to <a href=\"https://portharcourt.wordcamp.org/2026\">WordCamp Port Harcourt</a> in Nigeria, an inclusive and well-organized event with 256 attendees that featured talks on inclusion and accessibility. Locally produced swag was a standout success there, a reminder that the WordPress community&#8217;s reach extends well beyond Europe and North America.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Across Europe</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Spring brought a wave of European events. At <a href=\"https://madrid.wordcamp.org/2026\">WordCamp Madrid</a>, with 280 attendees, WordPress.com served as a Global Sponsor and ran a Wapuu treasure hunt that drew 97 participants. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20921\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55230328181_175ece15a5_o-scaled.jpg?ssl=1\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Down the coast in France, <a href=\"https://nice.wordcamp.org/2026\">WordCamp Nice</a> gave Jetpack a chance to connect with 247 freelancers and developers, an audience that appreciated concrete, easy-to-explain solutions and asked questions about newsletters, security, and Jetpack&#8217;s broader feature set.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://vienna.wordcamp.org/2026\">WordCamp Vienna</a> stood out for its developer-heavy crowd of 277. From a Jetpack-branded booth staffed on both days, the team engaged with agencies and merchants, fielded numerous questions about WooCommerce and security, and booked 8 agency meetings. Many builders were interested to learn that Automattic stands behind both WordPress.com and WooCommerce. In Italy and Germany, <a href=\"https://torino.wordcamp.org/2026\">WordCamp Torino</a> and <a href=\"https://leipzig.wordcamp.org/2026\">WordCamp Leipzig</a> both reflected growing curiosity about AI, a theme that resurfaced throughout the year. At Leipzig, with 109 agencies, hosting companies, and freelancers in attendance, WordPress.com staffed a booth where tote bags were in high demand, while conversations kept returning to AI and WordPress Studio.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://slovenia.wordcamp.org/2026\">WordCamp Slovenia </a>and <a href=\"https://portugal.wordcamp.org/2026\">WordCamp Portugal</a> closed the European stretch. WordPress.com brought a booth to Ljubljana, and in Porto, it appeared with both a booth and logo presence alongside WooCommerce, which suited an event filled with e-commerce builders and Woo payment providers. The first WordPress Developers Day in Novi Sad introduced a new format, with Jetpack as a global sponsor and nearly 30 in-depth conversations on Jetpack, WooCommerce, performance, and the realities of client work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community in Uganda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In May, <a href=\"https://kampala.wordcamp.org/2026\">WordCamp Kampala</a> brought four Global Partners onto the sponsor roster: Jetpack, WooCommerce, Bluehost, and WordPress.com. The event, themed &#8220;Tech for Social Good,&#8221; welcomed more than 200 attendees and reflected the energy of a fast-growing local community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Support from Global Sponsors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Behind every one of these events is a layer of support that does not always appear at a booth. In 2026, Bluehost and Hostinger both joined the <a href=\"https://events.wordpress.org/sponsor/\">WordPress community sponsorship program</a> as top-tier Global Sponsors, alongside Jetpack and WordPress.com. Their contributions help underwrite the global WordCamp program and the community events that make a year like this possible. That program-level backing is what allows organizers in Kathmandu, Porto, and Kampala to bring their events to life, and the WordPress community is grateful to every partner that invests at that scale.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect reaches 6,200 students</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most notable stories of 2026 is not a WordCamp at all. It is <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. As of early June, the program has passed 6,200 students, with 25 events completed in 2026, 45 events all-time, and 42 more in planning or already scheduled. WordPress.com has played a direct support role throughout, including providing hosting for WordPress Campus Connect events around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The connective tissue between these events and the broader community is real. An organizer first met at WordCamp Mukono went on to help lead WordPress Campus Connect work in Uganda. A student who built her first WordPress site at a WordPress Campus Connect event later attended a WordCamp. These events serve as a pathway for the next generation of WordPress contributors, builders, and professionals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If 2026 has shown anything, it is that interest in WordPress, and in the tools and services that Global Partners provide, continues to grow around the world. The questions being asked at booths and in sessions are sharper, the audiences more diverse, and the community&#8217;s reach more genuinely global. Thank you to Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger for being part of that story this year, and to every organizer, volunteer, speaker, and attendee who made these events possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To find an upcoming event near you, visit <a href=\"https://central.wordcamp.org\">WordCamp Central</a>. To learn how organizations can support the WordPress project, see the <a href=\"https://events.wordpress.org/sponsor/\">community sponsorship program</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 17:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s: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:69:\"Open Channels FM: AI Hype and Hope Navigating Optimism and Skepticism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://openchannels.fm/ai-hype-and-hope-navigating-optimism-and-skepticism/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"In this episode, hosts and guests share diverse perspectives on AI\'s rise, touching on its potential, challenges, and how it\'s reshaping industries and human interaction.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 09:58:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:64:\"WPTavern: #221 – Rahul Bansal on Using AI Everywhere at rtCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=204828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/podcast/221-rahul-bansal-on-using-ai-everywhere-at-rtcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55356:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\"><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 using AI everywhere at rtCamp.</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 Rahul Bansal. Rahul has a long and accomplished history in the WordPress ecosystem. As the founder and CEO of rtCamp, a company he started 17 years ago, he&#8217;s led his agency through the rapidly changing landscape of the web, helping enterprise clients such as Google, Fortune 500 companies, and major publishers solve complex problems with innovative WordPress based solutions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">rtCamp specialises in everything from large scale website builds, to more bespoke projects like Chrome extensions and SaaS connectors, and has grown to a team of hundreds over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Today&#8217;s episode takes a deep dive into Raul&#8217;s recent talk at WordCamp Asia, which focused on what it will take to launch and scale an enterprise WordPress agency in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on real, hard won, lessons from rtCamp&#8217;s journey, but also how rapidly the playbook is changing with advances in technology, particularly the explosion of AI tools and workflows.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discuss Rahul&#8217;s philosophy around hiring, namely building a team of people whose strengths complement each other rather than just replicating your own skillset. This approach has allowed rtCamp to adapt to new challenges, fill gaps in expertise, and whether major industry changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We then explore how this idea of complimentary sets can also apply to choosing the right kinds of clients, those who value your expertise because they need what you offer, rather than simply hiring somebody who does what they already know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A theme that emerged in the conversation was specialisation. Rahul outlines how, whereas rtCamp&#8217;s earliest differentiator was a simple focus on WordPress, when virtually nobody else in India was, today&#8217;s agencies must drill down much further to stand out choosing niches within niches, such as WooCommerce, or payment gateway integrations, and becoming recognised experts in those areas in order to thrive in a much more crowded field.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Towards the end of the episode, the discussion turns to what might be the most significant topic for agencies today, artificial intelligence. Rahul describes how recent advances in AI have not only altered his agency&#8217;s practises, but given them a firm mandate. If something in rtCamp can be done by AI it will be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about how AI is being leveraged inside rtCamp to automate and optimise everything from sales and proposal writing to project management, and even technical proof of concept builds. With a unified platform for all business processes, the agency is now able to significantly reduce costs, speed up delivery, and focus on higher value consulting and creativity, reshaping roles and team composition as a result.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in what it takes to stand out and succeed in the evolving world of enterprise WordPress agencies, how to confront uncertainty with both optimism and realism, and how AI can become not just a bolt-on feature, but the operational backbone of your business, 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 Rahul Bansal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Rahul Bansal. Hello, Rahul.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Hello Nathan. Thanks for having me here.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> You are very welcome. Rahul and I were both at WordCamp Asia and that is going to be the main focus of the podcast today. We&#8217;re going to be talking about agencies, growth in agencies, and then probably delving into AI a little bit at the end because of a recent announcement that came out of rtCamp, which is the company that Rahul founded many years ago.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In order to, I suppose, lend credibility to a conversation about agency work, would you mind Rahul, just introducing yourself and tell us a little bit about who you are, what you do in WordPress, and maybe give us a few little interesting facts about rtCamp and what you do over there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> So I&#8217;m, as you mentioned, founder and CEO of rtCamp. We started this 17 years ago. We primarily help large enterprise client, sometimes we build websites for their marketing team, which is the most common use case of WordPress. But at the same time, we help large tech companies like Google communicate better with the WordPress ecosystem for their offering. Like sometimes we build products that includes neither thing, neither plugin, but something like Chrome extension. For large companies sometimes we build like SaaS connectors for technology companies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, so we work with, like a big companies really Fortune 500, and the idea is to deliver something related to WordPress in one form or another form.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> If you go to the rtCamp website, you can probably Google it I would&#8217;ve imagined, then you&#8217;ll be able to get some impression of what the company is like.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think last time we spoke you were into the sort of 200 employees level. I&#8217;m not sure if those numbers have gone up or down or what have you. But you get an impression of how large it is. And one of the interesting things that I spotted during my time at WordCamp Asia was just how vibrant the community, the WordPress community is. So maybe we&#8217;ll get into that a little bit as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m going to concentrate to begin with on the presentation that you gave at WordCamp Asia. If you would like to see that, wordpress.tv will have a video. And if the video is already available, I will link to it in the show notes. But the presentation that Rahul gave was entitled, how to Start an Enterprise WordPress Agency in 2026. And I&#8217;ll just read the blurb that goes with it because it was fairly short and easy to manage.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Building a WordPress agency business for large enterprises. In this talk, I&#8217;ll share the story of how rtCamp grew from a small WordPress shop into a globally recognised enterprise agency, trusted by Fortune 500 companies and major publishers. If you&#8217;re starting an agency today or looking to move up market in 2026, this session will give you a realistic roadmap building on real lessons from my personal experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I suppose what I&#8217;m going to do at the beginning, Rahul, if it&#8217;s all right with you, is just ask you to tell us some of the bits and pieces that you mentioned during that. Some of the advice that you would give an agency owner beginning in 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Yeah. So first, like I deviated a little bit from the blurb because when I applied this talk I had a different frame of mind that, hey, I&#8217;m going to do this. And then as I was preparing the talk, and in during those months, especially like last few months, the AI has reshaped everything. And then I realised that a lot of what worked for rtCamp won&#8217;t work even for rtCamp if I start again today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Rather than making it as a nice story about what worked for us, I lean more towards practical advice, and that&#8217;s where the essence remained. But I focus more on the 2026 part, because when we started, it was 2006. The first time when I used WordPress was 2006. rtCamp started in 2009. 20 years is a big time. And then at the end of this 20th year, like we are going through this AI led change.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So a lot of things that worked for me won&#8217;t work anymore. And that is how I restructured my talk to take enough from our history, enough from our learnings, what worked for us.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The way we hire is very different. And after the talk, if that one line that stick with the audience, that many people told me that the hire your complementary set was the most different idea. And it&#8217;s timeless idea. It&#8217;s relevant in AI world also.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the idea was basically that we have this bias that when we try to scale, like basically when we go from freelancing to agency business, the idea of building a business, we try to find people like us. But my idea was that we should initially, especially, we should find people who are opposite of us. Like I was good at engineering, bad at sales, so my co-founder is sales heavy. My English was not good. His English was very polished.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I literally listed down my weakness and found people who were opposite of me. Even interesting part was that, to the few initial hires I asked the questions, whose answer I had no idea whether they&#8217;re saying right or wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that was the most interesting idea and I think that&#8217;s still relevant today. I will do exactly same thing if I have to start building a new agency. I will build in WordPress, build in AI, any kind of business I will, my initial few hires will all together will cover each other&#8217;s weaknesses.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s at certain scale then you need to replicate, like, you need 50 engineers, you need 20 React engineers, you need five people who can write same proposal. That comes much later. But starting is all about finding your complementary set. And this was inspired by a set theory from math class that I attended in when I was like some 12-year-old. That stuck around before the life. And that is what I put in this talk as a biggest lesson we learned and that worked.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The second most specific thing that I would say, practical advice, like that was more about hiring advice, but that is not only hiring address, that is, I advise in many walks of life applicable.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When you&#8217;re looking for your client, you have to look for complimentary set there as well. Because you are trying to sell to agencies like yours, your margins gets hit a lot. You need to find people who do not understand WordPress at all because then, that is why your expertise become more important and premium for them, because they need to depend on you. They value you more. You are not commoditised for them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that hiring your complementary set works across the board. But then the most specific advice I gave that I didn&#8217;t follow myself, I would say. Actually there was nothing to follow that. When I started WordPress was just a blogging platform. There was custom post type were not yet part of WordPress Core. Everybody was just building blogs. We were playing around themes, and the race was to make our blog look unique. The metric usually was like traffic and how many email subscribers you got.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there was no niche to pick. Like, that was the only thing WordPress was doing. And after post type, people started building a lot more than WordPress. Actually people started pushing WordPress earlier, and as a result of that, WordPress created those APIs to make it easy to extend WordPress beyond blogging platform.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But today, in 2026, there is so many things happening. And if you&#8217;re starting new and you do what rtCamp did on day one, like, hey, we are WordPress agency. That is not going to work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It worked for us 20 years back because we were like, probably only one in India at that time who said at that time that we will be only taking WordPress project. Because India was a land of outsourcing. Like in supply chain, it was like a, it&#8217;s like a Chinese manufacturer saying that, hey, we are only going to assemble if you are building for iPhone. So it&#8217;s like, hey, we are only going to write PHP if it is going to end up as a WordPress theme or plugin. We are not going to do what was Cake PHP project at that time. We are not going to write custom PHP script.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So in a way we picked the whole WordPress as a niche among the largest set of choices available to us. But if your largest set of choices was building a iOS company, like mobile app company. Mobile app was big because with the introduction of iPhone, there was a sudden shift and huge demand for iOS apps, and we haven&#8217;t built one till 17 years. Like literally we built our first iOS app, public iOS app last month.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That time we were like, well, we are going to only do WordPress. So now that advice translate into, pick a niche within WordPress because WordPress itself is the web now. That time, WordPress was very small. Now you can choose e-commerce. Within e-commerce then you can probably pick WooCommerce. Within WooCommerce then probably you can pick like, depending on your market, payment gateway specialisation, ERPs, back office specialisation, subscription based businesses.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Start by picking a niche as small as possible and then go bottoms up, rather than starting with everything. So that was the key takeaway of my session, I would say that. Pick a niche, position yourself as a expert in the niche. Don&#8217;t just say that, hey, we build WooCommerce store, or we build WordPress site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> Okay. Yeah, I&#8217;ve got all of that. So firstly, hiring. That&#8217;s an interesting one. Hire people that are different from you. I was imagining when you were saying that, I wonder how long you can do that, because you can&#8217;t, eventually, you have a company of a hundred people and all of them are not the same as you. Eventually it must be nice to find somebody who&#8217;s a little bit like you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But then also you mentioned picking clients who will trust your expertise, I think is a good way of describing that. Because they themselves are perhaps not expert within that WordPress platform.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And now of course, moving forwards, what worked for you in terms of being a WordPress agency 17 odd years ago, that was, as it turns out, really successful. But now you are going to be amongst tens of thousands in India alone, if all you say is that you are a WordPress agency. So you need to go a little bit more specialised and niche down.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I wonder, Rahul, with the benefit of hindsight, it&#8217;s always easy to look back and sort of see for example, from my perspective, I see rtCamp as an entirely successful enterprise. You know, you began all those years ago, and decisions were made and you grew and you grew and you grew and you grew, and now we are where you are now. Committing a lot to WordPress with incredible growth and a really amazing agency on your hands.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I&#8217;m just wondering, looking back, with the benefit of hindsight, were there any moments where you made some decisions where you were very nervous about how it was going to be?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So for example, one of those could be WordPress. There was no writing on the wall that said WordPress will be the successful CMS. That really could have gone either way. It could have been Drupal, it could have been something that some kid in a basement created. So I&#8217;m just wondering, are there moments when you look back and you think to yourself, gosh, I am so glad that we did that random choice than all the others that we could have made?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Yep. So it&#8217;s a reality that, one of the co-founders we lost, within the first year of company formation was because, I refused to add Joomla to our offering. And Joomla I think was market leader at that time when we started. So we were like more like engineers, like some were good at sales, some were good at communication, but we were all from the same kind of school, like we didn&#8217;t know if there was any survey existed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we didn&#8217;t back by any data. The only reason we chose to stay with WordPress or build this agency with WordPress because we were using WordPress. So rtCamp for the most part, people missed that. So rtCamp was not started as an agency. rtCamp was basically a media company, a blog network. And that blog network was running on WordPress. As a technology blogger. It&#8217;s like just imagine WP Beginners, like that is more relevant example.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So by the way, we, and WP Beginner were operating at the same time, that&#8217;s the power of niche. Like say I chose to focus on WordPress and say very very well. And my technical blog was everything like from iPhone to Windows operating system to Mac OS update to web APIs, to HTTP2. Whatever, like it was a larger technology blog So we were more like a stripped down version of TechCrunch rather than picking a niche. And Syed picked this WordPress as a niche.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Both were contemporaries in that same era. Now just imagine Syed in those days I started an agency. So we were using WordPress, we needed to stand out because, social network or blogging or web was still a fancy place. Like minimalism wasn&#8217;t the trend. It was how much you can push, like how you can make your website look different without using Flash. That was the coolest thing. Like how much you can push jQuery, how advanced CSS you can write. So all those things led to we customising our WordPress a lot.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Another thing that worked in our part was, our blog was one of the biggest in India. Globally also, it had good traffic. In fact, it had so much traffic that one of the most Googled keyword in my name was Rahul Bansal, how much money this guy make. Like that was the first question I used to get asked because traffic was insane. We used to get a lot of traffic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That led us to writing nice WordPress code. In early days, like especially when I was freelancer, I had to write amazing WordPress code that will scale and host it in a way that it will also scale. So not only WordPress, we choose Nginx before it become a norm. Like before there was. anybody started any WordPress managed hosting company. We managed to scale WordPress at a very high level.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so now we, are this famous blog running on WordPress handling so much traffic, on Linode&#8217;s $10 something plan. Customising it. So we got this natural market. We got initial customers were technically our competitors, like other tech bloggers. It&#8217;s like TechCrunch hiring Mashable to customise their blog So something like, because Mashable has a tech team. So that was at early story of rtCamp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then we realised that we are making more money and faster money via customising WordPress. So we started cutting down on our editorials. And then, slowly, slowly like the business has shifted from, being a blogging agency, to WordPress custom development agency. That&#8217;s why we chose WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And that has been the principle since then, like we only sell what we use. That was the reason we didn&#8217;t, so it wasn&#8217;t any ideological decision. So the ideology is at open source level. So rtCamp is committed to providing open source solution to its client from day one.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Joomla tick that box. But Joomla didn&#8217;t tick the box that we use Joomla. We don&#8217;t use Joomla. There was no reason for us to have our blog running on WordPress and website running on Joomla, and that&#8217;s why we stick around WordPress when there was no data, no trend. And I think in hindsight it was just luck. I would say like it could have backfired.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> Well, okay, I really like this story. Firstly, I like the fact that you are identifying luck as a component, because I think too often when you listen to people who have had success, they sort of chart this narrative of how brilliant the decisions were along the journey and how impeccable, you know, we did this and then we did this, and then we did this, and then we did this. But never a nod to luck.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And of course, with the benefit of hindsight, we did this, we did this, we did this does lead to where you are now. But I really enjoy it when founders and people have that confession in them. Yeah, there was a bit of luck.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But also, and we&#8217;ll get onto this in a minute, because a big part of what you are about to do, or have recently done with your business kind of leans into what you&#8217;ve just been saying.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It sounds like you were led by what was in front of you, if you know what I mean? It doesn&#8217;t sound like there was a great big, okay, by 2016 or 2026, we want to be here. It was more like, okay, this is where we&#8217;re at now. These are the things that are coming to us. Okay, looks like WordPress, not only are we using it, but it looks like people want us to help them to use it. Well, let&#8217;s go there then. Let&#8217;s put the blogging to one side and let&#8217;s become more of a, I don&#8217;t know, a technical helper for you and your website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there&#8217;s this sort of lucky piece, but also the willingness to steer into favourable winds, if you know what I mean? I love that story. Thank you very much for that. I also admire your humility in all of that. That&#8217;s lovely.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the next thing then, I suppose that I want to get into is some change in the landscape at the moment. And again, this maps to what you were just saying about move where the wind takes you. We all know that AI is a thing. You cannot have missed that. But I think a lot of people are taking nervous steps into their business and how they&#8217;re doing things with AI and maybe biting off a little bit here with AI and leaving the rest as it is, and biting off another chunk here, and leaving the rest as it is and slowly moving into AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You have a very different approach. And I will link in the show notes to a blog post on the rtCamp website, which I read several weeks ago. I&#8217;ve got to say, I was a little bit, not surprised, that&#8217;s the wrong word, but it was written in such a way that I thought, gosh, now that&#8217;s interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because in it you painted the case that rtCamp in the future is going to do AI everywhere. And I know we hear that all the time. You know, we&#8217;re going to use AI here, and we&#8217;re going to use AI there. You have painted your colours on the mast, and literally, I think you said, if it can be done with AI, it will be done with AI. There will be no stone left unturned.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay. Firstly, why? Why have you got that approach? What&#8217;s the reason? Now, I&#8217;m sure it&#8217;s fairly obvious, but lay it out for us anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Yeah. So I don&#8217;t know from where it comes, anytime I see things going south across industry like COVID or, like AI, like everybody was gloomy, my brain kind of think of opposite. So in my brain, I&#8217;m not building, I&#8217;m actually imagining an AI only agency with humans required to probably feel capture. That&#8217;s how my brain works. So it&#8217;s like AI first.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then again, like WordPress, so I have been lucky more than once in my life. So before this AI came, this famous saying by Steve Jobs like you can only connect the dots looking backward. Three to four years ago, riding on the digital boom, we survived the COVID, like all agencies grew. rtCamp grew a lot more, and a lot faster in very short span of time. And to manage this humongous workforce, we needed to refactor a lot internal tooling, softwares, processes, to the point that we have internally codified our mission that we want to build McDonald&#8217;s of consulting business, inspired by that movie Founder. That was also part of my talk at WorkCamp Asia.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And in fact, I had somebody to literally a complimentary set example. I know we want to build this, but I don&#8217;t have that kind of mental model. So that&#8217;s the brief I give to our chief delivery officer that you have to give me this. McDonald&#8217;s of agency business.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We start thinking of every process that we can repeat, and we realised that we need to take control of our software stack. And we ended up finding something, in open source. That&#8217;s, I would say truly a spiritually aligned to the WordPress ecosystem called Frappe ERPNext, which handle our accounting, payroll, project management, CRM. So many business processes in one single source of truth, like single source of truth for so many things. Earlier it was all siloed data.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So this was started with a different intent, to scale rtCamp, 2000 people, 5,000 people, 10,000 people, because that was a business model then. Agencies growth with capacity. You want to sell more, you need to hire more. Basically agencies growth was limited by on one dimension, the inventory, human inventory you can have. So we started implementing this open source back office software automation with the idea that we will own, central piece of our operating system of connecting, getting thousands of people working together.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then AI happened, and then we realised we don&#8217;t need to hire those many people anymore. Year on year, we moved from 200 to 250, but I think next 50 will be very slow. Because, now we are no longer aiming to sell, or hire people. But as luck would&#8217;ve been, we ended up creating this system of record, which is unified and cleaned. When we think of a client or a project or a human. All aspect of their metadata is available in a single system.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that is why we can leverage AI more than a company, agency to agency. For agencies using say, Jira for project management. QuickBook for accounting, some other software. If their operations is scattered across 6, 7 software, we have leverage over them. Not only we are paying very less because all our software is open source. The data is first party. Like sitting duck there to query in any way we can. We are not limited by SaaS providers, enterprise plan or this AI capability.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that is where we realised that we can take this huge bet on AI where we can now build a lot more, in a lot less time using AI across the board. And if you look at a business like not just WordPress business, when you buy something, like you buy a car from a car company. You are actually paying for everything that company does, advertising, researching on the EV technologies, hiring a brand ambassador to put billboard, sponsoring F1. Anything that company does. every penny they spend on their business, the customer ends up paying it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we thought like now we have a single stack, which technically takes care of 70 to 80% critical nature of our business operations. From when the lead enters the CRM, the project management, time entry, people&#8217;s new management, everything is linked. Everything is beautifully linked in a single unified interface and database. So why don&#8217;t we just use AI to cut down the cost.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because now we cannot charge by hours, we can try, but, it&#8217;s not making sense anymore for clients. They want us to commit to fix output bid. Now when we say, hey, we can migrate this thing for 100k, or we can build this website for half million dollars. So those numbers, traditionally, and actually all the time will include all the operation cost. Like my salary. I&#8217;m not doing any coding work, but my salary will be eventually paid by all the clients. Electricity bill that is also going to be paid by all the client.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we thought like rather than just thinking AI to build a website, let&#8217;s use AI to bring our operational costs dramatically down. Because we have single source of truth for maximum data we have, and that is where we went all AI in. Now it&#8217;s like we can submit a proposal in one third of the time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In old days we used to build PPTs. Now we vibe code a WordPress demo site and attach it to the proposal. Hey is this something that you want? Not just the screenshot, not just the Figma, like we are actually building Playground, like websites, and launching them and sharing those links to the client. Go play with it. We are even trying to copy the design systems if they&#8217;re migrating. So migration is a big category of work we do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that is what we mean by going AI ready. So we are leveraging AI to reduce the cost of sale, increase probability of winning the project by pitching them something. And then while estimating the effort, like let&#8217;s say we would traditionally say, oh, this might cost us a thousand hours. Now we blindly said Make it 30% less, as if it will be done in 700 hours and it will be, sometimes it backfires.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But then on some project it&#8217;ll be 500 hours. In some project it&#8217;ll be 900 hours, but average will come back to 700 hours. Then again, the idea is we have a central operating system, which gives us, like bird&#8217;s eye view of how healthy our projects education are. Are we getting returns on our AI engagement? And all this is possible because few years back we took a bet in different direction.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Like we choose WordPress because we wanted to be a better media agencies, and that was what media agencies were doing in the early days. But we ended up building an agency business with the WordPress. Likewise we choose this Frappe ERPNext software. To operationalise our back office. But now it is starting out to be our advantage point in this areas like we are able to do AI a lot more. In the end, it&#8217;s all about bringing the cost down at certain quality. You have to keep the quality up, and just make it more affordable. If that is not. as a business you cannot do that with AI, then something is wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So AI is not about building something new. I have another approach. So if you&#8217;re an agency people are hiring you to move things from A to B, like you are the movers and packers of internet. I put crudely, what rtCamp does. We move things, like a shipping company who moves your house, remove you from Sitecore to WordSpace.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And that&#8217;s still big part of our business. We don&#8217;t have to reinvent or reimagine different experiences all the time. Sometimes we have to just do what everybody&#8217;s doing, the boring part. Put AI there to make it efficient, more cost effective. And if you do that, that means more people wanting to shift to new house. Again, a different approach. People think that they need to build something out of the world to benefit from this AI way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">My idea is that pick a boring thing and make it so affordable that people who were sitting on the fence, just imagine travel, Middle East travel. Like this is a very actually a bad example, might sound inhuman, but, say like X number of people wanted to experience Dubai as a destination, but let&#8217;s say, it was beyond their budget. For some even unfortunately now suddenly that comes within their budget, they will be able to do that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People wanted to move to WordPress Initially, agencies were quoting a hundred thousand dollars for that big shift. Now if you can, suddenly you can do it in 50k a lot more people will shift. So, you don&#8217;t have to do things like out of the world thing. You don&#8217;t have to invent new. You have to sometimes just make existing problem more efficient to solve.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it was not always about money, especially in large client. It was not always about 100k versus 50k versus half million versus 1 million. It was about timeline. It&#8217;s like you are refurbishing your home and it is going to take three month, then it&#8217;s a different mental model, like to put up yourself in a hotel or a second home for three months. If a magically a new company appears and hey, we can refurbish your home overnight. You don&#8217;t mind checking into hotel for one night. And that is where I feel like this WordPress will be net gain because of AI. Agencies has to be optimistic, and think differently to gain from AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Like, what people are doing is everybody&#8217;s trying to act like a ChatGPT, OpenAI, it&#8217;s their job to invent AI algorithm. We are agency. Our job is to apply AI, not invent AI. We don&#8217;t have to think of what is Opus 4.8 will do. Let cloud engineers think of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we need to understand we are AI&#8217;s consumers or consultant, and that is where some people are getting it wrong by vibe coding things that they&#8217;re not able to sell to anyone. Then they will cry that, hey, six months later they will realise they built stuff nobody bought. Now they don&#8217;t have money to pay AI bills, or their developer salaries and then they will try that, hey, AI took over job, AI killed our business. No, think what existing problems we can solve with AI cheaply, efficiently, with better quality. And a lot of work is there to be done.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> There&#8217;s a lot in there, but one of the things that I&#8217;m taking out is. So prior to AI coming along and demonstrating to us all what it could do, which by the way didn&#8217;t kind of happen overnight, although it feels like it did, there was a sort of, a year in which we could suddenly see, oh boy, it&#8217;s getting much more performant and much more interesting. But prior to that, it sounds like post COVID, you kind of inspected your business and were thinking, okay, how can we refine everything that we&#8217;ve got in the business and how can we put it all into this one system?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And again, with the benefit of hindsight, and I&#8217;m maybe going to use the word luck, maybe that&#8217;s not the right word. You, having done that work, then meant that when AI did come along, you weren&#8217;t trying to link up four or five or six or ten different things. You had this one source of truth. Which meant that you could cut waste, for want of a better word. You know, waste could be measured in terms of dollars or it could be measured in terms of time or it, whatever it may be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You happened to be in that place because you&#8217;d done that preparatory work, not necessarily knowing that AI was going to come along and make all of this fun stuff possible. But with the benefit of hindsight, that&#8217;s exactly what it did.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s curious, you said 70 or 80% of the business could be streamlined in that way. And I&#8217;m so staggered by that number. I thought you&#8217;d be in the kind of, I don&#8217;t know, 20, 30% or something like that. But a full 70 to 80%. So does that mean 70 to 80% of the things available, or do you mean that you were able to cut 70 to 80% of the cost or the time? Because I wasn&#8217;t sure which 70 or 80% you were meaning.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> It meant different things. First like, as I mentioned that we are not thinking AI adds just something to sell, but something to consume first. Because, again, dog fooding principle. We managed to sell WordPress better because we were a blog network. That&#8217;s why we could understood publishers better. We got into this Frappe ERPNext consulting because we built our backend with it. Now before we make any promise with AI, we have to be net gainer with the AI. And we believe that our internally, we will be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there are two parts, actual cost of building something and the meta cost. Like cost of sale, like the writing proposal. marketing costs, like case studies, going to even preparing for articles. Non build cost is definitely, we are able to bring, I would say it&#8217;s already half, but it&#8217;ll be, further down. I will give you a very simple example.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Like in early days is when somebody used to submit rtCamps form, inquiry form, a human, would manually check like, Hey, what is the domain name of this email id? Are they on LinkedIn? Some 30 minutes and then they will write a note hey, this looks like a good quality lead. We are fortunate that we get a lot of inbound inquiries, so we had to have prioritise, like which leads we are going to respond first.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, as soon as somebody submits a form an AI integration does that, within minutes. And the notes are much more details, it creates action items. Across like WordPress our Frappe CRM, our Slack, everything runs like a clockwork, and we don&#8217;t need a human. So that, junior human job is definitely gone. So in sales team, we used to have like this entry level job. That is no longer there. Some jobs are actually going to get vanished. So now going on a call, meeting notes, a lot of those things are getting automated. So the cost of sale has dramatically came down.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What is the effect? Like, say we can now assume flat 10% discount compared to earlier pricing when we are thinking of a migration project. Like, let&#8217;s say, in early days, we used to think like hey, anybody wanting to migrate from Adobe Experience Manager? We must assume that they need to pay us 100k. On the initial call, we can say, hey, that would probably cost something like minimum 50,000 dollars.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The minimums, the starting numbers has came down because we need less energy to have those pre-sales conversations. Less number of minutes of ours spent building those demos. Very fast discovery. Data mapping sometimes happens in minutes. In fact we did one 10 days to prepare this migration literally in five days, that was unthinkable. And that included data migration, QA testing, like automation testing where somebody built a bought in panel, which would randomly open a Zendesk ticket and verify that all metadata and deploys are migrated into new health desk system, all within five days.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where I have been saying that the cost of building custom solutions will fail. For like so low, like it&#8217;s 60, 70, 58. Like definitely more than half. It&#8217;ll be reduced by half more. People will buy custom solutions. So agencies are going to grow from here in just these one or two years. Because agencies, to price something upfront, we need consistencies. Like I&#8217;m running an airline and if my jet fuel is my biggest cost, and that is out of my control. Then how do I price my tickets? That&#8217;s AI hallucination, which is, I would say the jet fuel version of aviation industry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Something happens in Middle East and fuel prices goes up. A war starts. So now when AI hallucinates so it&#8217;s like what we are internally tracking, or what we call as a KPI or internal metric is that, worst case, AI gains, that&#8217;s already 20%. Best case is more than 90%. In some cases it&#8217;s literally 90%. This range will keep compressing and that&#8217;s what I think 70% is my expectation in two years. We will have that maturity that, the build time will fall by 70%. That means. the client companies will hire more agencies to do more work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress will emerge as a winner, not only for its ecosystem, but its ability to expose structured data without any proprietary walls. AI was so fast that only an open source can keep up with it. In fact, we are seeing more migration inquiries with with the AI boom.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> Oh, interesting. I was going to ask a sort of follow up question. Do you think that you, so you were mentioning, how to describe it, a rising tide carries all boats, or you certainly implied that the pie is getting bigger, if you know what I mean? So you are getting more phone calls, more migrations, more work, and you can obviously do that more affordably. And because you can pass on some of those savings to the clients, the price point lowers and so you get more inquiries because there&#8217;s this virtuous cycle of price going down, but quality staying the same or getting better.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I wonder if you, given your success in the past, I wonder if that transition will be easier for you, because the phone is already ringing, than it would be for somebody who was beginning in 2026? Because we all know when you begin, getting the phone to ring is probably the hardest thing. You know, getting those first 5, 10, 15 reliable clients, whatever it is that makes you work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I wonder if you are in a uniquely good position, having a history of clients, a roster of clients that will come back to you. And also just being famous, for want of a better word, in the WordPress space, for doing the kind of things that you do. I wonder just what your thoughts are on that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> They&#8217;re both pros and cons. The only con for rtCamp is that our business model, a big part of what&#8217;s traditional like setting our flagship revenue stream for last 8 to 10 years was staffing solutions. We used to provide engineers, sometimes to other agencies, sometimes to publishers. So usually they used to have the leadership layer with them. We were more of executors, and if AI within the IT industry, the first casualty of AI revolution was that people who code, or people who can only code but cannot think. But luckily our hiring was very different.</p>\n\n\n\n<p class=\"wp-block-paragraph\">While it is taking time, so as I said, net headcount addition has been slowed down. I think this is probably first time rtCamp&#8217;s career site doesn&#8217;t have any engineering opening. If we would&#8217;ve been like a publicly listed or like a shareholder owned company, we might have got mandate to fire a hundred people right now, because we have already gained by, so much that, our one third of our WordPress engineers are currently out of work when the work is rising.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because traditionally, when we needed eight people, now we were able to do in four people. But now we are using this. We have our own challenges, going from one kind of business to another kind of business model. The switch is causing some friction, but we are communicating it openly. We are giving people like more freedom. You give us ideas like which part of the entire business equation you can optimise. Is it editorial experience, is it migration cost? Is it data mapping, visual testing? So people are constantly building.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So change is there. Change is scary. It is scary for us also because we don&#8217;t want to fire people. We don&#8217;t want to lay off people. We want to return this team. From here onwards, we don&#8217;t see we are hiring more engineers for at least a year, because we have enough of them. But, we are so optimistic about this WordPress growth and the pie getting bigger.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are hiring more sales and marketing team. Two days back I was telling like traditionally, we had this 90 to 10% ratio, like in 200 people, our headcount team, we would have 20 people. That would be, we can call as a sales and marketing department, I think next 50 hires will be only sales and marketing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> Oh, that&#8217;s a big skew, isn&#8217;t it? So you&#8217;ll go to more like 30% marketing as opposed to 10% marketing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Yeah sales and marketing. By the way, when we say sales, sales in rtCamp means slightly different. It&#8217;s more of a initial consulting, basically making those solid promise, which can be backed by engineering, not over promising. So our sales team needs are more like a WordPress consultant, but we have a category within rtCamp which we call Growth Engineers, who are some of our best coders. But rather than writing code, they go on the first client call and make promises on behalf of WordPress which are practical, feasible, and real.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That is what our internship look like, because coding is race to bottom. Eventually the cost of building will shrink to the point that you don&#8217;t need many, you won&#8217;t need many traditional developers in any agency. You will need people who can imagine what needs to be built. There might be 20 different ways and which way this project should be executed. That prompt engineering, context in engineering.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the value is shifting and it&#8217;s definitely shifting away from people who can only code. That is why, probably from two years now, we might be at 300 people. Hundred of them will not be coding at all. But they will be prompting AI. They will be building vibe coded prototype in pre-sale stage to gain that customer confidence like early on that day. What you want is possible with the WordPress. It won&#8217;t cost that much. It&#8217;ll be given you fast enough that your life won&#8217;t be disrupted for many months, like your business operations won&#8217;t be disrupted for many months, so this is a thing</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> Yeah, nobody could deny that we&#8217;re in interesting times. I think a lot of people are very confused by what&#8217;s going on at the moment. You know, they&#8217;re trying to figure out a path. They&#8217;re trying to figure out how it affects their business. They&#8217;re probably in, I would imagine, quite a lot of cases, quite keen to stick to the ways that they&#8217;ve done it in the past. But certainly the picture that you&#8217;ve painted over at rtCamp is that you are aligning yourself with a very different future, kind of embracing AI, seeing where it can take you, trying to adapt your business. Being optimistic about it rather than pessimistic. Because I think there is quite a lot of pessimism around there at the moment. But seeing the opportunity and seizing it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Absolutely fascinating. There was so much to unpack there. I feel like we could talk probably for another nine hours about this because it genuinely is never ending. I would love to prize back the curtain a little bit more. However, time allows only this much. So what an interesting conversation. Thank you very much, Rahul.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just before we end, could you just tell us where we can find you online, should somebody want to, you know, maybe they&#8217;re experiencing a bit of anxiety of their own. Their agency is in a rudderless ship at the moment and they&#8217;re trying to figure it out. Where can people get in touch with you best?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> I am actually available on all social networks. I use LinkedIn least and email is most level way, I&#8217;m a bit old school there. But, yeah, Twitter. I check daily.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nathan Wrigley:</strong> I will link to your bio in the show notes, but also, I will link to the presentation that you gave and any other bits and pieces that we discussed that I can find links for. I will mention those well. So head to wptaven.com, search for the episode with Rahul in it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you so much for chatting to me, and all I can say is all the best. I hope that all of the intuitions that you have turn out to bear fruit and be fruitful for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank so much for chatting to me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rahul Bansal:</strong> Thank you 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/rahul286/\">Rahul Bansal</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Rahul has a long and accomplished history in the WordPress ecosystem. As the founder and CEO of  rtCamp, a company he started 17 years ago, he’s led his agency through the rapidly changing landscape of the web, helping enterprise clients such as Google, Fortune 500 companies, and major publishers solve complex problems with innovative WordPress-based solutions. <a href=\"https://rtcamp.com\">rtCamp</a> specialises in everything from large-scale website builds to more bespoke projects like Chrome extensions and SaaS connectors, and has grown to a team of hundreds over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Today’s episode takes a deep dive into Rahul’s recent talk at WordCamp Asia, which focused on what it will take to launch and scale an enterprise WordPress agency in the future. The conversation focused on real, hard-won lessons from rtCamp’s journey, but also on how rapidly the playbook is changing with advances in technology, particularly the explosion of AI tools and workflows.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We discuss Rahul’s philosophy around hiring, namely, building a team of people whose strengths complement each other, rather than just replicating your own skillset. This approach has allowed rtCamp to adapt to new challenges, fill gaps in expertise, and weather major industry changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We then explore how this idea of “complementary sets” can also apply to choosing the right kinds of clients, those who value your expertise because they need what you offer, rather than simply hiring someone who does what they already know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A theme that emerged in the conversation was specialisation. Rahul outlines how, whereas rtCamp’s earliest differentiator was a simple focus on WordPress (when virtually no one else in India was), today’s agencies must drill down much further to stand out, choosing niches within niches, such as WooCommerce or payment gateway integrations, and becoming recognised experts in those areas in order to thrive in a much more crowded field.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Towards the end of the episode the discussion turns toward what might be the most significant topic for agencies today, artificial intelligence. Rahul described how recent advances in AI have not only altered his agency’s practices, but have given them a firm mandate, if something within rtCamp can be done by AI, it will be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about how AI is being leveraged inside rtCamp to automate and optimise everything from sales and proposal writing to project management and even technical proof-of-concept builds. With a unified platform for all business processes, the agency is now able to significantly reduce costs, speed up delivery, and focus on higher-value consulting and creativity, reshaping roles and team composition as a result.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in what it takes to stand out and succeed in the evolving world of enterprise WordPress agencies, how to confront uncertainty with both optimism and realism, and how AI can become not just a bolt-on feature but the operational backbone of your business, 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://rtcamp.com\">rtCamp</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Rahul&#8217;s presentation at WordCamp Asia 2026: <a href=\"https://asia.wordcamp.org/2026/session/how-to-start-an-enterprise-wordpress-agency-in-2026/\">How to start an enterprise WordPress agency in 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.tv/2026/04/21/how-to-start-an-enterprise-wordpress-agency-in-2026/\">The same presentation on WordPress.tv</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://rtcamp.com/blog/17-years-of-good-work/\">A year of reinvention as we turn 17</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://frappe.io\">Frappe tools</a> mentioned several times during the podcast</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://x.com/rahul286\">Rahul on X</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.linkedin.com/in/rahul286/\">Rahul on LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 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: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:94:\"Open Channels FM: BackTalk on Mission, Media, Localization, AI, and Giving Back to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/backtalk-on-mission-media-localization-ai-and-giving-back-to-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"The content reflects on past discussions highlighting the importance of amplifying diverse voices, localizing strategies, and contributing to the open-source ecosystem for future relevance.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2026 09:40:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:16:\"Matt: Audio Wars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=153172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/06/audio-wars/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1875:\"<p class=\"wp-block-paragraph\">It looks like Ubiquiti is coming for Sonos with its <a href=\"https://store.ui.com/us/en/category/premium-iot/products/upl-port\">PoE Audio Port, a $199 device</a> that closely resembles <a href=\"https://amzn.to/4vXqjcH\">the $499 Sonos Port</a>, and <a href=\"https://store.ui.com/us/en/products/upl-amp\">$599 PowerAmp</a>. Sonos is going up-market with <a href=\"https://www.sonos.com/en-us/shop/amp-multi\">the Amp Multi</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Sonos has <a href=\"https://www.bloomberg.com/news/features/2026-03-10/sonos-new-speaker-heralds-revival-under-ceo-tom-conrad-after-app-fiasco?sref=tT7Af65V\">had a rough patch</a>, but I&#8217;m pretty ride or die for them, and some of my favorite people are there: <a href=\"https://www.linkedin.com/in/tomconrad/\">Tom Conrad, the CEO</a>, <a href=\"https://www.linkedin.com/in/hbarra/\">Hugo Barra on the board</a>, and <a href=\"https://miketatum.com/\">Mike Tatum</a> in CorpDev (he&#8217;s the guy who got me to drop out of college and join CNET back in 2004!).</p>\n\n\n\n<p class=\"wp-block-paragraph\">The only time I don&#8217;t do Sonos in a home is for the <a href=\"https://syngspace.com/\">amazing audio experience of Syng Alpha</a>. The triphonic thing can be really magical. (Analog/vinyl is <a href=\"https://ma.tt/2009/04/visiting-shindo-labs/\">still Shindo Laboratories</a>, but that&#8217;s just for special occasions.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">For headphones right now, it&#8217;s either <a href=\"https://www.colorware.com/collections/wordpress\">some custom Airpods Pro 3</a> or <a href=\"https://amzn.to/44c5wGf\">the Sennheiser HDB 630</a> (<em>Hat tip: <a href=\"https://pud.com/\">Pud</a></em>, who is also making some crazy headphones).</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the go, I love pairing two <a href=\"https://amzn.to/4fQSchD\">Logitech Megaboom 4s</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2026 06:59:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s: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:77:\"Open Channels FM: Summer Updates New Features and Changes to 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=2555698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://openchannels.fm/summer-updates-new-features-and-changes-to-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:192:\"Bob Dunn updates on Open Channels FM\'s recent developments, including a homepage redesign, the launch of \"Do the Woo\" as a standalone podcast, and upcoming features like Open Channels FM Live.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2026 11:55: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: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: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:20:\"Matt: Assorted 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=153102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/assorted-links-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10498:\"<p class=\"wp-block-paragraph\">Sometimes you have to just start with beauty.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Listen to <a href=\"https://open.spotify.com/album/3eXr4s3rCLxNJpxqaIDyqJ?si=Z2vNOEF2Rm-s6BAkCVN4hg\">Jon Batiste&#8217;s <em>Beethoven Blues</em></a>, then <a href=\"https://www.youtube.com/watch?v=7VM8MsR4K10\">relish this interview, where he plays and talks about it</a>. I can&#8217;t <a href=\"https://theisolationjournals.substack.com/p/black-mozart\">wait for Black Mozart</a>, which is already starting <a href=\"https://open.spotify.com/prerelease/4WWjrjAmp0Xqah9zqgir4M?si=6ea98fbd9d1d40ee\">to trickle on Spotify</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Forget all <a href=\"https://www.ferrari.com/en-EN/auto/ferrari-luce\">that Ferrari stuff</a>, what <a href=\"https://www.wallpaper.com/design-interiors/lighting/jony-ive-lovefrom-balmuda-sailing-lantern\">Jony Ive did with his LoveFrom Sailing Lantern</a> is divine. I&#8217;ve now seen it in person, and it&#8217;s the light at the end of the tunnel.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153109\" height=\"340\" src=\"https://i0.wp.com/ma.tt/files/2026/06/sailing-lantern-1024x576.jpg?resize=604%2C340&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">That led me to discover how awesome <a href=\"https://us.balmuda.com/\">Balmuda is</a>, and stumble upon the Japanese word <em>Monozukuri</em>, which, according to Google, &#8220;(ものづくり) is a foundational Japanese philosophy that translates literally to <em>the art and science of making things</em>&#8221; It goes far beyond standard manufacturing or production, representing a deep, holistic mindset that embraces craftsmanship, a relentless pursuit of perfection, pride in one&#8217;s labor, and a deep respect for materials.&#8221; Look <a href=\"https://global.toyota/en/newsroom/corporate/39758220.html\">at how Toyota embodies it</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Om has a <a href=\"https://om.co/2026/06/07/the-myth-the-mythos-and-the-man/\">beautiful and prescient post on The Myth, the Mythos and the Man</a>.  It predicted some of this <a href=\"https://www.techmeme.com/260615/p20#a260615p20\">Fable kerfuffle</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Connection</h2>\n\n\n\n<p class=\"wp-block-paragraph\">How <a href=\"https://source.android.com/docs/core/ota/modular-system/tethering\">amazing is tethering on Android</a>? I have a <a href=\"https://amzn.to/49TXYeM\">Pixel 10 Pro</a> with a USB-C Ethernet hub plugged into the WAN port of a <a href=\"https://store.ui.com/us/en/products/udr-5g-max\">Unifi Dream Router 5G Max</a> because the <a href=\"https://www.qualcomm.com/modems/products/snapdragon-x62-5g-modem-rf-system\">Qualcomm chip Unifi uses</a> is two generations behind what&#8217;s in the phone. (Hat tip: <a href=\"https://jesse.blog/\">Jesse</a>.) How <a href=\"https://satellitemap.space/constellation/starlink\">amazing are the 10,653 Starlink satellites floating above us, providing broadband from space</a>, from a company I heard <a href=\"https://x.com/gjurvetson/status/2065452568902279655\">might have had an IPO last week</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I reconfigure ports, channels, and flows, as nurses do for arteries and cannulas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Numbers Don&#8217;t Lie, Check The Scoreboard</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Not <a href=\"https://www.nytimes.com/athletic/7355407/2026/06/13/knicks-nba-championship-game-5-win/\">just the Knicks</a>. After a 3-year hiatus of Review Signal benchmarks, the headline was <a href=\"https://www.therepository.email/review-signal-publishes-2026-hosting-benchmarks-after-three-year-gap-powered-by-its-own-open-source-load-testing-platform\">that Pressable dominated every category</a>, and with perfect uptime. However, the real story is about <a href=\"https://wp.cloud/\">WP.cloud</a>, which is behind the top scores for not just Pressable and WordPress.com but also the <a href=\"https://www.bluehost.com/cloud-hosting\">Bluehost Cloud plans</a>, beating <a href=\"https://www.oracle.com/cloud/\">Oracle Cloud</a> and <a href=\"https://cloud.google.com/\">GCP</a>-based solutions. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wp.cloud/\">WP.cloud</a> is <a href=\"https://ma.tt/files/2026/06/bezos-aws.jpeg\">our AWS</a>; <a href=\"http://pressable.com/\">Pressable</a> is our demo site. We want <em>every</em> host to offer the fastest and <em>most secure</em> WordPress possible. I&#8217;m happy to focus on infrastructure and let others figure out marketing and such <a href=\"https://en.wikipedia.org/wiki/Hi_and_Lois\">foofram</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you speak Danish and would like a random Radical Speed Month art project detour, check out <a href=\"https://automattic.github.io/nima/\">Joen Asmussens&#8217; Nima</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://automattic.com/\">Automattic</a> has been shipping, shipping, shipping. <a href=\"https://wordpress.com/blog/2026/06/10/wordpress-com-is-now-available-in-stripe-projects/\">Start a WP.com site from the terminal with Stripe Projects</a>. <a href=\"https://akismet.com/blog/introducing-the-official-akismet-php-sdk/\">Akismet PHP SDK</a>. Fun experiments from Radical Speed Month like <a href=\"https://wordpress.com/blog/2026/04/27/studio-code-beta/\">Studio Code</a>, <a href=\"https://www.stattic.net/\">Stattic</a>, <a href=\"https://wordpress.com/workspace/\">Workspace Mac App</a>, <a href=\"https://github.com/Automattic/cortext\">Cortext</a>, <a href=\"https://pressship.org/\">Pressship</a>, <a href=\"https://wapuu.studio/\">Wapuu Studio</a>,  <a href=\"https://studiowrite.app/\">Studio Write</a>, <a href=\"https://wordpress.org/plugins/desktop-mode/\">Desktop Mode</a>, <a href=\"https://flavorpress.io/\">FlavorPress</a>, <a href=\"https://github.com/jonathanbossenger/concilium\">Concilium</a>, <a href=\"https://developer.woocommerce.com/2026/05/07/woocommerce-for-claude/\">WooCommerce insights in Claude</a>, and <a href=\"https://en.wikipedia.org/wiki/Kaizen\">the <em>kaizen</em></a> of hundreds of behind-the-scenes bug fixes and improvements across our product suite. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of this came from those not historically in a product or engineering role, which we&#8217;re learning to navigate. I loved how customer-centric many things were. We also made a lot of rookie mistakes, but that&#8217;s part of how you learn, and I believe the acceleration of learning will be the biggest legacy of the Radical Speed Month experiment. That, and the fun games on <a href=\"https://automattic.com/work-with-us/\">our intranet</a>. <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153136\" height=\"201\" src=\"https://i0.wp.com/ma.tt/files/2026/06/automattic-game-center-banner-1024x341.jpeg?resize=604%2C201&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">AI Hangover</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I have <a href=\"https://ma.tt/2023/10/wowza/\">drunk from the sweet nectar of Waymo</a>, and now find myself calling an Uber so I can talk to 72-year-old Antoly from Azerbaijan, whom I slip a hundred-dollar bill as I step out. I weep when I see talented colleagues speak and write with words not quite their own. I <a href=\"https://www.pangram.com/\">masochistically Pangram everything</a> even though it sometimes mistakes my own hand-crafted prose for slop, or is that actually my soul being sanded down by consuming too many statistically probable next tokens?</p>\n\n\n\n<p class=\"wp-block-paragraph\">The uncanny valley of software, writing, products, and presentations so polished on the surface but built on thin foundations of understanding gives me an almost physical, nauseous reaction. I write this even as I listen to <a href=\"https://www.youtube.com/watch?v=tRsQsTMvPNg\">Claude FM music for thinking and building</a>,  probably <a href=\"https://ma.tt/files/2026/06/mythos-jailbreak-791x1024.jpeg\">Mythos-injected with subliminal messages</a> to remind me of the hours of audio transcribed in minutes; the programs that would have taken a team months, conjured from my hand in hours; the way I feel <a href=\"https://www.youtube.com/watch?v=8XV8aBNOIqI\">like Neo in the Matrix</a>, rapidly downloading new domains of knowledge.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What&#8217;s the name for the paradox, <a href=\"https://en.wikipedia.org/wiki/Jevons_paradox\">like Jevon&#8217;s</a>, that AI abundance and polish makes you crave messy, imperfect humanity even more?</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s good to debate and ruminate, but only in small doses. Like salt in a dish, a little goes a long way. Avoid the <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC11036542/\">existential angst</a> of charting new territory by getting your hands dirty and trying things. You learn the most from failures when you can <a href=\"https://apagefrommunakusbook834350529.blog/2023/02/03/learning-to-laugh-at-yourself/\">laugh at yourself</a>.  <a href=\"https://amzn.to/4vmWaDB\">Build one to throw away</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Write Different</h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Writing is not the most important thing; thinking is. But writing is probably the best way to improve your thinking.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I saw this quote attributed to me and didn&#8217;t remember it, so I thought it might be an AI hallucination, but it&#8217;s actually something I said! In <a href=\"https://perell.com/podcast/matt-mulleweg/\">this early-years podcast with David Perell</a> buried on some corner of his site. Now <a href=\"https://www.youtube.com/@DavidPerellChannel\">David&#8217;s production quality is stellar</a>, and he gets amazing guests like <a href=\"https://www.youtube.com/watch?v=yb9Tz-RQFN4\">Maria Popova to discuss their craft</a>. I&#8217;ve enjoyed his rise and look forward to <a href=\"https://perell.com/\">following him</a> in the decades to come.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">I could edit and link much more, but sometimes you have to just <a href=\"https://vimeo.com/12238385\">press the Publish button</a> and <a href=\"https://www.youtube.com/watch?v=bJVOo4K_GGM\">let go</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2026 19:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:96:\"Open Channels FM: The Balancing Act: Freedom, Convenience, and Open Source in an AI-Driven World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-balancing-act-freedom-convenience-and-open-source-in-an-ai-driven-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"So many of us are in a evolving relationship between freedom, convenience, and open source software in the world shaped by AI. The promise of freedom which is central to the open web and open source movements has to be continually weighed against the growing demand for convenience and simplicity. While open source software offers [&#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:\"Mon, 15 Jun 2026 12:16: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: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:49:\"Akismet: Introducing the official Akismet PHP SDK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://akismet.com/blog/introducing-the-official-akismet-php-sdk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4711:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-284805\" height=\"429\" src=\"https://akismet.com/wp-content/uploads/2026/06/screenshot-2026-06-10-at-11.38.37-am.png?w=1024\" width=\"1024\" /></figure>\n\n\n\n<div class=\"wp-block-jetpack-markdown\"><p>For twenty years, Akismet has kept spam out of WordPress. But spammers don’t care what your site runs on and neither do we.</p>\n<p>Last month we launched the <a href=\"https://akismet.com/blog/introducing-the-official-akismet-drupal-module/\">official Akismet Drupal module</a>. Today we’re introducing the engine that powers it: the official Akismet PHP SDK, a first-party client that brings Akismet to any PHP application.</p>\n<h2 id=\"what-it-is-and-who-itâ€™s-for\">What it is, and who it’s for</h2>\n<p>The Akismet PHP SDK is a first-party PHP client for the Akismet API. It’s built for the platforms the WordPress plugin doesn’t reach: custom apps, SaaS backends, and PHP frameworks like Laravel and Symfony. (The official plugins are still the way to go for <a href=\"https://wordpress.org/plugins/akismet/\">WordPress</a> and <a href=\"https://www.drupal.org/project/akismet_antispam\">Drupal</a>.)</p>\n<p>Under the hood it’s built to feel at home in a modern PHP codebase:</p>\n<ul>\n<li>Covers the full Akismet API, from comment-check and spam/ham submissions to key verification, usage limits, and account stats.</li>\n<li>Works with any PSR-18 HTTP client you already have (Guzzle, Symfony HttpClient, and the like) through auto-discovery.</li>\n<li>Ships a typed exception hierarchy that redacts your API key, so credentials never leak into your logs.</li>\n</ul>\n<h2 id=\"a-two-minute-quick-start\">A two-minute quick start</h2>\n<p>Install it with Composer:</p>\n<pre><code class=\"language-bash\">composer require automattic/akismet-sdk\n</code></pre>\n<p>Then check a submission:</p>\n<pre><code class=\"language-php\">use Automattic\\Akismet\\Akismet;\nuse Automattic\\Akismet\\DTO\\Content;\nuse Automattic\\Akismet\\Enum\\ContentType;\n\n$akismet = Akismet::create(\n    apiKey: \'your-api-key\',\n    site: \'https://your-site.com\',\n);\n\n$content = new Content(\n    userIp: $_SERVER[\'REMOTE_ADDR\'],\n    userAgent: $_SERVER[\'HTTP_USER_AGENT\'],\n    body: $formData[\'message\'],\n    authorEmail: $formData[\'email\'],\n    type: ContentType::ContactForm,\n);\n\n$result = $akismet-&amp;gt;check($content);\n\nif ($result-&amp;gt;isSpam()) {\n    // Reject it, flag it, or queue it for review.\n    // $result-&amp;gt;shouldDiscard() marks the blatant spam you can drop outright.\n}\n</code></pre>\n<p>That’s the loop: build a <code>Content</code> object, call <code>check()</code>, act on the result.</p>\n<h2 id=\"already-running-in-production\">Already running in production</h2>\n<p>The official Akismet <a href=\"https://www.drupal.org/project/akismet_antispam\">Drupal module</a> is built on this SDK. The SDK handles the API contract and type safety, while the module handles Drupal’s service wiring, queues, and moderation UI. That’s the pattern for Laravel, Symfony, and anything else you build: the SDK owns the Akismet integration and your framework owns the glue.</p>\n<h2 id=\"whatâ€™s-new-in-1-5-0\">What’s new in 1.5.0</h2>\n<p>We have just released v1.5.0, which is about giving Akismet more to work with, and giving you more back:</p>\n<ul>\n<li><strong>Richer content signals:</strong> <code>Content</code> now carries the site’s language and character set, plus the surrounding conversation context, so every check has more to go on.</li>\n<li><strong>More insight into every verdict:</strong> <code>CheckResult</code> now surfaces the error and classification Akismet returns, so you can log and act on <em>why</em> something was flagged, not just whether it was.</li>\n<li><strong>Extended multi-site reporting:</strong> For keys that span many sites, the new extended key-sites data adds per-site metadata for cleaner reporting and account hygiene.</li>\n</ul>\n<h2 id=\"get-started\">Get started</h2>\n<p>The SDK is open source and live on Packagist today.</p>\n<ul>\n<li>Install: <code>composer require automattic/akismet-sdk</code></li>\n<li>Packagist: <a href=\"https://packagist.org/packages/automattic/akismet-sdk\">automattic/akismet-sdk</a></li>\n<li>Source and docs: <a href=\"https://github.com/Automattic/akismet-sdk-php\">github.com/Automattic/akismet-sdk-php</a></li>\n</ul>\n<p>You’ll need an Akismet API key to make calls. Akismet’s <a href=\"https://akismet.com/pricing/\">Personal plan</a> is pay-what-you-can and free for personal, non-commercial sites. If you’re running something commercial, pick a paid plan that matches your traffic. Either way your code stays identical, since the plan lives with your API key, not in the SDK.</p>\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, 15 Jun 2026 10: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:\"Derek Springer\";s: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:59:\"Open Channels FM: The Changelog: Still Here, Still Doing It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://openchannels.fm/the-changelog-still-here-still-doing-it/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:305:\"A bit over four years ago, in 2022, I recorded an episode from San Diego. I was getting ready for an event, about to attend my first-ever Contributor Day (which, yes, felt a little absurd given how many WordCamps I&#8217;d been to by that point). To fill the time before things kicked off, I sat [&#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:\"Fri, 12 Jun 2026 08: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: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:40:\"Dennis Snell: Gutenberg Package Activity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://fluffyandflakey.blog/?p=3901\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://fluffyandflakey.blog/2026/06/11/gutenberg-package-activity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1001:\"<p class=\"wp-block-paragraph\">Last week at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a> there was a get-together among WordPress Core committers and a question arose concerning the separate Gutenberg <code>npm</code> packages that are built and distributed. I was curious about how frequently they are updated and which ones are most active, so I asked Codex to review <code>git</code> commit activity, gather commits per package which touch files in that package, and then render it into a plot. It produced this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Also available <a href=\"https://fluffyandflakey.blog/wp-content/uploads/2026/06/gb-package-rates.html\">as a PNG image</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Script available <a href=\"https://gist.github.com/dmsnell/107642d8791e5bb88c4a3f9c521dad3d\">in a gist</a>.</p>\n\n\n\n<div class=\"wp-block-group alignwide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2026 20:34:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Dennis Snell\";s: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:97:\"Open Channels FM: WordCamp Europe Takeaways: Community Vibes, Tech Advancements and Smarter Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-europe-takeaways-community-vibes-tech-advancements-and-smarter-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"This Open Channels FM episode from WordCamp Europe discusses the event\'s vibrant atmosphere, the integration of AI in WordPress workflows, and the positive community outlook on evolving technology and opportunities.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2026 08: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: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:104:\"WPTavern: #220 – Cathy Mitchell on Why WordPress Events Matter: Community, Connection, and Giving 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:48:\"https://wptavern.com/?post_type=podcast&p=204704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/podcast/220-cathy-mitchell-on-why-wordpress-events-matter-community-connection-and-giving-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52587:\"<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, why WordPress events and community matter.</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 Cathy Mitchell. Cathy has been working with WordPress since 2007. What began as a fun personal project during her maternity leave soon evolved into a fully fledged business with the launch of WPBarista in 2008. Over the years, Cathy has garnered extensive experience in the WordPress space, and is now working towards the 2026 WordCamp Canada.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focuses on the powerful role of community within the WordPress ecosystem, something that Cathy is deeply passionate about. We discuss how open, welcoming, and international the WordPress community feels, compared to more traditional corporate or volunteer environments. A theme that emerged was how involvement in WordPress has provided Cathy, and many others, with a sense of belonging and fulfilment, especially after life changes like becoming an empty nester.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion explores the motivations for volunteering and organising within the WordPress community, both from the perspective of newcomers looking for purpose and connection, and business owners assessing the return on investment from contributing or sponsoring events. This includes how easy it is to get involved, the unique lack of barriers and red tape, and the value of altruism and camaraderie.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other topics we explored with a broader impact of technology and loneliness, the importance of service and community for wellbeing, challenges in sponsorship amid changes economic times, and the vital need to engage the next generation in open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in the human side of WordPress, how volunteering shapes both individual and the broader community, and what the future might hold for WordPress events and contributors, 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 Cathy Mitchell.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Cathy Mitchell. Hello, Cathy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:25] <strong>Cathy Mitchell:</strong> Hello. Thanks for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:27] <strong>Nathan Wrigley:</strong> You are very welcome. Cathy and I have been having, well, 15 minutes or so of chit chat just before we started the podcast. I&#8217;ve been learning a little bit about Cathy and we&#8217;re going to share all sorts of information.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think probably broadly we could talk about it as being the WordPress community, which is a subject which is dear to my heart.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, before we get into that, Cathy, I&#8217;ve had an introduction from you over the last few minutes, but would you mind sort of giving us your potted version of that, your shorter version, your bio if you like. Tell us who you are and how come you&#8217;re featuring on a WordPress podcast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:58] <strong>Cathy Mitchell:</strong> Well that&#8217;s a whole lot of imposter syndrome. Why I am featuring, because you&#8217;re kind enough to have me. I&#8217;ve been working with WordPress since 2007 and it was just something fun that I did to begin, much like you with podcasting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then a couple years in, I told my friends that they&#8217;d have to start paying me, or I was going to go back to work, find a real job. This was during my mat leave, and so it kind of just took off from there in 2008, started WPBarista.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And now I&#8217;m very interested in the community because I was looking for something to do in the WordPress community last year. Dan in the Canada Slack got a hold of me and said, hey, do you want to help with the WordCamp? And I said, sure. You know, I had time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And he got me in and brought me right up to like being on the organising team. And it was so fun but so shocking. Like, there is a lot of red tape in the corporate world before they let you do anything meaningful. Like you have to sweep the floors for a whole long time before they let you actually do something you&#8217;re good at. So this was remarkable. And this year I find to my surprise, I&#8217;m leading the 2026 WordCamp Canada.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s what I&#8217;m doing now. And we&#8217;re going to focus on community too. So I&#8217;m very excited about this topic, both from a corporate, like what do we get out of this? Or are we supposed to get something out of this? And from a personal standpoint, it&#8217;s been amazing to meet these people, and to be given a chance. And I found out I&#8217;m not the only one. This is like normal, which is bizarre and wonderful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:37] <strong>Nathan Wrigley:</strong> My experience of the WordPress community, so I started in WordPress actually quite a long time after you did. Maybe sort of six or seven years after you began using WordPress. I really didn&#8217;t know that there was a community at all. I just downloaded the software and used the software. And then I can&#8217;t even remember really how it happened. It might have been through things like Facebook Groups or something like that, where I was trying to learn a particular thing? Or perhaps there was something in the dashboard which indicated that there was an event nearby.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I found myself, to my own surprise actually, I found myself at a WordPress event in London, WordCamp London, which at the time was going really strong. You know, hundreds and hundreds of people would show up every year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I remember purchasing a ticket and getting the train ticket and thinking, what am I doing? What am I possibly hoping to get out of this? And showing up and kind of being a bit like a timid rabbit sitting in the corner a little bit, and then it kind of worked out fairly quickly. Okay, this is all fairly benign. Nobody seems to be all that boastful. Nobody seems to be sort of shoving corporate speech down my throat, or trying to sell me anything unnecessarily.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And during the course of a day or maybe a couple of days, opened up a little bit and got chatting to people. And lo and behold, within a couple of years, a significant proportion of my free time, let&#8217;s call it that, outside of the commitments of daily life and family and all of that kind of thing, was taken up with doing WordPressy things in my spare time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I, I don&#8217;t know if the story maps the same as you, I&#8217;ve shared mine, maybe you&#8217;ll share something similar in a moment. The community to me is much more than just, oh, there&#8217;s a community there. It genuinely is a seriously important part of my life. To the point where if that was to be sort of whipped away, or somebody like a Thanos type character suddenly clicked their fingers and that disappeared, I don&#8217;t know what I would do with myself. I would really have to go out there and find an awful lot of other things to do. Was it a bit like that for you?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:41] <strong>Cathy Mitchell:</strong> Not at all. I went to the forums first. And in 2008, 2009, there were some big names nowadays that were just answering us in the support forums. And so I learned from the best of the best, I think. And they would answer my ridiculous questions. I had no idea about PHP. I didn&#8217;t even know HTML. I didn&#8217;t even know what the internet was, like as broad concept. I asked my husband at the time like, okay, I don&#8217;t understand how my computer is talking to someone else&#8217;s computer, like you need to draw me a picture.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So anyway, I&#8217;ve only recently, I went to a couple of events, but I&#8217;ve always had the business mind. If I can&#8217;t see an ROI financially, I&#8217;ll say, from what I&#8217;m doing, then I don&#8217;t have time for it. But that was also during a time when I had a young family and then I became a single mum and then I had to work this business. And so it&#8217;s only really recently that I&#8217;m looking around and seeing people like you and going, this is unique.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve been in volunteer communities, and now that my kids are all grown up, I&#8217;m kind of looking for those opportunities. What meaningful thing can I do with my time? And this just seems so unique. Like I volunteered at other places and there&#8217;s so much red tape and there&#8217;s so much, I don&#8217;t know, different feelings than this one. This one&#8217;s very open.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:09] <strong>Nathan Wrigley:</strong> I think the bit that is so curious to me is you can sort of dip in and dip out of it. Because, I don&#8217;t know, let&#8217;s say for example, you do something much more local, involved with your hometown or something like that. And you get involved in it and there&#8217;s a certain kind of, pressure is the wrong word, I suppose you can dip in and dip out of that as well, but do you know what I mean? You get involved in those philanthropic things locally and you get to know things and it becomes more of a habit, and you do the same thing over and over again. At least that&#8217;s my experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What I quite like about this is the international flavour of it. The fact that I&#8217;m being introduced people from really different parts of the world and cultures. And it&#8217;s very, very open, and it&#8217;s a real contrast to the bit that you just mentioned, where the corporate bit, and obviously there&#8217;s a side of our community which is very much devoted to turning a profit and what have you. But there&#8217;s a significant proportion of the people who don&#8217;t have that metric in their head when they&#8217;re introducing themselves to people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">They are just trying to be helpful and trying to deliver on the promise that the internet gave us back in the 1990s of, here&#8217;s the infrastructure to pass information around freely. Wouldn&#8217;t it be nice if everybody had the capacity to publish things, or to share things online without some sort of corporate overlord or paywall or algorithm? Which we&#8217;ve now probably regret deeply allowing that to happen to the internet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">All of those kind of things come into play. I have constantly, for the last decade, tried to sum up and capture what this is. And I always fail. It simply feels nice, is all that I&#8217;ve got, really. This community, the people in it that I hang out with, it just feels like a nice thing to do. That&#8217;s all I&#8217;ve got. No wisdom beyond that. It&#8217;s bizarre, isn&#8217;t it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:53] <strong>Cathy Mitchell:</strong> I&#8217;ve been trying to quantify it too, and especially planning this next conference. I feel much like a student because there&#8217;s a large group, probably most people are not like me. Like they&#8217;re like you, at least the ones, in Slack that I&#8217;m talking to on a daily basis. And they&#8217;re the original nerds who are so happy, like were inspired and spent their free time, like this wasn&#8217;t their job. Promoting this and like answering my questions in forum as an absolute noob. So in that way I feel like I would really like to give back now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But the community, yeah, I can&#8217;t quite put my finger on. I just talked to a sponsor yesterday and she is of course wanting to get in front of her audience, which is agency owners. But there&#8217;s a real sense of promoting the community because the healthier the community, the healthier all of us are. Not just financially, but it creates the forward momentum, I think as far as open source as a whole too. Like there&#8217;s a bunch of us, me included, even though I kind of am taking a corporate angle that really believe that open source could change the world. I still do, maybe even more so because AI is, can actually talk to things that are open source. Less so if everything&#8217;s behind a paywall.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:09] <strong>Nathan Wrigley:</strong> I think one of the things that you mentioned there, which suddenly sort of struck me is whilst there are a handful of people out there, and I say a handful, there&#8217;s obviously many millions of people. I think it&#8217;s fair to say that many people prefer to be in proximity to other people, to do things, to be in conversation with people, to have a shared experience. You know, we go to the cinema or the movie theatre to watch a movie. I mean I know the screen&#8217;s bigger and everything, but part of it is to be with other people and to go ooh and ah, at the same time and go to firework displays and concerts and things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now all of that stuff can be done in an isolated environment in your house. You know, you can watch Netflix and you can watch the TV and get a similar kind of experience. But I think there&#8217;s some sort of core part of me at least, and the people that I hang out with at these kind of events and online who just enjoy that shared experience, that willingness to be involved in a similar task. Just to be pointing in the same direction as a bunch of other people, pulling together on the same team. And it&#8217;s unquantifiable. I literally can&#8217;t encapsulate it, but I think you and I are talking about the same thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What&#8217;s interesting is I accidentally found it fairly early on in my WordPress journey. Serendipity played a really blinding hand for me there. But I think had I not had, bit like that film Sliding Doors, I could easily have missed the cues which sent me to that WordCamp or whatever it was that got me started. And I probably could have gone for a decade or more and not even noticed it was a community and maybe discovered it much more recently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it sounds like that&#8217;s kind of happening to you. You mentioned that you are, I think in the show notes you described it as, it&#8217;s a lovely phrase, empty nesting. Does that mean when your children grow up and go away? Is that what that means?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:53] <strong>Cathy Mitchell:</strong> Yeah. That&#8217;s a pretty common phrase over here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:55] <strong>Nathan Wrigley:</strong> Oh, okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:56] <strong>Cathy Mitchell:</strong> This side of the pond. You know, you kick the little birdies out, and they&#8217;re spreading their wings. All of a sudden we&#8217;re left with, it&#8217;s a different life stage. I think we were talking a little bit about it. You&#8217;re getting there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:08] <strong>Nathan Wrigley:</strong> I&#8217;m going to there very, yeah, awh, it&#8217;s kind of filled with melancholy. On the hand, obviously I would love for my children to grow up, but on the other hand it&#8217;s, pulls all the heartstrings, doesn&#8217;t it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So you are finding space in your life to do this kind of stuff. I&#8217;m going to ask a question, which is maybe a little bit personal, I don&#8217;t know. Hope you don&#8217;t read it in the wrong way. Do you find this stuff like meaningful and significant? Do you get a sense of fulfilment and satisfaction from the work that you are doing? For example, with WordCamp Canada.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because there must be moments when it&#8217;s a real chore and, you know, you&#8217;ve got far too many tasks which are spilling over, and you think, gosh, I&#8217;m just a volunteer. There&#8217;s no quid pro quo here. I&#8217;m just doing it out of the goodness of my heart. But on balance, do you get that warm and fuzzy feeling from doing all of this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:54] <strong>Cathy Mitchell:</strong> That&#8217;s a good question. I had time, so I started volunteering at a bunch of things. I started volunteering teaching kids, and then to go the complete other end of the spectrum, I did a seniors class at my local college last month. I just started volunteering because in my opinion, as a little amateur psychologist, I think service, serving our community is kind of the best way to, like you said, pull alongside someone. And then when you have like a focused goal, there&#8217;s a togetherness and I really need to grow my community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Me, and I think quite a few other people, there&#8217;s this whole epidemic of loneliness to be frank. Having raised the kids and then having done the job, now all of a sudden it&#8217;s like, I have time to invest in a real community. And I really want it to be worthwhile. I don&#8217;t want to sweep the floors for, maybe it&#8217;s an age thing, I don&#8217;t know. I&#8217;m so, so grateful that they let me do something that I&#8217;m good at, as far as organising, because they didn&#8217;t have to. That&#8217;s a big responsibility to put on somebody. And I am praying it all works out in the fall.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But it comes because of the huge number of volunteers that all work together. So my job&#8217;s just basically pulling all these people together, and making sure that we&#8217;re talking to each other. Because one person can&#8217;t possibly do all of the work that comes with putting on a conference. At least not part-time. But yeah, I&#8217;m finding it immensely rewarding because I also feel like I&#8217;m good at it. Everybody loves to do something they&#8217;re good at.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:28] <strong>Nathan Wrigley:</strong> You mentioned something earlier where you sort of implied that you were very surprised that in the WordPress world, you were given a bunch of responsibility for an event. I mean, basically, I think a lot of that, isn&#8217;t there? There&#8217;s a lot of, whoever can show up does get the job really, because there&#8217;s a paucity of volunteers. And for an event of the magnitude of WordCamp Canada, if you&#8217;ve ever been to events like that, you sort of walk in and on every level it feels like a corporate event. You know, it&#8217;s very polished, highly polished. There&#8217;s catering, the venue&#8217;s all been booked, you&#8217;ve got name badges and there&#8217;s probably some translation going on, and there slides and every, there&#8217;s timetables and everything. And it&#8217;s all done by volunteers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I remember the same sort of thing, being asked to do a variety of different things and thinking, wait, really? You don&#8217;t know the inside of my head. I will mess this up so badly. But that is such a nice characteristic of our community. And you&#8217;ll fail together, if you know what I mean? You know, it is not like anybody&#8217;s going to let you deeply fail. People will step in and help you, should you need to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:31] <strong>Cathy Mitchell:</strong> Yeah, we have to say yes, like it&#8217;s part of the culture is, if people volunteer, we have to find a way to say yes. Like our default is yes, not, well, have you done this first?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:43] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s interesting because you obviously have done a lot of this kind of corporate stuff, and so have the impression that you ought to be qualified, I don&#8217;t know, a decade or two decades of this particular thing in order to be trusted to do it. And this is just, yeah, this is so different. Anybody? Bueller. Okay, you&#8217;ll do it. Great. Fine. That&#8217;s great, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:03] <strong>Cathy Mitchell:</strong> Yeah. You&#8217;re hired.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:04] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s it. That&#8217;s I&#8217;ve never done it before. It doesn&#8217;t matter. You&#8217;ll be brilliant.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:07] <strong>Cathy Mitchell:</strong> We&#8217;ll help you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:08] <strong>Nathan Wrigley:</strong> Yeah. And that camaraderie of binding together on a particular thing, in your case WordCamp, but the broader project, you know, the WordPress project as a whole, I feel it&#8217;s full of these kind of people. And we will get into in a minute I&#8217;m sure, how that maybe has changed for some people in the more recent past, and about the fact that the community does feel like it&#8217;s in a bit of a challenging place at the moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I just want to go back a little bit because you mentioned, and neither of us I suspect will have the answer to this, but I&#8217;m interested in your intuitions anyway. You mentioned that people nowadays, maybe this has always been the case, but it feels like there&#8217;s been a change. Loneliness seems to be a very common thing now. And my sort of back of the napkin calculus points me in the direction of wondering if it is actually oddly technology. The very thing that we&#8217;re celebrating. If technology might be responsible for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, I look around and I see a lot of people who give an awful lot of what would&#8217;ve otherwise been free time, time that they could have gone out and socialised and what have you. And, you know, you sort of end up sitting on the couch and scrolling through social media and things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Television has become so absolutely fascinating. You know, there&#8217;s like a billion different channels, and essentially there&#8217;s a thousand ways to keep yourself entertained all by yourself, and never speak to another human being, or be in proximity to another human being. There&#8217;s no question there, I just wondered if you had an observation or a similar thought process.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:39] <strong>Cathy Mitchell:</strong> I looked up, because I knew we were going to talk about this, the stat on it. Because I know I&#8217;ve had the same feeling. And I&#8217;ve heard people talk about it, but I didn&#8217;t really know if that was like true or not, because whenever I am thinking or researching something, of course that&#8217;s what the algorithm shows me. So I&#8217;m always kind of hesitant, like is this actually real or am I just seeing this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">But it did say in a 2021 report, the US Surgeon General, and this is in the States, no 2023, that the health impact of a loneliness epidemic. Okay, General Vivek Murthy declared a loneliness epidemic in 2023. And he said that the health impact is the same as smoking 15 cigarettes a day. It&#8217;s not good for us. And that the biggest effect, 79% reported feeling lonely of the 18 to 24-year-old group, which is more like 40 some percent. What was it? 41% of 66 plus.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:35] <strong>Nathan Wrigley:</strong> Okay, so the younger you skew, the more lonely you are likely to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:40] <strong>Cathy Mitchell:</strong> Yeah. And we also see, now I don&#8217;t know if this is correlative or causative, but technology has also skyrocketed in that period of time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:48] <strong>Nathan Wrigley:</strong> Yes. Yeah, and also probably, again, I&#8217;m drawing conclusions which are not based in fact or research or anything like that. You and I were both born in an era where that technology wasn&#8217;t available. So I imagine patterns were set down in our infant brains, which are perhaps different to the patterns that are set down now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;d be curious to see if there is a there, there. If the broad adoption, certainly in the UK, I can&#8217;t speak to Canada, but the broad adoption of technology to ever and ever younger children, to a really alarmingly early age. You know, you see children who are not even at school age who seem to have access to every technology under the sun, and who don&#8217;t seem to get that interaction from another human being. I wonder. And I&#8217;m going to sound all curmudgeonly and there&#8217;s probably going to be people shouting at me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:34] <strong>Cathy Mitchell:</strong> I have seen it change with the Gen Z that they&#8217;re talking about. And my kids fall in that category. Whereas I wanted to be, okay, it&#8217;s personal responsibility, so we&#8217;re going to raise them. It was new to me, so I raised my kids thinking, okay, tablets, I&#8217;m going to teach you how to use it, not restrict it. I was all open-minded about all.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now they&#8217;ve told me that if they have kids, they will restrict it far greater than I ever did. They were like, they won&#8217;t have nearly the freedom that I gave them in my open-mindedness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:06] <strong>Nathan Wrigley:</strong> Yeah, well, but you are forgiven for your open-mindedness because I guess humanity perhaps needed more evidence to draw conclusions around that. And perhaps those conclusions are now landing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:16] <strong>Cathy Mitchell:</strong> I think so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:16] <strong>Nathan Wrigley:</strong> Yeah, well, certainly as an example, I know that in Australia more recently, there&#8217;s now a widespread ban, I think under the age of 16, and I&#8217;m going to use the word illegal, maybe that&#8217;s the wrong word. Maybe there&#8217;s a technical definition, but social media is not permitted for children under the age of 16. And I think that there&#8217;s legislation being talked about in the UK of a similar nature, and some other European countries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t know how much traction that will have because I feel that there&#8217;s a persuasive argument, much like you described of, it&#8217;ll all work itself out. You know, we don&#8217;t need the government to tell us what to do, and all of that, and that all makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But my, I can well understand, I think in the UK also, there is a growing, a groundswell of this alternative way of looking at it. Like a rejection of the phones and the technology.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anyway, there we go. That was an aside. Do you want to contribute into that a little bit more before I push us back in the WordPress space?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:11] <strong>Cathy Mitchell:</strong> Yeah, I don&#8217;t want to be all, it&#8217;s bad, it&#8217;s bad, but I think that we&#8217;re seeing an effect. I really do believe that volunteerism, whether it&#8217;s with WordPress or anything else, in my faith background, being a person, a Christian person, I grew up seeing the service as an answer, as just part of our lifestyle. You just serve others. But now I&#8217;m seeing it come in a secular sort of way as well, where service is an antidote to loneliness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think no matter where you&#8217;re serving, not the church or any, like just pick a service. Being that cameraderie with people, having a similar goal, going in the same direction, like I really do think there&#8217;s hope. There&#8217;s hope out there for all of us. And it&#8217;s a great way to do something meaningful. Like you get to do all those things. You get to practise a skill, you get to do something meaningful, you get direction, you get cameraderie all by serving.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:03] <strong>Nathan Wrigley:</strong> I&#8217;m going to, say something now, and I&#8217;m going to caveat it heavily before I say it because A, it relies on my prodigiously bad memory, and B, it could just be fabricated anyway because the source could be utterly wrong. But it feels like there&#8217;s a kernel of truth in it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I was doing some research recently about happiness, that broad subject. You know, we would all like to be happy I&#8217;m sure. There&#8217;s a lot of people who spend a lot of time thinking about what this actually means, and trying to drill it down to some fairly basic maxims, if you like, for what leads to happiness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two of the biggest indicators of happiness are really interesting. One of the two is how often you spend with other people basically. How much time you interact with other human beings. Now I know that that&#8217;s not for everybody, but broadly speaking, that seems to be a huge indicator. If you actually get yourself out and you do things with other human beings, there is a definite benefit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the other one, which is very curious because I think it&#8217;s fair to say, you know, Canada and the UK, we&#8217;ve been brought up to worry about our own finances and amassing as much stuff as we can, and lining your nest for the future and everything. Well, this other one, controversially, the second one that I&#8217;m going to mention is the amount of stuff that you basically give away. And that could be time, or it could be finance, it could be any of those things. The more that you give away with no expectation of a return, that also apparently is a real indicator of happiness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think we can all identify that. That moment where you give somebody a gift and you&#8217;ve really thought about it, and you hand it over and you watch the face change as they unwrap it. And you think, they&#8217;ve loved that, haven&#8217;t they? And you&#8217;re not thinking to yourself, well, I did that. I made them happy there. You&#8217;re just thinking, oh look, they&#8217;re really happy. Isn&#8217;t that wonderful? So anyway, there&#8217;s my 2 cents of utterly unproven thoughts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:59] <strong>Cathy Mitchell:</strong> Okay. Learned something. Those are two, so the two things were being around people and altruism basically, with nothing expected in return.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:08] <strong>Nathan Wrigley:</strong> And funnily enough, they map very closely to what we&#8217;re talking about, right? We&#8217;re talking about events and socialising with other people, but also that, in this case, it&#8217;s not a financial thing that you are giving away, but you are definitely giving away an awful lot of your time for doing these kind of things. And maybe, given that little bit of information, it kind of becomes a little bit easier to justify because if you can say to yourself, this makes me happy, it might not seem it in those stressful moments.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:36] <strong>Cathy Mitchell:</strong> Yeah, today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:37] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s right. But ultimately that might be causing your happiness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, so there we go. That was our little segue. Let&#8217;s sort of bring it back to WordCamps. You were very kind to write me a bunch of show notes, and they really drew me in as I was reading them. And I want to sort of dwell on a few of them because you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:53] <strong>Cathy Mitchell:</strong> Had to convince you to get me on the podcast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:54] <strong>Nathan Wrigley:</strong> Yeah, no, there not a lot of convincing needed. I loved it. You&#8217;ve got some sort of bullet points if you like, not really bullet points. You&#8217;ve touched on different areas where you feel that you&#8217;ve got something to say about, I dont know, why people might contribute and why they might volunteer and what have you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it&#8217;s things like, why might new people, newbies, as you&#8217;ve described them, volunteer and why might business folk volunteer?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the first one was, let me go back. So I&#8217;ll read into the record what you wrote because it makes a lot of sense. You said, in 2025 I helped the organisers for WordCamp Canada and this year found myself the lead organiser. And this has been consistently one of the nicest, most open groups, that I&#8217;ve ever been part of. And then you strayed into why other people, for example, new people and business people might like to contribute.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the business side, you said, volunteers, boundaries when not getting paid, giving back, sponsoring folks, not necessarily a financial return on investment. And then for the newbies, you said, there&#8217;s other ways to contribute, for example, contributing in code or non-coding ways, and also just being a recipient of the open, friendly community that you encounter. So that was really it. Maybe I&#8217;ve said everything that you wanted to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:07] <strong>Cathy Mitchell:</strong> Well, those are kind of questions that I had coming from a corporate, and I keep talking to different people trying to figure out, I guess I&#8217;m looking for something other than altruism when comes to the corporate people at least. Like why are they sponsoring? And I can see, the pessimistic, or maybe the pragmatic, side of me to be positive wants to know why. Why are they putting the dollars in?</p>\n\n\n\n<p class=\"wp-block-paragraph\">But then on the other side, I think, well, if WordPress doesn&#8217;t do well, then they don&#8217;t do well. Like, if their businesses are based on WordPress. But then I also saw something that, if you sponsor open source projects, it makes hiring people that much easier, and also vetting people that much easier. Because it gets you into the community and so it goes both ways. People will be more likely to apply for your jobs and you will be more likely to have a way to vet them. That&#8217;s one thing I saw.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:04] <strong>Nathan Wrigley:</strong> I think there&#8217;s a lot of truth in that, or at least I&#8217;d like to believe there&#8217;s a lot of truth in that. That makes me feel happy about the whole situation. But what&#8217;s curious about what you&#8217;ve just said, and I don&#8217;t know how much of an intuition you&#8217;ve got on this, but if you were to go back to, let&#8217;s say the year, oh, I don&#8217;t know, 2018 or something like that, WordPress was experiencing this really stratospheric growth. You know, in terms of market share of the internet broadly, you know, the number of websites as a percentage, WordPress was going from sort of the low twenties to the mid twenties, high twenties, and then through the thirties, and then finally landing at this sort of 40%.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And during that time, saying this phrase sounds ridiculous because it is ridiculous, WordPress could kind of do no wrong, I think. There was just growth upon growth upon growth and a lot of companies, I don&#8217;t think needed to explain themselves to their directors quite so much. The return on the investment didn&#8217;t need to be made. It was just, look, we&#8217;re part of this thing, and there&#8217;s this rising tide, and we are one of the boats. And look, we&#8217;re going up as it all goes up. So it just happened.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, during COVID, and then especially over the last few years, and then now especially the last couple of years, inject AI into the mix, I feel that that calculus has changed a little bit. And there&#8217;s this inkling when you speak to the same corporate people who a few years ago were willing to open their wallets to sponsor events, the wallets are much, much harder to open.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Again, in much the same way that I don&#8217;t really know why the community is so fabulous. I don&#8217;t really know why the wallets are harder to open. But I think the landscape for sponsorship, and the requirement of a return on investment, as opposed to, well let&#8217;s just join in because WordPress is growing. I think that calculation is going to be harder and harder to make. And maybe you&#8217;ve got experience of this over at WordCamp Canada trying to gather sponsors. Perhaps you found it straightforward. Perhaps it&#8217;s been difficult. I don&#8217;t really know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:08] <strong>Cathy Mitchell:</strong> There&#8217;s almost like a perfect storm right now because wallets are tighter because over the last few years, at least in the States where my clients are, it&#8217;s become, economically there&#8217;s uncertainty. And so that trickles down and trickles up, right? And so more wallets are going to be a little bit more restrictive on what they&#8217;re going to buy, and they&#8217;re going to want to see more bang for their buck.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Corporately, also there&#8217;s been this huge rise in competition in the corporate world. There&#8217;s just way more competition over the last five or six years for just about anything when it comes to agencies or plugins or themes or whatever, there&#8217;s a lot more great competition, like good products out there. But then there&#8217;s also a lot more competition to get the clients, like clients have a lot more options.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I think it&#8217;s a perfect storm. Like, do you want to put your money into WordPress because is that the future? Is there money for sponsorship? Plus WordPress has become stricter on what they require to sponsor, as far as trademark use and different things that have been put higher on the priority list.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I kind of see it like a levelling off. Like not as a bad thing because every industry can&#8217;t just, go, go, go, go. Like there&#8217;s going to be a levelling, right? Can&#8217;t be that easy. When I started, I didn&#8217;t even advertise. And I&#8217;ve had this business for 19 years. I&#8217;ve never advertised. That is going to go away. Like it was just, you know, I lucked out starting somewhere, but that&#8217;s not realistic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:44] <strong>Nathan Wrigley:</strong> So what&#8217;s interesting in that is I think I am the same. The only period in which I&#8217;ve been in the WordPress community was during this stratospheric growth period really. Everything has been, you know, people have argued on the inside about this, that, and the other thing, and whether a feature should ship in Core, or whether or not we should do this thing at an event or what have you. So there&#8217;s been some minor disagreements.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But broadly speaking, the whole project has just swelled and swelled and swelled. There&#8217;s this overarching sense of optimism and growth, and now the brakes are on. And so for me, it feels like unfamiliar territory. And because it&#8217;s unfamiliar, it feels a little bit scary because I don&#8217;t know what that means. I don&#8217;t know whether that means that things are going to just level out as you just described, or whether it means things are going to decline, or whether it means some of my friends are going to go away because the community, it&#8217;s no longer going to be something that they wish to frequent because their profitability is under question and they need to seek revenue from other different options. Maybe AI, maybe, whatever it might be. And so I think my concern just, it&#8217;s probably self-interest really. I&#8217;m just concerned because I don&#8217;t know what&#8217;s coming and that fear is, well, it&#8217;s fear.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:57] <strong>Cathy Mitchell:</strong> I think this brings me perfectly into the WordCamp Canada thing that I wanted to mention. Just because I see this event, and even the community team, as a whole in WordPress. There are teams in WordPress, by the way, for people that don&#8217;t know, that help you get involved. It&#8217;s not just coders, like there&#8217;s all kinds of teams. And one of them is the community team, and all we have to know how to do is plan an event or host an event or serve coffee. It&#8217;s amazing. But anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am excited about WordCamp Canada, and the reason I&#8217;m putting so much time and effort into this conference is because I really see it as a light at the end of this tunnel. Not at the end. Maybe midway. I have no idea what&#8217;s going to happen to my own business, to WordPress, I don&#8217;t know. But I think there&#8217;s one thing that I&#8217;m fairly certain of, even now, even in the midst of AI, and that&#8217;s open source. I really still believe that open source is the way of the future. I still think it is, open source and AI are probably the way of the future. Yeah, I don&#8217;t know how else to say it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think the exciting thing, and the thing that we need to do as people who got to take advantage of that uprise and that uptick, is you and I need to get young people involved. Like we need to get those young people involved in open source. I don&#8217;t even care if it&#8217;s WordPress or not, but they need to become part of a community that is exciting, that is beyond themselves. They need to see that we&#8217;re nice. We don&#8217;t bite. We&#8217;ll hire them. There&#8217;s just so much good that can come out of being together. And these are the nicest people. They&#8217;ll talk to people that are just standing around in the hallways with nobody to talk to, which is me. I&#8217;m an introvert, ironically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:38] <strong>Nathan Wrigley:</strong> You definitely don&#8217;t come across like that, just so that you know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:40] <strong>Cathy Mitchell:</strong> Well, we&#8217;re I&#8217;m pretending nobody else is listening.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:43] <strong>Nathan Wrigley:</strong> The other thing that I would add, as you were saying all of those things, it occurred to me that, I would imagine that people in more senior positions, I don&#8217;t really know how to describe it in the WordPress world, have got a similar intuition to the one that you just described. In that they can definitely see that the future needs to be thought about in terms of the youth coming in. Because there&#8217;s an awful lot of work being done at the moment and an awful lot of hours being put into educational initiatives.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And also, not just where you and I are living, but all over the world. And it was kind of interesting at WordCamp Asia recently, that was a big focus. A lot of people talking about exactly this thing and these kind of overlapping initiatives that are beginning to bear fruit. So people coming out of universities who&#8217;ve had experience of open source and WordPress in particular. And children at schools having experience of open source and WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think, as much as we would like open source and WordPress to win, just from a moral point of view, wouldn&#8217;t that be a great thing if everybody just noticed it and got on and used it? I think we need to do a bit of work to make sure that it&#8217;s being put under their noses so that they can make those judgements for themselves. And that is definitely a part of the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:57] <strong>Cathy Mitchell:</strong> Yeah, the Campus Connect and the Credits where they can university credits, like it is getting popular in other places we haven&#8217;t heard so much. But I really want to introduce it and bring it to the conference in Vancouver this fall. Because we can have universities in Canada and the US, on this side of the pond get involved in this and actually give kids credits that they can use to graduate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:21] <strong>Nathan Wrigley:</strong> It&#8217;s so interesting as well because it&#8217;s very hard to, how to describe this, that&#8217;s a difficult one to sell, let&#8217;s put it that way. The people that are really into those initiatives really love it, but it&#8217;s hard to get people to notice that that&#8217;s going on, and hard for people perhaps to notice how important that is. But without those little foundational bricks being put in place for the future, this rising tide carries all boats metaphor, that&#8217;s not going to happen. You know, I think maybe another good metaphor there is they&#8217;re kind of building the harbour wall to make sure that the boats have got something to rise against. And I think that&#8217;s really important.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And your part of the world is definitely open to that, I&#8217;m sure. Seems to be that some European institutions, colleges, universities and South American institutions and parts in India and Southeast Asia and places like that are also beginning to bite on those ideas as well. So it&#8217;d be really interesting to see how that all goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;re painting a picture, Cathy, which makes me feel optimistic. Feels like there&#8217;s a lot of positivity coming out of where you are, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:24] <strong>Cathy Mitchell:</strong> I&#8217;m probably going to get in trouble for saying this, but for all of the faults that Matt might be accused of, somehow he put something in place that became very, very popular. And the culture that I have been a part of, I haven&#8217;t worked for Automattic, but the culture at the WordCamp level and volunteering and the community team has been unbelievably positive, and foreign to me. Like I&#8217;ve had to learn this culture. What do you mean there&#8217;s no application process? How do I say yes? What are you talking about? So somehow this has grown. And he has had a lot to do with it. People don&#8217;t like that he&#8217;s had a lot to do with it, but there&#8217;s some truth there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:07] <strong>Nathan Wrigley:</strong> It&#8217;s really interesting and it doesn&#8217;t matter how many times I have conversations like this, I&#8217;m always confused by it. I can never get my hands around it and work out what the secret sauce is so that I could copy and paste it into a different locale or a different jurisdiction or different era. But there&#8217;s a there, there. There&#8217;s something very satisfying about this community. And from everything that you&#8217;ve said, it sounds like you are very positive about it. And I share your positivity, even though sometimes it seems quite hard to grasp in the more recent times.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Oh, Cathy, that&#8217;s been absolutely wonderful. I&#8217;ve enjoyed chatting to you today. We&#8217;ve hit the sort of sweet spot of the amount of time that we&#8217;ve got, so if it&#8217;s okay with you, we&#8217;ll wrap it up there. Just before we go, if anybody wants to get in touch with you, or just sort of wants to pat you on the back for your wisdom there, where would we find you?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:55] <strong>Cathy Mitchell:</strong> Well they can find me at WPBarista. And right now they can also find me at canada.wordcamp.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:02] <strong>Nathan Wrigley:</strong> Okay. Well I will make sure that that goes into the show notes. So if you&#8217;re listening to this, head to wptavern.com, search for the episode with Cathy Mitchell, that&#8217;s Cathy with a C, and you&#8217;ll be able to find the details in the show notes there. So Cathy Mitchell, thank you very much for chatting to me today. That was lovely. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:19] <strong>Cathy Mitchell:</strong> Thank you. I enjoyed it.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Cathy Mitchell.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Cathy has been working with WordPress since 2007. What began as a fun personal project during her maternity leave soon evolved into a fully fledged business with the launch of WPBarista in 2008. Over the years, Cathy has garnered extensive experience in the WordPress space, and is now working towards the 2026 WordCamp Canada.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focuses on the powerful role of community within the WordPress ecosystem, something that Cathy is deeply passionate about. We discuss how open, welcoming, and international the WordPress community feels compared to more traditional corporate or volunteer environments. A theme that emerged was how involvement in WordPress has provided Cathy, and many others, with a sense of belonging and fulfillment, especially after life changes like becoming an &#8220;empty nester&#8221;.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion explores the motivations for volunteering and organising within the WordPress community, both from the perspective of newcomers looking for purpose and connection, and business owners assessing the return on investment from contributing or sponsoring events. This included how easy it is to get involved, the unique lack of barriers and red tape, and the value of altruism and camaraderie.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other topics we explored were the broader impact of technology and loneliness, the importance of service and community for well-being, challenges in sponsorship amid changing economic times, and the vital need to engage the next generation in open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in the human side of WordPress, how volunteering shapes both individuals and the broader community, and what the future might hold for WordPress events and contributors, 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://wpbarista.com\"> WPBarista</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://canada.wordcamp.org/2026/\">WordCamp Canada 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://london.wordcamp.org/2019/\">WordCamp London</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://events.wordpress.org/campusconnect/\"> WordPress Campus Connect</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 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: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:117:\"Open Channels FM: BackTalk on AI Burnout, Bridging Innovation and Standards, and the Risks of Single-Maintainer Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://openchannels.fm/backtalk-on-ai-burnout-bridging-innovation-and-standards-and-the-risks-of-single-maintainer-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"Conversations reveal insights on deep work, innovation standards, and the risks of underappreciated developer tools, highlighting challenges of mental fatigue, standardization, and reliance on single maintainers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2026 09:40: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: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:87:\"Open Channels FM: Rethinking Developer Life and Productivity with Rapid AI Advancements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://openchannels.fm/rethinking-developer-life-and-productivity-with-rapid-ai-advancements/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:264:\"In this episode of Open Web Conversations, Zach Stepek and Carl Alexander discuss with Alex Standiford the impact of AI on developers, highlighting productivity, burnout, workflow changes, and the necessity of setting boundaries in this rapidly evolving landscape.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2026 10:41:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:121:\"Gutenberg Times: Gutenberg Changelog #131 – Gutenberg Plugin Releases 23.1 – 23.3, Calls for Testing for 7.1 and more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=45809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-131/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60685:\"<p class=\"wp-block-paragraph\">In episode 131 of the Gutenberg Changelog, Birgit Pauli-Haack welcomes Isabel Brison to discuss the latest developments in Gutenberg plugin releases 23.1, 23.2, and 23.3, as well as progress leading up to WordPress 7.1. The hosts highlight recent calls for testing, including collaborative editing—previously delayed from 7.0 due to stability concerns—and the new media editor modal for the image block.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Isabel Brison shares insights into the new responsive global block styles, allowing users to customize styles per device breakpoint, as well as updates to the layout and dimensions controls in the block editor. She encourages feedback from users as these features iterate for the upcoming WordPress 7.1 release. The episode covers stabilizations, such as the improved, more ergonomic media editor and cropper, and strides in accessibility, particularly regarding the tabs block.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The hosts also discuss experiments in dashboard widgets, content type management, and empowering plugin developers with new admin UI components. Both stress the importance of community feedback and testing, given the ambitious new features arriving soon. The episode wraps with practical notes on documentation improvements, React 19 integration, and a reminder of the short summer break ahead.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-131/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-131/#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: Isabel Brison</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>GitHub <a href=\"https://github.com/tellthemachines\">@tellthemachines</a></li>\n\n\n\n<li>WordPress <a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a></li>\n\n\n\n<li>X (former Twitter) <a href=\"https://twitter.com/ijayessbe\">@ijayessbe</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Calls for Testing</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/06/03/announcing-a-collaborative-editing-outreach-effort-for-7-1/\">Announcing a collaborative editing outreach effort for 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/21/media-editor-modal-call-for-testing/\">Media Editor Modal: call for testing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/04/call-for-testing-client-side-media-processing/\">Call for Testing: client-side media processing</a></li>\n</ul>\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/05/wordpress-7-0-armstrong/\">WordPress 7.0 “Armstrong”</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/14/wordpress-7-0-field-guide/\">WordPress 7.0 Field Guide</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/\">WordPress 7.0 Source of Truth</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/05/react-19-upgrade-temporarily-reverted-in-gutenberg/\">React 19 upgrade temporarily reverted in Gutenberg</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg releases </h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">What’s new in Gutenberg 23.1? (07 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">What&#8217;s new in Gutenberg 23.2? (21 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">What’s new in Gutenberg 23.3? (03 Jun)</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 131st episode of the Gutenberg Changelog. We will talk about Gutenberg plugin releases 23.1, 23.2 and 23.3. There are calls for testing out for WordPress 7.1 and we have more. 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. Today, Isabel Brison joins me from Sydney again. Isabel is a longtime core contributor and JavaScript developer on the Gutenberg Project. Welcome back to the show, Isabel. Thank you for joining me. How are you?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison</em>: I&#8217;ll be good. Thanks for having me. It&#8217;s always a pleasure to be here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Well, I&#8217;m so glad you&#8217;re here because you and your team have worked on some of the most exciting features that coming to Gutenberg. People have been waiting for quite a long time. So we will dive in when we get to the updates. How is Sydney?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>It&#8217;s winter, cold, rainy, you know, the usual.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>The usual? Yeah. How is the technology? I know you&#8217;re going to meetups there. Are these WordPress meetups or are these other technology meetups?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>I go to a variety of tech meetups. There&#8217;s not a huge amount, so I&#8217;ll go say to JavaScript meetup and there&#8217;s a good technology leaders one too. I enjoy going to the Python meetup even though I don&#8217;t work with Python. It&#8217;s just a lovely community and they have some interesting talks. So it&#8217;s sort of whatever&#8217;s on offer, I guess.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, nice. Yeah, I found out in Munich to the technology community and I kind of connected with a local Claude meetup community and it was kind of interesting at the Technical university or the Design university, they switch around the places, but it was interesting. Yeah, they had some lightning talks. Yeah, like 20-minute talks and it was really cool. Yeah, I think we need to get out more.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah, no, I like, I like going out after work and just, you know, even if it&#8217;s just to listen to some tech talks, you get a bit of air and meet new people.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s good. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">All right, so we have a few announcements. WordPress 7.0 has been released two weeks ago and we are heading big steps towards 7.1. Beta 1 is scheduled for July 15th. That&#8217;s kind of a little bit of ahh. It&#8217;s only six weeks away.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah. So we get going not long time at all.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>And contributors have been working on the next major version already. So the official roadmap planning post is in the works. The team is in the final steps to assemble the release squad and we do well from the Gutenberg plugin releases we get a pretty good idea what might come through also from what didn&#8217;t make it into 7.0 as well. So we will. But it&#8217;s the web, right? Web is translated for me in the Japanese kind of design thing. Yeah, it&#8217;s like wabi sabi. Nothing is finished, nothing is last, and nothing is perfect. So we always get work to do and it&#8217;s always getting better. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yep. It&#8217;s a work in progress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>It&#8217;s a work in progress. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Calls for Testing &#8211; WordPress 7.1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">So there are two calls for testing out now. One is announcing the collaborative editing outreach effort for 7.1. Many of you dear listeners remember, okay, collaborative editing, real time collaborative editing was pulled from the 7.0 because it wasn&#8217;t stable enough for all the hosting environments that are out there. And there was this call for testing out for hosting and now there&#8217;s another one for outreach effort to make sure that everything is kind of caught for 7.1. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And Anne McCarthy just published it on the Make Core blog so you can join it anytime. There&#8217;s a separate channel Collaborative Editing Outreach that you can. It&#8217;s kind of modeled after the full site editing outreach program that ran for two or three years. I hope this doesn&#8217;t run for two or three years before it&#8217;s released, but it definitely there are more people kind of discussing it and how it all supposed to work. Amy Kamala, who was the Release Coordinator for 7.0 and Justin Tadlock, who is a developer advocate at Automattic and Theme Team Rep are helping Anne to coordinate those calls for testing. And also some of the teams at Automattic who work with Enterprise level are also there. So yeah, it&#8217;s a bigger discussion on how collaborative editing works on all the levels.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, it&#8217;s a pretty big and complex piece of work.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, join the channel and dive right in if that&#8217;s a feature that you are excited about. I&#8217;m excited about it. But I also only have two or three people that handle my editing stuff. So I don&#8217;t have 10 or 15 editors in my post zone. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Another call for testing is about the media editor Modal that has been added to the image block. Ramon Dodd published a call for testing about two weeks ago about the new modal for the image cropper. It&#8217;s kind of the bigger image cropping in the block editor, so you don&#8217;t have to. It&#8217;s a much easier way to get your images in line, but you can also rotate the images and resize them. And it has been merged with the Gutenberg plugin. It also, with 23.3, is out of experimentation. So anybody who has the Gutenberg plugin installed can be testers. And Ramon has some great details on how to test things and what to look for and how to share the feedback. It also has a little paragraph there on what&#8217;s out of scope. So for this version, we of course share all the links in the show. Notes. Isabel, you&#8217;re part of that project. What excites you about it?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>I haven&#8217;t actually, actually worked on it. Well, not I, I, I helped a little, a little bit at the very beginning when we were discussing sort of choice of libraries and whether to build our own or use a third party. And a bit with the initial testing, but it was mostly Ramon and Andrew&#8217;s work. This latter part, the bit that&#8217;s now in Gutenberg, in fact, it was all their work. And I think it&#8217;s super exciting because replacing the old, the old Cropper, I. I never liked it. I have to be perfectly honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I hate the old Cropper.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>I never could figure out how to use it. It was not ergonomic at all. And this one is such a better experience. Aside from allowing us to do all the stuff that the old Cropper, the in Editor Cropper is what I&#8217;m talking about. The one that you can access from the Image block toolbar. It&#8217;s also on the site Logo block. So you can now access it from both those blocks and the new one, in addition to what the old one did, also allows you to do free cropping and free rotating. So if you want to rotate your image 3 degrees and if you want to crop it to whatever weird aspect ratio you like, you can do that, which you couldn&#8217;t on the old one. Yeah, and it&#8217;s. It&#8217;s just a much nicer experience. I believe it&#8217;s also more accessible than the old one in terms of the keyboard accessibility of it. It&#8217;s. It&#8217;s better too, so. All advantages. Yeah, they did a great job on it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I used it just for a little bit and I was so amazed how smooth it was. Yeah, I kind of. It was also much more intuitive. I never knew what to do with the Cropper when I was pinging it previously and said, so how do I do this now? Every. I had to think every time. And this one is very, very intuitive and very smooth also to use it and to see it. So I&#8217;m really happy about that. I&#8217;m hoping it makes it into 7.1. Yeah, so we have that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, it&#8217;s, it&#8217;s on track, I don&#8217;t think. I mean, barring any major natural disaster, I don&#8217;t think that there&#8217;s any reason for that not to make 7.1. It&#8217;s a great piece of work. It&#8217;s really stable and now that it&#8217;s not behind the experiment flag anymore, real users are using it. I&#8217;m sure we&#8217;re going to get tons of feedback if there&#8217;s anything that&#8217;s not 100% perfect and we still have time to iterate on it until beta one.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I really appreciate that Roman and Andrew went to the research portion and kind of looked at how other graphic programs actually are doing things and tried to get some of the experiences also into the blocked. So okay, yeah, so two calls for testing for those who want to dive in. It&#8217;s a very good way to contribute to WordPress because it&#8217;s so close to what you&#8217;re doing with WordPress. And not only developers but also content creators can help testers even better and those who work at agencies or work with clients at agencies to kind of see how that all works. Which brings us to what&#8217;s released. I mentioned it. </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\">WordPress 7.0 Armstrong was released. We talked about it in previous episodes on this changelog with various people from the agency view, from the designer view, from the content creators views. We will share in the show notes in case you need to catch up. The Field Guide the link to the official field guide for WordPress 7.0 as well as to the source of truth on Gutenberg Times that has all the user facing stuff in there. Those are the best information on 7.0. I have not seen in the last two weeks any major boo boos that came in. Yeah, it was such a great testing cycle with a delay of six weeks. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of the bugs were actually caught quite early or in the loliso, I don&#8217;t think. I&#8217;m not sure when there will be a point release which normally happens within a few weeks of the major release, but I have not seen any planning for that. But it could be end of June after WorldCap Europe. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s dive into the Gutenberg releases. We start with Gutenberg 23.1. Oh, one question, Isabel, do you have a favorite feature that came into WordPress 7.0?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Oh, I don&#8217;t know. There&#8217;s a bunch of interesting features and I worked on some of them. Of course I have sort of my personal favorites of the ones that I worked on of which one that is. It was very, very subtle or sort of low profile. We didn&#8217;t talk about it much, but I worked on a little handy addition to the grid block or the grid layout type, I should say. That allows us to configure a responsive number of columns. So by setting column count and a minimum width you can say I want my block to always have at maximum three columns but on smaller screens it can go down to two and even one. So that&#8217;s something we didn&#8217;t have before and I&#8217;m quite happy with it. I think it&#8217;s a good improvement. But compared to. Oh, there was. There was loads of stuff. The pattern editing work I think is going to be really handy. And what else? There was the notes feature.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> No, I was in 6.9 already. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Oh yeah. No, there was something about what? Oh God, I&#8217;m confusing my releases.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, yeah, they&#8217;re kind of. They melt together once it&#8217;s released. They melt all together. It&#8217;s kind of. Yeah. Was it there or there? Yeah, sometimes. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">All right, let&#8217;s dive into Gutenberg 23.1. It was released on May 7, had 212 closed PRs by 49 contributors. So we are really wrapping up the releases or the work on Gutenberg and the block editor. It&#8217;s now not only the block editor, it&#8217;s also the site editor. It&#8217;s the data views, it&#8217;s the. The design system, those all. So the Gutenberg repo has kind of exploded in other areas for the WordPress ecosystem. So. But yeah, the first one on the list and it&#8217;s. It&#8217;s really interesting how these change logs are actually automated and coming together is the upload media and it enabling concurrent sideload uploads. That&#8217;s an interesting thing because it&#8217;s so performance issue to have multiple streams on upload on images so you don&#8217;t have to wait so long that the image shows up in your block canvas. And that&#8217;s a really good improvement for that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, yeah. I&#8217;d imagine when uploading, when bulk uploading particularly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So when you copy paste content from another source it has this also a feature that you can download and upload the images that you connect there. And that also happens in this module stream uploads thing. So it&#8217;s really cool. You only know this because it&#8217;s faster but other than that there&#8217;s no disruption of your work or any of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, there&#8217;s a lot of good work. This was also the client side. This is part, I believe, of the client side media processing work that did not make 7.0 but is now being aimed at 7.1. That&#8217;s mostly Adam Silverstein&#8217;s been working on that. I haven&#8217;t kept a close eye on it, but it looks like, you know, very useful work and it&#8217;ll be good once we manage to get it in for performance.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, Adam Silverstein has worked on these image handling features quite a bit for 6.9 as well. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">So yeah, there is an enhancement that I have flagged here, but I&#8217;m not sure how useful that is. It&#8217;s for the WordPress UI overlays and a global preview styles on the storybook. So the WordPress UI is the next level of components for WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>It&#8217;s sort of the successor of the components package.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And at the moment both are used, but I have seen now efforts to migrate, merge things, I don&#8217;t know how you call it, but to get it kind of in one thing. But the overlays, the preview styles is how you can show the preview in the storybook so you have a better inkling how it&#8217;s going to look later on.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, that should be good.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>And then there are tons of changes for the components, the admin ui, the UI components, dialogues. This is mostly for developers that are working with WordPress and creating their own either building WordPress or creating plugins for WordPress to have a unified design system, unified component system that they don&#8217;t have to kind of come up with their own interfaces. Those decisions are already made and you can kind of build on top of things before any of that, even the components, every plugin had to design their own interfaces and now this is really cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, it&#8217;s good to have a sort of a system that you can use when you&#8217;re extending and you need to build a new screen or something for your plugin, you can just use these components and everything looks integrated with WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>And it&#8217;s also good for the users because they don&#8217;t have to think about how do I use this tool now? Or how, how is. How do I filter now on this screen? Because it&#8217;s all a unified system and it&#8217;s all built out and stable. So the next thing is on the notes getting a few updates. So right now it&#8217;s in 23.1. It&#8217;s mostly refactors on the positions and the floating board. But we will see later in, in the other releases that there are some nice features coming in for the Blocked libraries. We have updates to the tabs block. I&#8217;m really hoping that it comes into 7.1. It&#8217;s still behind an experiment flag, but now it can handle duplicate tabs, meaning duplicate handles on the tabs. And it follows now WCAG tabs pattern for accessibility in the renaming of the blocks. So which is a. It&#8217;s a major step towards accessibility and acceptance for that. I&#8217;m really waiting for the tabs to come into Gutenberg or to.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Mostly I think the renaming was about as I understand it, so that the blocks have names that match the accessibility standards or how these things are known as. There&#8217;s a WCAG pattern it&#8217;s linked to in the PR, and those sort of example patterns that the WCAG website has for people to know how to use ARIA attributes correctly, which is a whole science. And the idea is to have our tabs blocks match the names of that pattern so that it feels more standard and it&#8217;ll be more familiar to people who might have implemented tabs in other places.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And those are the standards also where screen readers kind of tap into and people are. That use screen readers kind of have a common pattern for that. Yes. So that definitely elevates the tabs block in its accessibility. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>So it&#8217;s going to be pretty useful block once it&#8217;s stabilized. So I hope it is.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. Yeah. I know that quite a few block collections have tabs right from the beginning in the last eight years. And they&#8217;re not going to go away because the first iteration of any of the core blocks will not be as feature rich as any of the block collections that have been developed for the last six or seven years. Yeah. The next one is tapping into the image cropper we talked about. So you can. And it was tapping into the keyboard actions with drag handles on the canvas. So you can use your mouse to do some of the actions that you want to do with the image cropper or the image tool. Yeah, if you say Image Cropper, it kind of reduces it to cropping, but yeah, it&#8217;s also the handling to rotate</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>And all that too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, yeah. There&#8217;s a new API for the WordPress grid package, but that&#8217;s a different grid that you are working on.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, that&#8217;s not the layout. The block layout grid. This is something else. This is a grid that you can use for dashboard UI.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Sort of admin stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. That&#8217;s the new API that powers the new experiments that in Gutenberg. That is the dashboard widgets. We kind of talked about it a little later. You as a plugin developer or extender of WordPress, you can use them now as well for any of your dashboards. If you are having a plugin that has some data vising kind of, you can put them into these grid package and display them on your plugin settings pages. The guidelines is also a new API and it has now a public API method and the REST API route to it. There have been iterations after 23.1, so I think that that would be really helpful to look at later. </p>\n\n\n\n<h3 class=\"wp-block-heading\">New APIs</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The guidelines are actually a whole set of content types that are for AIs. Pretty much when your agents come to the WordPress site, you can tell them what to do with things. What&#8217;s the purpose of the site? The editing guidelines? Yeah, how, how you want AIs to behave on your site if you let them in. And it&#8217;s really important when you have other agents come in that you don&#8217;t control. Yeah, that sounds scary. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But if you as a site owner connect your Claude to your website, you can have in the guidelines all the things that you want Claude to know about your site. So it&#8217;s. You don&#8217;t have to put it all in a prompt and it kind of finds all the things and it&#8217;s also your memory. So if you use an agent to do your SEO, to do your. Some of the content updates like headlines or tags, your policies on how to do tags and categories, that&#8217;s all things that you can solidify in your documentation in the guidelines for your AI. And it will remember that. But it&#8217;s also interesting to see the discussions about it. I had a short discussion with Grzegorz, who was a former co-host here on the Changelog, a few, I would say a few hundred episodes before, but it wasn&#8217;t that much. But he is now part of that team who thinks about AI and memory and all that. And it was really interesting to hear because if you are in an agency, you work on multiple different sites, but you have one Claude, so you don&#8217;t want things to bleed over from one site to the next. And these guidelines help you kind of keep track of everything. So it&#8217;s an interesting problem space that came out with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> It&#8217;s like providing the correct context and the correct amount of context so that the AI can be maximally productive on your website, whatever you want to do with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, right. Yeah, yeah. Most people are really not all that into. Site owners are not so into AI, but it helps a few things quite nicely. I find it with SEO and with yeah, accessibility and all that. It&#8217;s really helpful to have a double check there. Yeah. All right, what&#8217;s next in 23.1? Do we have something? </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Oh yeah, there&#8217;s these custom taxonomies experiment in 23.1 with the custom post types and taxonomy management that started out as out of. I don&#8217;t know how that came about, but it probably is one of the radical speed month project as well that people say okay, we probably need to have content management when the APIs were in WordPress in 3.1. But there is no interface there and there were always plugins there to do this, be it custom UI, custom post UI or ACF or so. But there&#8217;s no interface for. And that&#8217;s where this experiment comes in to kind of push the envelope on that a bit. Have the REST controllers in there, have the interface in there. But it definitely is not the last word spoken there yet because that is a field where there have been a lot of extensions in the universe or in the WordPress ecosystem that might not fit in where this is going. So it&#8217;s just a. It&#8217;s a prototype kind of experimental way to do that. But check it out. You just have to enable the experiment in the Gutenberg plugin and then you can kind of try it out and work with it. It uses the common APIs. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The other experiment is the dashboard. We talked a little bit about it because that&#8217;s the grid package was created for that. The dashboard to have administ page routes and sidebar menus as a shell to add additional grids on the dashboard. I&#8217;m interested to see. I haven&#8217;t played with it yet but I want to see if I can. So what are the dashboards? The dashboard right now is just a. The quick edit and the site health and the news that&#8217;s on your dashboard right now and a few other things and plugin kind of tap into that as well. But I have never have not seen yet and I&#8217;m still thinking about it to. Maybe Claude can help me with that. Having a quick edit that&#8217;s a block editor actually. So when you log in into your WordPress site you don&#8217;t want to kind of just do all the other admin stuff. You just want to create a new post. So why not have it on the dashboard and create a blog post right there from the quick edit. Quick Edit only gives you text based things but not block editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> So a block based quick edit, do you reckon all the blocks. I reckon it would need to be A very simplified version of the block editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Maybe images, paragraphs, but yeah, that would be cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, yeah. Lists. Yeah. Like an outliner kind of. Yeah. Very fast kind of. Yeah. Maybe come back to the white space, but kind of instead of having a classic editor, just build blocks with it. Yeah. So kind of a distraction free, quick edit, full set, toolbar on top kind of thing. I don&#8217;t know. When I&#8217;m bored, I&#8217;m gonna star B. Prototype it. Prototype it. Yeah. And get it in. Yeah. That. That was one of the things that a lot of writers said. I don&#8217;t want to deal with all the stuff I&#8217;m getting so distracted. Yeah. There&#8217;s announcements and all that. So let me just start my blog post. But anyway, and then there is a list of Media editor modal call for testing. We talked about it. There&#8217;s a whole in 23.1. There&#8217;s a whole list of bigger and smaller PRs that went in. I think the call for testing gives you all the ins and outs of it that I think was. Was it. Did you find anything for 23.1 that you wanted to talk about further?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Not. Not really. Apart from the things that you&#8217;ve already highlighted. I just thought. I already mentioned that the media editor is also on the site logo block. So you can test it on both blocks and that&#8217;s it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.2</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So right into Gutenberg. 23.2 was released on May 21st and also with 204 PRs by 50 contributors and there were four first timers there. Congratulations. You got your first contribution to WordPress core. Yeah. And you got your badge. Well, you got your badge when 7.1 is released, I guess the first feature that is listed is the responsive global block styles with states. This is so cool. Yeah. What does it say? Can you walk us through it?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah. So this was the first part of the work towards enabling responsive styles for blocks. And it&#8217;s with States because it leverages a style states API that was already built. So Maggie Cabrera was who did that initial work for the States API, and her part was just leveraging it for adding the ability to style pseudo states for very few blocks have pseudo states. Well, this might be extended, but it won&#8217;t be super extended because not all blocks need to have pseudo by pseudo states, I mean hover focus and things like that. So usually only interactive blocks would need those. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And so States came about to cater to that pseudo element scenario. But it was always something that could potentially be extended further. And one of the use cases that had been thought out when this initial idea of having the states API was thought it was using it to be able to create responsive styles for blocks was one of the possibilities there. And I had been eyeballing all those issues that have been sitting in the Gutenberg repo for years about creating some mechanism that allows us to define responsive styles. And I finally had the opportunity to pick them up. And having that state&#8217;s work already partially done was great because, you know, sometimes it&#8217;s starting something is the hard part. And there were endless decisions in the repo about how should we build this and let&#8217;s do this and let&#8217;s do that and let&#8217;s not do that. And it&#8217;s like we should take this into account. You know, how you can talk and talk and talk and then it never actually starts because it seems like the problem is too big and too complicated. And the more that&#8217;s added to the discussion, the bigger and the more complicated it gets. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But there was this little stepping stone. This states API had already been built. And so I thought, well, it&#8217;s already in there for pseudo states, let&#8217;s try building responsive. So we call them viewport states. I&#8217;ve been working on this with my teammate Dan Richards. We&#8217;ve both started working on this and thought, okay, let&#8217;s do as sort of a baseline for global styles, but then as a stretch goal, let&#8217;s try and do it for actual block instance too. So we managed to do both in the end, but for 23.2, it was only the global block styles that was ready. And this means when you go into the site editor and into the style section, where you have global styles, then you go into blocks. This only works for blocks. It doesn&#8217;t work for top level global styles yet. We&#8217;re not quite sure. Well, we&#8217;re not quite sure if there&#8217;s a need to add this to top level stars yet. It&#8217;s still something that&#8217;s being thought about because for a lot of them, so a lot of really sort of global basic elements like typography, you know, font sizes. Okay, we already have ways of defining them responsively even without using breakpoints. So we are using the clamp function. You can define a maximum and a minimum and you can pretty much, you know, manipulate it so that you get your different font sizes on mobile and tablet and desktop. So there is to some extent you already have that responsive functionality there. So that&#8217;s something that might be looked at later on for enabling actual breakpoints for those global styles. But for now it only applies to blocks so for each block you can go into the block, into the block&#8217;s global styles and you can pick a state. There&#8217;s a new little states drop down at the top and so by default you&#8217;ll be styling the default state that&#8217;s you know, no media query. And then you have a tablet and a mobile state and the tablet state is only, so it&#8217;s, it&#8217;s only from you know, the top level. Like what&#8217;s your maximum Breakpoint to the minimum, which is the maximum for mobile. So the tablet styles will only apply to tablet to that breakpoint and then the mobile styles will only apply to their own breakpoint. And that&#8217;s. Yeah, essentially that&#8217;s it. </p>\n\n\n\n<p class=\"wp-block-paragraph\">You can do anything color typography and spacing wise. So for most blocks you know, you have the typography, you have the colors, you have dimensions like not for most blocks you don&#8217;t have dimensions, you have, you know, margin, padding, block gap if the block has layout and you can define per break point what you want those values to be. And there are certain features that exist in global styles that do not yet work with, with that responsive logic and those. So when you enter that breakpoint you know, you get, you choose the tablet viewport and you&#8217;ll see that some of the tools might be hidden. So for instance, Duotone is one. You can&#8217;t set Duotone per breakpoint yet. This is something that will be worked on in the future but it feels like a bit like I&#8217;m not sure how many people will need to change the colors per break point. That&#8217;s not usually responsive styles are more about spacing dimensions, that sort of thing. So we focused more on those that felt like these are the ones that are really going to be used by most people and the more edge Casey ones if they don&#8217;t work out of the box, we sort of. Okay that, you know, that&#8217;s a problem for later. We&#8217;ll, we&#8217;ll figure it out later. And Duotone is one of those awesome.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. Well a lot of people have been waiting for that a long time. So glad you, you finally started taking it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> I hope it&#8217;s useful. I just hope that folks can take this and like ok, okay, I can finally build the thing and yeah, and it works. And please, please, to anyone listening and wanting to try this out, if there&#8217;s anything that&#8217;s not working, if there&#8217;s anything you don&#8217;t like or you think, no, no, this should be different because it doesn&#8217;t work. Just please give us feedback. We need feedback because this is in the plugin now it&#8217;s aimed to go into 7.1. We still have those six weeks until beta one. Those six weeks will be iterating on the feature. The earlier we get feedback the better so that we know if there&#8217;s anything that really isn&#8217;t working for anyone then we can change it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah. Yeah. Awesome. So that&#8217;s a 23.2. There&#8217;s also a WordPress components called WordPress Theme and that&#8217;s actually the theme for the admin section. We have definitely confusion things going on because we use the same term for multiple things that are totally different and have nothing to do with each other except they are now motion design tokens for duration and easing in the WordPress theme component. So if you want to use those for your admin pages and plugins, go have at it. I am really because it kind of gets you a little bit more into a more interactive way to build websites and I think we really like those or I do. Yeah. Although I&#8217;m not a motion or animation kind of person. But yeah, I like when it&#8217;s nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah. Little bits of discreet smooth animation here and there can really make a web experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s kind of a quality of life kind of thing. Yeah. Yeah. What else is in the 23? Yeah, the content types. It was an iteration on. We talked about it on the content types experiments with various improvements and post type and taxonomy management, duplicate view, quick edit actions. A ton of PRs have been added to that so it definitely is maturing and you can with 23.2 also the media editor modal had matured and there is now. I also will share in  the show notes a link to an overview issue on the Dashboard experiment so you can go back and read up about it, what it&#8217;s all about. Because there&#8217;s a whole lot of work still being done with that. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also an experiment on the classic block migration notice. I&#8217;m just pointing that out because you might see it that the classic block might get deprecated or might not be available in certain situations.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah. I believe the plan is to deprecate it and remove it at some point, but it&#8217;s a whole process because I guess lots of folks are using it. So it needs to be slow, give people time to adjust, choose alternatives.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, well it has been in Gutenberg for eight years and all that and actually what I found is that some of the AI tools actually create blocks that need to be. That are looking like classic blocks and need to be migrated to blocks before they can be in the block editor canvas. So, yeah, those things also need to be kind of tested in that space.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Yeah, that&#8217;s a good point. With AI, with AI tools increasingly being used to build websites and create and. Or move content across from other places, it. You don&#8217;t want AI sort of adding the classic block to its knowledge base and suddenly deciding that the easiest way to do anything is to just dump all the content into a classic block,</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Which what they&#8217;re doing right now. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> So this is a good time to deprecate it so that. Okay, let&#8217;s. Let&#8217;s ensure that AI works properly, that it&#8217;s easier for AI tools to work properly and do things as we expect them to.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It hasn&#8217;t been merged yet, but there is also a documentation issue. It&#8217;s a big. It was a big undertaking that Juan Margarito took on, was that it was found that an AI can&#8217;t really find documentation on the block markup for each of the core blocks. And that was a documentation gap that was kind of found that none of the block library blocks had a readme so it wouldn&#8217;t. So what Guan Ma did, he created automatically from the block JSON files a readme for each block on documentation site and then created some tokens where you can have on the readme additional manual content that&#8217;s put in there and then have a parser go through that and put it into the block editor handbook. And that is a really. So it talks about the supports, it talks about the, the, the global styles design tool supports about the block markup and also the connection with other blocks. It&#8217;s a comprehensive documentation about each block and that&#8217;s in the block handbook. It will be merged. We had a hardware hangout on it. We had a proposal on MakeBlog, a core block about that. And I think it&#8217;s finally going to be merged within I hope a week, but maybe days.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Oh, cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>That&#8217;ll be super useful. So it will be in the, in the block edit handbook. It has an additional 80 pages, of course. Yeah. But they&#8217;re all connected and categorized by blocks. And so now block developers and there were some comments from the community where people said, well, I wish I had that when I was starting out learning about block development and now it&#8217;s finally coming. But it was a huge undertaking because it kind of created a ton of new code and that all needs to be reviewed. And it was so. But there were a lot of people kind of working on that. Guided or spearheaded by Guan Ma but it&#8217;s now coming and it&#8217;s really cool. I&#8217;m so happy that it made it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> I mean, you can never have too much documentation, but developers are crap at writing it. So, you know, nowadays we have tools to assist us in the creation of the documentation and we should leverage them.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And the hybrid version, automatic documentation plus a way to have also manual content in that is actually a good combination because for some of the blocks, Joe Dawson from the Accessibility team has said, okay, maybe we also want to have some documentation about the accessibility of blocks. And anybody who has comments on that can add it to the, the readme file of that particular block to elaborate on that. And that is outside of any automation. You can just add it to the page. And it was really cool to see that process working. I post a link to the proposal into the show notes just as a side note here. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.3</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And now we&#8217;re coming to 23.3. That was just released a day ago June 3rd with 270 closed PRs and 57 contributors. So we are ramping up to 7.1 kind of thing. And the first item on that is really cool that you can now that the notes section. And I think it was Adam Silverstein as well who worked on that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Oh yeah, the multiple notes per block. Yeah. Oh, that&#8217;s cool. That&#8217;s really useful.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, so you can have multiple threads or comments per block. That&#8217;s also helpful when you work with AI that comes in and kind of reviews some of your post and posts notes in there. So yeah, it was really helpful. And it&#8217;s also. And he found it to be necessary to have that. So what&#8217;s missing in the notes in comparison to Google Docs is that you can highlight a section and then comment on that section. So yeah, like, okay, you probably can delete this half sentence or something like that. And that you couldn&#8217;t do that up until now. And with the multi threads on the notes for a block you can highlight a section because if the paragraph is, I don&#8217;t know, 10 lines or something like that, you might have multiple comments on the, on that block. And now you can have that. So it&#8217;s really cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah. So the note is attached to a part of a block and not to the block itself.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, yeah. The next sections are a continuation on your quest for responsive styles.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah, that&#8217;s part two, part two of the work which is enabling responsive styles for block instances. So again this, this was a part. So Maggie Cabrera had worked on the sudo style states for global styles and she had an open PR to add them to block instances. And Dan and I basically hijacked her PR with her approval of course. We asked Maggie first, can we just take this work that you. She was off doing something else. She wasn&#8217;t actively working on the PR at the time. We thought ah, we could just take that over and finish it and then build the responsive styles on top of it. So we did and that obviously there was work already pre-existing so it sort of made it easier to build it step by step on top of it. And now we have in 23.3 the ability to add responsive styles to. So any block, open a post, pick a block, open the inspector controls and then at the top where you have the block name you have this little menu which has a drop down that has the states. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So again just like with global styles we have tablet and mobile. The default is what you get by default what you already had. And then you have a tablet breakpoint and a mobile breakpoint. And for those again as in global styles there were a few things that didn&#8217;t really work out of the box, a few of the controls. So we decided to hide everything that doesn&#8217;t work. So for now what&#8217;s enabled is only the controls that you can actually create responsive styles with. Those are pretty much all the block supports, the standard block supports like color typography, dimensions, block gap. Now layout is also supported and we aside a sort of side effect of that was that we ended up moving the layout panel into the styles tab. And well that was sort of. I&#8217;d been wanting to do that for ages I have to say because to me it didn&#8217;t make any sense at all that layout was in at the same time. Settings tab and Dimensions, which has controls that are intimately related to layout such as block gap was in the styles tab. And so I felt the. The only thing that makes sense is to have them side by side. If it&#8217;s not the same panel, which I still think we could maybe make it the same panel. But that&#8217;s another different conversation. But at least they&#8217;re side by side. So now layout is in the styles panel. That&#8217;s the reason why it&#8217;s in the styles panel. So when we have a responsive state enabled we&#8217;re only showing the styles panel in the inspector and only the controls that work, which is most of them. There&#8217;s a couple of things that we had to hide again, you know, duotonethings like that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And for block instances there are some blocks have custom controls and some of those custom controls should probably become Block supports. Some are like aspect ratio is a block support, but there&#8217;s only one block using it and there&#8217;s a couple of blocks that have their own custom implementation of aspect ratio. This is something that should change. I have an open PR to try and enable aspect ratio to work responsively because I feel that that&#8217;s one of the important ones that people will want to change aspect ratios for different breakpoints. So that&#8217;s in progress and what our plan is basically to try to get as much as we can working until 7.1.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Awesome. So when I want to start testing this, I&#8217;m going to add a paragraph to my block canvas and then I go to the block inspector and say, okay, this paragraph, I want a different background for a different viewport. So on the mobile I want it green and on tablet I want it yellow and on desktop I want it gray.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yep, you can do that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Okay. Yeah, so that&#8217;s how I will change it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> You go into. So you give the default. The desktop is the default. I guess we&#8217;re not mobile. We were never mobile first really. I mean Gutenberg has from the beginning being a dev stop first experience. And that&#8217;s how it&#8217;s sort of turned out to be. So you have default desktop and then you can go into the tablet state, you can select the tablet state and then whatever you add to the visible controls in the block inspector in that state is exclusive to that state. And you can go into the mobile and choose a different color for that and save everything and then you can go and do the good old resizing. Well, in the block editor we leveraging the responsive preview, the sort of device specific preview to show you a preview of what the styles are as you&#8217;re editing them. And then once you go into the front end, you can resize your window to your heart&#8217;s content and see all the changes happening.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> All right, all right. So that is really cool and I&#8217;m looking forward to kind of testing it out and trying it out and have opinions.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah, yeah, no, lots of opinions, I&#8217;m sure. And one of the things that I feel like we haven&#8217;t got 100% right is the previewing because you switch like you go enable mobile state for this block and it switches you to the mobile preview. But then you can select another block while still being in the mobile preview and then you&#8217;re not in the mobile state for that blocking. So I feel like this is something that we&#8217;re working on. We need to improve that experience and feedback. Again, very welcome. What are your opinions on this and how you think it would be the most intuitive to work with.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Well, awesome. Yeah. I&#8217;m thinking maybe we should actually have a demo hallway hangout about that somewhere. Let me think about that. Well, I have a time issue because I&#8217;m going on vacation.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Okay. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Coming back to the beginning of July, but yeah, definitely. Maybe find somebody to do a demo video or something like that. Well, the demos are all on the PR, so definitely check those out because they&#8217;re the best way to learn how to use that and how what works or what doesn&#8217;t work. Yeah. All right. What&#8217;s else in 23.3?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> There was so much. Well, the media editor was stabilized, so now it&#8217;s no longer an experiment. You get it by default whether you want it or not. Again, I mean, we hope to get feedback on that. I think it&#8217;s a pretty good piece of work, honestly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, it is. Yeah. Yeah, absolutely. Yeah. Just wanted to. You said it in the. You talked about it. But if you are looking for the layout panel after 23.3 Gutenberg plugin install, it&#8217;s not hidden, it&#8217;s not lost. It&#8217;s in the Styles tab now.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Some content creators that are not interested in this, all that, they might have a little oops, where is it? Kind of thing. It&#8217;s in the other tab now. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> And that is. It might be weird for blocks that still have a Settings panel. So, for blocks, what happened with the group block? For instance, the group block only had layout and position in Settings, so we moved position into styles. Because it makes sense. Position is a style. And now the group block doesn&#8217;t have a Settings tab. So you open the group. I think it&#8217;s much easier because you don&#8217;t have clicking, clicking, clicking. Everything&#8217;s there, everything&#8217;s visible. Layout, position, all the other controls in the same tab for other blocks. For instance, the navigation block still has a bunch of stuff in Settings. So if you put a navigation block on the page and suddenly you&#8217;re, oh, where&#8217;s the layout controls gone? Okay, they&#8217;re in the Styles tab. They&#8217;re no longer in the Settings tab.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> I just wanted to point that out. People kind of miss that part because they&#8217;re so excited about the responsiveness. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And then there&#8217;s also. Oh, there was one thing that was fixed. It was a. I would say it was a bug, but it is an enhancement that the additional CSS. If there was an error in there, you wouldn&#8217;t see that when you get back into the post again, until you interact with the additional CSS field, you wouldn&#8217;t see the error message. So unless you interact with that, you wouldn&#8217;t see that it&#8217;s actually not working. That has changed. That now has a little notification that there is something in the additional CSS that&#8217;s not valid CSS for those who muck about with that. Yeah. And here it is. The PR78653 has the modal media editor, image cropper modal being the default experience for the block editor. It&#8217;s out of experiments in. Another thing for 23.3 is that Gutenberg upgraded to React 19. This is important for plugin developers and those who have a very tight handle on the dependencies for their work. React 19 is now the default and there might be dragons out there. Please, please, please, yeah. Give feedback on that. Create issues what works and what doesn&#8217;t work. Especially what doesn&#8217;t work. So those can be fixed PR 7.1 so you don&#8217;t have any surprises later on. What else? I think those were the, the big items.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Yeah, I mean I&#8217;ve, I&#8217;ve been sort of like under, under my responsive styles rock for these past few weeks just working on that. Very, very fixated on getting this thing right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So I have to say nothing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> I mean it&#8217;s definitely got a huge amount of attention to. Yeah. What else is out there?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Definitely God&#8217;s work.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> Hopefully it&#8217;s worth it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, absolutely. Yeah, absolutely. Yeah, I think that&#8217;s it. As I said, there are 270 PRs. So. Yeah. And it just has been released for a while ago.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison:</em> There&#8217;s a lot of enhancements and bug fixes and stuff in here.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s it. I think we are good. So, dear listeners, you will see on the Weekend Edition and the Gutenberg Changelog will pause during my vacation. I&#8217;m going on vacation next week, which is June 15th and I&#8217;m coming back in beginning of July. So in time for 7.1 beta, you&#8217;ll hear us again and you will read us again. </p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m so happy, Isabel, you are here on the show to walk us through all the good things that come with Gutenberg to 7.1, especially the responsive parts. The responsive parts. I like that. Responsive parts. Thank you so much for taking the time out of your busy work schedule and be on the show and walk us through that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>No worries. You always enjoy this show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Well, thank you so much. And as always, dear listeners, the show notes will be published on GutenbergTimes.com podcast. This is episode 1311 31st. And if you have questions or suggestions or news you want us to include, send them to <a href=\"http://changelogutenbergtimecs.com\">changelogutenbergtimecs.com</a> that&#8217;s <a href=\"http://changelogutenburgtimes.com\">changelogutenburgtimes.com</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you all for listening. And until the next time, and I see you in July. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Isabel Brison: </em>Bye 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, 07 Jun 2026 10:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:57:\"WordPress.org blog: What Happened at WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/06/wceu-2026-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:36048:\"<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20801\" height=\"1440\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2560%2C1440&#038;ssl=1\" width=\"2560\" /></figure>\n\n\n\n<div class=\"wp-block-group is-horizontal is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-e8523bbf wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20863\" height=\"501\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=386%2C501&#038;ssl=1\" width=\"386\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe, <a href=\"https://europe.wordcamp.org/2026/\">the biggest WordPress conference in Europe</a>, spent the first week of June in Kraków. The 2026 edition of this event filled the ICE Kraków Congress Centre from June 4 to 6, drawing 2,458 ticket holders from 81 countries to the south of Poland. Close to a quarter of them were attending their first WordCamp Europe.</p>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">The city made it easy to settle in. Every attendee&#8217;s badge carried a transport hologram good for unlimited trams and buses. The Main Market Square, the largest in Europe, sat a short ride away, and the local food ran the gamut from pierogi to żurek soup to obwarzanek pretzels sold off the street.</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\">Kraków is beautiful, with history everywhere.<br /><em>&#8211; Sebastian Miśniakiewicz, local team lead</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The program kept pace with the setting. Across multiple tracks, the schedule held 49 talks and eight hands-on workshops, grouped into themes that ran from core development and AI to business and the open web. Around them sat a full Contributor Day, a sponsor area, side events, on-site childcare, and an after-party the local team stretched to eight hours.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20864\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=474%2C500&#038;ssl=1\" width=\"474\" /></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day Opens the Week</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As it does every year, the event began the day before the talks. Contributors filled the venue for Contributor Day, a working session where people work together to improve WordPress itself rather than watch a presentation about it. The morning started with registration and a welcome, the room split into teams, and a group photo broke up the work around midday. The afternoon ran a second working block before each team gathered to share what it had done.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20812\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10.jpeg?resize=1024%2C683&#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-20806\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24.jpeg?resize=1024%2C683&#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-20805\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&#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-20807\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18.jpeg?resize=1024%2C683&#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-20808\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46.jpeg?resize=1024%2C683&#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-20809\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47.jpeg?resize=1024%2C683&#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-20810\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15.jpeg?resize=1024%2C683&#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-full wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20813\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.25.24-1-scaled.jpeg?ssl=1\" /><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-20811\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29.jpeg?resize=1024%2C683&#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\">The range of tables is the clearest picture of how wide the project has become. Newcomers could sit down with Polyglots to translate WordPress into their own language, with Documentation to fix the pages people reach when they get stuck, or with Support to answer questions in the forums. More technical tables covered Core, Performance, Testing, Themes, and the Plugins team, whose reviewers screen every plugin submitted to the directory.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First-timers were not left to find their own way. The day was built around onboarding tables, named table leads, and mentors, with an open invitation for experienced contributors to adopt a newcomer and walk them through their first patch, string, or ticket.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People who could not travel to Kraków were welcomed to join remotely through the #contributor-day channel in the <a href=\"https://make.wordpress.org/\">Make WordPress Slack</a>, so distance was not a reason to sit the day out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Birthplace of the Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was fitting that the opening keynote came from CERN. The European Laboratory for Particle Physics, on the French-Swiss border outside Geneva, is where the World Wide Web was invented more than 30 years ago, and <a href=\"https://profiles.wordpress.org/joachimv\">Joachim Valdemar Yde</a>, who has managed CERN&#8217;s web team since 2021, came to explain why the laboratory had chosen WordPress to carry its web presence forward.</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ef2f134e wp-block-group-is-layout-constrained\">\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\n<p class=\"wp-block-paragraph\">Yde and <a href=\"https://profiles.wordpress.org/franciscobbarros\">Francisco Borges Aurindo Barros</a>, who leads CERN&#8217;s WordPress infrastructure, framed the move as a chance to give a web presence built up over three decades a shared, modern foundation. After evaluating several leading content management systems against CERN&#8217;s needs, WordPress came out on top.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Barros walked through what they had built. The guiding idea is that people at CERN focus on their content while the web team looks after the platform underneath. A self-service portal lets anyone request a site in a few clicks. Behind it, a shared distribution supplies a common theme and a set of approved, security-hardened plugins, and an in-house tool provisions each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Moving years of existing content onto the new platform is the other half of the work, and the team automated it: a single command lifts each site&#8217;s pages, headings, and images and rebuilds them as Gutenberg blocks, with no downtime. They plan to open source the tool.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Yde delivered the line that the room had been waiting for.</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\">As of today, our main flagship website, home.cern, is now served on WordPress. It&#8217;s been automatically migrated, and it&#8217;s live.<br /><br /><em>&#8211; Joachim Valdemar Yde, Web Manager, CERN</em></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The rollout is on track to wrap up over the coming months, and early impressions, Yde said, have been overwhelmingly positive, with easy wins in responsiveness and accessibility. For those at the event, the keynote pointed the room toward <a href=\"https://youtu.be/f09yvh3mnME\">a later talk by CERN&#8217;s Akanksha Chatterjee</a> on building and maintaining the laboratory&#8217;s engineering websites on the same service.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a neat symmetry to it. The institution that published the world&#8217;s first website now runs on the software that powers more than 40% of today&#8217;s web, licensed under the GPL and maintained by the people in the room.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 and AI</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 was a throughline of the conference. Several sessions placed the release at the center, framing it less as a routine update than as a change in what the software is, and in what it makes possible for the people who build with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The anchor for that conversation was a panel called &#8220;Inside WordPress 7.0.&#8221; It gathered contributors who worked on the release, among them <a href=\"https://profiles.wordpress.org/juanmaguitar\">Juan Manuel Garrido</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, and <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>. It was framed around more than a feature list, setting out to cover how a release of this size actually comes together: the contribution workflows, the coordination, and the human aspects of shipping software in the open.</p>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"Photo of the stage for the panel inside WordPress 7.0\" class=\"wp-image-20878\" height=\"843\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1264%2C843&#038;ssl=1\" title=\"Panel: Inside WordPress 7.0\" width=\"1264\" /><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<p class=\"wp-block-paragraph\">What gives this release its weight is the work moving into WordPress&#8217;s core: a native AI client, a new Abilities API that lets plugins declare what they can do in a way other tools can discover, and a Connectors screen for wiring up providers such as OpenAI, Anthropic, or Google Gemini. The argument running through the AI sessions was that this belongs to everyone who builds on WordPress, not only to developers shipping their own integrations. Speakers got specific about how to put that to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/anukasha\">Anukasha Singh</a> focused on how the Abilities API can make plugin permissions cleaner and safer than the capability checks developers have leaned on for years.</li>\n\n\n\n<li>In a workshop, <a href=\"https://profiles.wordpress.org/wpfeedback\">Vito Peleg</a> set out to take builders from one-off prompts toward a tool-using workflow that audits a live site and files structured tickets.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, a WP-CLI maintainer who has worked on structured data and the AI-native web, turned to a fast-growing opportunity. AI assistants and search now send real traffic to the open web, with more than a billion referral visits logged by the middle of 2025. His session framed WordPress as well-placed to earn that attention, with a practical checklist for getting a site ready to be found, read, and cited.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">People stayed at the center of the conversation, too. <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, in a talk called &#8220;Human in the loop means something,&#8221; framed the phrase as a real commitment rather than a checkbox. Humans and AI are each good at different things, and the products worth building let each do what it does best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Development and Craft</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The development sessions were where the craft lived. <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, who co-wrote the HTML API and designed the block parser, devoted a deep-dive workshop to that API. <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, a long-time Core committer on the Performance team, focused on how the WP_Query class has been made faster through better caching, and how site builders can take advantage of that at scale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Scaling got a hands-on session of its own. One talk set out to see how far a WordPress site can run on a twelve-dollar virtual server, profiling it under load in Grafana and tuning away the bottlenecks, with a GitHub repository so attendees could follow along at home. <a href=\"https://profiles.wordpress.org/fellyph\">Fellyph Cintra</a> focused on the latest in <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, the browser-based tooling and architectural changes that the project credits with a real speed-up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, a Core contributor and former default-theme co-lead, set out to make the case that accessibility-ready requirements are far easier to meet than most theme developers assume, drawing on real reviews of both block and classic themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two members of the Plugins team, <a href=\"https://profiles.wordpress.org/davidperez\">David Perez</a> and <a href=\"https://profiles.wordpress.org/frantorres\">Fran Torres</a>, framed their session as a practical clinic. Between them, they have reviewed more than 25,000 plugins, and they set out to name the common, avoidable issues that keep good plugins stuck in the review queue. For a first-time author, that is the difference between an afternoon and a month of waiting.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Business of WordPress and the Open Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business and community sessions pulled the lens back to people, with a refreshingly unsentimental view of running a WordPress business. <a href=\"https://profiles.wordpress.org/deltacx\">Debbie Levitt</a> built her talk around a model for finding product-market fit at three levels at once, on the premise that teams celebrate one good metric and then wonder months later where their users went. <a href=\"https://profiles.wordpress.org/vasvalch\">Vassilena Valchanova</a> took on a quieter problem: being good at the work is not the same as anyone knowing you are.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was a local thread here as well. <a href=\"https://profiles.wordpress.org/irsilviana\">Irfani Silviana</a>, a full-stack developer at a Kraków-based agency, framed the Business Model Canvas as a translation layer that moves developers from shipping features to engineering business value, a fitting talk to give in her own city.</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\">The web&#8217;s standards, the argument goes, remain as open as the day Tim Berners-Lee created them at CERN.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That idea carried through the rest of the community sessions. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/wdavidsnead\">David Snead</a>, an attorney who works with internet infrastructure providers, set out to explain how hosts, registrars, and registries coordinate against abuse through shared, real-time intelligence, on the logic that a threat to one WordPress host is a threat to all of them.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a> shared a practical playbook for how companies and individuals can support open source sustainably and look after the people who keep it going.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/karinchristen\">Karin Christen</a> set out to describe how her Swiss agency turned <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> from a good intention into a standing team habit through internal contributor days.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Running alongside the talks, the hands-on workshops were a chance to build something on the spot. In one, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a> set out to build a touch-enabled gallery slider with the Interactivity API, while another centered on Full Site Editing, with a working portfolio theme attendees could reuse on their next client project. These were laptop-open, leave-with-working-code sessions.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20849\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&#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-20850\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&#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<h2 class=\"wp-block-heading\">Closing Fireside Chat</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The closing session opened with a warm gesture from Kraków University of Technology. Representatives took the stage to thank the organizers and the community and to present <a href=\"https://profiles.wordpress.org/4thhubbard\">Mary Hubbard</a>, the Executive Director of WordPress, with a gift from their faculty of informatics and mathematics. They described what the university and the WordCamp community share: a love of learning and sharing knowledge, and an openness to new ideas, skills, and connections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard used the moment to share some news. Starting in October, the university will open a WordPress-specific course, which she called a trail-blazing event for Poland and for WordPress. Earlier that day, the program&#8217;s first cohort, around 20 students, had shown what they built, part of the <a href=\"https://wordpress.org/education/campus-connect/\">WordPress Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a> education work.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20888\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32.jpeg?resize=1024%2C683&#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-20887\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1.jpeg?resize=1024%2C683&#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\">Hubbard then turned the stage into a conversation, inviting <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, the lead of the Gutenberg project, and <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, a WordPress designer and developer, to talk through where WordPress is heading and how AI fits in. WordPress 7.0 had just launched with Ventura as its release lead, and he asked everyone who had contributed to it to stand for a round of applause.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of the chat explored the balance between building WordPress with AI, and building with AI on WordPress, without losing the human part. Ventura noted that WordPress&#8217;s long investment in its design system is paying off now that you can ask an AI to extend a menu or a control, and it reaches for the right components. He pointed to older primitives gaining new value, like <a href=\"https://wordpress.org/cli/\">WP-CLI</a>, which AI models use fluently, and to <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/studio-code/\">Studio Code</a>, an open source, agent-based coding tool the team has been building for WordPress. Tabor showed how he now ships many small editor improvements by talking to an agent instead of typing code, and Ventura demoed desktop mode and open-canvas experiments that reimagine the admin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On open source and AI, Hubbard argued that open source is why WordPress has thrived, that the same values should shape AI, and that the community should be far more vocal about it. As she put it, &#8220;We should be talking about it, and we should be much louder about it.&#8221;</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9c97b5da wp-block-group-is-layout-constrained\">\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\n<p class=\"wp-block-paragraph\">Audience questions pushed on multilingual support, unsticking long-stalled tickets, and reaching a younger, more diverse community. On that last point, Hubbard came back to education, pointing to a <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">US pilot of an AI literacy micro-credential</a> that uses WordPress as the playground, and made the case for it:</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\">I think that focusing in on younger generations, and bringing them into the project in a healthy way, with the dynamic of education as well as mentorship, and how we can understand and learn from them, as well as mentor them and adopt them as contributors, is very important.<br /><br /><em>&#8211; Mary Hubbard, WordPress Executive Director</em></p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond the Talks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp is also about the corridor outside the talks, and Kraków gave people reason to roam. Between sessions, attendees moved through the sponsor area for product demos and conversations that often carried on over lunch.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped has-black-background-color has-background wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20823\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47.jpeg?resize=1024%2C683&#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-20828\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48.jpeg?resize=1024%2C683&#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-20825\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57.jpeg?resize=1024%2C683&#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-20824\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48.jpeg?resize=1024%2C683&#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-20826\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01.jpeg?resize=1024%2C683&#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-20827\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58.jpeg?resize=1024%2C683&#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\">The after-party was the not-so-subtle flourish of a local team that doubled the usual length to eight hours, with Polish food and dragon-and-floral swag that nodded to the Wawel Dragon of Kraków legend. The nearby artistic Kazimierz district kept the evening going, and the trams, as one organizer had promised, were still running reliably afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps run on people, and 2026 was no different. The organizing teams, the speakers, the sponsors who funded the venue and the meals, the local crew who sorted trams and pierogi, and the contributors who arrived a day early to work on the project all built this WCEU together. The people watching the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\">livestream</a> from outside Kraków were part of it as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone whose appetite was only sharpened by three days in Poland, the calendar already has the next stop. <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a> (Phoenix, USA) runs August 16 to 19, with its own Contributor Day opening the week.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" width=\"1024\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe will return next year (May 27-29, 2027) in Málaga, Spain.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>Photography by the <a href=\"https://europe.wordcamp.org/2026/community/organisers/#photography-team\">WCEU 2026 photography team</a>. See the full galleries on <a href=\"https://www.flickr.com/photos/wceu/albums/\">Flickr</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:\"Sat, 06 Jun 2026 17:44: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:17:\"Nicholas Garofalo\";s: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:\"Gutenberg Times: Calls for Testing, Gutenberg 23.3, Block MCP and more — Weekend Edition 367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45754\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://gutenbergtimes.com/calls-for-testing-gutenberg-23-3-block-mcp-weekend-edition-367/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23404:\"<p class=\"wp-block-paragraph\">Howdy,</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the time of the year when publishing on the Gutenberg Times becomes less frequent. I will be on vacation and back at the beginning of July with the weekend edition, just in-time for Beta 1 of WordPress 7.1. Three more Gutenberg plugin releases will happen before that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">What also happened was that someone <a href=\"https://techcrunch.com/2026/06/01/hackers-hijacked-instagram-accounts-by-tricking-meta-ai-support-chatbot-into-granting-access/\">grabbed my instagram account in this AI hack</a> at Meta.  Although Meta reports this as resolved, I probably won&#8217;t get my account back. I am now actively looking for a better way to share my photos without the overlords that can&#8217;t keep things tight. <img alt=\"🤦‍♀️\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f926-200d-2640-fe0f.png\" style=\"height: 1em;\" />   It&#8217;s not that I didn&#8217;t know better. &lt;sigh/&gt; <img alt=\"🤷‍♀️\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f937-200d-2640-fe0f.png\" style=\"height: 1em;\" /> It&#8217;s a cautionary tale for what&#8217;s in store for all internet services handing over crucial business processes to a gulliable AI.</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\">I had the great pleasure of going on the <strong>OpenMakers</strong> show with <strong>Abha Thakor</strong> to <a href=\"https://openchannels.fm/new-tools-and-updates-in-wordpress-7-0-for-developers-and-content-managers/\">talk through what WordPress 7.0 &#8220;Armstrong&#8221; means for you</a>. First, the safety bit: test on a staging site or Playground before updating, and check your PHP. Then the good stuff. Visual revisions show edits in context with color coding. Notes keep feedback inside the editor. Patterns gain content-only editing, blocks can hide by device, and new AI connector APIs give developers a unified foundation. Real-time editing waits for a later release.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></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<p class=\"wp-block-paragraph\"><strong>WordCamp Europe</strong> LiveStream was up and running and Friday&#8217;s keynote can be watched online. <strong><a href=\"https://www.youtube.com/live/cLGiNR-h_34?si=7JEdopb4nHMec5Bs&amp;t=5032\">Two worlds collide: WordPress at CERN</a></strong> with Joachim Valdemar Yde and Francisco Borges Aurindo Barros. The Livestream are all routed to the <a href=\"https://www.youtube.com/@WordPress/streams\">WordPress YouTube account</a>. <a href=\"https://europe.wordcamp.org/2026/schedule/\">The schedule</a> is posted on the website. </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<p class=\"wp-block-paragraph\">Over the course of the weekend more recordings will be uploaded to <a href=\"https://wordpress.tv/event/wordcamp-europe-2026/\">WordPress TV &gt; WordCamp Europe 2026</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">On Saturday, Matt Mullenweg, co-founder of WordPress and CEO of Automattic  will close out WordCamp Europe 2026 with his keynote. Afterward, the organizers will reveal where WordCamp Europe 2027 will take place. Tune in around 2:15 UTC / 8:15 am EDT. </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\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Arthur Chu </strong>walks you through <strong><a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">what&#8217;s new in Gutenberg 23.3</a>.</strong> The modal media editor is now the default for cropping. It pulls cropping, flip, rotation, and metadata into one place. The experimental customizable dashboard grows too, with five new widgets you can drag and resize. Responsive styles now reach individual blocks, so designs adapt per screen. </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>Rae Morey</strong> reports that <a href=\"https://www.therepository.email/gutenberg-23-3-ships-experimental-customizable-wordpress-dashboard\">Gutenberg 23.3 brings an experimental, customizable WordPress dashboard</a>. It&#8217;s the admin&#8217;s biggest structural shakeup in years. You can drag, resize, and rearrange widgets like Welcome, Activity, and Site Health to fit how you actually work. It&#8217;s the first testable preview of a long-discussed overhaul. Enable it under Gutenberg &gt; Experiments to try it. </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>Jarda Snajdr</strong> reports that <a href=\"https://make.wordpress.org/core/2026/06/05/react-19-upgrade-temporarily-reverted-in-gutenberg/\"><strong>the React 19 upgrade has been reverted in Gutenberg</strong></a>. Shortly after 23.3.0 shipped, many plugins built for React 18 started crashing. The APIs barely changed, but the runtimes clashed: React 19 rejects elements made by a bundled React 18 JSX helper. So 23.3.2 rolls back to React 18. The team still plans the upgrade for 7.1—this time with a feature flag and a compatibility layer.</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>Isabel Brison</strong> and I chatted extensively about the latest Gutenberg plugin releases 23.1 to 23.3 and discussed the responsive controls now available in the Gutenberg plugin for desktop, tablet and mobile view ports. The episode will drop in your favorite podcast app over the weekend. </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-131/\">Gutenberg Changelog #131 – Gutenberg Plugin Releases 23.1 – 23.3, Calls for Testing for 7.1 and more</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45775\" height=\"280\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/06/Screenshot-2026-06-05-at-17.56.38.png?resize=652%2C280&#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>Rich Tabor</strong> shares a few <strong><a href=\"https://rich.blog/little-big-things/\">“little big things” for WordPress editing</a>. </strong>The idea is simple: complexity has piled up, and small fixes can clear it. His PRs make block locking a one-click job in List View. They keep you in place when editing synced patterns, instead of whisking you off to another view. And zooming out reuses the familiar Patterns Explorer. He&#8217;s not precious about them—contributors are warmly invited to take them over the line.</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> walks you through <a href=\"https://www.youtube.com/watch?v=TdsQe9oi8mg\">an interactive prototype reimagining the WordPress Site Editor around user goals rather than system architecture</a>. Built during Automattic&#8217;s Radical Speed Month, it keeps the same blocks, templates, and data model intact while changing entry points, language, and defaults. Since internal research flags the Site Editor as the top driver of negative support outcomes, you&#8217;ll see how remapping it around what you want to do could ease that friction. It&#8217;s an experiment, not a roadmap.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"calls-for-testing-for-wordpress-7-1\">Calls for Testing for WordPress 7.1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">With WordPress 7.0 out the door, contributors shared a series of Calls for testing  this week to prepare for WordPress 7.1. The schedule is tight with Beta 1 slated for July 15, 2026. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ramon Dodd</strong> puts out a <strong><a href=\"https://make.wordpress.org/core/2026/05/21/media-editor-modal-call-for-testing/\">call for testing the new Media Editor Modal</a>.</strong> Cropping in the block editor hasn&#8217;t changed much in years, and the old inline tool leans on a limited third-party library. This new standard way of Image edition inside the Block editor replaces it with a WordPress-native one. You get freeform and aspect-ratio cropping, flip, rotation, and metadata editing in one place. The quickest way to try it is a ready-made Playground link. Feedback is welcome via the comments or GitHub.</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>Anne McCarthy</strong> announced a <strong><a href=\"https://make.wordpress.org/core/2026/06/03/announcing-a-collaborative-editing-outreach-effort-for-7-1/\">collaborative editing outreach effort for WordPress 7.1</a>.</strong>  After real-time collaboration was pulled from 7.0, this gathers real-world early adopters across many hosting setups to find bugs faster. It lives in one Slack channel, <a href=\"https://wordpress.slack.com/archives/C0B7W4UQFC2\">#collaborative-editing-outreach</a>. If you&#8217;d use collaborative editing regularly and run the latest Gutenberg, you&#8217;re invited—through the cycle, with a test team badge at the end. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rae Morey</strong> has the skinny for you in <strong><a href=\"https://www.therepository.email/contributors-launch-fse-style-outreach-program-to-get-real-time-collaboration-ready-for-wordpress-7-1\" rel=\"noopener\" target=\"_blank\">Contributors Launch FSE-Style Outreach Program to Get Real-Time Collaboration Ready for WordPress 7.1</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>Adam Silverstein</strong> puts out a <a href=\"https://make.wordpress.org/core/2026/06/04/call-for-testing-client-side-media-processing/\"><strong>call for testing client-side media processing</strong></a>, now targeting WordPress 7.1. Here&#8217;s the idea: when you upload an image, your browser resizes and encodes every size locally using VIPS in WebAssembly, before anything reaches the server. That eases CPU and memory load on hosts and brings modern formats like AVIF, WebP, HEIC, and JPEG XL to every site. Browsers that can&#8217;t cope fall back quietly to server-side. Try it in Chromium with the latest Gutenberg.</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\"><strong>Brian Coords</strong> invites you to a <a href=\"https://developer.woocommerce.com/2026/06/03/ai-wordpress-woo-live-event/\"><strong>live panel on practical AI workflows for WordPress and WooCommerce</strong></a> on Tuesday, June 30, 2026, at 10am PDT. Hosted with Shani Banerjee and featuring Nik McLaughlin, Kyle Runner, and Suzanne Kolpakov, the conversation covers WooCommerce MCP, the WordPress Abilities API, Pressable MCP, and making your own plugins more agent-ready. You&#8217;ll come away with practical ideas for managing stores and guiding cautious clients, plus open Q&amp;A. Can&#8217;t make it live? Register anyway for the recording.</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>Nathan Wrigley</strong> talks with plugin reviewer Luke Carbis about <a href=\"https://wptavern.com/podcast/218-luke-carbis-on-the-future-of-wordpress-plugins-ai-ethics-and-new-directory-standards\">the future of WordPress plugins on the Jukebox podcast</a>. Here&#8217;s the worry: plugin submissions have quadrupled in a year, largely AI-generated, so good plugins struggle to stand out. Carbis floats ideas you can test: logging into your site with your WordPress.org account, installing from your own Git repos, or a commercial marketplace funding contributors. They also weigh AI ethics, a generational backlash, and his proposed AI-disclosure header for the directory.</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>Wes Theron</strong> published a new training video and you can learn <strong><a href=\"https://www.youtube.com/watch?v=MIbZSbBbF2k\">how to customize your site’s navigation menus with AI</a><a>.</a></strong> Once your site is connected, you describe the change and the agent makes it. You&#8217;ll learn to add a page to your header, remove an outdated link, and reorder items. It also covers building dropdown menus under an unclickable parent, adding a footer menu, and linking to blog categories. The point: clear menus help visitors find what matters.</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=\"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>Ajit Bohra</strong> and the LUBUS team released <a href=\"https://wordpress.org/plugins/color-palette-block/\">Color Palette Block 2.0, a free plugin for building and sharing color palettes</a> in the block editor. It grew out of their own client and internal documentation needs. It&#8217;s handy for brand kits, design systems, and style guides. You add swatches manually, pull from your theme, or generate random ones. Pick from four display styles—Square, Polaroid, Circle, or Droplet—and copy each color as HEX, RGB, HSL, or a CSS variable.</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>Justin Tadlock</strong> shares a playful tutorial on registering custom icons for WordPress 7.0&#8217;s new Icon block. Since the public registration API won&#8217;t land until 7.1, you&#8217;ll learn a clever workaround using PHP Reflection to reach the protected <code>WP_Icons_Registry::register()</code> method, bundling SVGs in your theme through an Icon enum and registrar class. Built on work by Ryan Welcher and Nick Diego, it&#8217;s educational fun—not for production, where Nick&#8217;s Icon Block plugin still does the job properly.</p>\n\n\n<div class=\"ng-block-7740483c98ba74ad 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-d481c02ffb8c8467 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-2764cf6c181a18b3 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>Casey Burridge</strong> introduced <strong><a href=\"https://www.gravitykit.com/introducing-block-mcp/\">Block MCP, GravityKit&#8217;s open-source WordPress MCP server</a>. </strong>The problem it solves is familiar: existing MCPs treat a post as one HTML blob, so AI edits strip block markers and break your layout. Block MCP exposes each block as an addressable unit with a stable ID. Your agent can make surgical edits, batch up to 50 changes atomically, and undo any of them. In their tests across Claude models, only Block MCP worked reliably. </p>\n\n\n<div class=\"ng-block-e5d09f6bb655eba8 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-94aff0e577ec06b3 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-147a5e9877cf4bdc 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-ad59c9f65e7ed6e6 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-11f0c929408130b8 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-9518a58cbf4b750f 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:\"Fri, 05 Jun 2026 23:14: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: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:10:\"Matt: WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=152996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1597:\"<p class=\"wp-block-paragraph\">Cześć wszystkim, Kraków&#8230; I made the call not to fly to Poland for <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. I&#8217;m very sorry for the last-minute notice; I was really hoping to make it. I’m okay, but I <a href=\"https://waitbutwhy.com/2015/12/the-tail-end.html\">want to stay close</a> to loved ones going through difficult times.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Seeing the pictures from <a href=\"https://europe.wordcamp.org/2026/community/contributor-day/\">Contributor Day</a> warms my heart.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-152999\" height=\"378\" src=\"https://i0.wp.com/ma.tt/files/2026/06/wceu-2026-contrib-day-1024x640.jpg?resize=604%2C378&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Bardzo za Wami tęsknię. I miss you dearly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https://wordpress.org/news/2026/06/pts/\">Protect The Shire post on W.org</a> contains what I planned to talk about, and <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> and <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> will lead the Q&amp;A keynote at the end.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ll watch all the sessions so if any WordCamp speakers would like feedback on their talk, <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdIeEJ8L2tGDVeJVZQrD5LMGMdtJLXP9RYKOB4DhbXIOADMyQ/viewform\">just fill out this form</a>, and I’ll write something up and message it to you on the .org Slack. </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, 05 Jun 2026 19:07:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:37:\"WordPress.org blog: Protect The Shire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2026/06/pts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7893:\"<p class=\"wp-block-paragraph\"><strong>tl;dr:</strong> <em>Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex or inaccessible and make it available to everyone, running in as many environments as possible. It’s the Open Source way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just last December there was a <a href=\"https://x.com/karpathy/status/2026731645169185220\">step-change in coding ability</a> that rocked many developers, and since April’s <a href=\"https://red.anthropic.com/2026/mythos-preview/\">reveal of Mythos</a>, security activity has kicked into high gear. A few days ago, <a href=\"https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html\">Chrome shipped a release with 429 security fixes</a>! The threats and opportunities of these new capabilities inspired us to kick off an initiative we call <strong>Protect The Shire</strong> (hat tip <a href=\"https://www.tolkiensociety.org/discover/biography/\">J. R. R. Tolkien</a>) with the aim of using our best minds and the infrastructure of WordPress.org to make all code in our directories and repositories as secure as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of this work was and will remain behind the scenes, and we hope its success is defined mostly by what <em>doesn’t</em> happen. However, while we reckon with our newfound powers, we need to make space for review.</p>\n\n\n\n<h2 class=\"wp-block-heading\">To Update or Not</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress core updates go through multiple people and layers of review before they go out, a process we’ve polished to a high art in the 18 years since we <a href=\"https://wordpress.org/news/2008/12/coltrane/\">introduced one-click upgrades in 2.7 “Coltrane.”</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Core is solid, and I’m so proud that <a href=\"https://wordpress.org/about/stats/\">over 50% of all WordPress sites have upgraded to 7.0 within two weeks</a>! That’s the result of an unimaginable amount of work across thousands of hosts, developers, and teams across WordPress.org. We’ve pushed hard to make upgrades happen automagically, and as fast as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’re in a liminal period now, and I believe 2026 will be a year of tension between two approaches: updating as quickly as possible to stay secure, and holding back on updating to stay secure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’ve seen clever and dangerous supply chain attacks across the npm, PyPI, GitHub, and RubyGems ecosystems, and we even had our own mini-version with the <a href=\"https://anchor.host/someone-bought-30-wordpress-plugins-and-planted-a-backdoor-in-all-of-them/\">Essential Plugins debacle</a>, where good plugins were unknowingly sold to a new author who had malicious intent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How to balance security updates and <em>securing</em> updates?</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mirkwood or the Wild West?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everyone knows the fun of WordPress is in its 78k+ plugins and themes. We have a rigorous, human-powered review process for <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme</a> and <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">plugin</a> submissions, but once you’re published in the directory, you’re on your own. Our update system currently distributes every plugin and theme release as soon as a developer presses the button. That’s what keeps the directory as robust as WordPress itself. There were over 3,000 commits to the plugin repository yesterday! </p>\n\n\n\n<p class=\"wp-block-paragraph\">For now, each new plugin release will wait up to 24 hours before being distributed through auto-updates. This will give everyone, including a <a href=\"https://wapuu.studio/wapuu/a-gandalf-wapuu-that-is-a-coding-wizard-302912b8/\">new Wapuu</a> we call Gandalf, a chance to review changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I expect 24 hours could be reduced to minutes as the process evolves, but we’ll err on the side of caution while AI models are advancing so rapidly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our <a href=\"https://make.wordpress.org/plugins/\">plugin review team</a> seems superhuman, but still needs to sleep. But bots don’t, and a depth of review that seemed unimaginable before is now a matter of time and tokens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The security capabilities of AI are going to make the world weird and take a lot of our focus in the next few months, but there’s a light at the end of the tunnel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Our Shire Is Special</h2>\n\n\n\n<p class=\"wp-block-paragraph\">There’s no shortage of ways to find, install, and update plugins and themes for WordPress. For those who choose WordPress.org, though, we want to make sure that it feels safe and secure. That means staying strict about some things—like guidelines and Open Source licenses—while also remaining flexible enough to allow solo hackers, community projects, and for-profit commercial plugins and themes to thrive in our ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">GitHub stars may get the hype, but if you add up all the numbers <a href=\"https://wordpress.org/plugins/\">in our plugin directory</a>, it’s over 400M installs. There are 78k+ extensions, many from solo devs, installed on over a million sites each! Now we need to learn from the best parts of GitHub and make that available to every developer on WordPress.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just because WordPress plugins have a reputation for vulnerabilities is no reason not to aim for the same security and stability we’ve achieved in core. We’ve done the impossible a few times already in <a href=\"https://wordpress.org/book/table-of-contents/\">our journey from a b2/cafelog fork</a> to <a href=\"https://wordpress.org/showcase/\">where we are today</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Freedom and security are not zero-sum.</strong> With Open Source, we can show how security comes from transparency, not obscurity. Collaboration over competition. What we accomplish when we come together is nothing short of incredible. Success always attracts bad actors, but we grow stronger through every adversity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scale of WordPress can make some challenges seem too big to tackle, but given time, there is no problem that’s insurmountable. I’m reminded of the story behind the title of <a href=\"https://www.amazon.com/Bird-Some-Instructions-Writing-Life/dp/0385480016\">Anne Lamott’s book <em>Bird by Bird</em></a>:</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\">Thirty years ago my older brother, who was ten years old at the time, was trying to get a report written on birds that he&#8217;d had three months to write, which was due the next day. We were out at our family cabin in Bolinas, and he was at the kitchen table close to tears, surrounded by binder paper and pencils and unopened books about birds, immobilized by the hugeness of the task ahead. Then my father sat down beside him, put his arm around my brother&#8217;s shoulder, and said, &#8220;Bird by bird, buddy. Just take it bird by bird.”</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">More to come, stay tuned. I wish everyone <a href=\"https://europe.wordcamp.org/2026/\">in Kraków at WordCamp Europe</a> the best and hope to see you soon!</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, 05 Jun 2026 18:51:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"Open Channels FM: Artificial Intelligence” Just a Fancy Way to Say “Fake”?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2554616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/artificial-intelligence-just-a-fancy-way-to-say-fake/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"The light side of whether artificial intelligence is genuinely intelligent or merely advanced technology misrepresented as such.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2026 13:19: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: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:95:\"Open Channels FM: Open Tabs: Lists Over Grids, AI-Assisted Content &amp;amp; A Global Tech Read\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2555279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://openchannels.fm/open-tabs-lists-over-grids-ai-assisted-content-a-global-tech-read/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"Bob Dunn launches \"Open Tabs,\" sharing business insights while discussing his new design preferences, the importance of human touch in podcasting, efficient content repurposing with AI, and recommending restofworld.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2026 14: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: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:97:\"WPTavern: #219 – Austin Ginder on How AI Is Exposing Hidden Threats in WordPress Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=204491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/podcast/219-austin-ginder-on-how-ai-is-exposing-hidden-threats-in-wordpress-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47921:\"<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, how AI is exposing hidden threats is WordPress plugin updates.</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 forward slash jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Austin Ginder. Austin has been involved in the WordPress ecosystem since 2010, and since 2014 has run Anchor Hosting, a business that manages thousands of WordPress websites. While he&#8217;s a developer and automation enthusiast at heart, in recent months Austin has found himself at the forefront of a burgeoning crisis in WordPress, security supply chain attacks targeting plugins.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A chance discovery during a malware cleanup on a client&#8217;s site, propelled Austin into what would become a wider investigation of plugin vulnerabilities. What he uncovered is both alarming and timely. Bad actors aren&#8217;t just hacking sites directly, but are instead infiltrating the supply chain, either by purchasing plugin companies and weaponising them, or by hijacking plugins and pushing out malicious updates. These attacks are subtle, often shifting plugin update servers away from wordpress.org to rogue channels where malware can be distributed, leaving end users in the dark, and their sites at risk.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We trace Austin&#8217;s journey from accidental security investigator to creator of the WP Beacon Project, a resource aimed at tracking, documenting, and alerting the WordPress community to known supply chain attacks.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He shares how AI tools have radically changed what&#8217;s possible in threat detection and forensics, enabling individuals, and hopefully someday, the larger hosting providers to identify patterns and root causes behind widespread infections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We get into case studies of specific plugins compromised in recent months, the challenges of auditing over 60,000 plugins in the wordpress.org repo, and the complexities of stopping these attacks once malicious code is in the wild. Austin also discusses his hopes for greater collaboration with hosts and security researchers aiming for better automated monitoring and response.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you manage WordPress websites, create plugins, or just care about the future of open source security, 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 Austin Ginder.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Austin Ginder. Hello, Austin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:40] <strong>Austin Ginder:</strong> Hey, good to meet you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:41] <strong>Nathan Wrigley:</strong> Very nice to meet you too. I was put in Austin&#8217;s way by I think Courtney Robertson.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you Courtney for that because, on a different podcast, which I do, we were talking about an item, which is very much in the news at the moment. It&#8217;s all to do with plugins and security. And whenever I say security, any of the people that I have on the podcast, I feel it&#8217;s pretty important that person gets a chance to stamp their credentials into the podcast about themselves. Because it&#8217;s one of those areas where a little bit of knowledge can go a long way. Tell us about your background, WordPress hosting, security, those kind of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:16] <strong>Austin Ginder:</strong> Sure. So I&#8217;m a developer, first off. I&#8217;ve been running a WordPress hosting service since 2014, and I&#8217;ve been working in the WordPress space since 2010. A long timer. I love automation. WPCLI commands, bash scripts. I&#8217;m in the weeds on a technical basis.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in terms of security, I wouldn&#8217;t call myself a security expert, which is ironic for this conversation because of some of the things I&#8217;ve been finding over the last month or so. And it&#8217;s all thanks to AI. AI has been my friend. It&#8217;s just right place, right time, getting lucky and also just a mix of everything is changing right now in the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:56] <strong>Nathan Wrigley:</strong> Yeah. Thank you for that. So as you&#8217;re about to hear, we&#8217;re not gonna be talking at from the perspective of Austin demonstrates how to fix a particular challenge in WordPress. It&#8217;s much more of a general thing, and an alert really. It&#8217;s a bit of a call to action about a problem which has been systemic in the WordPress ecosystem, well, forever really, since I guess, plugins came along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is all about really change of ownership of plugins, and I could do a job of trying to describe the scenario here, but do you want to just run through what you&#8217;ve discovered in the last few weeks, and the three or four incidents that you&#8217;ve uncovered and what they mean and how they&#8217;ve come about?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:37] <strong>Austin Ginder:</strong> Yeah. So in particular, we&#8217;re talking about supply chain attacks, and a supply chain attack is a different kind of attack. It&#8217;s not a direct, my site got infected with malware or something like that. It runs a little bit more deeper. It&#8217;s a scenario where either it can happen a couple different ways.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A hacker might get control over the plugin repo itself, maybe a credential breach, where they sign in and they are acting as the author, and they push out bad code. As a user, you just update your plugin and you don&#8217;t realise you&#8217;re updating to something that&#8217;s harmful for your website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s one scenario. The other scenario which is crazy to me, but like hackers literally buying companies and then weaponizing the plugins themselves and distributing them through the official channels. So that&#8217;s the big story that I was covering this last month. That is just what possesses someone to spend six figures to buy a suite of plugins and then weaponize them and try to get away with it? No, that can&#8217;t happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:42] <strong>Nathan Wrigley:</strong> Except, it does. So let me just reiterate what&#8217;s going on there. So if you&#8217;ve been to the wordpress.org repository, or indeed you&#8217;ve downloaded plugins from third party vendors, maybe a pro version of a plugin or what have you. Usually there is some aspect of the WordPress admin UI, which enables that plugin to be updated by clicking a link or perhaps automated, the update will happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Increasingly, I think people are being, have been encouraged to click enable automatic updates. So it just ticks over in the background. Perhaps while you&#8217;re asleep, it gets updated to the latest version. This in a universe occupied only by honest people would be absolutely fine. We&#8217;d have no problem that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, the scenario that you are describing is that kind of invisibly it&#8217;s entirely possible for somebody to sell their plugin or indeed maybe even have their plugin repo hijacked in some way. But let&#8217;s go with the sell their plugin scenario, because that&#8217;s the easiest one to get a hold of. Sell it to somebody.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Obviously, I would imagine in most cases, assuming that person is a good actor, is just going to carry on doing the nice things that the plugin does, updating the code, and doing security updates and what have you. However, there is zero guardrail to stop them putting whatever they want into the plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so overnight, a plugin which has been working for a decade or more, doing its job, now suddenly is masquerading. And it may be that the functionality of the plugin is also still there. It&#8217;s not like suddenly the plugin just stops working, or it&#8217;s really obvious what&#8217;s going on. It may be that just a few lines of code have been adapted, modified, there&#8217;s some backdoor smuggled in to the plugin. An end user would never know that this was going on. Have I summed that up? Is that about where we&#8217;re at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:35] <strong>Austin Ginder:</strong> Yeah, these are bad actors trying to hide themselves. They&#8217;re sneaky. They don&#8217;t do things that are obvious. Like they&#8217;re not just uploading malware to WordPress plugin repo. What they&#8217;ll do instead is they might slip a third party updater, which is against the guidelines, clearly. But they can do it a little bit more sneaky.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if they can get a third party uploader put into their plugin, then they can actually hijack the plugin. Meaning you download a plugin from wordpress.org, and you run auto updates, and it updates not from the wordpress.org version to the newest wordpress.org version. It offloads to their own compromised update channel.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then once it&#8217;s on the update channel, wordpress.org has zero visibility, and you&#8217;re just running a hijacked plugin and you don&#8217;t even know it. Unless you go in and you run a verify command, from the command line or, you&#8217;re scanning for things like this. And then after they get the plugin hijacked, that&#8217;s when they compromise your site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">They could do SEO spam attacks, or display ads, or poison the search results from Google&#8217;s perspective. Many different things that they do to try to recoup their money in the investment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:50] <strong>Nathan Wrigley:</strong> So let me just run that by you again. So just to make sure I&#8217;ve understood. So in this scenario, the plugin, it is like a one time thing in a way, but we&#8217;ll explore that as well in a moment. The plugin is acquired by somebody else and potentially some of the behaviour that you&#8217;ve seen is that the only part of the plugin that they modify is the location of the update server.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, typically that would&#8217;ve been over at wordpress.org, and every time you click the update button, you are receiving the repo version of it. However, this updated version will then offload to a third party server somewhere. And at that moment, wordpress.org loses all visibility of what&#8217;s going on. As far as they&#8217;re aware nothing has happened.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You are now just getting updates from elsewhere. You would never see anything. But obviously whatever payload they wish to put into that plugin is completely invisible to wordpress.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, I suppose the wordpress.org version, there&#8217;d be a telltale sign that this was happening because there would be new and modified code to indicate, oh, look, there&#8217;s a third party server in play here. But WordPress org has no visibility into what the malicious code being updated onto your website is. Again, is that about where we&#8217;re at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:07] <strong>Austin Ginder:</strong> Yeah. Everything on wordpress.org is open source. Even the platform itself is open source, so you can see the full code, how everything operates there. And in addition to that, all of the plugin activity happens on SVN, which is like the raw pipeline.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So all of the data is there and available to anyone to go in and audit the data, but it&#8217;s, it&#8217;s an after the fact situation. Like after a situation happens, you can go back to the raw data and run a full audit to try to piece together all these missing pieces. And all these missing pieces would&#8217;ve been impossible to correlate together if it wouldn&#8217;t be for AI. Like now we have a superpower where we could just run AI through it all. If we feed it the right points, we can start to make the correlation after the fact as to what happened.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:59] <strong>Nathan Wrigley:</strong> Okay, so essentially what you are saying, I think, is that the work of checking this, prior to AI, let&#8217;s go with that, it was just too humanly intensive. There were 60 plus thousand plugins on the wordpress.org repo, going back and having a human inspect every single update, every single file, every line of code is, as you can imagine, a completely unrealistic process.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, now AI really its superpower is its capacity to take a giant corpus of data, and then do things with that data. It&#8217;s almost like it can capture the entirety of the internet in one hit. And so that&#8217;s what&#8217;s enabled you to weed out this sort of stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have to ask from a personal point of view, why are you doing this? And I don&#8217;t mean that the way it sounds, because obviously it&#8217;s philanthropic. I&#8217;m extremely grateful that you are doing this. But how did you end up taking this on as a, I don&#8217;t know, a hobby, a pet project, a sideline?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:59] <strong>Austin Ginder:</strong> This is completely accidental, right? The backstory is in February, I saw a huge shift at my own customers websites, where sites that have been secure for years and years, all of a sudden was getting malware. The short version of it is while I was doing some malware cleanup for a customer, I uncovered one of these big back doors, and it was just like going through the process.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So malware cleanup before AI was always a little bit of a dicey thing. You can check all the boxes, make sure everything looks good, but you never had the certainty that it was all a hundred percent clean. Did I miss something? But with AI it&#8217;s very easy to do a thorough, in depth, investigation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How did this happen? Where did it come from? Is my site actually clean now? It just crawls over all the files with Claude Code and other tools, and it gives you a nice report. When I had some recent, my own customers that got malware, and I ran through the forensics level style that AI can give, it uncovered some things that made me question, maybe I should look upstream, maybe I should look at wordpress.org. And I started to feed that into the AI and sure enough, there was something there and it was story worthy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:13] <strong>Nathan Wrigley:</strong> So presumably that was then bound to a particular plugin. So your customer, something went wrong, you pointed the AI at it, it gave you a report, pointed you to the wordpress.org repo. And that in theory could have been the end of that. You clean up your client website and move on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But it sounds like this became much more than that, because over the intervening days and weeks, you found that this was alarmingly, not just a one-off. This was a pattern. And I think the last time I was reading about this, I think you&#8217;d found four. I don&#8217;t know if four plugins is now up into some other figure or not, but certainly at the time I was reading you&#8217;d found four plugins with exactly the same strategy. I don&#8217;t know if they were from the same vendor or what have you. Just tell us where you&#8217;re at in the middle of May 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:07] <strong>Austin Ginder:</strong> Yeah, so I&#8217;ve now published four more or less in depth research. Now, I wasn&#8217;t the sole finder of all these, but I was the one who actually pointed the AI at it, and got to the root of it. And it uncovered some other things that previous folks hadn&#8217;t found. So the crazy thing is all four situations are completely different, and that&#8217;s the wild thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the one was, the source was the WordPress Plugin Team. So they saw there was some bad activity happening, with a set of the Essential Plugins package. So that&#8217;s like a 30 plus plugins. So they closed down all the plugins. They issued an alert, Hey, your site might be compromised. And they actually put code in the patch of the plugins that would check the wp-config file, was it tampered with by the plugin authors themselves?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So one of my customers saw the notice flagged me. I scanned it, saw it was compromised, and then that&#8217;s when I uncovered how big of a deal it was, the Essential Plugins. It was actually a purchase of a company. That was just one of them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The other three situations, again it&#8217;s all kind of part, it stems back to me overhauling my security system for my clients. The other one was flagged by a new security feature I was implementing where I check all of my customers JavaScript embeds.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m basically scanning changes over time, hoping to catch like a credit card skimmer, or something else like that for my own customers. Well one of them came back. Something&#8217;s weird. It was a widget logic plugin that was embedding some weird sports JavaScript code for one of my sites. And I kept digging and digging into it, and sure enough, it was another supply chain attack on that particular plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So, in all these instances, the WordPress Plugin Team has been fantastic. Very responsive and closing down the plugin, and applying patches, and getting the out there. Yeah, it&#8217;s weird. I had no plans to building something like this. I just stumbled upon it and every situation was a different story.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The last one I&#8217;ll share is, I was messing around with this idea that, I wonder if I could use AI to hunt through my own customer&#8217;s plugins to detect plugins that are running different versions of the code base. You might have Jetpack installed with the latest version, but maybe there&#8217;s a variant version Jetpack&#8217;s running. That&#8217;s the core idea, or the core concept.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I built this tool with AI to scan my own customers, and it found a variant version of the Quick Redirection Plugin installed. I&#8217;m like, what&#8217;s going on here? So I dig into it and I had 12 sites running a version of the plugin that wasn&#8217;t on wordpress.org. So then I threw it through AI. It told me the difference. And sure enough, like you had to keep digging to get actually get to the answer what happened.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But that was a situation where many, the plugin author themselves offloaded most of their customers to a hijacked version. And my own customers years later were running a hijacked version. So I wasn&#8217;t directly searching for this stuff, it just came up, and then I&#8217;m like, after you get three of them, it&#8217;s alright, now I just wanna see if I can find one.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I built the scanner and while I was scanning the top 2000 WordPress sites, I found one, and it was active. It was active, meaning the plugin, it&#8217;s called Scroll To Top. It was wired in to 20,000 sites, but it wasn&#8217;t active. So a lot of these bad actors, they will take their time, get a plugin that&#8217;s compromised in a lot of people&#8217;s sites, and then when the moment&#8217;s right, pull a trigger. And then at that point they can start to flow in bad content or SEO and actually do the compromise.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The one that I actually found was a compromise scenario, from what I can tell, the bad actor hadn&#8217;t actually pulled the trigger yet. So it was a success story.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:13] <strong>Nathan Wrigley:</strong> Yeah, that is really, kind of makes it more alarming in a sense, doesn&#8217;t it? Because once I suppose there&#8217;s an active exploit, and people are beginning to report what&#8217;s going on here? There&#8217;s some strange behaviour on a website, I presume at that point eyeballs will fall on what&#8217;s going on and work will be done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, as you&#8217;ve just described maybe months, weeks, possibly years, a plugin can have incredible functionality. It might gain widespread adoption, because it&#8217;s doing this one thing particularly well. Just with this dormant code sitting there waiting for the moment that&#8217;s opportune. Maybe there&#8217;s some scenario in the real world in which it will become a timely thing to be able to deploy that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s really alarming, isn&#8217;t it? Because who knows how many websites are currently sitting there with as yet undiscovered, back doors, or problems that we simply don&#8217;t know about because they haven&#8217;t been triggered? Yeah, that one is really alarming.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Austin, I&#8217;m going to give you a little opportunity because you keep saying my clients, and I don&#8217;t think we painted the context of that. Just tell us a little bit about what you do and how that aligns you to have, have an eyeball on so many websites. I think currently, when you say my clients, I think it&#8217;s true to say that you&#8217;ve got something in the order of 3000 websites that you manage. Now, if you were building those as client websites, that&#8217;s a lot of clients. Just tell us what it is that you do, and that might widen the debate a little bit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:39] <strong>Austin Ginder:</strong> No, I don&#8217;t do consulting work anymore. So back in 2014, I transitioned into web hosting full-time. I run Anchor Hosting, and my business is, it&#8217;s a pretty simple business model. I resell other managed WordPress hosting services, and provide all of the support and maintenance on top of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I primarily use web hosts like Kinsta and Rocket.net. They are larger companies. They have a lot more eyeballs on it. I like to layer as many layers between me and the web host infrastructure as I can, so that I can actually solve what I want to solve. And that&#8217;s the WordPress maintenance part.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I have a little bit more visibility than some. So that is more unique position than most. And I actually would say if there&#8217;s any takeaway from this conversation, the takeaway is any hosting company out there that has more data than me, they are sitting on a gold mine and they don&#8217;t know it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because any site that gets malware, that is the gold. If you can point AI at every malware situation or attack, you can sometimes back channel it to figure out where it actually happened, and start to paint a bigger picture. I would love to get my hands on like a web host that has millions of sites and run some scans, because that&#8217;s how you&#8217;re going to discover it, weed it out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:59] <strong>Nathan Wrigley:</strong> And there&#8217;s maybe patterns going on. I don&#8217;t suppose every hacker of WordPress plugins is some kind of evil genius. They might just be, I think what&#8217;s often called script kiddies. The idea being that they are taking templates and copying and pasting these ideas far and wide.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And therefore I suppose patterns would emerge and maybe as you said, some of these larger hosts would be able to spot that pattern, and get out in front of these different problems which have, as yet, been undetected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, so you&#8217;ve then taken an additional step. You&#8217;ve got yourself a URL, wpbeacon.io. Dear listener, as is always the case, anything that we mention today, so the links to the articles which Austin has written, I will put those in the show notes, but also I&#8217;ll link to wpbeacon.io. Just tell us a little bit about that and that, how that&#8217;s helping the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:52] <strong>Austin Ginder:</strong> So WP Beacon was again, an idea I threw together last month. Not a whole lot of planning. But it was just like, okay, I&#8217;ve got three of these now. These are basically in depth investigations. Where do you put it? Because this is different than a typical vulnerability database. Like a vulnerability database is really good about endeavour to find bad code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is not bad code, this is bad actors. They&#8217;re two completely different problems. So I built WP Beacon as like my place to put all these findings. And the idea is actually have it be a legitimate feed for other folks, like another metric or another vulnerability database, but for supply chain attacks in particular.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:39] <strong>Nathan Wrigley:</strong> And so I suppose the idea being that people who are, I mean obviously if you&#8217;ve got one WordPress website, it&#8217;s fairly unlikely that you&#8217;ll come across WP Beacon, because you&#8217;re not in the business of being in the community or what have you. But if you are somebody that&#8217;s, I don&#8217;t know, managing multiple clients, half a dozen or what have you&#8217;re in the WordPress space, this is the kind of thing you might want to know about.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I suppose you are then hoping to be some sort of gatekeeper of knowledge around whether a supply chain attack has occurred. So let&#8217;s say for example, I&#8217;m considering putting a new plugin in. I find something on the wordpress.org repo, and it looks fine. Everything about it is screaming, yes, install me. I would go over to WP Beacon. I see that you&#8217;ve got a search on the homepage. There&#8217;s a list of the number of installations that have been covered, authors, tracked plugins that are being watched and what have you. I would be able to, in some way, interact with that website and gain an understanding of, yep, we&#8217;ve got nothing on them. Everything looks fine, or no, hold on, have a second thought. This thing happened last month. Is that again? Is that kind of what&#8217;s going on there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:45] <strong>Austin Ginder:</strong> I think end users might find value in it, but I think the better target audience is, this is missing security research that security people don&#8217;t have. I see it as that. It&#8217;s like when I do a report and I put it up on WP Beacon, those identifiers of these bad actors can then be, action can be taken on that by real legitimate security people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I have a friend, his name&#8217;s Sal. He used to work at Kinsta. So when I was dealing with one of these cleanups, I was messaging him privately. I&#8217;m like, hey, Sal, look what I found. And he is oh, gimme a second. I&#8217;m going take their compromise server offline. I&#8217;m like, what do you mean? So he whips it out and he gets their domain suspended, website taken offline. And this is like the crucial gap, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">The research person wants to make people&#8217;s site safe. So if you&#8217;re out there and you&#8217;ve got a hijacked plugin installed and you don&#8217;t know about it, you need a research person, and a security person, to take care of the issue for you. And that is like taking down their infrastructure, taking down the bad actors infrastructure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:51] <strong>Nathan Wrigley:</strong> Oh, that is interesting, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Austin Ginder:</strong> My goal of WP Beacon is just like, this stuff needs to be more visible. We need to be drafting and documenting this is how the supply chain attack happened in this case. And here is all of the identifiers for the security firms to go for, and take down their infrastructure. To give some sort of incentive that like this kind of behaviour isn&#8217;t going to be tolerated or a signal to the bad actors like, we&#8217;re coming for you. We&#8217;re going to find you, we&#8217;re going to weed you out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:21] <strong>Nathan Wrigley:</strong> Yeah, so that&#8217;s interesting. So connections with hosting companies would certainly be beneficial, wouldn&#8217;t it? Because let&#8217;s say a bunch of hosting companies are pointing their staff at the WP Beacon data, then you could probably satisfy, I don&#8217;t know, 60, 70, 80% of WordPress instal by communicating with the bigger hosts. Because I imagine that&#8217;s where the majority of WordPress websites occur. I presume another angle would be the .org repo itself. The team over there, the Plugin Review Team and the Security Team and what have you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One ray of light, I suppose is that if you fix this, then you have fixed it. Whereas a lot of security problems keep coming back. Well, no, that&#8217;s not entirely true, is it? Having said all of that, I was fairly confidently thinking if you can, if you can get the plugin turned off so that it can&#8217;t be installed anymore, that&#8217;s one thing. If you can switch off the supply chain server, that&#8217;s another thing. But there&#8217;s going to be loads of different scenarios. It might be that they don&#8217;t have a supply chain server. It might be that they&#8217;re just defacing your website. And how do we disable that that particular functionality and the plugin?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I believe that wordpress.org has in rare situations deployed the, we will overwrite your plugin. I don&#8217;t know how to describe that, but I have a memory that in the past, something so catastrophic had happened inside of a wordpress.org repo, that there is the capacity for WordPress to say, okay, we&#8217;re taking command here, and we&#8217;re going to rewrite your plugins. I don&#8217;t think that&#8217;s very common, but I think that is something that can be done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:59] <strong>Austin Ginder:</strong> In these situations, that&#8217;s exactly what they did. They reverted a patch, closed down the repos, and their patch is what stands.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:08] <strong>Nathan Wrigley:</strong> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:09] <strong>Austin Ginder:</strong> So I think a lot of what my, what I&#8217;m trying to do is complimentary to what everyone else is doing. And I think it&#8217;s a little bit more, it&#8217;s an unexplored area, what WP Beacon is exploring. We have all this data, let&#8217;s see what we can get out of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I do share your optimism, and also I would love this to just be a solved problem, and six months later we shut down WP Beacon, like it&#8217;s not even needed. But that&#8217;s just not how the world works, right? What I do hope will come from this is the bad actors that have been operating for years, 10 plus years, we make it harder for them to operate. I think that would be a more realistic success story of this project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the bigger findings I found this past week, in the last few days, is this bad operator he&#8217;s been operating for the last 13 years. And what happens is his accounts get shut down, his plugins get shut down, and he just tries again. He opens up new accounts, new plugins, and he just keeps trying. We&#8217;ve got to make it a little bit harder for them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:09] <strong>Nathan Wrigley:</strong> And also what&#8217;s really interesting there is that this is not, for you at least anyway, this doesn&#8217;t feel like a finished story. This kind of feels like, for you, now that you&#8217;ve put yourself in this seat, if you like, it feels each week possibly something new will be coming along, something that you&#8217;ve explored? Is that the case? I would like for you to say no at this point, no, there&#8217;s nothing new happening, but I the feeling that there&#8217;s quite a lot that you are uncovering on a daily, weekly, monthly basis.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:37] <strong>Austin Ginder:</strong> I do think it&#8217;s going to be harder and harder to find interesting things based on the raw data, using my technique of just going through and auditing things? That&#8217;s a good thing, right? If it&#8217;s harder to uncover these problems, that&#8217;s a positive indication that something&#8217;s happening.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think I&#8217;ve been extremely lucky by reverse engineering a problem. Like, how does the malware get here? Oh, okay. So then figuring out that there&#8217;s a bigger issue at hand. And I also think it&#8217;s one of those scenarios that we all think people are searching through the data, but they aren&#8217;t. I&#8217;ve got a $200 month Claude Code subscription, and I can search through the data with that. It&#8217;s actually feasible for individuals to start auditing the data and to get more eyeballs on this in a way that would never been possible before.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, I would encourage people to think bigger. If you&#8217;re an individual, you can take your site, download a backup and run it through Claude Code and do a file by file audit. It might take a few, Claude doesn&#8217;t like to do this, but it might take a few wranglings. No, look every line of code and tell me what you see. Do you see vulnerabilities? Do you see malware? Do you see any harmful things there? And an individual can do this, and they can get a very high level detailed report unique for their site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:55] <strong>Nathan Wrigley:</strong> That&#8217;s interesting advice. Maybe in the future, some of the pain that you&#8217;ve been through with Claude trying to get it to behave in the way that you expect, maybe that be interesting data to put out? What are the prompts which you&#8217;ve seen that work and so on?</p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing which dawns on me, and I don&#8217;t really have the answer to this, because the wordpress.org repo, for good reason, has been wide open. What I mean by that is, lots of people can submit code. You don&#8217;t necessarily have to have a certain type of credential, or be a certain type of business and so on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, if you look out there in the broader tech landscape, things like, I don&#8217;t know, the Mac App Store or the iOS App Store or Google&#8217;s Play Store. I wonder what their approach is to firstly the onboarding of new plugin developers. But then what the inspection is for updates. When code comes through and it&#8217;s purporting to make a minor change to a particular app on your phone, what is being done there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I&#8217;m guessing that in the WordPress space, the fact that it&#8217;s run often by volunteers means that those kind of things are just going to be different. And perhaps those things need to be looked at. There needs to be potentially some more friction that&#8217;s added, or some more steps. And I know that a lot of work has been done by the Plugin Review Team to automate as much of that as possible, and to put some steps in place to make it so that those submissions get inspected in a more timely way. But I don&#8217;t have an answer. I&#8217;m certainly no expert. But it would be curious to see if there&#8217;s any lessons to be learned from the broader tech community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:30] <strong>Austin Ginder:</strong> Obviously the openness of WordPress is its power. App Store versus Android, right, kind of comparison? We&#8217;re more open source. You could just do what you want. There&#8217;s pros and cons, right? So how do we make what we have more safe? And I think the answer to that is everything needs a hundred percent code audited.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How do we get there as quick as possible? That&#8217;s a token question. Like, how many tokens can we spend to audit everything? I have fairly good coverage now for my own customer base. What I do is whatever leftover usage I have, I&#8217;m auditing all of my plugins. And I do it in a way that&#8217;s efficient, meaning I only audit this one plugin version once. That gets assigned to a hash, a unique hash. Then I know, oh, okay, so all of my sites using that same variant are covered.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So a hundred percent code coverage is what we need to do now. And then long term, also in concurrently, we need to start auditing any changes that come over the wire. It&#8217;s a lot, right? Like wordpress.org is very popular. There&#8217;s a lot of code, but I do think it&#8217;s in a realm of realistic. If you are able to shave out a lot of the noise, we don&#8217;t have to audit everything. We don&#8217;t have to see every CSS file you&#8217;re changing, or image you&#8217;re changing. But we do have to look over every PHP line, every JavaScript line, that there&#8217;s nothing harmful in there. And then eventually we&#8217;ll start to catch things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I don&#8217;t think it&#8217;s necessarily a one off thing. We don&#8217;t have to wait around for Automattic to come up with a solution. The data is out there. Anyone with a laptop and a subscription could just create a mirror and see, what changed over the last, day, and then start auditing that. I think people think it&#8217;s too impossible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:18] <strong>Nathan Wrigley:</strong> It feels like a large cliff that you&#8217;re staring at, at the beginning of this. And certainly in the past before AI, that cliff was, I imagine, more or less impenetrable But now the way that you&#8217;ve described, perhaps AI can be co-opted to do a lot of this work for us?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I wonder what you&#8217;ve got, if you&#8217;ve got any thoughts on the sort of permissions system. So I know that other, let&#8217;s say CMSs and certainly devices like Android devices and iOS devices, they come with permissions based systems. So for example, this code, it&#8217;s allowed access to the root file structure. Or it&#8217;s allowed access to the camera, or whatever it may be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I know that there&#8217;s been debate in the WordPress ecosystem recently about whether something like that would be a good idea. At the moment, plugins, all bets are off. If you put a plugin in, it&#8217;s more or less got access to anything on your WordPress website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s an absolute strength of WordPress because it enables anybody to do anything. But I suppose given that it can enable any anybody to do anything, it also prevents a very large threat surface as well. I don&#8217;t really have the answer to that. I just think that&#8217;s a curious thing to raise and see if you&#8217;ve got any thoughts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:29] <strong>Austin Ginder:</strong> I guess my initial thought is I don&#8217;t necessarily want my WordPress site to feel like my laptop, where I&#8217;m constantly clicking things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:35] <strong>Nathan Wrigley:</strong> Yeah. Grant permission for this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:38] <strong>Austin Ginder:</strong> I don&#8217;t know what the solution is either. I think some of those ideas are great when you&#8217;re thinking about making something from scratch, but they are not as relevant when you&#8217;ve already have an existing ecosystem. Like you can&#8217;t, I would think it&#8217;d be very hard to bring some of those concepts into WordPress at this point. We&#8217;re already past that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:59] <strong>Nathan Wrigley:</strong> That ship has definitely sailed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:00] <strong>Austin Ginder:</strong> I want to be in the Wild West. I want to be able to code and do what I want to do. And especially with AI. If I got an idea, I just want AI to go to town, write me up the plugin to my spec, and not have to deal with some of those extra safeguards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;d be great if we could find some way to make things more secure from an architectural standpoint, but that&#8217;s an architecture problem probably best suited for a new project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:22] <strong>Nathan Wrigley:</strong> The truth is that this will never, ever be solved. I mean security problems online. There will be a no point in the future at which everything is always safe, because humans are ingenious, and there are really credible, credible is the wrong word. There are ways to make money, or to make it worthwhile for the bad actors to be doing the bad things. And so long as those incentives exist, there will be people trying to hijack websites, undermine the security of your computer or phone or whatever it may be. But this is certainly an interesting one.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s such a shame because with the benefit of hindsight, this was so obvious, and yet it hasn&#8217;t been a news story. Maybe it has in the past, I&#8217;ve certainly not come across it. But this whole supply chain thing is fairly new to me, and fairly alarming in the simplicity of deployment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You literally purchase, or somehow get hold of, a popular plugin, not necessarily even a popular plugin, a plugin. And then instantaneously every one of those websites is up for grabs in whichever way you would like to grab it. Definitely something that the WordPress community&#8217;s going to have to wrangle with.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay. I think we&#8217;ve hit the sweet spot in terms of time Austin. If it&#8217;s all right with you, we will wrap it up there. However, before we go, do you just want to drop a few little bits about where people could contact you? I am more or less certain that somebody listening to this podcast will have thoughts for you about getting in touch, helping out, or what have you. So tell us where you can be found.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:55] <strong>Austin Ginder:</strong> You can find me just by searching for my name, Austin Ginder. There&#8217;s not many Ginders. I&#8217;m on X, that&#8217;s my main feed. And you can also read along on anchor.host. I do blog posts there pretty regularly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:09] <strong>Nathan Wrigley:</strong> Okay. In which case I will just point everybody to the wptavern.com website. If you go and use the search feature, search for Austin Ginder. Austin, spelled in the usual way. Ginder, G-I-N-D-E-R. You&#8217;ll find the episode and anything that has been mentioned, any links or what have you, we will link to there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So thank you for chatting to me today about what I wish didn&#8217;t exist, but it does exist. Austin, thank you so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:34] <strong>Austin Ginder:</strong> Thank you. This was a pleasure.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://x.com/austinginder\">Austin Ginder</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Austin has been involved in the WordPress ecosystem since 2010, and since 2014 has run Anchor Hosting, a business that manages thousands of WordPress websites. While he’s a developer and automation enthusiast at heart, in recent months Austin has found himself at the forefront of a burgeoning crisis in WordPress security, supply chain attacks targeting plugins.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A chance discovery during a malware cleanup on a client’s site propelled Austin into what would become a wider investigation of plugin vulnerabilities. What he uncovered is both alarming and timely, bad actors aren’t just hacking sites directly, but are instead infiltrating the supply chain, either by purchasing plugin companies and weaponising them, or by hijacking plugins and pushing out malicious updates. These attacks are subtle, often shifting plugin update servers away from WordPress.org to rogue channels where malware can be quietly distributed, leaving end users in the dark and their sites at risk.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We trace Austin’s journey from accidental security investigator to creator of the WP Beacon project, a resource aimed at tracking, documenting, and alerting the WordPress community to known supply chain attacks. He shares how AI tools have radically changed what’s possible in threat detection and forensics, enabling individuals, and hopefully, someday, the larger hosting providers, to identify patterns and root causes behind widespread infections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We get into case studies of specific plugins compromised in recent months, the challenges of auditing over 60,000 plugins on the WordPress.org repo, and the complexities of stopping these attacks once malicious code is in the wild. Austin also discusses his hopes for greater collaboration with hosts and security researchers, aiming for better automated monitoring and response.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you manage WordPress websites, create plugins, or just care about the future of open source security, 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://wordpress.org/plugins/\"> wordpress.org plugin repository</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://claude.com/product/claude-code\">Claude Code</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/plugins/handbook/the-team/\">WordPress Plugin Review Team Handbook</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://anchor.host\">Anchor Hosting</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wpbeacon.io\">WP Beacon website</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://x.com/austinginder\">Austin on X</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, 03 Jun 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: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:112:\"Open Channels FM: BackTalk on Decentralized Interoperability, Data Sovereignty, and the Power of Local Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://openchannels.fm/backtalk-on-decentralized-interoperability-data-sovereignty-and-the-power-of-local-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"The challenges of decentralized networks, data sovereignty complexities in hosting, and the importance of local connections within the tech community to foster collaboration and growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Jun 2026 10:13: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: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:84:\"Open Channels FM: How to Make Your Case Studies Stand Out: The Power of Storytelling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2554372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://openchannels.fm/how-to-make-your-case-studies-stand-out-the-power-of-storytelling/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"Effective case studies focus on storytelling, positioning the customer as the hero. They highlight challenges, solutions, and outcomes, blending engaging narratives with measurable results to build trust.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Jun 2026 12:42: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: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:18:\"Matt: Bee Champion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=152932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/06/bee-champion/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1141:\"<p class=\"wp-block-paragraph\"><a href=\"https://spellingbee.com/\">Spelling bees</a> have gotten a lot more intense. How many of these do you know?</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\">torrone, enthymeme, iguape, Denebola, fais-dodo, cywyddau, pohutukawa, monadnock, émeute, nannofossil, tongkang, Natchitoches, flaith, semele, rusell, sawder, campernelle, Nicol, Zamenis, Tharparkar, tlachtli, madoqua, retiarius, balintawak, tessaraconter, taurokathapsia, rapakivi, uayeb, paroemia, melengket, teraglin, homelyn, chikungunya, bromocriptine (cashaw)</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.youtube.com/watch?v=yFkrOpDja1o\">Check out the first 90 seconds of this video where Shrey Parikh gets 32 out of 34 correct to become the 2026 champion</a>. That speed round is called a “spell-off,” and so many of the kids are getting all the words right that they use it to break ties. Lots of words to press. <img alt=\"🤠\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f920.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:\"Mon, 01 Jun 2026 18:44:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s: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:\"Akismet: Introducing the official Akismet Drupal module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://akismet.com/blog/introducing-the-official-akismet-drupal-module/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3010:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-284775\" height=\"649\" src=\"https://akismet.com/wp-content/uploads/2026/05/screenshot-2026-05-29-at-9.48.36-am.png?w=1024\" width=\"1024\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.drupal.org/project/akismet_antispam\">The official module is here!</a></p>\n\n\n\n<div class=\"wp-block-jetpack-markdown\"><p>For two decades, Akismet has done one thing exceptionally well: keep spam out of WordPress. Now we’re bringing that protection to Drupal. The official module is here, built by the team behind Akismet as a native Drupal module. It guards your site with the same spam-fighting service that keeps comments, contact forms, and signups clean across millions of sites.</p>\n<h2 id=\"protection-where-spammers-actually-go\">Protection where spammers actually go</h2>\n<p>Spam doesn’t stop at comments, so neither does the module. Once it’s set up, Akismet checks the forms spammers target most:</p>\n<ul>\n<li>Comments</li>\n<li>Contact forms</li>\n<li>Webform submissions</li>\n<li>User registrations</li>\n</ul>\n<p>It runs every submission through Akismet in the background and quietly filters the spam out, so you see less of it and your visitors never notice it’s there.</p>\n<h2 id=\"built-for-drupal-the-drupal-way\">Built for Drupal, the Drupal way</h2>\n<p>We wanted this to feel like a first-class part of your site, not a bolt-on. The module follows modern Drupal conventions, and plays nicely with other anti-spam tools like Honeypot and CAPTCHA if you already use them. It also adds invisible bot-detection signals that catch automated junk before it ever reaches the API.</p>\n<h2 id=\"tools-for-moderators\">Tools for moderators</h2>\n<p>For the spam worth a second look, there’s a dedicated review queue and one-click actions on every comment. Each correction goes back to Akismet, so the filter keeps getting smarter about your site. An admin dashboard shows your stats at a glance, and built-in GDPR export and erasure tools make honoring data requests straightforward.</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-284779\" height=\"508\" src=\"https://akismet.com/wp-content/uploads/2026/05/screenshot-2026-05-29-at-9.39.09-am.png?w=1024\" width=\"1024\" /></figure>\n\n\n\n<div class=\"wp-block-jetpack-markdown\"><h2 id=\"getting-started\">Getting started</h2>\n<p>You’ll need an Akismet API key. Grab one at <a href=\"https://akismet.com\">akismet.com</a>, then install the module with Composer:</p>\n<pre><code>composer require drupal/akismet_antispam\n</code></pre>\n<p>Enable it, add your key on the settings page, pick which forms to protect, and you’re done. The module needs Drupal 10.3+ and PHP 8.1+, and it’s released under the GPL. You’ll find the docs and issue queue on the <a href=\"https://www.drupal.org/project/akismet_antispam\">Drupal.org project page</a>.</p>\n<p>We’re excited to bring Akismet to the Drupal community. Give it a try and tell us what you think.</p>\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, 01 Jun 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:\"Derek Springer\";s:7:\"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:\"Thu, 02 Jul 2026 06:52:35 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 02 Jul 2026 06:30:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1760643936;s:21:\"cache_expiration_time\";i:1783018325;s:23:\"__cache_expiration_time\";i:1783018325;}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('485','_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1783018325','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('486','_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1782975125','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('487','_transient_timeout_dash_v2_1ba4cf213ee97a4b25c78e8a35c7da22','1783018325','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('488','_transient_dash_v2_1ba4cf213ee97a4b25c78e8a35c7da22','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/06/ai-leaders-graduates/\'>The First AI Leaders Graduates</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/06/open-web-merch/\'>Browse the New Mercantile Swag Store</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/223-ivana-cirkovic-on-how-wordpress-credits-bridges-education-and-industry-in-the-wordpress-ecosystem\'>WPTavern: #223 – Ivana Ćirković on How WordPress Credits Bridges Education and Industry in the WordPress Ecosystem</a></li><li><a class=\'rsswidget\' href=\'https://openchannels.fm/backtalk-on-support-decision-making-reputation-and-risk/\'>Open Channels FM: BackTalk on Support, Decision-Making, Reputation and Risk</a></li><li><a class=\'rsswidget\' href=\'https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\'>Aaron D. Campbell: Open Source Support Can’t Depend on Charity</a></li></ul></div>','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('512','duplicator_version_plugin','1.5.16.1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('514','duplicator_install_info','a:3:{s:7:\"version\";s:8:\"1.5.16.1\";s:4:\"time\";i:1782988829;s:10:\"updateTime\";i:1782988829;}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('515','duplicator_uninstall_package','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('516','duplicator_uninstall_settings','1','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('517','duplicator_settings','a:20:{s:7:\"version\";s:8:\"1.5.16.1\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:23:\"email_summary_frequency\";s:6:\"weekly\";s:9:\"amNotices\";b:1;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;s:14:\"usage_tracking\";b:0;i:0;b:0;}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('518','duplicator_plugin_data_stats','{\n    \"lastSendTime\": 0,\n    \"identifier\": \"T+6K0bGj42N2JOIQKlSsybrb&Rg_,36tZCqd20qZ30Or\",\n    \"plugin\": \"dup-lite\",\n    \"pluginStatus\": \"active\",\n    \"buildCount\": 0,\n    \"buildLastDate\": 0,\n    \"buildFailedCount\": 0,\n    \"buildFailedLastDate\": 0,\n    \"siteSizeMB\": 0,\n    \"siteNumFiles\": 0,\n    \"siteDbSizeMB\": 0,\n    \"siteDbNumTables\": 0\n}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('519','duplicator_notifications','a:4:{s:6:\"update\";i:1782988829;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('523','_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1782988901;s:8:\"response\";a:3:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.8.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3374528\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3374528\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:33:\"kadence-blocks/kadence-blocks.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/kadence-blocks\";s:4:\"slug\";s:14:\"kadence-blocks\";s:6:\"plugin\";s:33:\"kadence-blocks/kadence-blocks.php\";s:11:\"new_version\";s:5:\"3.7.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/kadence-blocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/kadence-blocks.3.7.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382\";s:2:\"1x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-128x128.png?rev=3178382\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/kadence-blocks/assets/banner-1544x500.jpg?rev=3178382\";s:2:\"1x\";s:69:\"https://ps.w.org/kadence-blocks/assets/banner-772x250.jpg?rev=3178382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:7:\"1.0.273\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.273.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.19.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.19.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:8:\"1.5.16.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:25:\"fluentform/fluentform.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/fluentform\";s:4:\"slug\";s:10:\"fluentform\";s:6:\"plugin\";s:25:\"fluentform/fluentform.php\";s:11:\"new_version\";s:5:\"6.2.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fluentform/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/fluentform.6.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580\";s:2:\"1x\";s:63:\"https://ps.w.org/fluentform/assets/icon-128x128.png?rev=3354580\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fluentform/assets/banner-1544x500.png?rev=3354580\";s:2:\"1x\";s:65:\"https://ps.w.org/fluentform/assets/banner-772x250.png?rev=3354580\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.26.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.26.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"8.2.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}}s:7:\"checked\";a:9:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.8.4\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:6:\"1.19.2\";s:25:\"duplicator/duplicator.php\";s:8:\"1.5.16.1\";s:25:\"fluentform/fluentform.php\";s:5:\"6.2.5\";s:33:\"kadence-blocks/kadence-blocks.php\";s:5:\"3.7.6\";s:30:\"seo-by-rank-math/rank-math.php\";s:7:\"1.0.272\";s:39:\"ruka-site-builder/ruka-site-builder.php\";s:5:\"3.0.0\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.26.5\";s:23:\"wordfence/wordfence.php\";s:5:\"8.2.2\";}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('563','_site_transient_timeout_wp_theme_files_patterns-328ccb2b603b1eef125cb1b8d746c952','1782994175','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('564','_site_transient_wp_theme_files_patterns-328ccb2b603b1eef125cb1b8d746c952','a:2:{s:7:\"version\";s:5:\"1.5.1\";s:8:\"patterns\";a:0:{}}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('567','_site_transient_timeout_theme_roots','1782994366','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('568','_site_transient_theme_roots','a:5:{s:7:\"kadence\";s:7:\"/themes\";s:19:\"ruka-dopomohy-theme\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off');
INSERT INTO `wp_options` (`option_id`,`option_name`,`option_value`,`autoload`) VALUES ('578','_transient_doing_cron','1782993869.6307640075683593750000','on');

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1','2','_wp_page_template','default');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('2','3','_wp_page_template','default');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('3','6','_edit_lock','1780529326:1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('4','9','footnotes','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('5','11','_edit_lock','1780529297:1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('6','2','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('7','2','_wp_trash_meta_time','1780529212');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('8','2','_wp_desired_post_slug','sample-page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('9','11','_edit_last','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('10','6','_edit_last','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('117','55','ruka_subtitle','Керівниця фонду');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('118','55','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('119','56','ruka_subtitle','Координаторка дітей і BeReal Teens');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('120','56','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('121','57','ruka_subtitle','Бухгалтерка фонду');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('122','57','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('123','58','ruka_subtitle','Координатор роботи з безхатьками і чоловічої майстерні');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('124','58','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('125','59','ruka_subtitle','Підсумки року');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('126','59','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('127','60','ruka_subtitle','Актуальний збір');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('128','60','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('129','61','ruka_subtitle','Актуальний збір');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('130','61','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('131','62','ruka_subtitle','Партнерство');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('132','62','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('133','63','ruka_subtitle','Історія змін');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('134','63','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('135','64','ruka_subtitle','Благодійна продукція');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('136','64','_ruka_subtitle','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('243','97','subtitle','Керівниця фонду / керівниця проєктів');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('244','97','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('245','98','subtitle','Координаторка дітей і BeReal Teens');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('246','98','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('247','99','subtitle','Бухгалтерка фонду');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('248','99','display_order','3');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('249','100','subtitle','Координаторка літніх людей і творчої майстерні');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('250','100','display_order','4');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('251','101','subtitle','Координатор хлопців-підлітків');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('252','101','display_order','5');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('253','102','subtitle','Координатор бездомних і різьбярської майстерні');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('254','102','display_order','6');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('255','103','subtitle','SMM / контент-мейкерка');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('256','103','display_order','7');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('257','104','subtitle','Психологиня-консультантка');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('258','104','display_order','8');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('259','105','subtitle','Актуальний збір');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('260','105','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('261','106','subtitle','Актуальний збір');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('262','106','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('263','107','subtitle','Актуальний збір');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('264','107','display_order','3');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('265','108','subtitle','Партнерство');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('266','108','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('267','109','subtitle','Партнерство');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('268','109','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('269','110','subtitle','Партнерство');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('270','110','display_order','3');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('271','111','subtitle','Звіт');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('272','111','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('273','112','subtitle','Звіт');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('274','112','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('275','113','subtitle','Історія зміни');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('276','113','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('277','114','subtitle','Історія зміни');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('278','114','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('279','115','subtitle','MAWA продукція');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('280','115','display_order','1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('281','116','subtitle','MAWA продукція');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('282','116','display_order','2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('283','117','subtitle','MAWA продукція');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('284','117','display_order','3');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('287','14','_edit_lock','1782911168:1');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('288','39','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('289','39','_wp_trash_meta_time','1782911274');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('290','39','_wp_desired_post_slug','support');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('291','36','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('292','36','_wp_trash_meta_time','1782911275');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('293','36','_wp_desired_post_slug','bereal');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('294','26','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('295','26','_wp_trash_meta_time','1782911276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('296','26','_wp_desired_post_slug','contacts');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('297','25','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('298','25','_wp_trash_meta_time','1782911277');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('299','25','_wp_desired_post_slug','reports');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('300','24','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('301','24','_wp_trash_meta_time','1782911278');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('302','24','_wp_desired_post_slug','donate');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('303','23','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('304','23','_wp_trash_meta_time','1782911279');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('305','23','_wp_desired_post_slug','volunteer');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('306','20','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('307','20','_wp_trash_meta_time','1782911280');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('308','20','_wp_desired_post_slug','disability');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('309','19','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('310','19','_wp_trash_meta_time','1782911281');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('311','19','_wp_desired_post_slug','homeless');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('312','18','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('313','18','_wp_trash_meta_time','1782911282');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('314','18','_wp_desired_post_slug','humanitarian');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('315','17','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('316','17','_wp_trash_meta_time','1782911283');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('317','17','_wp_desired_post_slug','elderly-2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('318','16','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('319','16','_wp_trash_meta_time','1782911284');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('320','16','_wp_desired_post_slug','children-2');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('321','15','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('322','15','_wp_trash_meta_time','1782911285');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('323','15','_wp_desired_post_slug','about');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('324','11','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('325','11','_wp_trash_meta_time','1782911286');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('326','11','_wp_desired_post_slug','children');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('327','6','_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('328','6','_wp_trash_meta_time','1782911287');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('329','6','_wp_desired_post_slug','elderly');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('650','235','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('651','235','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('652','235','_menu_item_object_id','14');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('653','235','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('654','235','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('655','235','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('656','235','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('657','235','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('658','236','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('659','236','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('660','236','_menu_item_object_id','67');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('661','236','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('662','236','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('663','236','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('664','236','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('665','236','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('666','237','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('667','237','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('668','237','_menu_item_object_id','68');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('669','237','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('670','237','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('671','237','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('672','237','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('673','237','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('674','238','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('675','238','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('676','238','_menu_item_object_id','69');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('677','238','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('678','238','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('679','238','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('680','238','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('681','238','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('682','239','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('683','239','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('684','239','_menu_item_object_id','71');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('685','239','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('686','239','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('687','239','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('688','239','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('689','239','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('690','240','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('691','240','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('692','240','_menu_item_object_id','21');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('693','240','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('694','240','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('695','240','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('696','240','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('697','240','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('698','241','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('699','241','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('700','241','_menu_item_object_id','22');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('701','241','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('702','241','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('703','241','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('704','241','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('705','241','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('706','242','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('707','242','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('708','242','_menu_item_object_id','79');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('709','242','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('710','242','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('711','242','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('712','242','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('713','242','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('714','243','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('715','243','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('716','243','_menu_item_object_id','80');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('717','243','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('718','243','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('719','243','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('720','243','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('721','243','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('722','244','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('723','244','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('724','244','_menu_item_object_id','81');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('725','244','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('726','244','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('727','244','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('728','244','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('729','244','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('730','274','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('731','274','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('732','274','_menu_item_object_id','14');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('733','274','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('734','274','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('735','274','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('736','274','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('737','274','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('738','275','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('739','275','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('740','275','_menu_item_object_id','67');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('741','275','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('742','275','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('743','275','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('744','275','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('745','275','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('746','276','_menu_item_type','custom');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('747','276','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('748','276','_menu_item_object_id','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('749','276','_menu_item_object','custom');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('750','276','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('751','276','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('752','276','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('753','276','_menu_item_url','#');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('754','277','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('755','277','_menu_item_menu_item_parent','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('756','277','_menu_item_object_id','68');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('757','277','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('758','277','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('759','277','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('760','277','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('761','277','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('762','278','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('763','278','_menu_item_menu_item_parent','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('764','278','_menu_item_object_id','69');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('765','278','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('766','278','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('767','278','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('768','278','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('769','278','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('770','279','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('771','279','_menu_item_menu_item_parent','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('772','279','_menu_item_object_id','71');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('773','279','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('774','279','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('775','279','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('776','279','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('777','279','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('778','280','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('779','280','_menu_item_menu_item_parent','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('780','280','_menu_item_object_id','76');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('781','280','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('782','280','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('783','280','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('784','280','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('785','280','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('786','281','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('787','281','_menu_item_menu_item_parent','276');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('788','281','_menu_item_object_id','77');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('789','281','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('790','281','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('791','281','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('792','281','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('793','281','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('794','282','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('795','282','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('796','282','_menu_item_object_id','21');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('797','282','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('798','282','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('799','282','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('800','282','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('801','282','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('802','283','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('803','283','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('804','283','_menu_item_object_id','22');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('805','283','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('806','283','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('807','283','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('808','283','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('809','283','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('810','284','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('811','284','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('812','284','_menu_item_object_id','79');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('813','284','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('814','284','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('815','284','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('816','284','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('817','284','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('818','285','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('819','285','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('820','285','_menu_item_object_id','80');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('821','285','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('822','285','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('823','285','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('824','285','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('825','285','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('826','286','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('827','286','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('828','286','_menu_item_object_id','81');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('829','286','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('830','286','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('831','286','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('832','286','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('833','286','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('834','287','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('835','287','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('836','287','_menu_item_object_id','273');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('837','287','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('838','287','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('839','287','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('840','287','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('841','287','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('842','288','_menu_item_type','post_type');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('843','288','_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('844','288','_menu_item_object_id','83');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('845','288','_menu_item_object','page');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('846','288','_menu_item_target','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('847','288','_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('848','288','_menu_item_xfn','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('849','288','_menu_item_url','');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('850','289','_wp_attached_file','2026/07/logo.jpg');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('851','289','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1155;s:4:\"file\";s:16:\"2026/07/logo.jpg\";s:8:\"filesize\";i:57001;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"logo-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12163;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"logo-1024x924.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"logo-768x693.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36760;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('852','289','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo.jpg');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('853','289','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo.jpg');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('854','289','_wp_attachment_image_alt','logo');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('855','290','_wp_attached_file','2026/07/logo-cropped.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('856','290','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:929;s:4:\"file\";s:24:\"2026/07/logo-cropped.png\";s:8:\"filesize\";i:319370;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"logo-cropped-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41232;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"logo-cropped-1024x875.png\";s:5:\"width\";i:1024;s:6:\"height\";i:875;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:283503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"logo-cropped-768x656.png\";s:5:\"width\";i:768;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178426;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('857','290','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-cropped.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('858','290','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-cropped.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('859','290','_wp_attachment_image_alt','logo cropped');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('860','291','_wp_attached_file','2026/07/logo-header.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('861','291','_wp_attachment_metadata','a:6:{s:5:\"width\";i:760;s:6:\"height\";i:180;s:4:\"file\";s:23:\"2026/07/logo-header.png\";s:8:\"filesize\";i:30607;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"logo-header-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5306;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('862','291','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('863','291','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('864','291','_wp_attachment_image_alt','logo header');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('865','292','_wp_attached_file','2026/07/logo-header-en.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('866','292','_wp_attachment_metadata','a:6:{s:5:\"width\";i:760;s:6:\"height\";i:180;s:4:\"file\";s:26:\"2026/07/logo-header-en.png\";s:8:\"filesize\";i:28363;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"logo-header-en-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"logo-header-en-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4540;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('867','292','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header-en.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('868','292','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header-en.png');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('869','292','_wp_attachment_image_alt','logo header en');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('870','293','_wp_attached_file','2026/07/meals-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('871','293','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-01.webp\";s:8:\"filesize\";i:191988;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-01-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15950;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-01-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197782;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('872','293','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('873','293','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('874','293','_wp_attachment_image_alt','meals 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('875','294','_wp_attached_file','2026/07/meals-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('876','294','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-02.webp\";s:8:\"filesize\";i:180104;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-02-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15920;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105614;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-02-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180796;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('877','294','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('878','294','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('879','294','_wp_attachment_image_alt','meals 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('880','295','_wp_attached_file','2026/07/meals-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('881','295','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-03.webp\";s:8:\"filesize\";i:143030;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-03-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12486;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-03-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138688;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('882','295','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('883','295','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('884','295','_wp_attachment_image_alt','meals 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('885','296','_wp_attached_file','2026/07/meals-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('886','296','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-04.webp\";s:8:\"filesize\";i:315428;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-04-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17606;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6914;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150106;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-04-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:301232;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('887','296','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('888','296','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('889','296','_wp_attachment_image_alt','meals 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('890','297','_wp_attached_file','2026/07/meals-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('891','297','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-05.webp\";s:8:\"filesize\";i:217688;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-05-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13702;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-05-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116862;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-05-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212144;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('892','297','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('893','297','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('894','297','_wp_attachment_image_alt','meals 05');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('895','298','_wp_attached_file','2026/07/meals-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('896','298','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-06.webp\";s:8:\"filesize\";i:253074;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-06-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16644;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-06-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133402;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-06-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:245476;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('897','298','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('898','298','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('899','298','_wp_attachment_image_alt','meals 06');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('900','299','_wp_attached_file','2026/07/meals-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('901','299','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-07.webp\";s:8:\"filesize\";i:346202;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-07-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16318;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-07-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6380;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166780;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"meals-07-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:327438;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('902','299','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('903','299','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('904','299','_wp_attachment_image_alt','meals 07');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('905','300','_wp_attached_file','2026/07/meals-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('906','300','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1001;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-08.webp\";s:8:\"filesize\";i:75086;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-08-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8990;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-08-641x1024.webp\";s:5:\"width\";i:641;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-08-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4232;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-08-768x1228.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1228;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60990;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"meals-08-961x1536.webp\";s:5:\"width\";i:961;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80468;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('907','300','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('908','300','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('909','300','_wp_attachment_image_alt','meals 08');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('910','301','_wp_attached_file','2026/07/meals-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('911','301','_wp_attachment_metadata','a:6:{s:5:\"width\";i:954;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2026/07/meals-09.webp\";s:8:\"filesize\";i:139062;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"meals-09-179x300.webp\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12548;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"meals-09-611x1024.webp\";s:5:\"width\";i:611;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"meals-09-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"meals-09-768x1288.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116044;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"meals-09-916x1536.webp\";s:5:\"width\";i:916;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141698;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('912','301','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('913','301','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('914','301','_wp_attachment_image_alt','meals 09');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('915','302','_wp_attached_file','2026/07/children-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('916','302','_wp_attachment_metadata','a:6:{s:5:\"width\";i:956;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-01.webp\";s:8:\"filesize\";i:53460;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-01-179x300.webp\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8558;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-01-612x1024.webp\";s:5:\"width\";i:612;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4252;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-01-768x1285.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1285;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48510;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-01-918x1536.webp\";s:5:\"width\";i:918;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59416;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('917','302','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('918','302','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('919','302','_wp_attachment_image_alt','children 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('920','303','_wp_attached_file','2026/07/children-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('921','303','_wp_attachment_metadata','a:6:{s:5:\"width\";i:935;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-02.webp\";s:8:\"filesize\";i:100318;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-02-175x300.webp\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11984;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-02-598x1024.webp\";s:5:\"width\";i:598;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-02-768x1314.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1314;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88518;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-02-898x1536.webp\";s:5:\"width\";i:898;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106864;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('922','303','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('923','303','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('924','303','_wp_attachment_image_alt','children 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('925','304','_wp_attached_file','2026/07/children-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('926','304','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1060;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-03.webp\";s:8:\"filesize\";i:74516;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-03-199x300.webp\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11360;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-03-678x1024.webp\";s:5:\"width\";i:678;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-03-768x1159.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1159;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59692;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"children-03-1018x1536.webp\";s:5:\"width\";i:1018;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81908;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('927','304','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('928','304','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('929','304','_wp_attachment_image_alt','children 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('930','305','_wp_attached_file','2026/07/children-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('931','305','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-04.webp\";s:8:\"filesize\";i:125998;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-04-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12696;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71558;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"children-04-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124742;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('932','305','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('933','305','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('934','305','_wp_attachment_image_alt','children 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('935','306','_wp_attached_file','2026/07/children-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('936','306','_wp_attachment_metadata','a:6:{s:5:\"width\";i:935;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-05.webp\";s:8:\"filesize\";i:43830;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-05-175x300.webp\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5558;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-05-598x1024.webp\";s:5:\"width\";i:598;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-05-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3188;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-05-768x1314.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1314;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38734;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-05-898x1536.webp\";s:5:\"width\";i:898;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46002;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('937','306','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('938','306','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('939','306','_wp_attachment_image_alt','children 05');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('940','307','_wp_attached_file','2026/07/children-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('941','307','_wp_attachment_metadata','a:6:{s:5:\"width\";i:953;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-06.webp\";s:8:\"filesize\";i:82368;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-06-179x300.webp\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11538;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-06-610x1024.webp\";s:5:\"width\";i:610;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-06-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-06-768x1289.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1289;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74120;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-06-915x1536.webp\";s:5:\"width\";i:915;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88834;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('942','307','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('943','307','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('944','307','_wp_attachment_image_alt','children 06');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('945','308','_wp_attached_file','2026/07/children-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('946','308','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-07.webp\";s:8:\"filesize\";i:118554;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-07-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14018;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-07-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73880;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"children-07-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122090;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('947','308','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('948','308','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('949','308','_wp_attachment_image_alt','children 07');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('950','309','_wp_attached_file','2026/07/children-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('951','309','_wp_attachment_metadata','a:6:{s:5:\"width\";i:948;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-08.webp\";s:8:\"filesize\";i:110916;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-08-178x300.webp\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12450;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-08-607x1024.webp\";s:5:\"width\";i:607;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-08-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-08-768x1296.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1296;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95068;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-08-910x1536.webp\";s:5:\"width\";i:910;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116352;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('952','309','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('953','309','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('954','309','_wp_attachment_image_alt','children 08');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('955','310','_wp_attached_file','2026/07/children-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('956','310','_wp_attachment_metadata','a:6:{s:5:\"width\";i:948;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-09.webp\";s:8:\"filesize\";i:43192;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-09-178x300.webp\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6214;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-09-607x1024.webp\";s:5:\"width\";i:607;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-09-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-09-768x1296.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1296;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-09-910x1536.webp\";s:5:\"width\";i:910;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45672;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('957','310','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('958','310','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('959','310','_wp_attachment_image_alt','children 09');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('960','311','_wp_attached_file','2026/07/children-10.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('961','311','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1018;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-10.webp\";s:8:\"filesize\";i:64418;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-10-191x300.webp\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7104;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-10-652x1024.webp\";s:5:\"width\";i:652;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3798;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-10-768x1207.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1207;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50180;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-10-977x1536.webp\";s:5:\"width\";i:977;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66880;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('962','311','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-10.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('963','311','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-10.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('964','311','_wp_attachment_image_alt','children 10');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('965','312','_wp_attached_file','2026/07/children-11.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('966','312','_wp_attachment_metadata','a:6:{s:5:\"width\";i:946;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2026/07/children-11.webp\";s:8:\"filesize\";i:66274;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"children-11-177x300.webp\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8128;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"children-11-605x1024.webp\";s:5:\"width\";i:605;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"children-11-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"children-11-768x1299.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"children-11-908x1536.webp\";s:5:\"width\";i:908;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71684;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('967','312','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-11.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('968','312','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-11.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('969','312','_wp_attachment_image_alt','children 11');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('970','313','_wp_attached_file','2026/07/medical-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('971','313','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1229;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/medical-01.webp\";s:8:\"filesize\";i:123586;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"medical-01-230x300.webp\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12364;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"medical-01-787x1024.webp\";s:5:\"width\";i:787;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"medical-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"medical-01-768x1000.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71046;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"medical-01-1180x1536.webp\";s:5:\"width\";i:1180;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124294;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('972','313','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('973','313','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('974','313','_wp_attachment_image_alt','medical 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('975','314','_wp_attached_file','2026/07/medical-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('976','314','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1054;s:6:\"height\";i:1402;s:4:\"file\";s:23:\"2026/07/medical-02.webp\";s:8:\"filesize\";i:79856;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"medical-02-226x300.webp\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10748;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"medical-02-770x1024.webp\";s:5:\"width\";i:770;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"medical-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"medical-02-768x1022.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59426;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('977','314','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('978','314','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('979','314','_wp_attachment_image_alt','medical 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('980','315','_wp_attached_file','2026/07/medical-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('981','315','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:974;s:4:\"file\";s:23:\"2026/07/medical-03.webp\";s:8:\"filesize\";i:70318;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"medical-03-300x228.webp\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13440;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"medical-03-1024x779.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"medical-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5606;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"medical-03-768x584.webp\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42324;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('982','315','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('983','315','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('984','315','_wp_attachment_image_alt','medical 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('985','316','_wp_attached_file','2026/07/medical-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('986','316','_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2026/07/medical-04.webp\";s:8:\"filesize\";i:95696;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"medical-04-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10668;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"medical-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"medical-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"medical-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67100;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('987','316','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('988','316','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('989','316','_wp_attachment_image_alt','medical 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('990','317','_wp_attached_file','2026/07/elderly-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('991','317','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-01.webp\";s:8:\"filesize\";i:210976;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-01-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17368;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118122;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-01-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204156;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('992','317','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('993','317','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('994','317','_wp_attachment_image_alt','elderly 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('995','318','_wp_attached_file','2026/07/elderly-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('996','318','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-02.webp\";s:8:\"filesize\";i:140544;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-02-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14688;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82742;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-02-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143038;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('997','318','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('998','318','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('999','318','_wp_attachment_image_alt','elderly 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1000','319','_wp_attached_file','2026/07/elderly-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1001','319','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-03.webp\";s:8:\"filesize\";i:138122;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-03-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10920;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73442;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-03-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130288;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1002','319','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1003','319','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1004','319','_wp_attachment_image_alt','elderly 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1005','320','_wp_attached_file','2026/07/elderly-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1006','320','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-04.webp\";s:8:\"filesize\";i:223902;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-04-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17938;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119488;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-04-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212788;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1007','320','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1008','320','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1009','320','_wp_attachment_image_alt','elderly 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1010','321','_wp_attached_file','2026/07/elderly-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1011','321','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-05.webp\";s:8:\"filesize\";i:193502;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-05-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16000;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-05-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7362;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102458;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-05-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184966;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1012','321','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1013','321','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1014','321','_wp_attachment_image_alt','elderly 05');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1015','322','_wp_attached_file','2026/07/elderly-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1016','322','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-06.webp\";s:8:\"filesize\";i:164644;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-06-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16866;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-06-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93190;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-06-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165202;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1017','322','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1018','322','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1019','322','_wp_attachment_image_alt','elderly 06');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1020','323','_wp_attached_file','2026/07/elderly-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1021','323','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2026/07/elderly-07.webp\";s:8:\"filesize\";i:135678;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"elderly-07-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16048;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"elderly-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"elderly-07-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"elderly-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82790;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"elderly-07-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:139140;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1022','323','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1023','323','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1024','323','_wp_attachment_image_alt','elderly 07');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1025','324','_wp_attached_file','2026/07/food-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1026','324','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-01.webp\";s:8:\"filesize\";i:200582;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-01-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15322;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5702;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112866;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-01-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192954;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1027','324','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1028','324','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1029','324','_wp_attachment_image_alt','food 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1030','325','_wp_attached_file','2026/07/food-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1031','325','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1247;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-02.webp\";s:8:\"filesize\";i:169836;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-02-234x300.webp\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15704;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-02-798x1024.webp\";s:5:\"width\";i:798;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6648;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"food-02-768x985.webp\";s:5:\"width\";i:768;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-02-1197x1536.webp\";s:5:\"width\";i:1197;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:168212;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1032','325','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1033','325','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1034','325','_wp_attachment_image_alt','food 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1035','326','_wp_attached_file','2026/07/food-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1036','326','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-03.webp\";s:8:\"filesize\";i:98718;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-03-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12024;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60526;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-03-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101662;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1037','326','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1038','326','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1039','326','_wp_attachment_image_alt','food 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1040','327','_wp_attached_file','2026/07/food-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1041','327','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-04.webp\";s:8:\"filesize\";i:101220;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-04-204x300.webp\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11212;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-04-696x1024.webp\";s:5:\"width\";i:696;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5396;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-04-768x1130.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1130;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67168;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-04-1044x1536.webp\";s:5:\"width\";i:1044;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102190;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1042','327','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1043','327','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1044','327','_wp_attachment_image_alt','food 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1045','328','_wp_attached_file','2026/07/food-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1046','328','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1098;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-05.webp\";s:8:\"filesize\";i:97804;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-05-206x300.webp\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11972;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-05-703x1024.webp\";s:5:\"width\";i:703;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-05-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-05-768x1119.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1119;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65528;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-05-1054x1536.webp\";s:5:\"width\";i:1054;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100718;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1047','328','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1048','328','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1049','328','_wp_attachment_image_alt','food 05');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1050','329','_wp_attached_file','2026/07/food-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1051','329','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-06.webp\";s:8:\"filesize\";i:199030;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-06-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14496;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-06-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5900;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-06-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103506;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-06-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190826;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1052','329','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1053','329','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1054','329','_wp_attachment_image_alt','food 06');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1055','330','_wp_attached_file','2026/07/food-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1056','330','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-07.webp\";s:8:\"filesize\";i:106938;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-07-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13958;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-07-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-07-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-07-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111140;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1057','330','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1058','330','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-07.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1059','330','_wp_attachment_image_alt','food 07');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1060','331','_wp_attached_file','2026/07/food-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1061','331','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/07/food-08.webp\";s:8:\"filesize\";i:317216;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"food-08-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19872;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"food-08-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:167640;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"food-08-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"food-08-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:167640;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"food-08-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:303948;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1062','331','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1063','331','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1064','331','_wp_attachment_image_alt','food 08');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1065','332','_wp_attached_file','2026/07/soap-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1066','332','_wp_attachment_metadata','a:6:{s:5:\"width\";i:927;s:6:\"height\";i:1236;s:4:\"file\";s:20:\"2026/07/soap-01.webp\";s:8:\"filesize\";i:244748;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"soap-01-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11830;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"soap-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"soap-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3456;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"soap-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134334;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1067','332','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1068','332','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1069','332','_wp_attachment_image_alt','soap 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1070','333','_wp_attached_file','2026/07/soap-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1071','333','_wp_attachment_metadata','a:6:{s:5:\"width\";i:894;s:6:\"height\";i:1192;s:4:\"file\";s:20:\"2026/07/soap-02.webp\";s:8:\"filesize\";i:189354;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"soap-02-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11754;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"soap-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"soap-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"soap-02-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128372;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1072','333','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1073','333','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-02.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1074','333','_wp_attachment_image_alt','soap 02');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1075','334','_wp_attached_file','2026/07/soap-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1076','334','_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:1225;s:4:\"file\";s:20:\"2026/07/soap-03.webp\";s:8:\"filesize\";i:187388;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"soap-03-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11018;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"soap-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"soap-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"soap-03-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124026;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1077','334','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1078','334','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-03.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1079','334','_wp_attachment_image_alt','soap 03');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1080','335','_wp_attached_file','2026/07/soap-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1081','335','_wp_attachment_metadata','a:6:{s:5:\"width\";i:902;s:6:\"height\";i:1203;s:4:\"file\";s:20:\"2026/07/soap-04.webp\";s:8:\"filesize\";i:222460;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"soap-04-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13080;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"soap-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"soap-04-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3700;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"soap-04-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150228;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1082','335','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1083','335','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-04.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1084','335','_wp_attachment_image_alt','soap 04');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1085','336','_wp_attached_file','2026/07/soap-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1086','336','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2026/07/soap-05.webp\";s:8:\"filesize\";i:369140;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"soap-05-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14488;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"soap-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"soap-05-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"soap-05-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212950;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1087','336','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1088','336','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-05.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1089','336','_wp_attachment_image_alt','soap 05');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1090','337','_wp_attached_file','2026/07/ceramic-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1091','337','_wp_attachment_metadata','a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:1400;s:4:\"file\";s:23:\"2026/07/ceramic-01.webp\";s:8:\"filesize\";i:48398;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"ceramic-01-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5528;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"ceramic-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"ceramic-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"ceramic-01-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27070;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1092','337','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1093','337','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1094','337','_wp_attachment_image_alt','ceramic 01');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1095','338','_wp_attached_file','2026/07/knit-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1096','338','_wp_attachment_metadata','a:6:{s:5:\"width\";i:933;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2026/07/knit-01.webp\";s:8:\"filesize\";i:450206;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"knit-01-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24600;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"knit-01-682x1024.webp\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:243358;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"knit-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"knit-01-768x1152.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:295804;}}s:10:\"image_meta\";a:13:{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:{}s:3:\"alt\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1097','338','_source_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1098','338','_ruka_old_url','http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp');
INSERT INTO `wp_postmeta` (`meta_id`,`post_id`,`meta_key`,`meta_value`) VALUES ('1099','338','_wp_attachment_image_alt','knit 01');

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=359 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('2','1','2026-06-03 21:41:37','2026-06-03 21:41:37','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://ruka-dopomohy.local/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2026-06-04 02:26:52','2026-06-03 23:26:52','','0','http://ruka-dopomohy.local/?page_id=2','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('3','1','2026-06-03 21:41:37','2026-06-03 21:41:37','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://ruka-dopomohy.local.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2026-06-03 21:41:37','2026-06-03 21:41:37','','0','http://ruka-dopomohy.local/?page_id=3','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('4','0','2026-06-03 21:42:32','2026-06-03 21:42:32','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2026-06-03 21:42:32','2026-06-03 21:42:32','','0','http://ruka-dopomohy.local/navigation/','0','wp_navigation','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('6','1','2026-06-04 02:14:30','2026-06-03 23:14:30','<section class=\"ruka-page-hero\"><h1>Літні люди</h1><p>Гарячі обіди, продуктові набори, ліки, чаювання, дні народження, відвідування вдома та простір людської уваги.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Гарячі обіди, продуктові набори, ліки, чаювання, дні народження, відвідування вдома та простір людської уваги.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Літні люди','','trash','closed','closed','','elderly__trashed','','','2026-07-01 16:08:07','2026-07-01 13:08:07','','0','http://ruka-dopomohy.local/?page_id=6','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('7','1','2026-06-04 02:13:12','2026-06-03 23:13:12','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-ruka-dopomohy-theme','','','2026-06-04 02:13:12','2026-06-03 23:13:12','','0','http://ruka-dopomohy.local/wp-global-styles-ruka-dopomohy-theme/','0','wp_global_styles','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('8','1','2026-06-04 02:14:30','2026-06-03 23:14:30','','Діти і сім\'ї','','inherit','closed','closed','','6-revision-v1','','','2026-06-04 02:14:30','2026-06-03 23:14:30','','6','http://ruka-dopomohy.local/?p=8','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('9','1','2026-06-04 02:17:53','2026-06-03 23:17:53','','Старенькі','','inherit','closed','closed','','6-autosave-v1','','','2026-06-04 02:17:53','2026-06-03 23:17:53','','6','http://ruka-dopomohy.local/?p=9','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('10','1','2026-06-04 02:18:02','2026-06-03 23:18:02','','Старенькі','','inherit','closed','closed','','6-revision-v1','','','2026-06-04 02:18:02','2026-06-03 23:18:02','','6','http://ruka-dopomohy.local/?p=10','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('11','1','2026-06-04 02:21:46','2026-06-03 23:21:46','<section class=\"ruka-page-hero\"><h1>Діти і сім’ї</h1><p>Підтримка дітей і підлітків із сімей у складних життєвих обставинах: табори, наставництво, гуртки, навчання, допомога родинам.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підтримка дітей і підлітків із сімей у складних життєвих обставинах: табори, наставництво, гуртки, навчання, допомога родинам.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Діти і сім’ї','','trash','closed','closed','','children__trashed','','','2026-07-01 16:08:06','2026-07-01 13:08:06','','0','http://ruka-dopomohy.local/?page_id=11','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('12','1','2026-06-04 02:21:37','2026-06-03 23:21:37','','Діти і сім\'ї','','inherit','closed','closed','','11-revision-v1','','','2026-06-04 02:21:37','2026-06-03 23:21:37','','11','http://ruka-dopomohy.local/?p=12','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('13','1','2026-06-04 02:26:52','2026-06-03 23:26:52','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://ruka-dopomohy.local/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2026-06-04 02:26:52','2026-06-03 23:26:52','','2','http://ruka-dopomohy.local/?p=13','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('14','0','2026-06-26 23:51:26','2026-06-26 20:51:26','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Фонд милосердя · Ужгород · з 2021 року</div>\n<h1 class=\"ruka-title\">Рука Допомоги: милосердя у дії</h1>\n<p class=\"ruka-lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю. Допомога фонду поєднує харчування, базову підтримку, наставництво, духовну опору та живі стосунки з людьми.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"ruka-btn alt\" href=\"/pro-fond/\">Про фонд</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp\" alt=\"Підлітки на зустрічі фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp\" alt=\"Зустріч літніх людей\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-grid\">\n<div class=\"ruka-stat\"><strong>81 000+</strong>порцій гарячих обідів за роки діяльності</div>\n<div class=\"ruka-stat\"><strong>4 795+</strong>продуктових наборів для літніх людей і малозабезпечених сімей</div>\n<div class=\"ruka-stat\"><strong>239</strong>дитячих подій, таборів, зустрічей і майстер-класів</div>\n<div class=\"ruka-stat\"><strong>118</strong>заходів для літніх людей</div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Місія</div>\n<h2>Підтримка, яка тримається на стосунках</h2>\n<p>Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p>\n<div class=\"ruka-note\">Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/zvitnist/\">Звітність</a><a class=\"ruka-btn alt\" href=\"/volonterstvo/\">Стати волонтером</a></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Напрями роботи</div>\n<h2>Кому і як ми допомагаємо</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p><p><a href=\"/dity-i-simyi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p><p><a href=\"/litni-liudy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Сім’ї у складних обставинах</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p><p><a href=\"/liudy-bez-zhytla/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p><p><a href=\"/liudy-z-invalidnistiu/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p><p><a href=\"/bereal-teens/\">Детальніше</a></p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Фотогалерея</div>\n<h2>Жива робота фонду</h2>\n<div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp\" alt=\"Дитяча програма фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp\" alt=\"Видача гарячих обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp\" alt=\"Продуктова допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp\" alt=\"Зустріч для літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підліткова активність\"></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Підтримайте роботу фонду</h2>\n<p>Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати напряму</a><a class=\"ruka-btn\" href=\"/mawa/\">Перейти до MAWA</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Головна','','publish','closed','closed','','holovna','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/home/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('15','0','2026-06-26 23:51:29','2026-06-26 20:51:29','<section class=\"ruka-page-hero\"><h1>Про фонд</h1><p>Фонд Милосердя «Рука Допомоги» працює в Ужгороді з 2021 року і підтримує дітей, літніх людей, сім’ї у кризі, людей без дому, ВПО та людей з інвалідністю.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Фонд Милосердя «Рука Допомоги» працює в Ужгороді з 2021 року і підтримує дітей, літніх людей, сім’ї у кризі, людей без дому, ВПО та людей з інвалідністю.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_team]</section>','Про фонд','','trash','closed','closed','','about__trashed','','','2026-07-01 16:08:05','2026-07-01 13:08:05','','0','http://ruka-dopomohy.local/about/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('16','0','2026-06-26 23:51:31','2026-06-26 20:51:31','','Діти і сім’ї','','trash','closed','closed','','children-2__trashed','','','2026-07-01 16:08:04','2026-07-01 13:08:04','','0','http://ruka-dopomohy.local/children-2/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('17','0','2026-06-26 23:51:33','2026-06-26 20:51:33','','Літні люди','','trash','closed','closed','','elderly-2__trashed','','','2026-07-01 16:08:03','2026-07-01 13:08:03','','0','http://ruka-dopomohy.local/elderly-2/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('18','0','2026-06-26 23:51:35','2026-06-26 20:51:35','<section class=\"ruka-page-hero\"><h1>Гуманітарна допомога</h1><p>Продукти, ліки, засоби гігієни, одяг, базова побутова підтримка і швидка реакція на кризові потреби.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Продукти, ліки, засоби гігієни, одяг, базова побутова підтримка і швидка реакція на кризові потреби.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Гуманітарна допомога','','trash','closed','closed','','humanitarian__trashed','','','2026-07-01 16:08:02','2026-07-01 13:08:02','','0','http://ruka-dopomohy.local/humanitarian/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('19','0','2026-06-26 23:51:38','2026-06-26 20:51:38','<section class=\"ruka-page-hero\"><h1>Люди без житла</h1><p>Гарячі обіди, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Гарячі обіди, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Люди без житла','','trash','closed','closed','','homeless__trashed','','','2026-07-01 16:08:01','2026-07-01 13:08:01','','0','http://ruka-dopomohy.local/homeless/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('20','0','2026-06-26 23:51:40','2026-06-26 20:51:40','<section class=\"ruka-page-hero\"><h1>Люди з інвалідністю</h1><p>Підтримка людей з інвалідністю та їхніх сімей: продукти, ліки, засоби догляду, інклюзивна участь у програмах фонду.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підтримка людей з інвалідністю та їхніх сімей: продукти, ліки, засоби догляду, інклюзивна участь у програмах фонду.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Люди з інвалідністю','','trash','closed','closed','','disability__trashed','','','2026-07-01 16:08:00','2026-07-01 13:08:00','','0','http://ruka-dopomohy.local/disability/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('21','0','2026-06-26 23:51:42','2026-06-26 20:51:42','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підлітковий клуб</div>\n<h1 class=\"ruka-title\">Підлітковий клуб BeReal Teens</h1>\n<p class=\"ruka-lead\">BeReal Teens — підлітковий клуб фонду «Рука Допомоги»: регулярні зустрічі, наставництво, табори, творчі активності, дискусії та безпечне середовище для підлітків.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підлітки на зустрічі\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підлітки, майстерні, психологічна підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Регулярні зустрічі, дискусії, наставництво, творчі активності та табори для підлітків.</p></div><div class=\"ruka-card\"><h3>Творчі майстерні</h3><p>Кераміка, ручна робота та інші формати, які допомагають людям відновлюватися через спільну діяльність.</p></div><div class=\"ruka-card\"><h3>Програма для літніх людей</h3><p>Зустрічі, чаювання, творчі заняття, підтримка пам’яті, руху та спілкування.</p></div><div class=\"ruka-card\"><h3>Психологічний супровід</h3><p>Групові заняття, індивідуальні консультації та підтримка людей, які переживають тривалий стрес.</p></div><div class=\"ruka-card\"><h3>Міжпоколінні події</h3><p>Заходи, у яких підлітки, дорослі й літні люди діють разом і формують нові зв’язки.</p></div><div class=\"ruka-card\"><h3>Долучитися</h3><p>До хабу можна долучитися як учасник, волонтер, партнер або благодійник.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото BeReal Teens</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-06.webp\" alt=\"Майстер-клас\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-07.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp\" alt=\"Зустріч молоді\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','BeReal Teens','','publish','closed','closed','','bereal-teens','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/bereal-teens/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('22','0','2026-06-26 23:51:45','2026-06-26 20:51:45','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero ruka-mawa-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Ручна робота · Соціальний бренд · Ужгород</div>\n<h1 class=\"ruka-title\">Вироби, зроблені з серцем</h1>\n<p class=\"ruka-lead\">Натуральне мило, керамічні вироби та в’язані вироби від майстринь Закарпаття. Кожна покупка — реальна підтримка людей поруч.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"#produktsiia\">Переглянути продукцію</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Замовити</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp\" alt=\"Мило MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp\" alt=\"Кераміка MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp\" alt=\"В’язаний виріб MAWA\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Я тут, бо шукаю…</div>\n<h2>Оберіть свій шлях</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для себе або в подарунок</h3><p>Красиве, натуральне, зі смислом.</p></div><div class=\"ruka-card\"><h3>Корпоративні замовлення</h3><p>Від 20 наборів, брендування, подарунки з місією.</p></div><div class=\"ruka-card\"><h3>Для родини та близьких</h3><p>Вчителям, вихователям, рідним, друзям.</p></div><div class=\"ruka-card\"><h3>Партнерство та колаборації</h3><p>Кобрендинг, роздріб, інвестиції, спільні серії.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Купуй красиве. Роби добро непомітно.</h2>\n<p>Кожен виріб MAWA — це маленька історія про майстринь, які вклали в неї час і досвід. І про тебе — людину, чий вибір має значення.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Корпоративні набори, що говорять про вас</h2>\n<p>Набори MAWA — це спосіб показати партнерам і команді, що ваша компанія цінує українське, ручну майстерність і людей за нею.</p>\n</section>\n\n<section id=\"produktsiia\" class=\"ruka-section\">\n<div class=\"ruka-kicker\">Продукція</div>\n<h2>Три лінійки — одна місія</h2>\n<p>Усе виробляється в Ужгороді. Формуємо набори під будь-який запит і бюджет.</p>\n<div class=\"ruka-products\">\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp\" alt=\"Натуральне мило MAWA\"><div><h3>Натуральне мило</h3><p>Ручна робота, подарункові набори, ароматні серії.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-03.webp\" alt=\"Подарункове мило MAWA\"><div><h3>Подарункові набори</h3><p>Для друзів, родини, вчителів, партнерів і команд.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp\" alt=\"Кераміка MAWA\"><div><h3>Кераміка</h3><p>Унікальні вироби з глини, створені руками.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp\" alt=\"В’язаний виріб MAWA\"><div><h3>В’язані вироби</h3><p>Теплі речі ручної роботи з історією.</p></div></div>\n</div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Бізнес, що заробляє на добро</h2>\n<p>Ми не збираємо донати. Ми будуємо механізм, який сам заробляє гроші для соціальних програм. MAWA — це модель, де люди можуть працювати, бути потрібними й отримувати дохід. А кожна покупка фінансує це напряму.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/kontakty/\">Замовити</a><a class=\"ruka-btn\" href=\"/pro-fond/\">Сайт фонду</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','MAWA','','publish','closed','closed','','mawa','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/mawa/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('23','0','2026-06-26 23:51:47','2026-06-26 20:51:47','<section class=\"ruka-page-hero\"><h1>Волонтерство</h1><p>До фонду долучаються волонтери, які допомагають на кухні, у дитячих програмах, з літніми людьми, подіями, логістикою та комунікаціями.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>До фонду долучаються волонтери, які допомагають на кухні, у дитячих програмах, з літніми людьми, подіями, логістикою та комунікаціями.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Волонтерство','','trash','closed','closed','','volunteer__trashed','','','2026-07-01 16:07:59','2026-07-01 13:07:59','','0','http://ruka-dopomohy.local/volunteer/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('24','0','2026-06-26 23:51:49','2026-06-26 20:51:49','','Підтримати','','trash','closed','closed','','donate__trashed','','','2026-07-01 16:07:58','2026-07-01 13:07:58','','0','http://ruka-dopomohy.local/donate/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('25','0','2026-06-26 23:51:52','2026-06-26 20:51:52','<section class=\"ruka-page-hero\"><h1>Звітність</h1><p>Ми публікуємо результати роботи, річні звіти, ключові цифри допомоги та історії змін.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Ми публікуємо результати роботи, річні звіти, ключові цифри допомоги та історії змін.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_reports]</section>','Звітність','','trash','closed','closed','','reports__trashed','','','2026-07-01 16:07:57','2026-07-01 13:07:57','','0','http://ruka-dopomohy.local/reports/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('26','0','2026-06-26 23:51:54','2026-06-26 20:51:54','<section class=\"ruka-page-hero\"><h1>Контакти</h1><p>Зв’яжіться з нами, якщо вам потрібна допомога, ви хочете стати волонтером або підтримати роботу фонду.</p></section><section class=\"ruka-section\"><div class=\"ruka-contact\"><p><strong>Місто:</strong> Ужгород</p><p><strong>Email:</strong> rukadopomogy.uzh@gmail.com</p><p><strong>Телефон:</strong> +380 50 843 1219</p><p><strong>Instagram:</strong> instagram.com/rukadopomogy.uzh</p></div></section>','Контакти','','trash','closed','closed','','contacts__trashed','','','2026-07-01 16:07:56','2026-07-01 13:07:56','','0','http://ruka-dopomohy.local/contacts/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('27','1','2026-07-01 14:37:57','0000-00-00 00:00:00','','Авточернетка','','auto-draft','open','open','','','','','2026-07-01 14:37:57','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=27','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('29','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-hero\"><div><p class=\"ruka-kicker\">Ужгород · Благодійний фонд</p><h1>Рука Допомоги — поруч із тими, кому найважче</h1><p>Гарячі обіди, підтримка дітей і підлітків, турбота про літніх людей, допомога людям без дому, ВПО, сім’ям у кризі та людям з інвалідністю.</p><div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"ruka-btn ruka-btn-light\" href=\"/pro-fond/\">Дізнатись більше</a></div></div></section><section class=\"ruka-stats\"><div><strong>81 000+</strong><span>порцій гарячих обідів</span></div><div><strong>4 795+</strong><span>продуктових наборів</span></div><div><strong>239</strong><span>дитячих подій</span></div><div><strong>118</strong><span>заходів для літніх людей</span></div></section><section class=\"ruka-section\"><h2>Основні напрями</h2><div class=\"ruka-grid\"><article class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, наставництво, BeReal Teens, навчання, гуртки і підтримка сімей.</p></article><article class=\"ruka-card\"><h3>Літні люди</h3><p>Гарячі обіди, продуктові набори, ліки, чаювання, відвідування вдома.</p></article><article class=\"ruka-card\"><h3>Люди без житла</h3><p>Їжа, душ, прання, стрижка, одяг, супровід і допомога з документами.</p></article><article class=\"ruka-card\"><h3>BeReal Hub</h3><p>Психосоціальний простір, майстерні, клуби, міжпоколінні події і підтримка.</p></article></div></section><section class=\"ruka-section\"><h2>Актуальні збори</h2>[ruka_fundraisers]</section>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','14','http://ruka-dopomohy.local/?p=29','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('30','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Про фонд</h1><p>Фонд Милосердя «Рука Допомоги» працює в Ужгороді з 2021 року і підтримує дітей, літніх людей, сім’ї у кризі, людей без дому, ВПО та людей з інвалідністю.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Фонд Милосердя «Рука Допомоги» працює в Ужгороді з 2021 року і підтримує дітей, літніх людей, сім’ї у кризі, людей без дому, ВПО та людей з інвалідністю.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_team]</section>','Про фонд','','inherit','closed','closed','','15-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','15','http://ruka-dopomohy.local/?p=30','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('31','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Діти і сім’ї</h1><p>Підтримка дітей і підлітків із сімей у складних життєвих обставинах: табори, наставництво, гуртки, навчання, допомога родинам.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підтримка дітей і підлітків із сімей у складних життєвих обставинах: табори, наставництво, гуртки, навчання, допомога родинам.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Діти і сім’ї','','inherit','closed','closed','','11-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','11','http://ruka-dopomohy.local/?p=31','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('32','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Літні люди</h1><p>Гарячі обіди, продуктові набори, ліки, чаювання, дні народження, відвідування вдома та простір людської уваги.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Гарячі обіди, продуктові набори, ліки, чаювання, дні народження, відвідування вдома та простір людської уваги.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Літні люди','','inherit','closed','closed','','6-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','6','http://ruka-dopomohy.local/?p=32','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('33','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Гуманітарна допомога</h1><p>Продукти, ліки, засоби гігієни, одяг, базова побутова підтримка і швидка реакція на кризові потреби.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Продукти, ліки, засоби гігієни, одяг, базова побутова підтримка і швидка реакція на кризові потреби.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Гуманітарна допомога','','inherit','closed','closed','','18-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','18','http://ruka-dopomohy.local/?p=33','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('34','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Люди без житла</h1><p>Гарячі обіди, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Гарячі обіди, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Люди без житла','','inherit','closed','closed','','19-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','19','http://ruka-dopomohy.local/?p=34','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('35','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Люди з інвалідністю</h1><p>Підтримка людей з інвалідністю та їхніх сімей: продукти, ліки, засоби догляду, інклюзивна участь у програмах фонду.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підтримка людей з інвалідністю та їхніх сімей: продукти, ліки, засоби догляду, інклюзивна участь у програмах фонду.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Люди з інвалідністю','','inherit','closed','closed','','20-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','20','http://ruka-dopomohy.local/?p=35','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('36','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>BeReal Teens</h1><p>Підлітковий клуб, наставництво, творчі зустрічі, мінітабори, волонтерство і простір, де молодь вчиться відповідальності та командності.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підлітковий клуб, наставництво, творчі зустрічі, мінітабори, волонтерство і простір, де молодь вчиться відповідальності та командності.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_change_stories]</section>','BeReal Teens','','trash','closed','closed','','bereal__trashed','','','2026-07-01 16:07:55','2026-07-01 13:07:55','','0','http://ruka-dopomohy.local/bereal/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('37','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>MAWA</h1><p>Благодійна продукція і творчі майстерні, які поєднують підтримку людей, ремесло, соціальну участь і сталість фонду.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Благодійна продукція і творчі майстерні, які поєднують підтримку людей, ремесло, соціальну участь і сталість фонду.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_mawa_products]</section>','MAWA','','inherit','closed','closed','','22-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','22','http://ruka-dopomohy.local/?p=37','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('38','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Волонтерство</h1><p>До фонду долучаються волонтери, які допомагають на кухні, у дитячих програмах, з літніми людьми, подіями, логістикою та комунікаціями.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>До фонду долучаються волонтери, які допомагають на кухні, у дитячих програмах, з літніми людьми, подіями, логістикою та комунікаціями.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div></section>','Волонтерство','','inherit','closed','closed','','23-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','23','http://ruka-dopomohy.local/?p=38','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('39','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Підтримати фонд</h1><p>Ваша підтримка перетворюється на гарячі обіди, продукти, ліки, дитячі програми, турботу про літніх людей і допомогу тим, хто залишився без опори.</p></section><section class=\"ruka-section\"><h2>Актуальні збори</h2>[ruka_fundraisers]<div class=\"ruka-donate-box\"><h3>Реквізити для підтримки</h3><p>Тут команда додасть банківські реквізити, QR-код, LiqPay/WayForPay або інші способи пожертви.</p></div></section>','Підтримати','','trash','closed','closed','','support__trashed','','','2026-07-01 16:07:54','2026-07-01 13:07:54','','0','http://ruka-dopomohy.local/support/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('40','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Звітність</h1><p>Ми публікуємо результати роботи, річні звіти, ключові цифри допомоги та історії змін.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Ми публікуємо результати роботи, річні звіти, ключові цифри допомоги та історії змін.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_reports]</section>','Звітність','','inherit','closed','closed','','25-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','25','http://ruka-dopomohy.local/?p=40','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('41','1','2026-07-01 15:00:56','2026-07-01 12:00:56','<section class=\"ruka-page-hero\"><h1>Контакти</h1><p>Зв’яжіться з нами, якщо вам потрібна допомога, ви хочете стати волонтером або підтримати роботу фонду.</p></section><section class=\"ruka-section\"><div class=\"ruka-contact\"><p><strong>Місто:</strong> Ужгород</p><p><strong>Email:</strong> rukadopomogy.uzh@gmail.com</p><p><strong>Телефон:</strong> +380 50 843 1219</p><p><strong>Instagram:</strong> instagram.com/rukadopomogy.uzh</p></div></section>','Контакти','','inherit','closed','closed','','26-revision-v1','','','2026-07-01 15:00:56','2026-07-01 12:00:56','','26','http://ruka-dopomohy.local/?p=41','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('55','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Загальне управління фондом, стратегія, партнерства, команда, звітність і розвиток програм допомоги.</p>','Федорка Діана Олександрівна','Керівниця фонду','publish','closed','closed','','%d1%84%d0%b5%d0%b4%d0%be%d1%80%d0%ba%d0%b0-%d0%b4%d1%96%d0%b0%d0%bd%d0%b0-%d0%be%d0%bb%d0%b5%d0%ba%d1%81%d0%b0%d0%bd%d0%b4%d1%80%d1%96%d0%b2%d0%bd%d0%b0','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/team/%d1%84%d0%b5%d0%b4%d0%be%d1%80%d0%ba%d0%b0-%d0%b4%d1%96%d0%b0%d0%bd%d0%b0-%d0%be%d0%bb%d0%b5%d0%ba%d1%81%d0%b0%d0%bd%d0%b4%d1%80%d1%96%d0%b2%d0%bd%d0%b0/','0','team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('56','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Координує роботу з дітьми, сім’ями та підлітками, веде наставництво і програму BeReal Teens.</p>','Пасічник Віра Василівна','Координаторка дітей і BeReal Teens','publish','closed','closed','','%d0%bf%d0%b0%d1%81%d1%96%d1%87%d0%bd%d0%b8%d0%ba-%d0%b2%d1%96%d1%80%d0%b0-%d0%b2%d0%b0%d1%81%d0%b8%d0%bb%d1%96%d0%b2%d0%bd%d0%b0','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/team/%d0%bf%d0%b0%d1%81%d1%96%d1%87%d0%bd%d0%b8%d0%ba-%d0%b2%d1%96%d1%80%d0%b0-%d0%b2%d0%b0%d1%81%d0%b8%d0%bb%d1%96%d0%b2%d0%bd%d0%b0/','0','team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('57','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Веде фінансовий облік, звітність, документи, закупівлі та прозорість використання коштів.</p>','Гаврош Іванна Іванівна','Бухгалтерка фонду','publish','closed','closed','','%d0%b3%d0%b0%d0%b2%d1%80%d0%be%d1%88-%d1%96%d0%b2%d0%b0%d0%bd%d0%bd%d0%b0-%d1%96%d0%b2%d0%b0%d0%bd%d1%96%d0%b2%d0%bd%d0%b0','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/team/%d0%b3%d0%b0%d0%b2%d1%80%d0%be%d1%88-%d1%96%d0%b2%d0%b0%d0%bd%d0%bd%d0%b0-%d1%96%d0%b2%d0%b0%d0%bd%d1%96%d0%b2%d0%bd%d0%b0/','0','team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('58','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Організовує допомогу людям без дому, обіди, супровід і різьбярську майстерню.</p>','Фенцик Євген Євгенович','Координатор роботи з безхатьками і чоловічої майстерні','publish','closed','closed','','%d1%84%d0%b5%d0%bd%d1%86%d0%b8%d0%ba-%d1%94%d0%b2%d0%b3%d0%b5%d0%bd-%d1%94%d0%b2%d0%b3%d0%b5%d0%bd%d0%be%d0%b2%d0%b8%d1%87','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/team/%d1%84%d0%b5%d0%bd%d1%86%d0%b8%d0%ba-%d1%94%d0%b2%d0%b3%d0%b5%d0%bd-%d1%94%d0%b2%d0%b3%d0%b5%d0%bd%d0%be%d0%b2%d0%b8%d1%87/','0','team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('59','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Ключові цифри: 7 649 порцій гарячих обідів, 1 462 продуктових набори, 162 дитячі заходи, 86 заходів для літніх людей.</p>','Річний звіт 2024','Підсумки року','publish','closed','closed','','%d1%80%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-2024','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/report/%d1%80%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-2024/','0','report','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('60','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Щоденна підтримка літніх людей і людей без дому гарячою їжею.</p>','Підтримати гарячі обіди','Актуальний збір','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8/','0','fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('61','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Зустрічі, наставництво, табори та безпечний простір для підлітків.</p>','Підтримати BeReal Teens','Актуальний збір','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-bereal-teens','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-bereal-teens/','0','fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('62','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Скерування сімей, дітей, літніх людей і людей у кризі до програм фонду.</p>','Соціальні служби Ужгорода','Партнерство','publish','closed','closed','','%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d1%83%d0%b6%d0%b3%d0%be%d1%80%d0%be%d0%b4%d0%b0','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/partner/%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d1%83%d0%b6%d0%b3%d0%be%d1%80%d0%be%d0%b4%d0%b0/','0','partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('63','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Через табір, наставництво і волонтерство підлітки переходять від пасивної участі до допомоги молодшим.</p>','Історія зміни: підліток знаходить команду','Історія змін','publish','closed','closed','','%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%8f-%d0%b7%d0%bc%d1%96%d0%bd%d0%b8-%d0%bf%d1%96%d0%b4%d0%bb%d1%96%d1%82%d0%be%d0%ba-%d0%b7%d0%bd%d0%b0%d1%85%d0%be%d0%b4%d0%b8%d1%82%d1%8c-%d0%ba%d0%be%d0%bc','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/story/%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%8f-%d0%b7%d0%bc%d1%96%d0%bd%d0%b8-%d0%bf%d1%96%d0%b4%d0%bb%d1%96%d1%82%d0%be%d0%ba-%d0%b7%d0%bd%d0%b0%d1%85%d0%be%d0%b4%d0%b8%d1%82%d1%8c-%d0%ba%d0%be%d0%bc/','0','story','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('64','1','2026-07-01 15:00:58','2026-07-01 12:00:58','<p>Вироби соціальної майстерні, які допомагають підтримувати програми фонду.</p>','Свічки MAWA','Благодійна продукція','publish','closed','closed','','%d1%81%d0%b2%d1%96%d1%87%d0%ba%d0%b8-mawa','','','2026-07-01 15:00:58','2026-07-01 12:00:58','','0','http://ruka-dopomohy.local/mawa-product/%d1%81%d0%b2%d1%96%d1%87%d0%ba%d0%b8-mawa/','0','mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('66','1','2026-07-01 15:27:27','2026-07-01 12:27:27','<section class=\"hero\"><div class=\"wrap hero-grid\"><div><span class=\"eyebrow\">Фонд Милосердя · Ужгород · 5 років роботи</span><h1 class=\"h1\">Рука Допомоги: <em>милосердя у дії</em></h1><p class=\"lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю. Допомога фонду поєднує харчування, базову підтримку, наставництво, духовну опору та живі стосунки з людьми.</p><div class=\"hero-actions\"><a class=\"btn green\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"btn light\" href=\"/pro-fond/\">Про фонд</a></div></div><div class=\"hero-imgs\"><div class=\"photo-card tall\"><img alt=\"Підлітки стоять разом під час зустрічі фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-01.webp\" width=\"956\"/></div><div class=\"photo-card\"><img alt=\"Чоловік виходить із приміщення фонду після отримання допомоги\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/meals-08.webp\" width=\"1001\"/></div><div class=\"photo-card\"><img alt=\"Літній чоловік сидить за столом під час зустрічі фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/elderly-01.webp\" width=\"1200\"/></div></div></div><div class=\"stats\"><div class=\"stat\"><b>72</b> дитини під опікою фонду</div><div class=\"stat\"><b>115</b> пенсіонерів у регулярній підтримці</div><div class=\"stat\"><b>81 000+</b> порцій гарячих обідів за роки діяльності</div><div class=\"stat\"><b>25+</b> волонтерів на регулярній основі</div></div></section>\n<section class=\"sec paper\"><div class=\"wrap split\"><div><span class=\"kicker\">Місія</span><h2 class=\"sec-title\">Підтримка, яка тримається на <em>стосунках</em></h2><p class=\"sec-text\">Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p><div class=\"hero-actions\" style=\"margin-top:22px\"><a class=\"btn dark\" href=\"/zvitnist/\">Звітність</a><a class=\"btn green\" href=\"/volonterstvo/\">Стати волонтером</a></div></div><div class=\"quote\"><p>Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</p><strong>Діана Федорка, керівниця фонду</strong></div></div></section>\n<section class=\"sec\" id=\"programs\"><div class=\"wrap\"><div class=\"sec-head\"><div><span class=\"kicker\">Напрями роботи</span><h2 class=\"sec-title\">Кому і як ми <em>допомагаємо</em></h2></div></div><div class=\"grid three\"><a class=\"card green\" href=\"/dity-i-simyi/\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p></a><a class=\"card\" href=\"/litni-liudy/\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p></a><a class=\"card beige\" href=\"/simyi-u-kryzi/\"><h3>Сім’ї у складних обставинах</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p></a><a class=\"card dark\" href=\"/liudy-bez-zhytla/\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p></a><a class=\"card\" href=\"/liudy-z-invalidnistiu/\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p></a><a class=\"card green\" href=\"/bereal-teens/\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p></a></div><div class=\"gallery\"><img alt=\"Хлопчик сидить за столом із тортом під час святкування\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-04.webp\" width=\"1200\"/><img alt=\"Літня жінка обідає за столом у приміщенні фонду\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/elderly-02.webp\" width=\"1200\"/><img alt=\"Волонтер подає страви людям за столом під час обіду\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/meals-09.webp\" width=\"954\"/><img alt=\"Жінка тримає продуктовий пакет під час видачі допомоги\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/food-03.webp\" width=\"1200\"/><img alt=\"Дівчина виступає або говорить перед учасниками зустрічі\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-06.webp\" width=\"953\"/><img alt=\"Літня жінка сидить біля переданих ліків і засобів догляду\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/medical-01.webp\" width=\"1229\"/><img alt=\"Літні люди сидять разом за столом під час чаювання\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/elderly-04.webp\" width=\"1200\"/><img alt=\"Двоє людей стоять поруч із пакетами продуктової допомоги\" class=\"\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/food-06.webp\" width=\"1200\"/></div></div></section>\n<section class=\"sec dark\"><div class=\"wrap\"><div class=\"sec-head\"><div><span class=\"kicker\">Ключові результати</span><h2 class=\"sec-title\">Масштаб роботи фонду</h2></div></div><div class=\"grid two\"><div class=\"card dark\"><div class=\"one-line-stat\"><b>4 795+</b> продуктових наборів для літніх людей та малозабезпечених сімей</div></div><div class=\"card dark\"><div class=\"one-line-stat\"><b>3 740</b> упаковок ліків передано підопічним</div></div><div class=\"card dark\"><div class=\"one-line-stat\"><b>761</b> раз люди скористалися душем і пранням</div></div><div class=\"card dark\"><div class=\"one-line-stat\"><b>580+</b> відвідувань літніх людей вдома</div></div></div></div></section>\n<section class=\"sec green\"><div class=\"wrap cta\"><div><h2 class=\"sec-title\">Підтримайте роботу фонду</h2><p class=\"sec-text\">Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p></div><div><div class=\"amounts\"><span>100 грн</span><span>300 грн</span><span>500 грн</span><span>1000 грн</span></div><a class=\"btn dark\" href=\"/pidtrymaty/\">Підтримати напряму</a></div></div></section>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-01 15:27:27','2026-07-01 12:27:27','','14','http://ruka-dopomohy.local/?p=66','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('67','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Про фонд</div>\n<h1 class=\"ruka-title\">5 років підтримки людей в Ужгороді</h1>\n<p class=\"ruka-lead\">Фонд Милосердя «Рука Допомоги» — благодійна організація, яка працює з дітьми й підлітками, літніми людьми, сім’ями у складних обставинах, людьми без житла та людьми з інвалідністю.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png\" alt=\"Логотип фонду Рука Допомоги\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Команда, яка працює поруч із людьми</h2><p>Фонд поєднує гуманітарну, соціальну, освітню та духовну підтримку. За роки роботи сформувалася команда координаторів, бухгалтерії, комунікацій, психологів і волонтерів. Робота фонду тримається на регулярності, довірі та відповідальності перед людьми.</p></section>\n<section class=\"ruka-section\"><h2>П’ять основних груп</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти та підлітки</h3><p>Діти й підлітки з кризових родин, які потребують безпечного середовища, навчання, наставництва й розвитку.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди старшого віку, яким потрібні харчування, ліки, увага й регулярне спілкування.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають війну, хворобу, втрату роботи, борги або інші складні обставини.</p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Чоловіки й жінки, які живуть на вулиці або у тимчасових умовах і потребують базової підтримки.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Діти й дорослі, які потребують продуктів, ліків, засобів догляду та підтримки сімей.</p></div><div class=\"ruka-card\"><h3>Громада</h3><p>Волонтери, партнери й місцеві люди, які долучаються до підтримки інших.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Напрями відповідальності</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діана Федорка</h3><p>Керівниця фонду. Стратегія, партнери, розвиток програм і загальна координація.</p></div><div class=\"ruka-card\"><h3>Іванна Гаврош</h3><p>Бухгалтерський облік, закупівлі, фінансова звітність і документообіг.</p></div><div class=\"ruka-card\"><h3>Віра Пасічник</h3><p>Координація сімейного напряму, дитячих програм, підліткового клубу та наставництва.</p></div><div class=\"ruka-card\"><h3>Анастасія Халев</h3><p>Залучення волонтерів, підтримка партнерств, організація подій і підліткових активностей.</p></div><div class=\"ruka-card\"><h3>Надія Минда</h3><p>SMM, контент, фото- й відеосупровід, висвітлення діяльності фонду.</p></div><div class=\"ruka-card\"><h3>Євген Фенцик</h3><p>Супровід людей без житла, чоловічі групи, майстерня та господарська організація.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Про фонд','','publish','closed','closed','','pro-fond','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/pro-fond/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('68','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Діти і сім’ї</div>\n<h1 class=\"ruka-title\">Шанс для дітей і підлітків</h1>\n<p class=\"ruka-lead\">Фонд працює з дітьми та підлітками із сімей у складних життєвих обставинах. Програми поєднують табори, клуби, наставництво, навчання, творчі зустрічі, матеріальну підтримку й роботу з родинами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-04.webp\" alt=\"Діти на програмі фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Регулярна робота з дітьми та родинами</h2><p>У 2024 році фонд працював із 65 дітьми та підлітками, які регулярно отримували підтримку. У ширшому охопленні програми є 72 дитини під опікою фонду. Для частини дітей організовано особисте наставництво, додаткове навчання та творчі активності.</p></section>\n<section class=\"ruka-section\"><h2>Що входить у дитячий напрям</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Табори і денні програми</h3><p>Денні, виїзні, зимові й літні табори з наставниками, командними активностями, духовними темами, іграми та творчістю.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Клуб для підлітків, дівочі зустрічі, дискусії, майстер-класи, наставництво і поступовий перехід учасників до волонтерства.</p></div><div class=\"ruka-card\"><h3>Освіта і розвиток</h3><p>Репетитори, гуртки, курси, навчальні матеріали, читацький клуб і підтримка дітей у шкільному розвитку.</p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Продукти, канцелярія, дитячий одяг, меблі та інші речі, які допомагають родині пройти складний період.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp\" alt=\"Дитяча програма\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp\" alt=\"Заняття з дітьми\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-05.webp\" alt=\"Святкування для дітей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-10.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-11.webp\" alt=\"Творча робота\"></div></section>\n<section class=\"ruka-dark\"><h2>Підтримати дитячі програми</h2><p>Пожертви допомагають оплачувати табори, навчання, матеріали для занять, транспорт, харчування та індивідуальні потреби дітей.</p><div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати</a></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Діти і сім’ї','','publish','closed','closed','','dity-i-simyi','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/dity-i-simyi/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('69','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Літні люди</div>\n<h1 class=\"ruka-title\">Турбота, яка повертає гідність</h1>\n<p class=\"ruka-lead\">Фонд підтримує самотніх пенсіонерів і людей старшого віку: гарячі обіди, продуктові набори, ліки, зустрічі, майстер-класи, дні народження та відвідування вдома.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-02.webp\" alt=\"Зустріч літніх людей\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Люди старшого віку залишаються в центрі уваги фонду</h2><p>У регулярній підтримці фонду перебувають 115 пенсіонерів. Команда не обмежується продуктовою допомогою: для літніх людей проводяться чаювання, творчі зустрічі, привітання з днями народження та відвідування вдома.</p></section>\n<section class=\"ruka-section\"><h2>Формати підтримки</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гаряче харчування</h3><p>Регулярні обіди для людей, які не можуть забезпечити себе повноцінною їжею.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Базова підтримка для самотніх пенсіонерів і людей з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Медикаменти, підгузки, гігієна та індивідуальні потреби.</p></div><div class=\"ruka-card\"><h3>Клуб підтримки</h3><p>Чаювання, творчі зустрічі, спілкування і відновлення людських зв’язків.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp\" alt=\"Літня людина на зустрічі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-03.webp\" alt=\"Чаювання\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp\" alt=\"Зустріч у фонді\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp\" alt=\"Підтримка літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-06.webp\" alt=\"Творча зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-07.webp\" alt=\"Літні люди разом\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Літні люди','','publish','closed','closed','','litni-liudy','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/litni-liudy/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('70','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Сім’ї у кризі</div>\n<h1 class=\"ruka-title\">Підтримка родин у складних обставинах</h1>\n<p class=\"ruka-lead\">Фонд підтримує родини, які переживають бідність, хворобу, втрату роботи, наслідки війни або інші кризи. Допомога включає продукти, одяг, базові речі та підтримку дітей.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp\" alt=\"Продуктова допомога для родин\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що отримують родини</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Продукти</h3><p>Набори першої необхідності для родин, які не мають стабільного доходу.</p></div><div class=\"ruka-card\"><h3>Одяг і базові речі</h3><p>Допомога речами, які потрібні для побуту, школи, дітей і щоденного життя.</p></div><div class=\"ruka-card\"><h3>Підтримка дітей</h3><p>Канцелярія, навчання, дитячі програми, наставництво і безпечне середовище.</p></div><div class=\"ruka-card\"><h3>Людський супровід</h3><p>Команда підтримує родини не одноразово, а через контакт і довіру.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Продуктова підтримка</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Продуктові набори\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Допомога родинам\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Сім’ї у складних обставинах','','publish','closed','closed','','simyi-u-kryzi','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/simyi-u-kryzi/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('71','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гуманітарна допомога</div>\n<h1 class=\"ruka-title\">Базова підтримка для щоденного життя</h1>\n<p class=\"ruka-lead\">Гуманітарний напрям охоплює гарячі обіди, продуктові набори, ліки, гігієну, одяг, побутові речі та індивідуальні запити людей, які проходять складний період.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-04.webp\" alt=\"Гаряча їжа для потребуючих\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що входить у гуманітарну підтримку</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Фонд регулярно готує та видає гарячі обіди для літніх людей і людей без житла.</p><p><a href=\"/bezkoshtovni-obidy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Родини у складних обставинах і самотні пенсіонери отримують продукти для базового харчування.</p><p><a href=\"/produktovi-nabory/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Підопічним передаються ліки, підгузки, гігієнічні засоби та інші необхідні речі.</p><p><a href=\"/medychna-dopomoha/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Душ, прання, стрижки</h3><p>Люди без житла можуть отримати доступ до гігієнічних послуг, прання одягу та перукарської допомоги.</p><p><a href=\"/hihiienichna-pidtrymka/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Допомога надається родинам, які переживають хворобу, втрату доходу, наслідки війни або інші кризи.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Як долучитися</h3><p>Фонд приймає пожертви, продукти, засоби гігієни та волонтерську допомогу.</p><p><a href=\"/pidtrymaty/\">Детальніше</a></p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото гуманітарної роботи</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Продукти\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp\" alt=\"Ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp\" alt=\"Видача допомоги\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp\" alt=\"Продуктові пакети\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp\" alt=\"Підтримка людей\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гуманітарна допомога','','publish','closed','closed','','humanitarna-dopomoha','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/humanitarna-dopomoha/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('72','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гаряче харчування</div>\n<h1 class=\"ruka-title\">Безкоштовні гарячі обіди</h1>\n<p class=\"ruka-lead\">Гарячі обіди — один із базових напрямів фонду. Це щоденна підтримка для літніх людей, людей без житла та інших потребуючих мешканців громади.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp\" alt=\"Видача гарячих обідів\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для багатьох людей гарячий обід — це не тільки їжа. Це регулярний контакт із командою, можливість бути поміченим і отримати іншу допомогу, якщо ситуація погіршується.</p></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp\" alt=\"Їдальня фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp\" alt=\"Волонтери\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp\" alt=\"Приготування їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp\" alt=\"Видача обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp\" alt=\"Люди отримують обід\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Безкоштовні обіди','','publish','closed','closed','','bezkoshtovni-obidy','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/hariachi-obidy/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('73','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Продуктова підтримка</div>\n<h1 class=\"ruka-title\">Продуктові набори для родин і літніх людей</h1>\n<p class=\"ruka-lead\">Фонд передає продуктові набори самотнім пенсіонерам, малозабезпеченим сім’ям, людям з інвалідністю та родинам у складних обставинах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp\" alt=\"Продуктові набори\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кому допомагаємо</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають бідність, війну, хворобу або втрату доходу.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Люди та родини, для яких догляд створює додаткове фінансове навантаження.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Пакування продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp\" alt=\"Допомога родині\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Продуктовий пакет\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Волонтери з допомогою\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-07.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Продуктові набори','','publish','closed','closed','','produktovi-nabory','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/produktovi-nabory/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('74','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Медична підтримка</div>\n<h1 class=\"ruka-title\">Ліки, підгузки та засоби догляду</h1>\n<p class=\"ruka-lead\">Фонд допомагає із базовими ліками, підгузками, засобами гігієни та окремими медичними потребами підопічних, коли сім’я або людина не може закрити це самостійно.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Ліки та засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Ліки, засоби догляду, індивідуальні запити</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки для літніх людей</h3><p>Фонд допомагає з базовими медикаментами для підопічних, які мають хронічні захворювання.</p></div><div class=\"ruka-card\"><h3>Засоби догляду</h3><p>Передаються підгузки, гігієнічні засоби та інші речі, необхідні людям з інвалідністю і важкими станами.</p></div><div class=\"ruka-card\"><h3>Адресна підтримка</h3><p>Команда розглядає індивідуальні звернення і допомагає в межах наявних ресурсів фонду.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp\" alt=\"Передані ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp\" alt=\"Засоби догляду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-04.webp\" alt=\"Допомога підопічним\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Медична допомога','','publish','closed','closed','','medychna-dopomoha','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/medychna-dopomoha/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('75','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гігієна і гідність</div>\n<h1 class=\"ruka-title\">Душ, прання, стрижки та базова гігієна</h1>\n<p class=\"ruka-lead\">Для людей без житла та людей у складних обставинах фонд надає доступ до душу, прання одягу, стрижок, гоління і базових засобів гігієни.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp\" alt=\"Підтримка людей у складних обставинах\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Душ, прання, стрижки та базовий догляд</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для людей без житла</h3><p>Гігієнічні послуги допомагають людям зберегти здоров’я, гідність і можливість рухатися до стабільнішого життя.</p></div><div class=\"ruka-card\"><h3>Побутова допомога</h3><p>Прання одягу, душ і стрижки поєднуються з харчуванням та іншою гуманітарною підтримкою.</p></div><div class=\"ruka-card\"><h3>Роль волонтерів</h3><p>Волонтери допомагають організувати запис, супровід, видачу речей і комунікацію з підопічними.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гігієнічна підтримка','','publish','closed','closed','','hihiienichna-pidtrymka','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/hihiiena/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('76','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Люди без житла</div>\n<h1 class=\"ruka-title\">Допомога тим, хто опинився на вулиці</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей без дому гарячими обідами, одягом, душем, пранням, стрижками, голінням, людською увагою та допомогою з документами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp\" alt=\"Підтримка людей без житла\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Комплексна базова підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Їжа</h3><p>Гарячі обіди допомагають людині вижити і тримати контакт із фондом.</p></div><div class=\"ruka-card\"><h3>Гігієна</h3><p>Душ, прання, стрижка і гоління повертають людині охайність і гідність.</p></div><div class=\"ruka-card\"><h3>Одяг</h3><p>Фонд передає одяг і базові речі відповідно до сезону та потреби.</p></div><div class=\"ruka-card\"><h3>Документи</h3><p>Команда допомагає людям зробити перші кроки до відновлення документів і стабільнішого життя.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp\" alt=\"Люди отримують обід\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp\" alt=\"Видача їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp\" alt=\"Волонтерська допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди без житла','','publish','closed','closed','','liudy-bez-zhytla','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/liudy-bez-zhytla/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('77','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підтримка людей з інвалідністю</div>\n<h1 class=\"ruka-title\">Підтримка дітей і дорослих з інвалідністю</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей з інвалідністю та їхні сім’ї продуктами, ліками, засобами догляду, підгузками, окремими технічними засобами й супроводом у щоденних потребах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp\" alt=\"Засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підтримка людей і їхніх сімей</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Фонд допомагає з медикаментами, підгузками, засобами гігієни та базовими речами.</p></div><div class=\"ruka-card\"><h3>Продуктова допомога</h3><p>Сім’ї, які мають додаткове навантаження через догляд, можуть отримувати продуктові набори.</p></div><div class=\"ruka-card\"><h3>Індивідуальний супровід</h3><p>Команда приймає звернення і визначає, яку підтримку фонд може надати в конкретній ситуації.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для таких сімей навіть невелика регулярна допомога має практичне значення: вона зменшує фінансове навантаження, підтримує догляд і дає родині ресурс триматися в складних обставинах.</p></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди з інвалідністю','','publish','closed','closed','','liudy-z-invalidnistiu','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/liudy-z-invalidnistiu/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('78','1','2026-07-01 15:27:28','2026-07-01 12:27:28','<section class=\"hero\"><div class=\"wrap hero-grid\"><div><span class=\"eyebrow\">BeReal Teens</span><h1 class=\"h1\">Підлітковий клуб BeReal Teens</h1><p class=\"lead\">BeReal Teens — підлітковий клуб фонду «Рука Допомоги»: регулярні зустрічі, наставництво, табори, творчі активності, дискусії та безпечне середовище для підлітків.</p><div class=\"hero-actions\"><a class=\"btn green\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"btn light\" href=\"#programs\">Перейти до напрямів</a></div></div><div class=\"hero-imgs\"><div class=\"photo-card tall\"><img alt=\"Підлітки стоять разом під час зустрічі фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-01.webp\" width=\"956\"/></div><div class=\"photo-card\"><img alt=\"Хлопчик тримає набір LEGO під час дитячої програми\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-02.webp\" width=\"935\"/></div><div class=\"photo-card\"><img alt=\"Хлопчик отримує подарунок на дитячому святі\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-03.webp\" width=\"1060\"/></div></div></div></section>\n<section class=\"sec\"><div class=\"wrap\"><span class=\"kicker\">BeReal Teens</span><h2 class=\"sec-title\">Підлітки, майстерні, психологічна підтримка</h2><div class=\"grid three\" style=\"margin-top:28px\"><a class=\"card green\" href=\"/dity-i-simyi/\"><h3>BeReal Teens</h3><p>Регулярні зустрічі, дискусії, наставництво, творчі активності та табори для підлітків.</p></a><a class=\"card\" href=\"/mawa/\"><h3>Творчі майстерні</h3><p>Кераміка, ручна робота та інші формати, які допомагають людям відновлюватися через спільну діяльність.</p></a><a class=\"card beige\" href=\"/litni-liudy/\"><h3>Програма для літніх людей</h3><p>Зустрічі, чаювання, творчі заняття, підтримка пам’яті, руху та спілкування.</p></a><a class=\"card dark\" href=\"/medychna-dopomoha/\"><h3>Психологічний супровід</h3><p>Групові заняття, індивідуальні консультації та підтримка людей, які переживають тривалий стрес.</p></a><a class=\"card\" href=\"/volonterstvo/\"><h3>Міжпоколінні події</h3><p>Заходи, у яких підлітки, дорослі й літні люди діють разом і формують нові зв’язки.</p></a><a class=\"card green\" href=\"/kontakty/\"><h3>Долучитися</h3><p>До хабу можна долучитися як учасник, волонтер, партнер або благодійник.</p></a></div><div class=\"gallery\"><img alt=\"Підлітки стоять разом під час зустрічі фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-01.webp\" width=\"956\"/><img alt=\"Хлопчик тримає набір LEGO під час дитячої програми\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-02.webp\" width=\"935\"/><img alt=\"Хлопчик отримує подарунок на дитячому святі\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-03.webp\" width=\"1060\"/><img alt=\"Хлопчик сидить за столом із тортом під час святкування\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-04.webp\" width=\"1200\"/><img alt=\"Дівчина тримає квіти під час підліткової зустрічі\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-05.webp\" width=\"935\"/><img alt=\"Дівчина виступає або говорить перед учасниками зустрічі\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/children-06.webp\" width=\"953\"/><img alt=\"Літній чоловік сидить за столом під час зустрічі фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/elderly-01.webp\" width=\"1200\"/><img alt=\"Літня жінка обідає за столом у приміщенні фонду\" decoding=\"async\" height=\"1600\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/plugins/ruka-site-builder/assets/img/elderly-02.webp\" width=\"1200\"/></div></div></section>','BeReal Teens','','inherit','closed','closed','','21-revision-v1','','','2026-07-01 15:27:28','2026-07-01 12:27:28','','21','http://ruka-dopomohy.local/?p=78','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('79','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Волонтерство</div>\n<h1 class=\"ruka-title\">Долучитися до роботи фонду</h1>\n<p class=\"ruka-lead\">Волонтери допомагають на обідах, у дитячих і підліткових програмах, у роботі з літніми людьми, на заходах, у доставці допомоги, комунікаціях і партнерських ініціативах.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Де потрібна допомога</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Обіди та видача допомоги</h3><p>Допомога з підготовкою, пакуванням, видачею гарячих обідів і продуктових наборів.</p></div><div class=\"ruka-card \"><h3>Діти і підлітки</h3><p>Участь у таборах, клубах, майстер-класах, наставництві та організації дитячих подій.</p></div><div class=\"ruka-card \"><h3>Літні люди</h3><p>Візити, чаювання, привітання з днями народження, доставка допомоги та спілкування.</p></div><div class=\"ruka-card \"><h3>Логістика</h3><p>Сортування речей, перевезення, закупівлі, підготовка приміщень і супровід заходів.</p></div><div class=\"ruka-card \"><h3>MAWA</h3><p>Допомога з виробами, пакуванням, ярмарками, фотографіями та комунікацією з покупцями.</p></div><div class=\"ruka-card \"><h3>Комунікації</h3><p>Фото, відео, тексти, соцмережі, історії змін.</p></div></div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/anketa-volontera/\">Заповнити анкету волонтера</a></div>\n</section>\n</div>','Волонтерство','','publish','closed','closed','','volonterstvo','','','2026-07-01 16:46:23','2026-07-01 13:46:23','','0','http://ruka-dopomohy.local/volonterstvo/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('80','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Звітність</div>\n<h1 class=\"ruka-title\">Прозорість роботи фонду</h1>\n<p class=\"ruka-lead\">Фонд веде облік допомоги, готує звіти, фіксує кількість обідів, продуктових наборів, дитячих подій, заходів для літніх людей, гігієнічних послуг і волонтерської участі.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png\" alt=\"Звітність фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Відкриті дані про роботу фонду</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитячий напрям</h3><p>У звітах фіксуються події, табори, освітня підтримка, наставництво та індивідуальна робота з дітьми.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Окремо обліковуються зустрічі, візити додому, подарунки, гуманітарна та медична підтримка.</p></div><div class=\"ruka-card\"><h3>Гуманітарна допомога</h3><p>Фонд веде облік виданих обідів, продуктових наборів, ліків, засобів гігієни та інших видів допомоги.</p></div><div class=\"ruka-card\"><h3>Фінансова прозорість</h3><p>Пожертви й витрати обліковуються через бухгалтерію фонду та внутрішні звітні документи.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Фіксується участь команди й волонтерів у регулярних програмах та окремих заходах фонду.</p></div><div class=\"ruka-card\"><h3>Результати за роки</h3><p>На сайті подано ключові показники роботи фонду, підтверджені внутрішніми звітами й презентацією.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Ключові показники</h2><div class=\"ruka-grid\"><div class=\"ruka-stat\"><strong>81 000+</strong>обідів</div><div class=\"ruka-stat\"><strong>4 795+</strong>наборів</div><div class=\"ruka-stat\"><strong>3 740</strong>упаковок ліків</div><div class=\"ruka-stat\"><strong>761</strong>гігієнічна послуга</div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Звітність','','publish','closed','closed','','zvitnist','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/zvitnist/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('81','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Контакти</div>\n<h1 class=\"ruka-title\">Зв’язатися з фондом</h1>\n<p class=\"ruka-lead\">Підтримати фонд можна фінансово, матеріально, волонтерською участю або партнерством. Команда працює в Ужгороді.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Основні контакти</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Керівниця фонду — Діана Федорка</h3><p>Тел.: +380 50 843 1219</p></div><div class=\"ruka-card \"><h3>Email фонду</h3><p>rukadopomogy.uzh@gmail.com</p></div><div class=\"ruka-card \"><h3>Instagram</h3><p>@rukadopomogy.uzh</p></div><div class=\"ruka-card \"><h3>Адреса</h3><p>м. Ужгород, вул. Швабська, 75, приміщення 7.</p></div><div class=\"ruka-card \"><h3>Волонтерство</h3><p>Для участі заповніть анкету волонтера або зв’яжіться з фондом напряму.</p></div><div class=\"ruka-card \"><h3>Партнерство</h3><p>Для співпраці відкрийте сторінку “Для партнерів”.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Швидкі переходи</h2>\n<div class=\"ruka-actions\">\n<a class=\"ruka-btn\" href=\"/anketa-volontera/\">Анкета волонтера</a>\n<a class=\"ruka-btn alt\" href=\"/dlia-partneriv/\">Для партнерів</a>\n<a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати фонд</a>\n</div>\n</section>\n</div>','Контакти','','publish','closed','closed','','kontakty','','','2026-07-01 16:46:22','2026-07-01 13:46:22','','0','http://ruka-dopomohy.local/kontakty/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('82','1','2026-07-01 15:27:28','2026-07-01 12:27:28','<!DOCTYPE html>\n<html lang=\"uk\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>MAWA — Вироби ручної роботи з місією</title>\n<meta name=\"description\" content=\"MAWA — соціальний крафт-бренд з Ужгорода. Натуральне мило, керамічні вироби, в\'язані вироби ручної роботи. 100% прибутку — на програми фонду «Рука Допомоги».\">\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link href=\"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Jost:wght@300;400;500&display=swap\" rel=\"stylesheet\">\n<style>\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}\n:root{\n  --cream:#F5EFE4;--beige:#EDE3D2;--beige-mid:#E0D4C0;\n  --terra:#B85C38;--terra-dark:#8C3E22;--terra-light:#D9845F;\n  --brown:#3E2210;--brown-mid:#7A4F35;\n  --sand:#C4A882;--sand-light:#DDD0BC;\n  --white:#FDFAF5;--text:#2E1A0E;--text-muted:#7A5C42;\n  --font-d:\'Cormorant Garamond\',Georgia,serif;\n  --font-b:\'Jost\',sans-serif;\n  --clay:#C17F5A;\n  --seaweed:#4A7C6F;\n  --sea-salt:#E8B4B8;\n  --charcoal:#3A3A3A;\n}\nhtml{scroll-behavior:smooth}\nbody{font-family:var(--font-b);background:var(--cream);color:var(--text);font-size:16px;line-height:1.7;font-weight:300;overflow-x:hidden}\n\n/* NAV */\nnav{position:fixed;top:0;left:0;right:0;z-index:200;padding:0 6%;background:rgba(245,239,228,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(196,168,130,0.2);display:flex;align-items:center;justify-content:space-between;height:64px}\n.nav-logo{font-family:var(--font-d);font-size:28px;font-weight:600;color:var(--brown);letter-spacing:.14em;text-decoration:none;text-transform:uppercase}\n.nav-links{display:flex;align-items:center;gap:4px}\n.nav-link{font-size:12px;font-weight:400;letter-spacing:.05em;color:var(--text-muted);text-decoration:none;padding:7px 12px;transition:color .2s;white-space:nowrap}\n.nav-link:hover{color:var(--brown)}\n.nav-cta{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--terra);border:none;padding:10px 20px;cursor:pointer;text-decoration:none;transition:background .2s;margin-left:6px;white-space:nowrap}\n.nav-cta:hover{background:var(--terra-dark)}\n\n/* HERO */\n.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:64px}\n.hero-left{display:flex;flex-direction:column;justify-content:center;padding:7% 5% 7% 8%}\n.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--terra);margin-bottom:20px}\n.hero-title{font-family:var(--font-d);font-size:clamp(38px,4.8vw,70px);font-weight:500;line-height:1.1;color:var(--brown);margin-bottom:22px}\n.hero-title em{font-style:italic;color:var(--terra)}\n.hero-sub{font-size:15px;color:var(--text-muted);max-width:400px;line-height:1.8;margin-bottom:40px}\n.seg-label{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}\n.seg-tiles{display:flex;flex-direction:column;gap:8px;max-width:390px}\n.seg-tile{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--white);border:1px solid var(--sand-light);text-decoration:none;color:var(--text);transition:border-color .2s,background .15s,transform .15s;cursor:pointer}\n.seg-tile:hover{border-color:var(--terra);background:rgba(184,92,56,.04);transform:translateX(4px)}\n.seg-tile.partner{border-color:var(--sand);background:rgba(196,168,130,.08)}\n.seg-tile.partner:hover{border-color:var(--terra-dark);background:rgba(184,92,56,.06)}\n.seg-icon{width:36px;height:36px;background:var(--beige);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--terra)}\n.seg-tile.partner .seg-icon{background:rgba(62,34,16,.07)}\n.seg-body{flex:1}\n.seg-title{font-size:16px;font-weight:400;color:var(--brown);margin-bottom:0}\n.seg-sub{display:none}\n.seg-arr{color:var(--sand);transition:transform .2s,color .2s}\n.seg-tile:hover .seg-arr{color:var(--terra);transform:translateX(3px)}\n\n.hero-right{position:relative;overflow:hidden;background:var(--beige)}\n.hero-img-ph{width:100%;height:100%;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,#EDE3D2 0%,#D4C4A8 55%,#C4A882 100%);color:var(--brown-mid);font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.7}\n.hero-badge{position:absolute;bottom:28px;left:28px;background:var(--white);padding:16px 20px;max-width:200px;border-left:3px solid var(--terra)}\n.hero-badge-num{font-family:var(--font-d);font-size:36px;font-weight:500;color:var(--terra);line-height:1;margin-bottom:4px}\n.hero-badge-text{font-size:11px;color:var(--text-muted);line-height:1.45}\n\n/* TRUST */\n.trust{background:var(--brown);padding:16px 6%;display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap}\n.trust-i{display:flex;align-items:center;gap:8px;color:var(--sand-light);font-size:12px;letter-spacing:.05em}\n.trust-i svg{width:15px;height:15px;color:var(--terra-light);flex-shrink:0}\n\n/* SECTIONS */\n.sec{padding:84px 8%}\n.sec-ey{font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--terra);margin-bottom:12px}\n.sec-title{font-family:var(--font-d);font-size:clamp(28px,3.5vw,50px);font-weight:500;line-height:1.2;color:var(--brown);margin-bottom:12px}\n.sec-title em{font-style:italic}\n.sec-lead{font-size:15px;color:var(--text-muted);max-width:520px;line-height:1.8}\n.sec-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:48px}\n\n/* BUTTONS */\n.btn-p{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:var(--terra);color:var(--white);font-family:var(--font-b);font-size:13px;font-weight:500;letter-spacing:.08em;text-decoration:none;transition:background .2s,transform .15s;border:none;cursor:pointer}\n.btn-p:hover{background:var(--terra-dark);transform:translateY(-1px)}\n.btn-s{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:transparent;color:var(--brown);border:1px solid var(--sand);font-family:var(--font-b);font-size:13px;font-weight:400;text-decoration:none;transition:border-color .2s,color .2s;cursor:pointer}\n.btn-s:hover{border-color:var(--terra);color:var(--terra)}\n.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:transparent;color:var(--text-muted);border:1px solid var(--sand-light);font-family:var(--font-b);font-size:13px;font-weight:300;text-decoration:none;transition:border-color .2s,color .2s;cursor:pointer}\n.btn-ghost:hover{border-color:var(--sand);color:var(--brown)}\n\n/* B2C */\n#b2c{background:var(--white)}\n.b2c-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px}\n.b2c-card{background:var(--cream);padding:32px 28px;border:1px solid var(--beige);transition:border-color .2s}\n.b2c-card:hover{border-color:var(--sand)}\n.b2c-icon{width:40px;height:40px;color:var(--terra);margin-bottom:16px}\n.b2c-card-title{font-family:var(--font-d);font-size:20px;font-weight:500;color:var(--brown);margin-bottom:7px}\n.b2c-card-text{font-size:14px;color:var(--text-muted);line-height:1.7}\n.b2c-cta{margin-top:40px;display:flex;gap:12px;flex-wrap:wrap}\n\n/* B2B */\n#b2b{background:var(--cream)}\n.b2b-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:68px;align-items:start}\n.b2b-steps{display:flex;flex-direction:column;margin-top:32px}\n.b2b-step{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--beige)}\n.b2b-step:last-child{border-bottom:none}\n.b2b-step-n{font-family:var(--font-d);font-size:30px;font-weight:500;color:var(--terra);line-height:1;min-width:32px;padding-top:2px}\n.b2b-step-title{font-family:var(--font-d);font-size:17px;font-weight:500;color:var(--brown);margin-bottom:4px}\n.b2b-step-text{font-size:13px;color:var(--text-muted);line-height:1.65}\n.b2b-card{background:var(--white);padding:32px;border:1px solid var(--beige);position:sticky;top:84px}\n.b2b-card-title{font-family:var(--font-d);font-size:20px;font-weight:500;color:var(--brown);margin-bottom:18px}\n.b2b-perks{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}\n.b2b-perk{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);line-height:1.5}\n.b2b-perk svg{width:16px;height:16px;color:var(--terra);flex-shrink:0;margin-top:3px}\n\n/* FAMILY */\n#family{background:var(--beige)}\n.family-layout{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}\n.family-occ{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:28px}\n.fam-occ{background:var(--white);padding:20px 18px;border:1px solid var(--sand-light)}\n.fam-occ-num{font-family:var(--font-d);font-size:26px;color:var(--terra);margin-bottom:6px}\n.fam-occ-title{font-size:13px;font-weight:500;color:var(--brown);margin-bottom:3px}\n.fam-occ-text{font-size:12px;color:var(--text-muted);line-height:1.5}\n.fam-img-ph{width:100%;aspect-ratio:4/5;background:linear-gradient(160deg,#DDD0BC,#C4A882);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--brown-mid);font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.7}\n.fam-quote{background:var(--white);padding:20px 22px;margin-top:3px;border-left:3px solid var(--terra)}\n.fam-quote-text{font-family:var(--font-d);font-size:16px;font-style:italic;color:var(--brown);line-height:1.5;margin-bottom:7px}\n.fam-quote-sub{font-size:11px;color:var(--text-muted)}\n\n/* PARTNERSHIP */\n#partnership{background:var(--brown);color:var(--white)}\n#partnership .sec-title{color:var(--sand-light)}\n#partnership .sec-ey{color:var(--terra-light)}\n#partnership .sec-lead{color:rgba(237,220,188,.65);max-width:100%}\n\n.partner-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;margin-bottom:52px}\n\n.partner-types{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-bottom:52px}\n.partner-card{background:rgba(255,255,255,.06);padding:26px 20px;border:1px solid rgba(196,168,130,.15);transition:background .2s,border-color .2s;cursor:default}\n.partner-card:hover{background:rgba(255,255,255,.1);border-color:rgba(196,168,130,.35)}\n.partner-card-icon{width:36px;height:36px;color:var(--terra-light);margin-bottom:16px}\n.partner-card-title{font-family:var(--font-d);font-size:17px;font-weight:500;color:var(--sand-light);margin-bottom:8px;line-height:1.3}\n.partner-card-text{font-size:12px;color:rgba(196,168,130,.65);line-height:1.6}\n.partner-card-tag{display:inline-block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--terra-light);border:1px solid rgba(184,92,56,.4);padding:3px 8px;margin-top:12px}\n\n.partner-cta-block{background:rgba(255,255,255,.04);border:1px solid rgba(196,168,130,.15);padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.partner-cta-title{font-family:var(--font-d);font-size:26px;font-weight:500;color:var(--sand-light);margin-bottom:10px}\n.partner-cta-text{font-size:14px;color:rgba(196,168,130,.6);line-height:1.75}\n.partner-cta-actions{display:flex;flex-direction:column;gap:10px}\n.partner-cta-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(196,168,130,.4);margin-bottom:4px}\n\n.btn-partner-p{display:flex;align-items:center;gap:10px;padding:15px 22px;background:var(--terra);color:var(--white);font-family:var(--font-b);font-size:13px;font-weight:500;letter-spacing:.07em;text-decoration:none;transition:background .2s;border:none;cursor:pointer;width:100%;justify-content:center}\n.btn-partner-p:hover{background:var(--terra-dark)}\n.btn-partner-s{display:flex;align-items:center;gap:10px;padding:14px 22px;background:transparent;color:var(--sand-light);border:1px solid rgba(196,168,130,.35);font-family:var(--font-b);font-size:13px;font-weight:300;text-decoration:none;transition:border-color .2s,color .2s;cursor:pointer;width:100%;justify-content:center}\n.btn-partner-s:hover{border-color:var(--sand);color:var(--white)}\n.btn-partner-g{display:flex;align-items:center;gap:10px;padding:14px 22px;background:transparent;color:rgba(196,168,130,.5);border:1px solid rgba(196,168,130,.15);font-family:var(--font-b);font-size:13px;font-weight:300;text-decoration:none;transition:border-color .2s,color .2s;cursor:pointer;width:100%;justify-content:center}\n.btn-partner-g:hover{border-color:rgba(196,168,130,.3);color:rgba(196,168,130,.8)}\n.cta-hint{font-size:11px;color:rgba(196,168,130,.35);text-align:center;margin-top:6px}\n\n/* PRODUCTS */\n#products{background:var(--white)}\n.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:48px}\n.prod-card{background:var(--white);overflow:hidden;transition:transform .2s;border:1px solid var(--beige)}\n.prod-card:hover{transform:translateY(-3px)}\n.prod-img{width:100%;aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--brown-mid);opacity:.6}\n.prod-body{padding:18px 20px 24px}\n.prod-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--terra);font-weight:500;margin-bottom:4px}\n.prod-name{font-family:var(--font-d);font-size:21px;color:var(--brown);font-weight:500;margin-bottom:3px}\n.prod-desc{font-size:13px;color:var(--text-muted);line-height:1.6}\n\n/* MISSION */\n#mission{background:var(--brown);color:var(--white)}\n#mission .sec-title{color:var(--sand-light)}\n#mission .sec-ey{color:var(--terra-light)}\n.mission-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}\n.m-stats{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:36px}\n.m-stat{background:rgba(255,255,255,.06);padding:24px 20px;border:1px solid rgba(196,168,130,.18)}\n.m-stat-n{font-family:var(--font-d);font-size:38px;font-weight:500;color:var(--terra-light);line-height:1;margin-bottom:4px}\n.m-stat-l{font-size:12px;color:rgba(196,168,130,.55);line-height:1.4}\n.m-quote{padding:30px;border-left:3px solid var(--terra);background:rgba(255,255,255,.04)}\n.m-quote-text{font-family:var(--font-d);font-size:20px;font-style:italic;color:var(--sand-light);line-height:1.55;margin-bottom:14px}\n.m-quote-auth{font-size:12px;color:rgba(196,168,130,.55);letter-spacing:.06em}\n.m-body{font-size:14px;color:rgba(237,220,188,.5);line-height:1.8;margin-top:18px}\n.m-body strong{color:var(--terra-light);font-weight:400}\n\n/* CONTACT */\n#contact{background:var(--cream)}\n.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:start}\n.contact-info{position:sticky;top:84px}\n.contact-opts{display:flex;flex-direction:column;gap:8px;margin-top:32px}\n.c-opt{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--white);border:1px solid var(--beige);text-decoration:none;color:var(--text);transition:border-color .2s}\n.c-opt:hover{border-color:var(--terra)}\n.c-opt-icon{width:34px;height:34px;background:var(--beige);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--terra)}\n.c-opt-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1px}\n.c-opt-val{font-size:14px;color:var(--brown)}\n.c-opt-arr{color:var(--sand);margin-left:auto;transition:transform .2s,color .2s}\n.c-opt:hover .c-opt-arr{color:var(--terra);transform:translateX(3px)}\n\n.form-wrap{background:var(--white);padding:36px;border:1px solid var(--beige)}\n.form-title{font-family:var(--font-d);font-size:24px;font-weight:500;color:var(--brown);margin-bottom:4px}\n.form-sub{font-size:13px;color:var(--text-muted);margin-bottom:24px}\n.fg{margin-bottom:16px}\n.fg label{display:block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}\n.fg input,.fg select,.fg textarea{width:100%;padding:11px 14px;background:var(--cream);border:1px solid var(--sand-light);color:var(--text);font-family:var(--font-b);font-size:14px;font-weight:300;outline:none;transition:border-color .2s;border-radius:0;appearance:none}\n.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--terra)}\n.fg textarea{min-height:80px;resize:vertical}\n.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}\n.f-submit{width:100%;padding:16px;background:var(--terra);color:var(--white);font-family:var(--font-b);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;margin-top:4px}\n.f-submit:hover{background:var(--terra-dark)}\n.f-note{font-size:11px;color:var(--text-muted);text-align:center;margin-top:8px;opacity:.6}\n.f-success{display:none;text-align:center;padding:40px 16px}\n.f-success.on{display:block}\n.f-suc-ic{width:48px;height:48px;border-radius:50%;background:rgba(184,92,56,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--terra)}\n.f-suc-title{font-family:var(--font-d);font-size:22px;color:var(--brown);margin-bottom:8px}\n.f-suc-text{font-size:13px;color:var(--text-muted);line-height:1.7}\n\n/* FAQ */\n#faq{background:var(--beige)}\n.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:40px}\n.faq-item{padding:24px 26px;background:var(--white);border:1px solid var(--sand-light)}\n.sec-clay{background:#F2E6DC}\n.sec-seaweed{background:#EBF0EE}\n.sec-seasalt{background:#FAF0F1}\n.sec-charcoal{background:#F4F2F0}\n.faq-q{font-family:var(--font-d);font-size:17px;font-weight:500;color:var(--brown);margin-bottom:7px;line-height:1.35}\n.faq-a{font-size:13px;color:var(--text-muted);line-height:1.7}\n\n/* FOOTER */\nfooter{background:var(--brown);padding:40px 8%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}\n.f-logo{font-family:var(--font-d);font-size:28px;font-weight:600;color:var(--sand-light);letter-spacing:.14em;text-transform:uppercase}\n.f-tag{font-size:11px;color:rgba(196,168,130,.5);margin-top:3px}\n.f-links{display:flex;gap:20px;flex-wrap:wrap}\n.f-links a{font-size:12px;color:rgba(196,168,130,.5);text-decoration:none;transition:color .2s}\n.f-links a:hover{color:var(--sand-light)}\n\n/* ANIMATIONS */\n@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.hero-eyebrow{animation:fadeUp .5s ease both}\n.hero-title{animation:fadeUp .5s .08s ease both}\n.hero-sub{animation:fadeUp .5s .16s ease both}\n.seg-label{animation:fadeUp .5s .22s ease both}\n.seg-tiles{animation:fadeUp .5s .28s ease both}\n\n/* RESPONSIVE */\n@media(max-width:1100px){\n  .partner-types{grid-template-columns:repeat(3,1fr)}\n  .nav-link{display:none}\n}\n@media(max-width:960px){\n  .hero{grid-template-columns:1fr}.hero-right{display:none}\n  .b2b-layout,.family-layout,.mission-layout,.contact-layout,.partner-intro{grid-template-columns:1fr;gap:40px}\n  .b2b-card,.contact-info{position:static}\n  .prod-grid{grid-template-columns:1fr 1fr}\n  .sec-header{grid-template-columns:1fr;gap:14px}\n  .partner-cta-block{grid-template-columns:1fr;gap:28px}\n}\n@media(max-width:640px){\n  .sec{padding:56px 5%}\n  .b2c-grid,.family-occ,.m-stats,.faq-grid,.partner-types{grid-template-columns:1fr}\n  .prod-grid{grid-template-columns:1fr}\n  .fg-row{grid-template-columns:1fr}\n  .form-wrap{padding:22px 16px}\n  footer{flex-direction:column;align-items:flex-start}\n  .trust{gap:18px}\n  nav{padding:0 4%}\n}\n\n/* MAWA product image carousels added from Nastya instructions */\n.prod-carousel{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--sand-light)}\n.prod-carousel-track{height:100%;display:flex;transition:transform .35s ease}\n.prod-slide{min-width:100%;height:100%;margin:0;padding:0;position:relative;background:var(--sand-light)}\n.prod-slide img{width:100%;height:100%;display:block;object-fit:cover}\n.prod-slide img.contain{object-fit:contain;padding:14px;background:#E8DFD0}\n.prod-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid rgba(253,250,245,.65);background:rgba(62,34,16,.45);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s;z-index:2}\n.prod-carousel-btn:hover,.prod-carousel-btn:focus{background:rgba(184,92,56,.85);border-color:rgba(253,250,245,.95);outline:none}\n.prod-carousel-btn.prev{left:10px}.prod-carousel-btn.next{right:10px}\n.prod-carousel-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;gap:6px;justify-content:center;z-index:2}\n.prod-carousel-dot{width:7px;height:7px;border-radius:50%;border:1px solid rgba(253,250,245,.9);background:rgba(62,34,16,.25);padding:0;cursor:pointer}\n.prod-carousel-dot.active{background:var(--white)}\n.prod-carousel.single .prod-carousel-btn,.prod-carousel.single .prod-carousel-dots{display:none}\n@media(max-width:640px){.prod-carousel-btn{width:38px;height:38px}.prod-carousel-dot{width:8px;height:8px}}\n\n</style>\n</head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a class=\"nav-logo\" href=\"#\">MAWA</a>\n  <div class=\"nav-links\">\n    <a class=\"nav-link\" href=\"#b2c\">Для себе</a>\n    <a class=\"nav-link\" href=\"#b2b\">Бізнесу</a>\n    <a class=\"nav-link\" href=\"#family\">Родині</a>\n    <a class=\"nav-link\" href=\"#partnership\">Партнерство</a>\n    <a class=\"nav-link\" href=\"#products\">Продукція</a>\n    <a class=\"nav-link\" href=\"#mission\">Місія</a>\n    <a class=\"nav-cta\" href=\"#contact\">Замовити</a>\n  </div>\n</nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-left\">\n    <p class=\"hero-eyebrow\">Ручна робота · Соціальний бренд · Ужгород</p>\n    <h1 class=\"hero-title\">Вироби,<br>зроблені<br><em>з серцем</em></h1>\n    <p class=\"hero-sub\">Натуральне мило, керамічні вироби та в\'язані вироби від майстринь Закарпаття.<br><span style=\"display:inline-block;margin-top:10px;padding:8px 14px;background:rgba(184,92,56,.1);border-left:3px solid var(--terra);font-size:14px;color:var(--terra-dark);font-weight:400;letter-spacing:.02em;\">Кожна покупка — реальна підтримка людей поруч.</span></p>\n\n    <p class=\"seg-label\">Я тут, бо шукаю…</p>\n    <div class=\"seg-tiles\">\n      <a href=\"#b2c\" class=\"seg-tile\">\n        <div class=\"seg-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"/></svg></div>\n        <div class=\"seg-body\"><div class=\"seg-title\">Для себе або в подарунок</div><div class=\"seg-sub\">Красиве, натуральне, зі смислом</div></div>\n        <svg class=\"seg-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n      </a>\n      <a href=\"#b2b\" class=\"seg-tile\">\n        <div class=\"seg-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"/><path d=\"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\"/><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12\"/><path d=\"M2 12h20\"/></svg></div>\n        <div class=\"seg-body\"><div class=\"seg-title\">Корпоративні замовлення</div><div class=\"seg-sub\">Від 20 наборів, брендування, з місією</div></div>\n        <svg class=\"seg-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n      </a>\n      <a href=\"#family\" class=\"seg-tile\">\n        <div class=\"seg-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><polyline points=\"9 22 9 12 15 12 15 22\"/></svg></div>\n        <div class=\"seg-body\"><div class=\"seg-title\">Для родини та близьких</div><div class=\"seg-sub\">Вчителям, вихователям, рідним</div></div>\n        <svg class=\"seg-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n      </a>\n      <a href=\"#partnership\" class=\"seg-tile partner\">\n        <div class=\"seg-icon\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"/></svg></div>\n        <div class=\"seg-body\"><div class=\"seg-title\">Партнерство та колаборації</div><div class=\"seg-sub\">Кобрендинг, роздріб, інвестиції</div></div>\n        <svg class=\"seg-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n      </a>\n    </div>\n  </div>\n  <div class=\"hero-right\">\n    <div class=\"hero-img-ph\">\n      <svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><polyline points=\"21 15 16 10 5 21\"/></svg>\n      <span>Фото продукції</span>\n    </div>\n    <div class=\"hero-badge\">\n      <div class=\"hero-badge-num\">100%</div>\n      <div class=\"hero-badge-text\">прибутку — на програми фонду «Рука Допомоги»</div>\n    </div>\n  </div>\n</section>\n\n<!-- TRUST -->\n<div class=\"trust\">\n  <div class=\"trust-i\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"/></svg>Ручна робота</div>\n  <div class=\"trust-i\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"/></svg>Українське виробництво</div>\n  <div class=\"trust-i\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"12 6 12 12 16 14\"/></svg>Виготовлення від 10 днів</div>\n  <div class=\"trust-i\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"/></svg>Відкриті до партнерства</div>\n</div>\n\n<!-- B2C -->\n<section class=\"sec\" id=\"b2c\">\n  <div class=\"sec-header\">\n    <div><p class=\"sec-ey\">Для себе або в подарунок</p><h2 class=\"sec-title\">Купуй <em>красиве.</em><br>Роби добро непомітно.</h2></div>\n    <p class=\"sec-lead\">Кожен виріб MAWA — це маленька історія про майстринь, які вклали в неї час і досвід. І про тебе — людину, чий вибір має значення.</p>\n  </div>\n  <div class=\"b2c-grid\">\n    <div class=\"b2c-card\"><svg class=\"b2c-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 12s1.5 2 4 2 4-2 4-2\"/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"/></svg><div class=\"b2c-card-title\">Виріб, про який говорять</div><div class=\"b2c-card-text\">Крафтове пакування, сургучна печатка, натуральний склад і глибока історія за цим. Такий виріб запам\'ятовують.</div></div>\n    <div class=\"b2c-card\"><svg class=\"b2c-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"/></svg><div class=\"b2c-card-title\">Вибір із сенсом</div><div class=\"b2c-card-text\">Купуючи MAWA, ти підтримуєш майстринь і фінансуєш реальні соціальні програми — просто обираючи якісне.</div></div>\n    <div class=\"b2c-card\"><svg class=\"b2c-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg><div class=\"b2c-card-title\">Натуральне і якісне</div><div class=\"b2c-card-text\">Мило без хімії, свічки з натурального воску, кераміка з власної майстерні. Кожен виріб унікальний — бо зроблений вручну.</div></div>\n    <div class=\"b2c-card\"><svg class=\"b2c-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"/></svg><div class=\"b2c-card-title\">Доставка по Україні</div><div class=\"b2c-card-text\">Відправляємо Новою Поштою. Подарунковий набір або окремі вироби — пакуємо з турботою.</div></div>\n  </div>\n  <div class=\"b2c-cta\">\n    <a href=\"#products\" class=\"btn-p\">Переглянути продукцію →</a>\n    <a href=\"https://instagram.com/mawa.uzh\" target=\"_blank\" class=\"btn-s\">Instagram @mawa.uzh</a>\n  </div>\n</section>\n\n<!-- B2B -->\n<section class=\"sec sec-clay\" id=\"b2b\">\n  <div class=\"b2b-layout\">\n    <div>\n      <p class=\"sec-ey\">Для бізнесу</p>\n      <h2 class=\"sec-title\">Корпоративні набори,<br>що <em>говорять</em> про вас</h2>\n      <p class=\"sec-lead\">Набори MAWA — це спосіб показати партнерам і команді, що ваша компанія цінує українське, ручну майстерність і людей за нею.</p>\n      <div class=\"b2b-steps\">\n        <div class=\"b2b-step\"><div class=\"b2b-step-n\">1</div><div><div class=\"b2b-step-title\">Обговорюємо деталі</div><div class=\"b2b-step-text\">Кількість, бюджет, склад набору, терміни і побажання щодо брендування.</div></div></div>\n        <div class=\"b2b-step\"><div class=\"b2b-step-n\">2</div><div><div class=\"b2b-step-title\">Виготовляємо вручну</div><div class=\"b2b-step-text\">Кожен виріб окремо, з увагою. Розробляємо кобрендингове пакування з вашим логотипом і фірмовими елементами.</div></div></div>\n        <div class=\"b2b-step\"><div class=\"b2b-step-n\">3</div><div><div class=\"b2b-step-title\">Доставляємо і звітуємо</div><div class=\"b2b-step-text\">Доставляємо замовлення у зручний спосіб. Надаємо підтвердження від фонду «Рука Допомоги» — на які саме програми були спрямовані кошти з вашого замовлення.</div></div></div>\n      </div>\n    </div>\n    <div class=\"b2b-card\">\n      <div class=\"b2b-card-title\">Що ви отримуєте</div>\n      <div class=\"b2b-perks\">\n        <div class=\"b2b-perk\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>Від 10 одиниць — корпоративні замовлення будь-якого масштабу</div>\n        <div class=\"b2b-perk\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>Кобрендингове пакування під ваш запит — листівка, бірка, мішечок, стрічка, наклейка та інше</div>\n        <div class=\"b2b-perk\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>Виготовлення від 2 днів залежно від обсягу та типу виробів</div>\n        <div class=\"b2b-perk\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>Звіт від фонду «Рука Допомоги» — зарплати майстриням, продуктові набори літнім людям, закуп матеріалів</div>\n        <div class=\"b2b-perk\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>Безкоштовна доставка Новою Поштою від 3 000 грн або самовивіз в Ужгороді</div>\n      </div>\n      <a href=\"#contact\" class=\"btn-p\" style=\"width:100%;justify-content:center\">Обговорити замовлення →</a>\n    </div>\n  </div>\n</section>\n\n<!-- FAMILY -->\n<section class=\"sec sec-seaweed\" id=\"family\">\n  <div class=\"family-layout\">\n    <div>\n      <p class=\"sec-ey\">Сімейні подарунки</p>\n      <h2 class=\"sec-title\">Вироби,<br>що вчать <em>добру</em></h2>\n      <p class=\"sec-lead\">MAWA — для тих, хто хоче подарувати щось справжнє. Виріб ручної роботи з історією — до будь-якого приводу або без нього.</p>\n      <div class=\"family-occ\">\n        <div class=\"fam-occ\"><div class=\"fam-occ-num\">①</div><div class=\"fam-occ-title\">День вчителя / 1 вересня</div><div class=\"fam-occ-text\">Виріб, який виділяється і несе важливу історію</div></div>\n        <div class=\"fam-occ\"><div class=\"fam-occ-num\">②</div><div class=\"fam-occ-title\">Новий рік і свята</div><div class=\"fam-occ-text\">Теплий натуральний набір для близьких — з душею</div></div>\n        <div class=\"fam-occ\"><div class=\"fam-occ-num\">③</div><div class=\"fam-occ-title\">День народження</div><div class=\"fam-occ-text\">Унікальний виріб ручної роботи — не як усі</div></div>\n        <div class=\"fam-occ\"><div class=\"fam-occ-num\">④</div><div class=\"fam-occ-title\">Просто так</div><div class=\"fam-occ-text\">Бо іноді хочеться подарувати щось справжнє</div></div>\n      </div>\n      <div style=\"margin-top:28px;display:flex;gap:12px;flex-wrap:wrap\">\n        <a href=\"#contact\" class=\"btn-p\">Зробити замовлення →</a>\n        <a href=\"#products\" class=\"btn-s\">Переглянути продукцію</a>\n      </div>\n    </div>\n    <div>\n      <div class=\"fam-img-ph\">\n        <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><polyline points=\"21 15 16 10 5 21\"/></svg>\n        <span>Фото майстринь</span>\n      </div>\n      <div class=\"fam-quote\">\n        <div class=\"fam-quote-text\">\"Добро починається вдома — і в подарунку, який ти обираєш.\"</div>\n        <div class=\"fam-quote-sub\">Про що MAWA</div>\n      </div>\n    </div>\n  </div>\n</section>\n\n<!-- PARTNERSHIP -->\n<section class=\"sec\" id=\"partnership\">\n  <div class=\"partner-intro\">\n    <div>\n      <p class=\"sec-ey\">Партнерство і колаборації</p>\n      <h2 class=\"sec-title\">Будуємо<br><em>разом</em></h2>\n    </div>\n    <p class=\"sec-lead\">MAWA відкрита до різних форматів співпраці — від розміщення вашого логотипу на продукті до спільних лімітованих серій і роздрібних угод. Якщо ваші цінності резонують з нашими — давайте говорити.</p>\n  </div>\n\n  <div class=\"partner-types\">\n    <div class=\"partner-card\">\n      <svg class=\"partner-card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\"/></svg>\n      <div class=\"partner-card-title\">Кобрендинг</div>\n      <div class=\"partner-card-text\">Ваш логотип на продукті MAWA. Спільна комунікація, спільна аудиторія.</div>\n      <div class=\"partner-card-tag\">Бренд × MAWA</div>\n    </div>\n    <div class=\"partner-card\">\n      <svg class=\"partner-card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"/><path d=\"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\"/><path d=\"M2 12h20\"/></svg>\n      <div class=\"partner-card-title\">Корпоративні подарунки</div>\n      <div class=\"partner-card-text\">Набори з брендуванням для вашої команди і партнерів. Від 20 штук.</div>\n      <div class=\"partner-card-tag\">Регулярно</div>\n    </div>\n    <div class=\"partner-card\">\n      <svg class=\"partner-card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n      <div class=\"partner-card-title\">Колаборація</div>\n      <div class=\"partner-card-text\">Спільний лімітований продукт або серія. Ваша концепція + наші руки.</div>\n      <div class=\"partner-card-tag\">Лімітована серія</div>\n    </div>\n    <div class=\"partner-card\">\n      <svg class=\"partner-card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"/></svg>\n      <div class=\"partner-card-title\">Інвестиції</div>\n      <div class=\"partner-card-text\">Фінансовий партнер для масштабування виробництва і B2B-напряму.</div>\n      <div class=\"partner-card-tag\">Стратегічно</div>\n    </div>\n    <div class=\"partner-card\">\n      <svg class=\"partner-card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><polyline points=\"9 22 9 12 15 12 15 22\"/></svg>\n      <div class=\"partner-card-title\">Роздрібні партнери</div>\n      <div class=\"partner-card-text\">Магазини, концепт-стори, кафе — продаєте MAWA у своїй точці.</div>\n      <div class=\"partner-card-tag\">Оптова ціна</div>\n    </div>\n  </div>\n\n  <div class=\"partner-cta-block\">\n    <div>\n      <div class=\"partner-cta-title\">Є ідея або запитання?</div>\n      <div class=\"partner-cta-text\">Не обов\'язково знати точно який формат вам підходить. Напишіть — разом розберемося що може вийти і чи є сенс рухатись далі.</div>\n    </div>\n    <div class=\"partner-cta-actions\">\n      <p class=\"partner-cta-label\">Готовий говорити</p>\n      <a href=\"https://t.me/mawa_uzh\" target=\"_blank\" class=\"btn-partner-p\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"/></svg>\n        Записатися на дзвінок у Telegram\n      </a>\n      <p class=\"partner-cta-label\" style=\"margin-top:8px\">Є конкретний інтерес</p>\n      <a href=\"#contact\" class=\"btn-partner-s\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"/><polyline points=\"22,6 12,13 2,6\"/></svg>\n        Написати через форму\n      </a>\n      <p class=\"partner-cta-label\" style=\"margin-top:8px\">Хочу дізнатися більше</p>\n      <a href=\"#\" class=\"btn-partner-g\" onclick=\"alert(\'PDF-презентація незабаром буде доступна для завантаження.\');return false;\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><polyline points=\"7 10 12 15 17 10\"/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"/></svg>\n        Завантажити презентацію MAWA\n      </a>\n      <p class=\"cta-hint\">Оберіть зручний спосіб — відповідаємо протягом дня</p>\n    </div>\n  </div>\n</section>\n\n<!-- PRODUCTS -->\n<section class=\"sec sec-seasalt\" id=\"products\">\n  <div class=\"sec-header\">\n    <div><p class=\"sec-ey\">Продукція</p><h2 class=\"sec-title\">Три лінійки — <em>одна місія</em></h2></div>\n    <p class=\"sec-lead\">Усе виробляється в Ужгороді. Формуємо набори під будь-який запит і бюджет.</p>\n  </div>\n  <div class=\"prod-grid\">\n    <div class=\"prod-card\">\n      <div class=\"prod-carousel\" data-carousel=\"soap\">\n        <div class=\"prod-carousel-track\">\n          <figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/soap-01.webp\" alt=\"Натуральне мило MAWA у теплому коричневому кольорі з крафтовим пакуванням і сургучною печаткою\" loading=\"lazy\"></figure><figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/soap-02.webp\" alt=\"Натуральне мило MAWA у зеленому кольорі з крафтовим пакуванням і сургучною печаткою\" loading=\"lazy\"></figure><figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/soap-03.webp\" alt=\"Натуральне мило MAWA у світлому кремовому кольорі з крафтовим пакуванням і сургучною печаткою\" loading=\"lazy\"></figure><figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/soap-04.webp\" alt=\"Натуральне мило MAWA у темному кольорі з крафтовим пакуванням і сургучною печаткою\" loading=\"lazy\"></figure><figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/soap-05.webp\" alt=\"Натуральне мило MAWA у рожевому кольорі з крафтовим пакуванням і сургучною печаткою\" loading=\"lazy\"></figure>\n        </div>\n        <button class=\"prod-carousel-btn prev\" type=\"button\" aria-label=\"Попереднє фото\">‹</button>\n        <button class=\"prod-carousel-btn next\" type=\"button\" aria-label=\"Наступне фото\">›</button>\n        <div class=\"prod-carousel-dots\" aria-label=\"Навігація фото\">\n          <button class=\"prod-carousel-dot active\" type=\"button\" aria-label=\"Показати фото 1\"></button><button class=\"prod-carousel-dot\" type=\"button\" aria-label=\"Показати фото 2\"></button><button class=\"prod-carousel-dot\" type=\"button\" aria-label=\"Показати фото 3\"></button><button class=\"prod-carousel-dot\" type=\"button\" aria-label=\"Показати фото 4\"></button><button class=\"prod-carousel-dot\" type=\"button\" aria-label=\"Показати фото 5\"></button>\n        </div>\n      </div>\n      <div class=\"prod-body\"><div class=\"prod-name\">Натуральне мило</div><div class=\"prod-desc\">Обгортання та перев\'язування вручну, сургучна печатка. Кожен шматочок — окремий процес.</div></div>\n    </div>\n    <div class=\"prod-card\">\n      <div class=\"prod-carousel single\" data-carousel=\"ceramic\">\n        <div class=\"prod-carousel-track\">\n          <figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/ceramic-01.webp\" alt=\"Керамічні миски ручної роботи MAWA з натуральною фактурою глини\" loading=\"lazy\"></figure>\n        </div>\n        <button class=\"prod-carousel-btn prev\" type=\"button\" aria-label=\"Попереднє фото\">‹</button>\n        <button class=\"prod-carousel-btn next\" type=\"button\" aria-label=\"Наступне фото\">›</button>\n        <div class=\"prod-carousel-dots\" aria-label=\"Навігація фото\">\n          <button class=\"prod-carousel-dot active\" type=\"button\" aria-label=\"Показати фото 1\"></button>\n        </div>\n      </div>\n      <div class=\"prod-body\"><div class=\"prod-name\">Керамічні вироби</div><div class=\"prod-desc\">Кожен виріб ліплять майстрині у власній керамічній майстерні. Унікальна форма, ручна робота, жодного повторення.</div></div>\n    </div>\n    <div class=\"prod-card\">\n      <div class=\"prod-carousel single\" data-carousel=\"knit\">\n        <div class=\"prod-carousel-track\">\n          <figure class=\"prod-slide\"><img src=\"/assets/img/mawa-products/knit-01.webp\" alt=\"В’язані вироби MAWA у пастельних кольорах, розкладені на траві\" loading=\"lazy\" class=\"contain\"></figure>\n        </div>\n        <button class=\"prod-carousel-btn prev\" type=\"button\" aria-label=\"Попереднє фото\">‹</button>\n        <button class=\"prod-carousel-btn next\" type=\"button\" aria-label=\"Наступне фото\">›</button>\n        <div class=\"prod-carousel-dots\" aria-label=\"Навігація фото\">\n          <button class=\"prod-carousel-dot active\" type=\"button\" aria-label=\"Показати фото 1\"></button>\n        </div>\n      </div>\n      <div class=\"prod-body\"><div class=\"prod-name\">В\'язані вироби</div><div class=\"prod-desc\">В\'язані вироби вручну. Сучасний дизайн та тепло у кожному стібку — і як складова корпоративного набору.</div></div>\n    </div>\n  </div>\n</section>\n\n<!-- MISSION -->\n<section class=\"sec\" id=\"mission\">\n  <div class=\"mission-layout\">\n    <div>\n      <p class=\"sec-ey\">Наша місія</p>\n      <h2 class=\"sec-title\">Бізнес,<br>що <em>заробляє</em><br>на добро</h2>\n      <p class=\"sec-lead\" style=\"color:rgba(237,220,188,.65)\">Ми не збираємо донати. Ми побудували механізм, який сам заробляє гроші для соціальних програм.</p>\n      <div class=\"m-stats\">\n        <div class=\"m-stat\"><div class=\"m-stat-n\">100%</div><div class=\"m-stat-l\">прибутку — фонду «Рука Допомоги»</div></div>\n        <div class=\"m-stat\"><div class=\"m-stat-n\">3</div><div class=\"m-stat-l\">продуктові лінійки ручної роботи</div></div>\n        <div class=\"m-stat\"><div class=\"m-stat-n\">УЖ</div><div class=\"m-stat-l\">виробництво в Ужгороді</div></div>\n        <div class=\"m-stat\"><div class=\"m-stat-n\">≠</div><div class=\"m-stat-l\">не благодійність — повноцінний бізнес</div></div>\n      </div>\n    </div>\n    <div>\n      <div class=\"m-quote\">\n        <div class=\"m-quote-text\">\"MAWA народилась із бажання створити щось більше, ніж продукт. Це спосіб об\'єднати людей навколо турботи — тих, хто створює, і тих, хто підтримує.\"</div>\n        <div class=\"m-quote-auth\">— Діана Федорка, засновниця</div>\n      </div>\n      <p class=\"m-body\" style=\"margin-bottom:14px\"><a href=\"https://rukadopomogy.org.ua\" target=\"_blank\" style=\"color:var(--terra-light);text-decoration:none;border-bottom:1px solid rgba(184,92,56,.4);font-size:13px;letter-spacing:.04em\">→ Сайт фонду «Рука Допомоги»</a></p>\n      <p class=\"m-body\">Наш благодійний фонд допомагає пенсіонерам, сім\'ям у складних обставинах і безхатченкам. MAWA — це модель, де <strong>люди можуть працювати, бути потрібними й отримувати дохід</strong>. А кожна ваша покупка фінансує це напряму.</p>\n    </div>\n  </div>\n</section>\n\n<!-- CONTACT -->\n<section class=\"sec sec-charcoal\" id=\"contact\">\n  <div class=\"contact-layout\">\n    <div class=\"contact-info\">\n      <p class=\"sec-ey\">Зв\'язатися</p>\n      <h2 class=\"sec-title\">Оберіть<br><em>зручний</em><br>спосіб</h2>\n      <p class=\"sec-lead\">Відповідаємо протягом кількох годин у робочий час.</p>\n      <div class=\"contact-opts\">\n        <a href=\"https://t.me/mawa_uzh\" target=\"_blank\" class=\"c-opt\">\n          <div class=\"c-opt-icon\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"/></svg></div>\n          <div><div class=\"c-opt-lbl\">Telegram</div><div class=\"c-opt-val\">@mawa_uzh</div></div>\n          <svg class=\"c-opt-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n        </a>\n        <a href=\"tel:+380508664226\" class=\"c-opt\">\n          <div class=\"c-opt-icon\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13.1a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 2.24h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 9.91a16 16 0 0 0 6.09 6.09l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"/></svg></div>\n          <div><div class=\"c-opt-lbl\">Телефон</div><div class=\"c-opt-val\">Анастасія: +38 (050) 866-42-26<br>Діана: +38 (050) 843-12-19</div></div>\n          <svg class=\"c-opt-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n        </a>\n        <a href=\"https://instagram.com/mawa.uzh\" target=\"_blank\" class=\"c-opt\">\n          <div class=\"c-opt-icon\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"/><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"/></svg></div>\n          <div><div class=\"c-opt-lbl\">Instagram</div><div class=\"c-opt-val\">@mawa.uzh</div></div>\n          <svg class=\"c-opt-arr\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></svg>\n        </a>\n      </div>\n    </div>\n    <div class=\"form-wrap\">\n      <div id=\"form-content\">\n        <div class=\"form-title\">Залишити заявку</div>\n        <div class=\"form-sub\">Заповніть — зв\'яжемося протягом кількох годин</div>\n        <div class=\"fg\"><label>Ваше ім\'я *</label><input type=\"text\" id=\"f-name\" placeholder=\"Ім\'я\"></div>\n        <div class=\"fg-row\">\n          <div class=\"fg\"><label>Тип запиту</label>\n            <select id=\"f-type\">\n              <option value=\"\">Оберіть</option>\n              <option>Для себе / в подарунок</option>\n              <option>Корпоративне замовлення</option>\n              <option>Подарунок від сім\'ї</option>\n              <option>Кобрендинг</option>\n              <option>Колаборація</option>\n              <option>Роздрібне партнерство</option>\n              <option>Інвестиції / партнерство</option>\n            </select>\n          </div>\n          <div class=\"fg\"><label>Кількість / деталі</label><input type=\"text\" id=\"f-qty\" placeholder=\"Напр. 50 наборів\"></div>\n        </div>\n        <div class=\"fg\"><label>Телефон або Telegram *</label><input type=\"text\" id=\"f-contact\" placeholder=\"+380 або @нікнейм\"></div>\n        <div class=\"fg\"><label>Побажання</label><textarea id=\"f-msg\" placeholder=\"Бюджет, терміни, ідея — що важливо знати\"></textarea></div>\n        <button class=\"f-submit\" onclick=\"submitForm()\">Надіслати заявку →</button>\n        <p class=\"f-note\">Відповідаємо у робочий час · Без спаму</p>\n      </div>\n      <div class=\"f-success\" id=\"f-success\">\n        <div class=\"f-suc-ic\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg></div>\n        <div class=\"f-suc-title\">Заявку отримано</div>\n        <div class=\"f-suc-text\">Ми зв\'яжемося з вами незабаром.<br>Дякуємо, що обираєте MAWA.</div>\n      </div>\n    </div>\n  </div>\n</section>\n\n<!-- FAQ -->\n<section class=\"sec\" id=\"faq\" style=\"background:#E8DFD0\">\n  <p class=\"sec-ey\">Питання та відповіді</p>\n  <h2 class=\"sec-title\">Часті запитання</h2>\n  <div class=\"faq-grid\">\n    <div class=\"faq-item\"><div class=\"faq-q\">Яке мінімальне замовлення?</div><div class=\"faq-a\">Мінімального обмеження немає — беремось за будь-яку кількість. Пишіть, обговоримо деталі.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Скільки часу займає виготовлення?</div><div class=\"faq-a\">Залежить від кількості та типу продукту. Невеликі замовлення — 2–3 дні плюс доставка. Точні терміни узгоджуємо індивідуально.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Чи можна додати логотип або фірмові елементи?</div><div class=\"faq-a\">Так, розробляємо кобрендингове пакування під ваш запит — листівка, бірка, пакування та інше. Все обговорюється індивідуально.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Як підтверджується соціальний внесок?</div><div class=\"faq-a\">Після виконання замовлення надаємо звіт від фонду «Рука Допомоги» — з інформацією про те, на які саме програми були спрямовані кошти.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Як відбувається оплата?</div><div class=\"faq-a\">При великих замовленнях вноситься завдаток за виготовлення. При невеликому обсязі — часткова передоплата на покриття доставки у разі відмови від замовлення.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Чи є доставка по Україні?</div><div class=\"faq-a\">Так, відправляємо Новою Поштою по всій Україні. Також можливий самовивіз в Ужгороді — у нас є власні точки продажу.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Чи можна замовити пробний зразок?</div><div class=\"faq-a\">Так, пробник безкоштовний. Доставка сплачується отримувачем.</div></div>\n    <div class=\"faq-item\"><div class=\"faq-q\">Як стати роздрібним партнером?</div><div class=\"faq-a\">Продаємо за оптовою ціною — чим більша кількість, тим нижча ціна. Напишіть нам, надішлемо умови.</div></div>\n  </div>\n</section>\n\n<footer>\n  <div>\n    <div class=\"f-logo\">MAWA</div>\n    <div class=\"f-tag\">Соціальний бренд ручної роботи · Ужгород · Фонд «Рука Допомоги»</div>\n  </div>\n  <div class=\"f-links\">\n    <a href=\"https://instagram.com/mawa.uzh\" target=\"_blank\">Instagram</a>\n    <a href=\"https://t.me/mawa_uzh\" target=\"_blank\">Telegram</a>\n    <a href=\"#b2c\">Для себе</a>\n    <a href=\"#b2b\">Бізнесу</a>\n    <a href=\"#partnership\">Партнерство</a>\n    <a href=\"#contact\">Замовити</a>\n  </div>\n</footer>\n\n<script>\nfunction submitForm(){\n  const n=document.getElementById(\'f-name\').value.trim();\n  const c=document.getElementById(\'f-contact\').value.trim();\n  if(!n||!c){alert(\'Будь ласка, вкажіть ім\'я та контакт.\');return;}\n  document.getElementById(\'form-content\').style.display=\'none\';\n  document.getElementById(\'f-success\').classList.add(\'on\');\n}\ndocument.querySelectorAll(\'a[href^=\"#\"]\').forEach(a=>{\n  a.addEventListener(\'click\',function(e){\n    const t=document.querySelector(this.getAttribute(\'href\'));\n    if(t){e.preventDefault();t.scrollIntoView({behavior:\'smooth\',block:\'start\'});}\n  });\n});\n\nfunction initMawaProductCarousels(){\n  document.querySelectorAll(\'.prod-carousel\').forEach(carousel=>{\n    const track=carousel.querySelector(\'.prod-carousel-track\');\n    const slides=[...carousel.querySelectorAll(\'.prod-slide\')];\n    const prev=carousel.querySelector(\'.prod-carousel-btn.prev\');\n    const next=carousel.querySelector(\'.prod-carousel-btn.next\');\n    const dots=[...carousel.querySelectorAll(\'.prod-carousel-dot\')];\n    let index=0;\n    function show(i){\n      if(!slides.length) return;\n      index=(i+slides.length)%slides.length;\n      track.style.transform=`translateX(${-index*100}%)`;\n      dots.forEach((dot,n)=>dot.classList.toggle(\'active\',n===index));\n    }\n    if(slides.length<=1){carousel.classList.add(\'single\');return;}\n    prev.addEventListener(\'click\',()=>show(index-1));\n    next.addEventListener(\'click\',()=>show(index+1));\n    dots.forEach((dot,n)=>dot.addEventListener(\'click\',()=>show(n)));\n    carousel.addEventListener(\'keydown\',e=>{\n      if(e.key===\'ArrowLeft\') show(index-1);\n      if(e.key===\'ArrowRight\') show(index+1);\n    });\n    show(0);\n  });\n}\ninitMawaProductCarousels();\n\n</script>\n</body>\n</html>\n','MAWA — Вироби ручної роботи з місією','','inherit','closed','closed','','22-revision-v1','','','2026-07-01 15:27:28','2026-07-01 12:27:28','','22','http://ruka-dopomohy.local/?p=82','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('83','1','2026-07-01 15:27:28','2026-07-01 12:27:28','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Підтримати фонд</div>\n<h1 class=\"ruka-title\">Ваш внесок перетворюється на реальну допомогу</h1>\n<p class=\"ruka-lead\">Пожертви допомагають оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу фонду.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Що можна підтримати</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Гарячі обіди</h3><p>Щоденне харчування для літніх людей, людей без дому та інших потребуючих.</p></div><div class=\"ruka-card \"><h3>Діти і підлітки</h3><p>Табори, BeReal Teens, наставництво, гуртки, навчальні матеріали.</p></div><div class=\"ruka-card \"><h3>Літні люди</h3><p>Продукти, ліки, чаювання, відвідування вдома, дні народження.</p></div><div class=\"ruka-card \"><h3>Гуманітарна допомога</h3><p>Продуктові набори, гігієна, одяг, ліки, підтримка кризових родин.</p></div><div class=\"ruka-card \"><h3>Люди без житла</h3><p>Їжа, душ, прання, стрижки, одяг, документи.</p></div><div class=\"ruka-card \"><h3>MAWA</h3><p>Матеріали для майстерень і розвиток соціальної творчості.</p></div></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Офіційні контакти для підтримки</h2>\n<p>Щоб отримати актуальні реквізити, напишіть або зателефонуйте команді фонду.</p>\n<p>Тел.: +380 50 843 1219</p>\n<p>Email: rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Важливо для команди</h2>\n<div class=\"ruka-note\">Перед публікацією сайту потрібно вставити офіційні банківські реквізити, Monobank/WayForPay/інше платіжне посилання або QR-код, якщо фонд його використовує.</div>\n</section>\n</div>','Підтримати','','publish','closed','closed','','pidtrymaty','','','2026-07-01 16:46:22','2026-07-01 13:46:22','','0','http://ruka-dopomohy.local/pidtrymaty/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('97','1','2026-07-01 15:27:30','2026-07-01 12:27:30','Загальне управління фондом, партнерства, команда, стратегія і звітність.','Діана Федорка','Керівниця фонду / керівниця проєктів','publish','closed','closed','','%d0%b4%d1%96%d0%b0%d0%bd%d0%b0-%d1%84%d0%b5%d0%b4%d0%be%d1%80%d0%ba%d0%b0','','','2026-07-01 15:27:30','2026-07-01 12:27:30','','0','http://ruka-dopomohy.local/team/%d0%b4%d1%96%d0%b0%d0%bd%d0%b0-%d1%84%d0%b5%d0%b4%d0%be%d1%80%d0%ba%d0%b0/','1','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('98','1','2026-07-01 15:27:30','2026-07-01 12:27:30','Підлітковий клуб, наставництво, сімейний напрям, освітні та підтримувальні програми.','Віра Пасічник','Координаторка дітей і BeReal Teens','publish','closed','closed','','%d0%b2%d1%96%d1%80%d0%b0-%d0%bf%d0%b0%d1%81%d1%96%d1%87%d0%bd%d0%b8%d0%ba','','','2026-07-01 15:27:30','2026-07-01 12:27:30','','0','http://ruka-dopomohy.local/team/%d0%b2%d1%96%d1%80%d0%b0-%d0%bf%d0%b0%d1%81%d1%96%d1%87%d0%bd%d0%b8%d0%ba/','2','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('99','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Фінансовий облік, закупівлі, звітність, контроль цільового використання коштів.','Іванна Гаврош','Бухгалтерка фонду','publish','closed','closed','','%d1%96%d0%b2%d0%b0%d0%bd%d0%bd%d0%b0-%d0%b3%d0%b0%d0%b2%d1%80%d0%be%d1%88','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d1%96%d0%b2%d0%b0%d0%bd%d0%bd%d0%b0-%d0%b3%d0%b0%d0%b2%d1%80%d0%be%d1%88/','3','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('100','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Зустрічі для літніх людей, жіноча майстерня, соціалізація через творчість.','Белла Григорян','Координаторка літніх людей і творчої майстерні','publish','closed','closed','','%d0%b1%d0%b5%d0%bb%d0%bb%d0%b0-%d0%b3%d1%80%d0%b8%d0%b3%d0%be%d1%80%d1%8f%d0%bd','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d0%b1%d0%b5%d0%bb%d0%bb%d0%b0-%d0%b3%d1%80%d0%b8%d0%b3%d0%be%d1%80%d1%8f%d0%bd/','4','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('101','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Наставництво, чоловічі групи, табори, активності для хлопців.','Олександр Міхеєв','Координатор хлопців-підлітків','publish','closed','closed','','%d0%be%d0%bb%d0%b5%d0%ba%d1%81%d0%b0%d0%bd%d0%b4%d1%80-%d0%bc%d1%96%d1%85%d0%b5%d1%94%d0%b2','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d0%be%d0%bb%d0%b5%d0%ba%d1%81%d0%b0%d0%bd%d0%b4%d1%80-%d0%bc%d1%96%d1%85%d0%b5%d1%94%d0%b2/','5','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('102','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Гарячі обіди, супровід людей без дому, чоловічий простір і деревообробка.','Євген Фенцик','Координатор бездомних і різьбярської майстерні','publish','closed','closed','','%d1%94%d0%b2%d0%b3%d0%b5%d0%bd-%d1%84%d0%b5%d0%bd%d1%86%d0%b8%d0%ba','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d1%94%d0%b2%d0%b3%d0%b5%d0%bd-%d1%84%d0%b5%d0%bd%d1%86%d0%b8%d0%ba/','6','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('103','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Соцмережі, фото, відео, історії змін, анонси і звіти для громади.','Надія Минда','SMM / контент-мейкерка','publish','closed','closed','','%d0%bd%d0%b0%d0%b4%d1%96%d1%8f-%d0%bc%d0%b8%d0%bd%d0%b4%d0%b0','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d0%bd%d0%b0%d0%b4%d1%96%d1%8f-%d0%bc%d0%b8%d0%bd%d0%b4%d0%b0/','7','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('104','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Індивідуальна та групова психосоціальна підтримка дітей, підлітків, жінок і сімей.','Евеліна Гуменна','Психологиня-консультантка','publish','closed','closed','','%d0%b5%d0%b2%d0%b5%d0%bb%d1%96%d0%bd%d0%b0-%d0%b3%d1%83%d0%bc%d0%b5%d0%bd%d0%bd%d0%b0','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/team/%d0%b5%d0%b2%d0%b5%d0%bb%d1%96%d0%bd%d0%b0-%d0%b3%d1%83%d0%bc%d0%b5%d0%bd%d0%bd%d0%b0/','8','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('105','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Щоденна їжа для літніх людей і людей без дому в Ужгороді.','Підтримати гарячі обіди','Актуальний збір','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8/','1','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('106','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Зустрічі, наставництво, табори та безпечний простір для підлітків.','Підтримати BeReal Teens','Актуальний збір','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-bereal-teens','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-bereal-teens/','2','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('107','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Матеріали, обладнання і розвиток благодійної продукції MAWA.','Підтримати MAWA','Актуальний збір','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-mawa','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-mawa/','3','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('108','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Скерування людей у складних життєвих обставинах та координація допомоги.','Соціальні служби Ужгорода','Партнерство','publish','closed','closed','','%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d1%83%d0%b6%d0%b3%d0%be%d1%80%d0%be%d0%b4%d0%b0','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/partner/%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d1%83%d0%b6%d0%b3%d0%be%d1%80%d0%be%d0%b4%d0%b0/','1','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('109','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Виявлення потреб дітей і підлітків, залучення до програм фонду.','Школи та освітні заклади','Партнерство','publish','closed','closed','','%d1%88%d0%ba%d0%be%d0%bb%d0%b8-%d1%82%d0%b0-%d0%be%d1%81%d0%b2%d1%96%d1%82%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/partner/%d1%88%d0%ba%d0%be%d0%bb%d0%b8-%d1%82%d0%b0-%d0%be%d1%81%d0%b2%d1%96%d1%82%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8/','2','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('110','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Добровольці, духовна підтримка, спільні акції милосердя.','Церкви та волонтерські спільноти','Партнерство','publish','closed','closed','','%d1%86%d0%b5%d1%80%d0%ba%d0%b2%d0%b8-%d1%82%d0%b0-%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d1%81%d1%8c%d0%ba%d1%96-%d1%81%d0%bf%d1%96%d0%bb%d1%8c%d0%bd%d0%be%d1%82%d0%b8','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/partner/%d1%86%d0%b5%d1%80%d0%ba%d0%b2%d0%b8-%d1%82%d0%b0-%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d1%81%d1%8c%d0%ba%d1%96-%d1%81%d0%bf%d1%96%d0%bb%d1%8c%d0%bd%d0%be%d1%82%d0%b8/','3','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('111','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Діяльність фонду: діти, літні люди, гарячі обіди, гуманітарна допомога, волонтерство.','Річний звіт 2024','Звіт','publish','closed','closed','','%d1%80%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-2024','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/report/%d1%80%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-2024/','1','ruka_report','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('112','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Ключові показники роботи фонду з 2021 року.','Підсумок діяльності за 4 роки','Звіт','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%be%d0%ba-%d0%b4%d1%96%d1%8f%d0%bb%d1%8c%d0%bd%d0%be%d1%81%d1%82%d1%96-%d0%b7%d0%b0-4-%d1%80%d0%be%d0%ba%d0%b8','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/report/%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%be%d0%ba-%d0%b4%d1%96%d1%8f%d0%bb%d1%8c%d0%bd%d0%be%d1%81%d1%82%d1%96-%d0%b7%d0%b0-4-%d1%80%d0%be%d0%ba%d0%b8/','2','ruka_report','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('113','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Підліткова програма допомогла дівчині відчути підтримку і почати допомагати іншим.','Каміла: від булінгу до волонтерства','Історія зміни','publish','closed','closed','','%d0%ba%d0%b0%d0%bc%d1%96%d0%bb%d0%b0-%d0%b2%d1%96%d0%b4-%d0%b1%d1%83%d0%bb%d1%96%d0%bd%d0%b3%d1%83-%d0%b4%d0%be-%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d1%81%d1%82%d0%b2%d0%b0','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/story/%d0%ba%d0%b0%d0%bc%d1%96%d0%bb%d0%b0-%d0%b2%d1%96%d0%b4-%d0%b1%d1%83%d0%bb%d1%96%d0%bd%d0%b3%d1%83-%d0%b4%d0%be-%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d1%81%d1%82%d0%b2%d0%b0/','1','ruka_story','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('114','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Регулярні відвідування, чаювання та гарячі обіди повертають відчуття гідності.','Літня людина не залишається сама','Історія зміни','publish','closed','closed','','%d0%bb%d1%96%d1%82%d0%bd%d1%8f-%d0%bb%d1%8e%d0%b4%d0%b8%d0%bd%d0%b0-%d0%bd%d0%b5-%d0%b7%d0%b0%d0%bb%d0%b8%d1%88%d0%b0%d1%94%d1%82%d1%8c%d1%81%d1%8f-%d1%81%d0%b0%d0%bc%d0%b0','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/story/%d0%bb%d1%96%d1%82%d0%bd%d1%8f-%d0%bb%d1%8e%d0%b4%d0%b8%d0%bd%d0%b0-%d0%bd%d0%b5-%d0%b7%d0%b0%d0%bb%d0%b8%d1%88%d0%b0%d1%94%d1%82%d1%8c%d1%81%d1%8f-%d1%81%d0%b0%d0%bc%d0%b0/','2','ruka_story','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('115','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Благодійний виріб ручної роботи для підтримки програм фонду.','Свічка MAWA','MAWA продукція','publish','closed','closed','','%d1%81%d0%b2%d1%96%d1%87%d0%ba%d0%b0-mawa','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/mawa_product/%d1%81%d0%b2%d1%96%d1%87%d0%ba%d0%b0-mawa/','1','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('116','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Тепла річ із майстерні, що підтримує людей і розвиває соціальне підприємництво.','Керамічний виріб MAWA','MAWA продукція','publish','closed','closed','','%d0%ba%d0%b5%d1%80%d0%b0%d0%bc%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1-mawa','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/mawa_product/%d0%ba%d0%b5%d1%80%d0%b0%d0%bc%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1-mawa/','2','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('117','1','2026-07-01 15:27:31','2026-07-01 12:27:31','Набір благодійної продукції для подарунків і підтримки фонду.','Подарунковий набір MAWA','MAWA продукція','publish','closed','closed','','%d0%bf%d0%be%d0%b4%d0%b0%d1%80%d1%83%d0%bd%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%bd%d0%b0%d0%b1%d1%96%d1%80-mawa','','','2026-07-01 15:27:31','2026-07-01 12:27:31','','0','http://ruka-dopomohy.local/mawa_product/%d0%bf%d0%be%d0%b4%d0%b0%d1%80%d1%83%d0%bd%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%bd%d0%b0%d0%b1%d1%96%d1%80-mawa/','3','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('119','1','2026-07-01 15:57:47','2026-07-01 12:57:47','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-kadence','','','2026-07-01 15:57:47','2026-07-01 12:57:47','','0','http://ruka-dopomohy.local/wp-global-styles-kadence/','0','wp_global_styles','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('120','1','2026-07-01 16:07:34','2026-07-01 13:07:34','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Фонд милосердя · Ужгород · з 2021 року</div>\n<h1 class=\"ruka-title\">Рука Допомоги: поруч із тими, кому найважче</h1>\n<p class=\"ruka-lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла, ВПО та людей з інвалідністю. Допомога фонду поєднує гарячі обіди, продуктові набори, гігієнічні послуги, наставництво, духовну опору та живі стосунки з людьми.</p>\n<div class=\"ruka-actions\">\n<a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a>\n<a class=\"ruka-btn alt\" href=\"/pro-fond/\">Про фонд</a>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-grid\">\n<div class=\"ruka-stat\"><strong>81 000+</strong>порцій гарячих обідів за роки діяльності</div>\n<div class=\"ruka-stat\"><strong>4 795+</strong>продуктових наборів для потребуючих родин і літніх людей</div>\n<div class=\"ruka-stat\"><strong>239</strong>дитячих подій, таборів, зустрічей і майстер-класів</div>\n<div class=\"ruka-stat\"><strong>118</strong>заходів для літніх людей</div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Місія</div>\n<h2>Підтримка, яка тримається на стосунках</h2>\n<p>Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p>\n<div class=\"ruka-note\">Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</div>\n<div class=\"ruka-actions\">\n<a class=\"ruka-btn\" href=\"/zvitnist/\">Звітність</a>\n<a class=\"ruka-btn alt\" href=\"/volonterstvo/\">Стати волонтером</a>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Напрями роботи</div>\n<h2>Кому і як ми допомагаємо</h2>\n<div class=\"ruka-grid\">\n<div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p><a href=\"/dity-i-simyi/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p><a href=\"/litni-liudy/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p><a href=\"/simyi-u-kryzi/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p><a href=\"/liudy-bez-zhytla/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p><a href=\"/liudy-z-invalidnistiu/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p><a href=\"/bereal-teens/\">Детальніше</a></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Ключові результати</div>\n<h2>Масштаб роботи фонду</h2>\n<div class=\"ruka-grid\">\n<div class=\"ruka-card\"><h3>3 740 упаковок ліків</h3><p>Передано літнім людям, дітям та іншим підопічним, які потребували медичної підтримки.</p></div>\n<div class=\"ruka-card\"><h3>761 раз</h3><p>Люди скористалися душем і пранням у межах гігієнічної підтримки.</p></div>\n<div class=\"ruka-card\"><h3>580+ відвідувань</h3><p>Команда та волонтери відвідали літніх людей вдома.</p></div>\n<div class=\"ruka-card\"><h3>25+ волонтерів</h3><p>Регулярно допомагають у програмах фонду.</p></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">MAWA</div>\n<h2>Вироби ручної роботи з місією</h2>\n<p>MAWA — це напрям соціальної творчості фонду. Вироби допомагають залучати підтримку, розвивати навички учасників і говорити про гідність людей, які проходять складний шлях.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/mawa/\">Перейти до MAWA</a></div>\n</section>\n\n<section class=\"ruka-footer-cta\">\n<h2>Підтримайте роботу фонду</h2>\n<p>Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати напряму</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися з фондом</a></div>\n</section>\n</div>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-01 16:07:34','2026-07-01 13:07:34','','14','http://ruka-dopomohy.local/?p=120','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('121','1','2026-07-01 16:07:35','2026-07-01 13:07:35','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Про фонд</div><h1 class=\"ruka-title\">Фонд милосердя «Рука Допомоги»</h1><p class=\"ruka-lead\">Благодійна організація в Ужгороді, яка з 2021 року підтримує дітей, підлітків, літніх людей, сім’ї у кризі, людей без житла, ВПО та людей з інвалідністю.</p></section><section class=\"ruka-section\"><h2>Що ми робимо</h2><p>Фонд поєднує гуманітарну, соціальну, освітню й духовну підтримку. Ми допомагаємо продуктами, гарячими обідами, ліками, засобами гігієни, організовуємо дитячі програми, підлітковий клуб, зустрічі для літніх людей, волонтерські ініціативи та психосоціальну підтримку.</p></section></div>','Про фонд','','inherit','closed','closed','','67-revision-v1','','','2026-07-01 16:07:35','2026-07-01 13:07:35','','67','http://ruka-dopomohy.local/?p=121','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('122','1','2026-07-01 16:07:36','2026-07-01 13:07:36','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Дитячий напрям</div><h1 class=\"ruka-title\">Діти і сім’ї</h1><p class=\"ruka-lead\">Підтримка дітей і підлітків із сімей у складних життєвих обставинах: табори, наставництво, гуртки, навчання, творчі зустрічі та допомога родинам.</p></section><section class=\"ruka-section\"><h2>Формати роботи</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Табори</h3><p>Денні, виїзні та тематичні програми для дітей і підлітків.</p></div><div class=\"ruka-card\"><h3>Наставництво</h3><p>Індивідуальна підтримка, розмови, супровід і довіра.</p></div><div class=\"ruka-card\"><h3>Освіта</h3><p>Гуртки, репетитори, навчальні матеріали й розвиток талантів.</p></div></div></section></div>','Діти і сім’ї','','inherit','closed','closed','','68-revision-v1','','','2026-07-01 16:07:36','2026-07-01 13:07:36','','68','http://ruka-dopomohy.local/?p=122','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('123','1','2026-07-01 16:07:38','2026-07-01 13:07:38','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Турбота і гідність</div><h1 class=\"ruka-title\">Літні люди</h1><p class=\"ruka-lead\">Гарячі обіди, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p></section><section class=\"ruka-section\"><h2>Підтримка літніх людей</h2><p>Фонд допомагає самотнім пенсіонерам і людям похилого віку, які мають низькі доходи, хронічні хвороби, самотність і потребу в регулярній людській підтримці.</p></section></div>','Літні люди','','inherit','closed','closed','','69-revision-v1','','','2026-07-01 16:07:38','2026-07-01 13:07:38','','69','http://ruka-dopomohy.local/?p=123','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('124','1','2026-07-01 16:07:39','2026-07-01 13:07:39','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Підтримка родин</div><h1 class=\"ruka-title\">Сім’ї у складних обставинах</h1><p class=\"ruka-lead\">Допомога продуктами, одягом, базовими речами, побутовими потребами та підтримка дітей у кризових родинах.</p></section></div>','Сім’ї у кризі','','inherit','closed','closed','','70-revision-v1','','','2026-07-01 16:07:39','2026-07-01 13:07:39','','70','http://ruka-dopomohy.local/?p=124','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('125','1','2026-07-01 16:07:41','2026-07-01 13:07:41','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Базова підтримка</div><h1 class=\"ruka-title\">Гуманітарна допомога</h1><p class=\"ruka-lead\">Гарячі обіди, продуктові набори, ліки, засоби гігієни, одяг та інша підтримка для людей у складних життєвих обставинах.</p></section></div>','Гуманітарна допомога','','inherit','closed','closed','','71-revision-v1','','','2026-07-01 16:07:41','2026-07-01 13:07:41','','71','http://ruka-dopomohy.local/?p=125','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('126','1','2026-07-01 16:07:42','2026-07-01 13:07:42','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Допомога на вулиці і поруч</div><h1 class=\"ruka-title\">Люди без житла</h1><p class=\"ruka-lead\">Їжа, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p></section></div>','Люди без житла','','inherit','closed','closed','','76-revision-v1','','','2026-07-01 16:07:42','2026-07-01 13:07:42','','76','http://ruka-dopomohy.local/?p=126','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('127','1','2026-07-01 16:07:43','2026-07-01 13:07:43','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Доступність і турбота</div><h1 class=\"ruka-title\">Люди з інвалідністю</h1><p class=\"ruka-lead\">Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p></section></div>','Люди з інвалідністю','','inherit','closed','closed','','77-revision-v1','','','2026-07-01 16:07:43','2026-07-01 13:07:43','','77','http://ruka-dopomohy.local/?p=127','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('128','1','2026-07-01 16:07:44','2026-07-01 13:07:44','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Підлітковий простір</div><h1 class=\"ruka-title\">BeReal Teens</h1><p class=\"ruka-lead\">Регулярні зустрічі, наставництво, табори, творчі активності, волонтерство та безпечне середовище для розвитку підлітків.</p></section><section class=\"ruka-section\"><h2>Що отримують підлітки</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Спільнота</h3><p>Безпечне коло, де підлітків бачать і чують.</p></div><div class=\"ruka-card\"><h3>Наставництво</h3><p>Дорослі поруч, які підтримують, а не тиснуть.</p></div><div class=\"ruka-card\"><h3>Дія</h3><p>Події, волонтерство, творчість і відповідальність.</p></div></div></section></div>','BeReal Teens','','inherit','closed','closed','','21-revision-v1','','','2026-07-01 16:07:44','2026-07-01 13:07:44','','21','http://ruka-dopomohy.local/?p=128','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('129','1','2026-07-01 16:07:45','2026-07-01 13:07:45','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero ruka-mawa\"><div class=\"ruka-kicker\">MAWA</div><h1 class=\"ruka-title\">Вироби ручної роботи з місією</h1><p class=\"ruka-lead\">MAWA — напрям соціальної творчості фонду. Тут ручна робота стає способом підтримки, відновлення, розвитку навичок і залучення благодійної допомоги.</p></section><section class=\"ruka-section\"><h2>Категорії виробів</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Кераміка</h3><p>Вироби з глини, створені в майстернях фонду.</p></div><div class=\"ruka-card\"><h3>Дерево</h3><p>Різьблення, декор і практичні речі ручної роботи.</p></div><div class=\"ruka-card\"><h3>Подарунки</h3><p>Теплі благодійні речі для людей і подій.</p></div></div></section></div>','MAWA','','inherit','closed','closed','','22-revision-v1','','','2026-07-01 16:07:45','2026-07-01 13:07:45','','22','http://ruka-dopomohy.local/?p=129','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('130','1','2026-07-01 16:07:47','2026-07-01 13:07:47','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Долучитися</div><h1 class=\"ruka-title\">Волонтерство</h1><p class=\"ruka-lead\">Волонтери допомагають у видачі обідів, дитячих програмах, подіях для літніх людей, логістиці, медіа, ремонтах, майстернях і зборі допомоги.</p></section></div>','Волонтерство','','inherit','closed','closed','','79-revision-v1','','','2026-07-01 16:07:47','2026-07-01 13:07:47','','79','http://ruka-dopomohy.local/?p=130','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('131','1','2026-07-01 16:07:48','2026-07-01 13:07:48','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Підтримати фонд</div><h1 class=\"ruka-title\">Ваш внесок перетворюється на реальну допомогу</h1><p class=\"ruka-lead\">Пожертви допомагають оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу фонду.</p></section><section class=\"ruka-section\"><h2>Що можна підтримати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Щоденна їжа для літніх людей і людей без дому.</p></div><div class=\"ruka-card\"><h3>Діти й підлітки</h3><p>Табори, клуби, наставництво, навчання.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Продукти, ліки, чаювання, відвідування вдома.</p></div></div></section></div>','Підтримати','','inherit','closed','closed','','83-revision-v1','','','2026-07-01 16:07:48','2026-07-01 13:07:48','','83','http://ruka-dopomohy.local/?p=131','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('132','1','2026-07-01 16:07:49','2026-07-01 13:07:49','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Прозорість</div><h1 class=\"ruka-title\">Звітність</h1><p class=\"ruka-lead\">Тут будуть розміщені річні звіти фонду, результати програм, фото- та фінансові матеріали для партнерів, донорів і громади.</p></section></div>','Звітність','','inherit','closed','closed','','80-revision-v1','','','2026-07-01 16:07:49','2026-07-01 13:07:49','','80','http://ruka-dopomohy.local/?p=132','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('133','1','2026-07-01 16:07:50','2026-07-01 13:07:50','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Контакти</div><h1 class=\"ruka-title\">Зв’язатися з фондом</h1><p class=\"ruka-lead\">БФ «Фонд милосердя Рука Допомоги», м. Ужгород.</p></section><section class=\"ruka-section\"><div class=\"ruka-card\"><h3>Основні контакти</h3><p>Email: rukadopomogy.uzh@gmail.com</p><p>Instagram: @rukadopomogy.uzh</p><p>Адреса для уточнення командою фонду.</p></div></section></div>','Контакти','','inherit','closed','closed','','81-revision-v1','','','2026-07-01 16:07:50','2026-07-01 13:07:50','','81','http://ruka-dopomohy.local/?p=133','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('134','1','2026-07-01 16:07:51','2026-07-01 13:07:51','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Гаряче харчування</div><h1 class=\"ruka-title\">Безкоштовні обіди</h1><p class=\"ruka-lead\">Гарячі обіди для самотніх літніх людей, людей без житла та інших потребуючих мешканців громади.</p></section></div>','Безкоштовні обіди','','inherit','closed','closed','','72-revision-v1','','','2026-07-01 16:07:51','2026-07-01 13:07:51','','72','http://ruka-dopomohy.local/?p=134','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('135','1','2026-07-01 16:07:52','2026-07-01 13:07:52','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.7}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:900px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-footer-cta{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-footer-cta h2{color:#fff}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Гігієна і гідність</div><h1 class=\"ruka-title\">Гігієнічна підтримка</h1><p class=\"ruka-lead\">Душ, прання одягу, стрижки, гоління та базові засоби гігієни для людей у складних обставинах.</p></section></div>','Гігієнічна підтримка','','inherit','closed','closed','','75-revision-v1','','','2026-07-01 16:07:52','2026-07-01 13:07:52','','75','http://ruka-dopomohy.local/?p=135','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('136','1','2026-07-01 16:07:54','2026-07-01 13:07:54','<section class=\"ruka-page-hero\"><h1>Підтримати фонд</h1><p>Ваша підтримка перетворюється на гарячі обіди, продукти, ліки, дитячі програми, турботу про літніх людей і допомогу тим, хто залишився без опори.</p></section><section class=\"ruka-section\"><h2>Актуальні збори</h2>[ruka_fundraisers]<div class=\"ruka-donate-box\"><h3>Реквізити для підтримки</h3><p>Тут команда додасть банківські реквізити, QR-код, LiqPay/WayForPay або інші способи пожертви.</p></div></section>','Підтримати','','inherit','closed','closed','','39-revision-v1','','','2026-07-01 16:07:54','2026-07-01 13:07:54','','39','http://ruka-dopomohy.local/?p=136','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('137','1','2026-07-01 16:07:55','2026-07-01 13:07:55','<section class=\"ruka-page-hero\"><h1>BeReal Teens</h1><p>Підлітковий клуб, наставництво, творчі зустрічі, мінітабори, волонтерство і простір, де молодь вчиться відповідальності та командності.</p></section><section class=\"ruka-section\"><div class=\"ruka-content\"><p>Підлітковий клуб, наставництво, творчі зустрічі, мінітабори, волонтерство і простір, де молодь вчиться відповідальності та командності.</p><p>Цю сторінку команда може редагувати через WordPress без коду: змінювати текст, додавати фото, оновлювати історії, звіти й актуальні потреби.</p></div>[ruka_change_stories]</section>','BeReal Teens','','inherit','closed','closed','','36-revision-v1','','','2026-07-01 16:07:55','2026-07-01 13:07:55','','36','http://ruka-dopomohy.local/?p=137','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('138','1','2026-07-01 16:07:58','2026-07-01 13:07:58','','Підтримати','','inherit','closed','closed','','24-revision-v1','','','2026-07-01 16:07:58','2026-07-01 13:07:58','','24','http://ruka-dopomohy.local/?p=138','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('139','1','2026-07-01 16:08:03','2026-07-01 13:08:03','','Літні люди','','inherit','closed','closed','','17-revision-v1','','','2026-07-01 16:08:03','2026-07-01 13:08:03','','17','http://ruka-dopomohy.local/?p=139','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('140','1','2026-07-01 16:08:04','2026-07-01 13:08:04','','Діти і сім’ї','','inherit','closed','closed','','16-revision-v1','','','2026-07-01 16:08:04','2026-07-01 13:08:04','','16','http://ruka-dopomohy.local/?p=140','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('141','1','2026-07-01 16:08:08','2026-07-01 13:08:08','Накопичені результати роботи фонду з 2021 року.','Підсумковий звіт за 4 роки','','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-%d0%b7%d0%b0-4-%d1%80%d0%be%d0%ba%d0%b8','','','2026-07-01 16:08:08','2026-07-01 13:08:08','','0','http://ruka-dopomohy.local/report/%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%b7%d0%b2%d1%96%d1%82-%d0%b7%d0%b0-4-%d1%80%d0%be%d0%ba%d0%b8/','0','ruka_report','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('142','1','2026-07-01 16:08:09','2026-07-01 13:08:09','Партнерство для скерування людей, які потребують підтримки.','Місцеві соціальні служби','','publish','closed','closed','','%d0%bc%d1%96%d1%81%d1%86%d0%b5%d0%b2%d1%96-%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8','','','2026-07-01 16:08:09','2026-07-01 13:08:09','','0','http://ruka-dopomohy.local/partner/%d0%bc%d1%96%d1%81%d1%86%d0%b5%d0%b2%d1%96-%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('143','1','2026-07-01 16:08:10','2026-07-01 13:08:10','Підтримка програм фонду ресурсами, послугами та участю.','Волонтери та бізнес-партнери','','publish','closed','closed','','%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d0%b8-%d1%82%d0%b0-%d0%b1%d1%96%d0%b7%d0%bd%d0%b5%d1%81-%d0%bf%d0%b0%d1%80%d1%82%d0%bd%d0%b5%d1%80%d0%b8','','','2026-07-01 16:08:10','2026-07-01 13:08:10','','0','http://ruka-dopomohy.local/partner/%d0%b2%d0%be%d0%bb%d0%be%d0%bd%d1%82%d0%b5%d1%80%d0%b8-%d1%82%d0%b0-%d0%b1%d1%96%d0%b7%d0%bd%d0%b5%d1%81-%d0%bf%d0%b0%d1%80%d1%82%d0%bd%d0%b5%d1%80%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('144','1','2026-07-01 16:08:10','2026-07-01 13:08:10','Приклад виробу чоловічої різьбярської майстерні.','Дерев’яний виріб MAWA','','publish','closed','closed','','%d0%b4%d0%b5%d1%80%d0%b5%d0%b2%d1%8f%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1-mawa','','','2026-07-01 16:08:10','2026-07-01 13:08:10','','0','http://ruka-dopomohy.local/mawa_product/%d0%b4%d0%b5%d1%80%d0%b5%d0%b2%d1%8f%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1-mawa/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('145','1','2026-07-01 16:17:42','2026-07-01 13:17:42','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Фонд милосердя · Ужгород · з 2021 року</div>\n<h1 class=\"ruka-title\">Рука Допомоги: поруч із тими, кому найважче</h1>\n<p class=\"ruka-lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла, ВПО та людей з інвалідністю. Допомога фонду поєднує гарячі обіди, продуктові набори, гігієнічні послуги, наставництво, духовну опору та живі стосунки з людьми.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"ruka-btn alt\" href=\"/pro-fond/\">Про фонд</a></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-grid\">\n<div class=\"ruka-stat\"><strong>81 000+</strong>порцій гарячих обідів</div>\n<div class=\"ruka-stat\"><strong>4 795+</strong>продуктових наборів</div>\n<div class=\"ruka-stat\"><strong>239</strong>дитячих подій</div>\n<div class=\"ruka-stat\"><strong>118</strong>заходів для літніх людей</div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Місія</div>\n<h2>Підтримка, яка тримається на стосунках</h2>\n<p>Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p>\n<div class=\"ruka-note\">Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/zvitnist/\">Звітність</a><a class=\"ruka-btn alt\" href=\"/volonterstvo/\">Стати волонтером</a></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Напрями роботи</div>\n<h2>Кому і як ми допомагаємо</h2>\n<div class=\"ruka-grid\">\n<div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p><a href=\"/dity-i-simyi/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p><a href=\"/litni-liudy/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p><a href=\"/simyi-u-kryzi/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p><a href=\"/liudy-bez-zhytla/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p><a href=\"/liudy-z-invalidnistiu/\">Детальніше</a></div>\n<div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p><a href=\"/bereal-teens/\">Детальніше</a></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Ключові результати</div>\n<h2>Масштаб роботи фонду</h2>\n<div class=\"ruka-grid\">\n<div class=\"ruka-card\"><h3>3 740 упаковок ліків</h3><p>Передано підопічним, які потребували медичної підтримки.</p></div>\n<div class=\"ruka-card\"><h3>761 раз</h3><p>Люди скористалися душем і пранням у межах гігієнічної підтримки.</p></div>\n<div class=\"ruka-card\"><h3>580+ відвідувань</h3><p>Команда та волонтери відвідали літніх людей вдома.</p></div>\n<div class=\"ruka-card\"><h3>25+ волонтерів</h3><p>Регулярно допомагають у програмах фонду.</p></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">MAWA</div>\n<h2>Вироби ручної роботи з місією</h2>\n<p>MAWA — напрям соціальної творчості фонду. Вироби допомагають залучати підтримку, розвивати навички учасників і говорити про гідність людей, які проходять складний шлях.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/mawa/\">Перейти до MAWA</a></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Підтримайте роботу фонду</h2>\n<p>Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати напряму</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися з фондом</a></div>\n</section>\n</div>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-01 16:17:42','2026-07-01 13:17:42','','14','http://ruka-dopomohy.local/?p=145','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('146','1','2026-07-01 16:17:43','2026-07-01 13:17:43','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Про фонд</div>\n<h1 class=\"ruka-title\">Фонд милосердя «Рука Допомоги»</h1>\n<p class=\"ruka-lead\">Благодійна організація в Ужгороді, яка з 2021 року підтримує найбільш уразливих людей громади.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Хто ми</h2><p>Фонд працює з дітьми й підлітками, родинами у складних життєвих обставинах, самотніми літніми людьми, людьми без дому, ВПО та людьми з інвалідністю.</p></section>\n<section class=\"ruka-section\"><h2>Наш підхід</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Базова допомога</h3><p>Їжа, продукти, ліки, гігієна, одяг, підтримка у кризі.</p></div><div class=\"ruka-card\"><h3>Розвиток</h3><p>Дитячі програми, підлітковий клуб, наставництво, творчість, освіта.</p></div><div class=\"ruka-card\"><h3>Стосунки</h3><p>Регулярна присутність, довіра, духовна підтримка і повага до гідності людини.</p></div></div></section>\n</div>','Про фонд','','inherit','closed','closed','','67-revision-v1','','','2026-07-01 16:17:43','2026-07-01 13:17:43','','67','http://ruka-dopomohy.local/?p=146','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('147','1','2026-07-01 16:17:44','2026-07-01 13:17:44','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Дитячий напрям</div>\n<h1 class=\"ruka-title\">Діти і сім’ї</h1>\n<p class=\"ruka-lead\">Підтримка дітей і підлітків із сімей у складних життєвих обставинах.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Що входить у напрям</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Табори</h3><p>Денні, виїзні та тематичні програми для дітей і підлітків.</p></div><div class=\"ruka-card\"><h3>Наставництво</h3><p>Індивідуальна підтримка, розмови, супровід і довіра.</p></div><div class=\"ruka-card\"><h3>Освіта і творчість</h3><p>Гуртки, навчальні матеріали, творчі заняття і розвиток талантів.</p></div></div></section>\n</div>','Діти і сім’ї','','inherit','closed','closed','','68-revision-v1','','','2026-07-01 16:17:44','2026-07-01 13:17:44','','68','http://ruka-dopomohy.local/?p=147','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('148','1','2026-07-01 16:17:45','2026-07-01 13:17:45','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Турбота і гідність</div>\n<h1 class=\"ruka-title\">Літні люди</h1>\n<p class=\"ruka-lead\">Гаряче харчування, продуктові набори, ліки, зустрічі, дні народження та відвідування вдома.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Підтримка літніх людей</h2><p>Фонд допомагає самотнім пенсіонерам і людям похилого віку, які мають низькі доходи, хронічні хвороби, самотність і потребу в регулярній людській підтримці.</p></section>\n</div>','Літні люди','','inherit','closed','closed','','69-revision-v1','','','2026-07-01 16:17:45','2026-07-01 13:17:45','','69','http://ruka-dopomohy.local/?p=148','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('149','1','2026-07-01 16:17:46','2026-07-01 13:17:46','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Підтримка родин</div>\n<h1 class=\"ruka-title\">Сім’ї у складних обставинах</h1>\n<p class=\"ruka-lead\">Допомога продуктами, одягом, базовими речами, побутовими потребами та підтримка дітей у кризових родинах.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Як фонд допомагає</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Продукти</h3><p>Набори першої необхідності для родин у кризі.</p></div><div class=\"ruka-card\"><h3>Діти</h3><p>Підтримка навчання, дозвілля, розвитку та безпечного середовища.</p></div><div class=\"ruka-card\"><h3>Супровід</h3><p>Людська присутність, скерування і допомога у складних ситуаціях.</p></div></div></section>\n</div>','Сім’ї у кризі','','inherit','closed','closed','','70-revision-v1','','','2026-07-01 16:17:46','2026-07-01 13:17:46','','70','http://ruka-dopomohy.local/?p=149','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('150','1','2026-07-01 16:17:47','2026-07-01 13:17:47','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Базова підтримка</div>\n<h1 class=\"ruka-title\">Гуманітарна допомога</h1>\n<p class=\"ruka-lead\">Гарячі обіди, продуктові набори, ліки, засоби гігієни, одяг та інша підтримка для людей у складних життєвих обставинах.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Основні формати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Регулярне харчування для тих, хто не може забезпечити себе самостійно.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Підтримка літніх людей, сімей у бідності та людей у кризі.</p></div><div class=\"ruka-card\"><h3>Ліки і гігієна</h3><p>Засоби догляду, базові медикаменти та гігієнічна підтримка.</p></div></div></section>\n</div>','Гуманітарна допомога','','inherit','closed','closed','','71-revision-v1','','','2026-07-01 16:17:47','2026-07-01 13:17:47','','71','http://ruka-dopomohy.local/?p=150','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('151','1','2026-07-01 16:17:48','2026-07-01 13:17:48','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Допомога і гідність</div>\n<h1 class=\"ruka-title\">Люди без житла</h1>\n<p class=\"ruka-lead\">Їжа, душ, прання, стрижка, гоління, одяг, супровід і допомога з документами.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Що отримує людина</h2><p>Фонд допомагає не тільки їжею. Для людей без дому важливі гігієна, чистий одяг, людське ставлення, допомога з документами та можливість зробити перший крок до відновлення.</p></section>\n</div>','Люди без житла','','inherit','closed','closed','','76-revision-v1','','','2026-07-01 16:17:48','2026-07-01 13:17:48','','76','http://ruka-dopomohy.local/?p=151','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('152','1','2026-07-01 16:17:49','2026-07-01 13:17:49','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Доступність і турбота</div>\n<h1 class=\"ruka-title\">Люди з інвалідністю</h1>\n<p class=\"ruka-lead\">Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Підтримка</h2><p>Фонд допомагає людям з інвалідністю та їхнім родинам базовими речами, які напряму впливають на якість життя, гідність і можливість жити вдома.</p></section>\n</div>','Люди з інвалідністю','','inherit','closed','closed','','77-revision-v1','','','2026-07-01 16:17:49','2026-07-01 13:17:49','','77','http://ruka-dopomohy.local/?p=152','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('153','1','2026-07-01 16:17:50','2026-07-01 13:17:50','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Підлітковий простір</div>\n<h1 class=\"ruka-title\">BeReal Teens</h1>\n<p class=\"ruka-lead\">Регулярні зустрічі, наставництво, табори, творчі активності, волонтерство та безпечне середовище для розвитку підлітків.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Що отримують підлітки</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Спільнота</h3><p>Безпечне коло, де підлітків бачать і чують.</p></div><div class=\"ruka-card\"><h3>Наставництво</h3><p>Дорослі поруч, які підтримують, а не тиснуть.</p></div><div class=\"ruka-card\"><h3>Дія</h3><p>Події, волонтерство, творчість і відповідальність.</p></div></div></section>\n</div>','BeReal Teens','','inherit','closed','closed','','21-revision-v1','','','2026-07-01 16:17:50','2026-07-01 13:17:50','','21','http://ruka-dopomohy.local/?p=153','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('154','1','2026-07-01 16:17:51','2026-07-01 13:17:51','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero ruka-mawa\"><div class=\"ruka-kicker\">MAWA</div><h1 class=\"ruka-title\">Вироби ручної роботи з місією</h1><p class=\"ruka-lead\">MAWA — напрям соціальної творчості фонду. Тут ручна робота стає способом підтримки, відновлення, розвитку навичок і залучення благодійної допомоги.</p></section><section class=\"ruka-section\"><h2>Категорії виробів</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Кераміка</h3><p>Вироби з глини, створені в майстернях фонду.</p></div><div class=\"ruka-card\"><h3>Дерево</h3><p>Різьблення, декор і практичні речі ручної роботи.</p></div><div class=\"ruka-card\"><h3>Подарунки</h3><p>Теплі благодійні речі для людей і подій.</p></div></div></section><section class=\"ruka-section\"><h2>Для чого це потрібно</h2><p>MAWA допомагає фонду розвивати соціальне підприємництво, залучати благодійні внески та створювати простір, де люди можуть працювати руками, відновлюватися і відчувати власну цінність.</p></section></div>','MAWA','','inherit','closed','closed','','22-revision-v1','','','2026-07-01 16:17:51','2026-07-01 13:17:51','','22','http://ruka-dopomohy.local/?p=154','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('155','1','2026-07-01 16:17:52','2026-07-01 13:17:52','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Підтримати фонд</div>\n<h1 class=\"ruka-title\">Ваш внесок перетворюється на реальну допомогу</h1>\n<p class=\"ruka-lead\">Пожертви допомагають оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу фонду.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Що можна підтримати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Щоденна їжа для літніх людей і людей без дому.</p></div><div class=\"ruka-card\"><h3>Діти й підлітки</h3><p>Табори, клуби, наставництво, навчання.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Продукти, ліки, чаювання, відвідування вдома.</p></div><div class=\"ruka-card\"><h3>MAWA</h3><p>Матеріали для майстерень і розвиток виробів з місією.</p></div></div></section><section class=\"ruka-dark\"><h2>Реквізити</h2><p>Тут команда фонду має додати актуальні банківські реквізити, QR-код або посилання на платіжну систему.</p></section>\n</div>','Підтримати','','inherit','closed','closed','','83-revision-v1','','','2026-07-01 16:17:52','2026-07-01 13:17:52','','83','http://ruka-dopomohy.local/?p=155','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('156','1','2026-07-01 16:17:52','2026-07-01 13:17:52','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Долучитися</div>\n<h1 class=\"ruka-title\">Волонтерство</h1>\n<p class=\"ruka-lead\">Волонтери допомагають у видачі обідів, дитячих програмах, подіях для літніх людей, логістиці, медіа, ремонтах, майстернях і зборі допомоги.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Де потрібна допомога</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Їдальня</h3><p>Допомога з приготуванням, видачею та логістикою.</p></div><div class=\"ruka-card\"><h3>Діти</h3><p>Зустрічі, гуртки, табори, наставництво.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Візити, чаювання, дні народження, супровід.</p></div></div></section>\n</div>','Волонтерство','','inherit','closed','closed','','79-revision-v1','','','2026-07-01 16:17:52','2026-07-01 13:17:52','','79','http://ruka-dopomohy.local/?p=156','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('157','1','2026-07-01 16:17:53','2026-07-01 13:17:53','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Прозорість</div>\n<h1 class=\"ruka-title\">Звітність</h1>\n<p class=\"ruka-lead\">Тут розміщуються річні звіти фонду, результати програм, фото- та фінансові матеріали для партнерів, донорів і громади.</p>\n</section>\n\n<section class=\"ruka-section\"><h2>Що буде на сторінці</h2><p>Річні звіти, підсумки проєктів, основні цифри роботи фонду, документи для партнерів і донорів.</p></section>\n</div>','Звітність','','inherit','closed','closed','','80-revision-v1','','','2026-07-01 16:17:53','2026-07-01 13:17:53','','80','http://ruka-dopomohy.local/?p=157','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('158','1','2026-07-01 16:17:54','2026-07-01 13:17:54','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n\n<div class=\"ruka-wrap\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Контакти</div>\n<h1 class=\"ruka-title\">Зв’язатися з фондом</h1>\n<p class=\"ruka-lead\">Благодійна організація «Благодійний фонд “Фонд милосердя Рука Допомоги”», м. Ужгород.</p>\n</section>\n\n<section class=\"ruka-section\"><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Email</h3><p>rukadopomogy.uzh@gmail.com</p></div><div class=\"ruka-card\"><h3>Соціальні мережі</h3><p>Instagram: @rukadopomogy.uzh</p></div><div class=\"ruka-card\"><h3>Адреса</h3><p>м. Ужгород. Точну адресу команда фонду має перевірити й додати.</p></div></div></section>\n</div>','Контакти','','inherit','closed','closed','','81-revision-v1','','','2026-07-01 16:17:54','2026-07-01 13:17:54','','81','http://ruka-dopomohy.local/?p=158','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('159','1','2026-07-01 16:17:55','2026-07-01 13:17:55','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Команда</div>\n<h1 class=\"ruka-title\">Люди, які тримають роботу фонду</h1>\n<p class=\"ruka-lead\">Фонд має невелику, але активну команду координаторів, бухгалтерії, комунікацій, психологів і волонтерів.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp\" alt=\"Команда і волонтери\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Основні ролі</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Керівництво</h3><p>Стратегія, партнерства, управління програмами, розвиток фонду.</p></div><div class=\"ruka-card\"><h3>Бухгалтерія</h3><p>Документи, фінансовий облік, закупівлі, звітність.</p></div><div class=\"ruka-card\"><h3>Координатори напрямів</h3><p>Діти, літні люди, гуманітарна підтримка, BeReal Teens, MAWA.</p></div><div class=\"ruka-card\"><h3>Комунікації</h3><p>SMM, фото, відео, історії змін, зв’язок з громадою.</p></div><div class=\"ruka-card\"><h3>Психологи і наставники</h3><p>Психосоціальна підтримка, групи, консультації, супровід.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Щоденна практична підтримка людей і подій.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Команда','','publish','closed','closed','','komanda','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/komanda/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('160','1','2026-07-01 16:17:56','2026-07-01 13:17:56','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Партнери</div>\n<h1 class=\"ruka-title\">Співпраця заради людей</h1>\n<p class=\"ruka-lead\">Фонд співпрацює з місцевими службами, школами, медичними закладами, церквами, бізнесом, волонтерами та донорами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Партнерська допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кого ми запрошуємо до співпраці</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Соціальні служби</h3><p>Скерування людей, які потребують допомоги, та координація підтримки.</p></div><div class=\"ruka-card\"><h3>Освітні заклади</h3><p>Дитячі та підліткові програми, навчання, розвиток і наставництво.</p></div><div class=\"ruka-card\"><h3>Медичні заклади</h3><p>Підтримка ліками, засобами догляду, скерування людей із потребами.</p></div><div class=\"ruka-card\"><h3>Церкви</h3><p>Духовна підтримка, волонтери, простір, людська присутність.</p></div><div class=\"ruka-card\"><h3>Бізнес</h3><p>Продукти, послуги, фінансова підтримка, корпоративні замовлення MAWA.</p></div><div class=\"ruka-card\"><h3>Донори</h3><p>Проєктна підтримка, гранти, розвиток програм і системна сталість.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Партнери','','publish','closed','closed','','partnery','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/partnery/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('161','1','2026-07-01 16:17:57','2026-07-01 13:17:57','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Актуальні збори</div>\n<h1 class=\"ruka-title\">Поточні потреби фонду</h1>\n<p class=\"ruka-lead\">На цій сторінці команда фонду може розміщувати збори на гарячі обіди, дитячі програми, ліки, гігієну, MAWA та інші потреби.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Актуальна допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Приклади зборів</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Підтримка щоденного харчування для літніх людей і людей без дому.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підтримка підліткового клубу, таборів і наставництва.</p></div><div class=\"ruka-card\"><h3>Ліки й гігієна</h3><p>Базова підтримка для літніх людей, людей з інвалідністю та родин у кризі.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Продукти для самотніх пенсіонерів, ВПО, бідних родин і людей у кризі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Актуальні збори','','publish','closed','closed','','aktualni-zbory','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','0','http://ruka-dopomohy.local/aktualni-zbory/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('162','1','2026-07-01 16:17:58','2026-07-01 13:17:58','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Історії змін</div>\n<h1 class=\"ruka-title\">Людські історії за цифрами</h1>\n<p class=\"ruka-lead\">Тут будуть історії людей, родин, дітей, підлітків і літніх людей, яким допомога фонду стала важливою точкою підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp\" alt=\"Історія підтримки\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Навіщо ці історії</h2><p>Історії змін показують не лише цифри, а й людський вимір роботи фонду: гідність, довіру, відновлення, участь і надію.</p></section>\n<section class=\"ruka-section\"><h2>Шаблони для майбутніх історій</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитина або підліток</h3><p>Ситуація до підтримки, що зробив фонд, який результат, що змінилося.</p></div><div class=\"ruka-card\"><h3>Літня людина</h3><p>Потреба, регулярна підтримка, людський контакт і результат.</p></div><div class=\"ruka-card\"><h3>Родина у кризі</h3><p>Що сталося, яка допомога була надана, як родина рухається далі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Історії змін','','publish','closed','closed','','istorii-zmin','','','2026-07-02 09:48:00','2026-07-02 06:48:00','','0','http://ruka-dopomohy.local/istorii-zmin/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('163','1','2026-07-01 16:17:59','2026-07-01 13:17:59','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Новини</div>\n<h1 class=\"ruka-title\">Події фонду</h1>\n<p class=\"ruka-lead\">Тут команда може публікувати новини про події, зустрічі, табори, збори, партнерства, звіти й потреби фонду.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp\" alt=\"Подія фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що публікувати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Події</h3><p>Табори, зустрічі, чаювання, майстер-класи, волонтерські акції.</p></div><div class=\"ruka-card\"><h3>Звіти</h3><p>Підсумки допомоги, результати зборів, нові партнерства.</p></div><div class=\"ruka-card\"><h3>Потреби</h3><p>Актуальні збори та запити на волонтерську допомогу.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Новини','','publish','closed','closed','','novyny','','','2026-07-02 09:48:00','2026-07-02 06:48:00','','0','http://ruka-dopomohy.local/novyny/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('164','1','2026-07-01 16:18:00','2026-07-01 13:18:00','\n<style>\n.ruka-wrap{font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:#1f2933;line-height:1.75}\n.ruka-hero{padding:64px 28px;border-radius:28px;background:linear-gradient(135deg,#fff7ed,#eef6ff);margin:24px 0}\n.ruka-kicker{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#b45309;font-size:14px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.06;margin:14px 0 18px;font-weight:900;color:#12324a}\n.ruka-lead{font-size:20px;max-width:920px}\n.ruka-section{padding:46px 0;border-bottom:1px solid #e5e7eb}\n.ruka-section h2{font-size:34px;line-height:1.2;margin:0 0 18px;color:#12324a}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}\n.ruka-card{padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}\n.ruka-card h3{margin:0 0 10px;color:#12324a;font-size:22px}\n.ruka-stat{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}\n.ruka-stat strong{display:block;font-size:34px;color:#0f766e}\n.ruka-note{padding:24px;border-left:6px solid #f59e0b;background:#fffbeb;border-radius:18px;margin-top:22px}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;padding:13px 20px;border-radius:999px;background:#0f766e;color:#fff!important;text-decoration:none;font-weight:800}\n.ruka-btn.alt{background:#1e3a8a}\n.ruka-dark{padding:40px;border-radius:28px;background:#12324a;color:#fff;margin:36px 0}\n.ruka-dark h2{color:#fff}\n.ruka-mawa{background:#fff7ed;border:1px solid #fed7aa}\n.ruka-small{font-size:15px;color:#64748b}\n</style>\n<div class=\"ruka-wrap\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Внутрішня сторінка</div><h1 class=\"ruka-title\">Інструкція для команди фонду</h1><p class=\"ruka-lead\">Ця сторінка створена для працівників фонду. Вона пояснює, що і де редагувати на сайті.</p></section><section class=\"ruka-section\"><h2>Основне правило</h2><p>Редактори не змінюють дизайн сайту. Вони додають тексти, фото, новини, звіти, партнерів, збори та MAWA-продукцію у відповідних розділах.</p></section><section class=\"ruka-section\"><h2>Що де додавати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Новини</h3><p>Записи → Додати новий. Назва, текст, фото, категорія Новини.</p></div><div class=\"ruka-card\"><h3>Звіти</h3><p>Звіти → Додати новий. Назва, рік, PDF або посилання, короткий опис.</p></div><div class=\"ruka-card\"><h3>MAWA</h3><p>MAWA продукція → Додати новий. Назва виробу, фото, опис, ціна або донат.</p></div><div class=\"ruka-card\"><h3>Партнери</h3><p>Партнери → Додати новий. Назва, логотип, посилання, короткий опис співпраці.</p></div><div class=\"ruka-card\"><h3>Актуальні збори</h3><p>Актуальні збори → Додати новий. Мета збору, сума, опис, реквізити або кнопка.</p></div><div class=\"ruka-card\"><h3>Історії змін</h3><p>Історії змін → Додати новий. Людська історія, напрям, фото, результат.</p></div></div></section><section class=\"ruka-section\"><h2>Кого пускати в адмінку</h2><p>Адміністратор — тільки Олексій і директорка. Редактор — команда, яка додає матеріали. Автор — людина, яка пише тільки свої новини.</p></section></div>','Інструкція для команди','','private','closed','closed','','instruktsiia-dlia-komandy','','','2026-07-01 16:18:00','2026-07-01 13:18:00','','0','http://ruka-dopomohy.local/instruktsiia-dlia-komandy/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('165','1','2026-07-01 16:18:03','0000-00-00 00:00:00','Коротко: що сталося, коли, для кого і який результат. Далі 2–3 абзаци з деталями. Наприкінці — кого подякувати і як підтримати фонд.','ШАБЛОН новини: подія фонду','','draft','closed','closed','','shablon-novyny-podiia-fondu','','','2026-07-01 16:18:03','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=165','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('166','1','2026-07-01 16:18:03','0000-00-00 00:00:00','Кого підтримали. Яка була проблема. Що зробив фонд. Що змінилося для людини або родини. Фото додати тільки за згодою.','ШАБЛОН історії змін','','draft','closed','closed','','shablon-istorii-zmin','','','2026-07-01 16:18:03','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=166','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('167','1','2026-07-01 16:18:04','0000-00-00 00:00:00','Період звіту. Що зроблено. Кількість людей. Ключові цифри. Партнери. Фото або PDF. Наступні потреби.','ШАБЛОН короткого звіту','','draft','closed','closed','','shablon-korotkoho-zvitu','','','2026-07-01 16:18:04','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=167','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('168','1','2026-07-01 16:18:06','2026-07-01 13:18:06','Збір на ліки, підгузки, засоби догляду і гігієнічну підтримку.','Підтримати ліки та гігієну','','publish','closed','closed','','%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%bb%d1%96%d0%ba%d0%b8-%d1%82%d0%b0-%d0%b3%d1%96%d0%b3%d1%96%d1%94%d0%bd%d1%83','','','2026-07-01 16:18:06','2026-07-01 13:18:06','','0','http://ruka-dopomohy.local/fundraiser/%d0%bf%d1%96%d0%b4%d1%82%d1%80%d0%b8%d0%bc%d0%b0%d1%82%d0%b8-%d0%bb%d1%96%d0%ba%d0%b8-%d1%82%d0%b0-%d0%b3%d1%96%d0%b3%d1%96%d1%94%d0%bd%d1%83/','0','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('169','1','2026-07-01 16:18:07','2026-07-01 13:18:07','Співпраця для дитячих і підліткових програм.','Освітні заклади','','publish','closed','closed','','%d0%be%d1%81%d0%b2%d1%96%d1%82%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8','','','2026-07-01 16:18:07','2026-07-01 13:18:07','','0','http://ruka-dopomohy.local/partner/%d0%be%d1%81%d0%b2%d1%96%d1%82%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('170','1','2026-07-01 16:18:07','2026-07-01 13:18:07','Описати ситуацію до підтримки, що зробив фонд, який результат, що змінилося.','ШАБЛОН історії: дитина або підліток','','publish','closed','closed','','%d1%88%d0%b0%d0%b1%d0%bb%d0%be%d0%bd-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%b4%d0%b8%d1%82%d0%b8%d0%bd%d0%b0-%d0%b0%d0%b1%d0%be-%d0%bf%d1%96%d0%b4%d0%bb%d1%96%d1%82%d0%be%d0%ba','','','2026-07-01 16:18:07','2026-07-01 13:18:07','','0','http://ruka-dopomohy.local/story/%d1%88%d0%b0%d0%b1%d0%bb%d0%be%d0%bd-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%b4%d0%b8%d1%82%d0%b8%d0%bd%d0%b0-%d0%b0%d0%b1%d0%be-%d0%bf%d1%96%d0%b4%d0%bb%d1%96%d1%82%d0%be%d0%ba/','0','ruka_story','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('171','1','2026-07-01 16:18:08','2026-07-01 13:18:08','Описати потребу, регулярну підтримку, людський контакт і результат.','ШАБЛОН історії: літня людина','','publish','closed','closed','','%d1%88%d0%b0%d0%b1%d0%bb%d0%be%d0%bd-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%bb%d1%96%d1%82%d0%bd%d1%8f-%d0%bb%d1%8e%d0%b4%d0%b8%d0%bd%d0%b0','','','2026-07-01 16:18:08','2026-07-01 13:18:08','','0','http://ruka-dopomohy.local/story/%d1%88%d0%b0%d0%b1%d0%bb%d0%be%d0%bd-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%bb%d1%96%d1%82%d0%bd%d1%8f-%d0%bb%d1%8e%d0%b4%d0%b8%d0%bd%d0%b0/','0','ruka_story','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('182','1','2026-07-01 16:38:04','2026-07-01 13:38:04','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Фонд милосердя · Ужгород · з 2021 року</div>\n<h1 class=\"ruka-title\">Рука Допомоги: милосердя у дії</h1>\n<p class=\"ruka-lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю. Допомога фонду поєднує харчування, базову підтримку, наставництво, духовну опору та живі стосунки з людьми.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"ruka-btn alt\" href=\"/pro-fond/\">Про фонд</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-03.webp\" alt=\"Підлітки на зустрічі фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-01.webp\" alt=\"Зустріч літніх людей\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-grid\">\n<div class=\"ruka-stat\"><strong>81 000+</strong>порцій гарячих обідів за роки діяльності</div>\n<div class=\"ruka-stat\"><strong>4 795+</strong>продуктових наборів для літніх людей і малозабезпечених сімей</div>\n<div class=\"ruka-stat\"><strong>239</strong>дитячих подій, таборів, зустрічей і майстер-класів</div>\n<div class=\"ruka-stat\"><strong>118</strong>заходів для літніх людей</div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Місія</div>\n<h2>Підтримка, яка тримається на стосунках</h2>\n<p>Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p>\n<div class=\"ruka-note\">Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/zvitnist/\">Звітність</a><a class=\"ruka-btn alt\" href=\"/volonterstvo/\">Стати волонтером</a></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Напрями роботи</div>\n<h2>Кому і як ми допомагаємо</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p><p><a href=\"/dity-i-simyi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p><p><a href=\"/litni-liudy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Сім’ї у складних обставинах</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p><p><a href=\"/liudy-bez-zhytla/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p><p><a href=\"/liudy-z-invalidnistiu/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p><p><a href=\"/bereal-teens/\">Детальніше</a></p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Фотогалерея</div>\n<h2>Жива робота фонду</h2>\n<div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-01.webp\" alt=\"Дитяча програма фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-03.webp\" alt=\"Видача гарячих обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-02.webp\" alt=\"Продуктова допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-04.webp\" alt=\"Зустріч для літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-08.webp\" alt=\"Підліткова активність\"></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Підтримайте роботу фонду</h2>\n<p>Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати напряму</a><a class=\"ruka-btn\" href=\"/mawa/\">Перейти до MAWA</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-01 16:38:04','2026-07-01 13:38:04','','14','http://ruka-dopomohy.local/?p=182','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('183','1','2026-07-01 16:38:05','2026-07-01 13:38:05','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Про фонд</div>\n<h1 class=\"ruka-title\">5 років підтримки людей в Ужгороді</h1>\n<p class=\"ruka-lead\">Фонд Милосердя «Рука Допомоги» — благодійна організація, яка працює з дітьми й підлітками, літніми людьми, сім’ями у складних обставинах, людьми без житла та людьми з інвалідністю.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/logo-header.png\" alt=\"Логотип фонду Рука Допомоги\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Команда, яка працює поруч із людьми</h2><p>Фонд поєднує гуманітарну, соціальну, освітню та духовну підтримку. За роки роботи сформувалася команда координаторів, бухгалтерії, комунікацій, психологів і волонтерів. Робота фонду тримається на регулярності, довірі та відповідальності перед людьми.</p></section>\n<section class=\"ruka-section\"><h2>П’ять основних груп</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти та підлітки</h3><p>Діти й підлітки з кризових родин, які потребують безпечного середовища, навчання, наставництва й розвитку.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди старшого віку, яким потрібні харчування, ліки, увага й регулярне спілкування.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають війну, хворобу, втрату роботи, борги або інші складні обставини.</p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Чоловіки й жінки, які живуть на вулиці або у тимчасових умовах і потребують базової підтримки.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Діти й дорослі, які потребують продуктів, ліків, засобів догляду та підтримки сімей.</p></div><div class=\"ruka-card\"><h3>Громада</h3><p>Волонтери, партнери й місцеві люди, які долучаються до підтримки інших.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Напрями відповідальності</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діана Федорка</h3><p>Керівниця фонду. Стратегія, партнери, розвиток програм і загальна координація.</p></div><div class=\"ruka-card\"><h3>Іванна Гаврош</h3><p>Бухгалтерський облік, закупівлі, фінансова звітність і документообіг.</p></div><div class=\"ruka-card\"><h3>Віра Пасічник</h3><p>Координація сімейного напряму, дитячих програм, підліткового клубу та наставництва.</p></div><div class=\"ruka-card\"><h3>Анастасія Халев</h3><p>Залучення волонтерів, підтримка партнерств, організація подій і підліткових активностей.</p></div><div class=\"ruka-card\"><h3>Надія Минда</h3><p>SMM, контент, фото- й відеосупровід, висвітлення діяльності фонду.</p></div><div class=\"ruka-card\"><h3>Євген Фенцик</h3><p>Супровід людей без житла, чоловічі групи, майстерня та господарська організація.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Про фонд','','inherit','closed','closed','','67-revision-v1','','','2026-07-01 16:38:05','2026-07-01 13:38:05','','67','http://ruka-dopomohy.local/?p=183','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('184','1','2026-07-01 16:38:05','2026-07-01 13:38:05','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Діти і сім’ї</div>\n<h1 class=\"ruka-title\">Шанс для дітей і підлітків</h1>\n<p class=\"ruka-lead\">Фонд працює з дітьми та підлітками із сімей у складних життєвих обставинах. Програми поєднують табори, клуби, наставництво, навчання, творчі зустрічі, матеріальну підтримку й роботу з родинами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-04.webp\" alt=\"Діти на програмі фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Регулярна робота з дітьми та родинами</h2><p>У 2024 році фонд працював із 65 дітьми та підлітками, які регулярно отримували підтримку. У ширшому охопленні програми є 72 дитини під опікою фонду. Для частини дітей організовано особисте наставництво, додаткове навчання та творчі активності.</p></section>\n<section class=\"ruka-section\"><h2>Що входить у дитячий напрям</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Табори і денні програми</h3><p>Денні, виїзні, зимові й літні табори з наставниками, командними активностями, духовними темами, іграми та творчістю.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Клуб для підлітків, дівочі зустрічі, дискусії, майстер-класи, наставництво і поступовий перехід учасників до волонтерства.</p></div><div class=\"ruka-card\"><h3>Освіта і розвиток</h3><p>Репетитори, гуртки, курси, навчальні матеріали, читацький клуб і підтримка дітей у шкільному розвитку.</p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Продукти, канцелярія, дитячий одяг, меблі та інші речі, які допомагають родині пройти складний період.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-01.webp\" alt=\"Дитяча програма\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-02.webp\" alt=\"Заняття з дітьми\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-05.webp\" alt=\"Святкування для дітей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-08.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-10.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-11.webp\" alt=\"Творча робота\"></div></section>\n<section class=\"ruka-dark\"><h2>Підтримати дитячі програми</h2><p>Пожертви допомагають оплачувати табори, навчання, матеріали для занять, транспорт, харчування та індивідуальні потреби дітей.</p><div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати</a></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Діти і сім’ї','','inherit','closed','closed','','68-revision-v1','','','2026-07-01 16:38:05','2026-07-01 13:38:05','','68','http://ruka-dopomohy.local/?p=184','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('185','1','2026-07-01 16:38:06','2026-07-01 13:38:06','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Літні люди</div>\n<h1 class=\"ruka-title\">Турбота, яка повертає гідність</h1>\n<p class=\"ruka-lead\">Фонд підтримує самотніх пенсіонерів і людей старшого віку: гарячі обіди, продуктові набори, ліки, зустрічі, майстер-класи, дні народження та відвідування вдома.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-02.webp\" alt=\"Зустріч літніх людей\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Люди старшого віку залишаються в центрі уваги фонду</h2><p>У регулярній підтримці фонду перебувають 115 пенсіонерів. Команда не обмежується продуктовою допомогою: для літніх людей проводяться чаювання, творчі зустрічі, привітання з днями народження та відвідування вдома.</p></section>\n<section class=\"ruka-section\"><h2>Формати підтримки</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гаряче харчування</h3><p>Регулярні обіди для людей, які не можуть забезпечити себе повноцінною їжею.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Базова підтримка для самотніх пенсіонерів і людей з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Медикаменти, підгузки, гігієна та індивідуальні потреби.</p></div><div class=\"ruka-card\"><h3>Клуб підтримки</h3><p>Чаювання, творчі зустрічі, спілкування і відновлення людських зв’язків.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-01.webp\" alt=\"Літня людина на зустрічі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-03.webp\" alt=\"Чаювання\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-04.webp\" alt=\"Зустріч у фонді\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-05.webp\" alt=\"Підтримка літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-06.webp\" alt=\"Творча зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-07.webp\" alt=\"Літні люди разом\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Літні люди','','inherit','closed','closed','','69-revision-v1','','','2026-07-01 16:38:06','2026-07-01 13:38:06','','69','http://ruka-dopomohy.local/?p=185','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('186','1','2026-07-01 16:38:06','2026-07-01 13:38:06','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Сім’ї у кризі</div>\n<h1 class=\"ruka-title\">Підтримка родин у складних обставинах</h1>\n<p class=\"ruka-lead\">Фонд підтримує родини, які переживають бідність, хворобу, втрату роботи, наслідки війни або інші кризи. Допомога включає продукти, одяг, базові речі та підтримку дітей.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-03.webp\" alt=\"Продуктова допомога для родин\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що отримують родини</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Продукти</h3><p>Набори першої необхідності для родин, які не мають стабільного доходу.</p></div><div class=\"ruka-card\"><h3>Одяг і базові речі</h3><p>Допомога речами, які потрібні для побуту, школи, дітей і щоденного життя.</p></div><div class=\"ruka-card\"><h3>Підтримка дітей</h3><p>Канцелярія, навчання, дитячі програми, наставництво і безпечне середовище.</p></div><div class=\"ruka-card\"><h3>Людський супровід</h3><p>Команда підтримує родини не одноразово, а через контакт і довіру.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Продуктова підтримка</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-01.webp\" alt=\"Продуктові набори\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-05.webp\" alt=\"Допомога родинам\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-06.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Сім’ї у складних обставинах','','inherit','closed','closed','','70-revision-v1','','','2026-07-01 16:38:06','2026-07-01 13:38:06','','70','http://ruka-dopomohy.local/?p=186','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('187','1','2026-07-01 16:38:07','2026-07-01 13:38:07','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гуманітарна допомога</div>\n<h1 class=\"ruka-title\">Базова підтримка для щоденного життя</h1>\n<p class=\"ruka-lead\">Гуманітарний напрям охоплює гарячі обіди, продуктові набори, ліки, гігієну, одяг, побутові речі та індивідуальні запити людей, які проходять складний період.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-04.webp\" alt=\"Гаряча їжа для потребуючих\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що входить у гуманітарну підтримку</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Фонд регулярно готує та видає гарячі обіди для літніх людей і людей без житла.</p><p><a href=\"/bezkoshtovni-obidy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Родини у складних обставинах і самотні пенсіонери отримують продукти для базового харчування.</p><p><a href=\"/produktovi-nabory/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Підопічним передаються ліки, підгузки, гігієнічні засоби та інші необхідні речі.</p><p><a href=\"/medychna-dopomoha/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Душ, прання, стрижки</h3><p>Люди без житла можуть отримати доступ до гігієнічних послуг, прання одягу та перукарської допомоги.</p><p><a href=\"/hihiienichna-pidtrymka/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Допомога надається родинам, які переживають хворобу, втрату доходу, наслідки війни або інші кризи.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Як долучитися</h3><p>Фонд приймає пожертви, продукти, засоби гігієни та волонтерську допомогу.</p><p><a href=\"/pidtrymaty/\">Детальніше</a></p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото гуманітарної роботи</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-01.webp\" alt=\"Обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-01.webp\" alt=\"Продукти\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-02.webp\" alt=\"Ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-08.webp\" alt=\"Видача допомоги\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-08.webp\" alt=\"Продуктові пакети\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-09.webp\" alt=\"Підтримка людей\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гуманітарна допомога','','inherit','closed','closed','','71-revision-v1','','','2026-07-01 16:38:07','2026-07-01 13:38:07','','71','http://ruka-dopomohy.local/?p=187','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('188','1','2026-07-01 16:38:07','2026-07-01 13:38:07','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гаряче харчування</div>\n<h1 class=\"ruka-title\">Безкоштовні гарячі обіди</h1>\n<p class=\"ruka-lead\">Гарячі обіди — один із базових напрямів фонду. Це щоденна підтримка для літніх людей, людей без житла та інших потребуючих мешканців громади.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-02.webp\" alt=\"Видача гарячих обідів\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для багатьох людей гарячий обід — це не тільки їжа. Це регулярний контакт із командою, можливість бути поміченим і отримати іншу допомогу, якщо ситуація погіршується.</p></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-03.webp\" alt=\"Їдальня фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-05.webp\" alt=\"Волонтери\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-06.webp\" alt=\"Приготування їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-07.webp\" alt=\"Видача обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-09.webp\" alt=\"Люди отримують обід\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Безкоштовні обіди','','inherit','closed','closed','','72-revision-v1','','','2026-07-01 16:38:07','2026-07-01 13:38:07','','72','http://ruka-dopomohy.local/?p=188','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('189','1','2026-07-01 16:38:07','2026-07-01 13:38:07','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Продуктова підтримка</div>\n<h1 class=\"ruka-title\">Продуктові набори для родин і літніх людей</h1>\n<p class=\"ruka-lead\">Фонд передає продуктові набори самотнім пенсіонерам, малозабезпеченим сім’ям, людям з інвалідністю та родинам у складних обставинах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-02.webp\" alt=\"Продуктові набори\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кому допомагаємо</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають бідність, війну, хворобу або втрату доходу.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Люди та родини, для яких догляд створює додаткове фінансове навантаження.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-01.webp\" alt=\"Пакування продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-03.webp\" alt=\"Допомога родині\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-05.webp\" alt=\"Продуктовий пакет\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-06.webp\" alt=\"Волонтери з допомогою\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-07.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Продуктові набори','','inherit','closed','closed','','73-revision-v1','','','2026-07-01 16:38:07','2026-07-01 13:38:07','','73','http://ruka-dopomohy.local/?p=189','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('190','1','2026-07-01 16:38:08','2026-07-01 13:38:08','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Медична підтримка</div>\n<h1 class=\"ruka-title\">Ліки, підгузки та засоби догляду</h1>\n<p class=\"ruka-lead\">Фонд допомагає із базовими ліками, підгузками, засобами гігієни та окремими медичними потребами підопічних, коли сім’я або людина не може закрити це самостійно.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-01.webp\" alt=\"Ліки та засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Ліки, засоби догляду, індивідуальні запити</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки для літніх людей</h3><p>Фонд допомагає з базовими медикаментами для підопічних, які мають хронічні захворювання.</p></div><div class=\"ruka-card\"><h3>Засоби догляду</h3><p>Передаються підгузки, гігієнічні засоби та інші речі, необхідні людям з інвалідністю і важкими станами.</p></div><div class=\"ruka-card\"><h3>Адресна підтримка</h3><p>Команда розглядає індивідуальні звернення і допомагає в межах наявних ресурсів фонду.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-02.webp\" alt=\"Передані ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-03.webp\" alt=\"Засоби догляду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-04.webp\" alt=\"Допомога підопічним\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Медична допомога','','inherit','closed','closed','','74-revision-v1','','','2026-07-01 16:38:08','2026-07-01 13:38:08','','74','http://ruka-dopomohy.local/?p=190','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('191','1','2026-07-01 16:38:08','2026-07-01 13:38:08','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гігієна і гідність</div>\n<h1 class=\"ruka-title\">Душ, прання, стрижки та базова гігієна</h1>\n<p class=\"ruka-lead\">Для людей без житла та людей у складних обставинах фонд надає доступ до душу, прання одягу, стрижок, гоління і базових засобів гігієни.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-08.webp\" alt=\"Підтримка людей у складних обставинах\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Душ, прання, стрижки та базовий догляд</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для людей без житла</h3><p>Гігієнічні послуги допомагають людям зберегти здоров’я, гідність і можливість рухатися до стабільнішого життя.</p></div><div class=\"ruka-card\"><h3>Побутова допомога</h3><p>Прання одягу, душ і стрижки поєднуються з харчуванням та іншою гуманітарною підтримкою.</p></div><div class=\"ruka-card\"><h3>Роль волонтерів</h3><p>Волонтери допомагають організувати запис, супровід, видачу речей і комунікацію з підопічними.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гігієнічна підтримка','','inherit','closed','closed','','75-revision-v1','','','2026-07-01 16:38:08','2026-07-01 13:38:08','','75','http://ruka-dopomohy.local/?p=191','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('192','1','2026-07-01 16:38:09','2026-07-01 13:38:09','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Люди без житла</div>\n<h1 class=\"ruka-title\">Допомога тим, хто опинився на вулиці</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей без дому гарячими обідами, одягом, душем, пранням, стрижками, голінням, людською увагою та допомогою з документами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-07.webp\" alt=\"Підтримка людей без житла\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Комплексна базова підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Їжа</h3><p>Гарячі обіди допомагають людині вижити і тримати контакт із фондом.</p></div><div class=\"ruka-card\"><h3>Гігієна</h3><p>Душ, прання, стрижка і гоління повертають людині охайність і гідність.</p></div><div class=\"ruka-card\"><h3>Одяг</h3><p>Фонд передає одяг і базові речі відповідно до сезону та потреби.</p></div><div class=\"ruka-card\"><h3>Документи</h3><p>Команда допомагає людям зробити перші кроки до відновлення документів і стабільнішого життя.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-02.webp\" alt=\"Люди отримують обід\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-05.webp\" alt=\"Видача їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-06.webp\" alt=\"Волонтерська допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-08.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди без житла','','inherit','closed','closed','','76-revision-v1','','','2026-07-01 16:38:09','2026-07-01 13:38:09','','76','http://ruka-dopomohy.local/?p=192','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('193','1','2026-07-01 16:38:10','2026-07-01 13:38:10','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підтримка людей з інвалідністю</div>\n<h1 class=\"ruka-title\">Підтримка дітей і дорослих з інвалідністю</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей з інвалідністю та їхні сім’ї продуктами, ліками, засобами догляду, підгузками, окремими технічними засобами й супроводом у щоденних потребах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/medical-03.webp\" alt=\"Засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підтримка людей і їхніх сімей</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Фонд допомагає з медикаментами, підгузками, засобами гігієни та базовими речами.</p></div><div class=\"ruka-card\"><h3>Продуктова допомога</h3><p>Сім’ї, які мають додаткове навантаження через догляд, можуть отримувати продуктові набори.</p></div><div class=\"ruka-card\"><h3>Індивідуальний супровід</h3><p>Команда приймає звернення і визначає, яку підтримку фонд може надати в конкретній ситуації.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для таких сімей навіть невелика регулярна допомога має практичне значення: вона зменшує фінансове навантаження, підтримує догляд і дає родині ресурс триматися в складних обставинах.</p></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди з інвалідністю','','inherit','closed','closed','','77-revision-v1','','','2026-07-01 16:38:10','2026-07-01 13:38:10','','77','http://ruka-dopomohy.local/?p=193','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('194','1','2026-07-01 16:38:10','2026-07-01 13:38:10','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підлітковий клуб</div>\n<h1 class=\"ruka-title\">Підлітковий клуб BeReal Teens</h1>\n<p class=\"ruka-lead\">BeReal Teens — підлітковий клуб фонду «Рука Допомоги»: регулярні зустрічі, наставництво, табори, творчі активності, дискусії та безпечне середовище для підлітків.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-08.webp\" alt=\"Підлітки на зустрічі\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підлітки, майстерні, психологічна підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Регулярні зустрічі, дискусії, наставництво, творчі активності та табори для підлітків.</p></div><div class=\"ruka-card\"><h3>Творчі майстерні</h3><p>Кераміка, ручна робота та інші формати, які допомагають людям відновлюватися через спільну діяльність.</p></div><div class=\"ruka-card\"><h3>Програма для літніх людей</h3><p>Зустрічі, чаювання, творчі заняття, підтримка пам’яті, руху та спілкування.</p></div><div class=\"ruka-card\"><h3>Психологічний супровід</h3><p>Групові заняття, індивідуальні консультації та підтримка людей, які переживають тривалий стрес.</p></div><div class=\"ruka-card\"><h3>Міжпоколінні події</h3><p>Заходи, у яких підлітки, дорослі й літні люди діють разом і формують нові зв’язки.</p></div><div class=\"ruka-card\"><h3>Долучитися</h3><p>До хабу можна долучитися як учасник, волонтер, партнер або благодійник.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото BeReal Teens</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-03.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-06.webp\" alt=\"Майстер-клас\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-07.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-09.webp\" alt=\"Зустріч молоді\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','BeReal Teens','','inherit','closed','closed','','21-revision-v1','','','2026-07-01 16:38:10','2026-07-01 13:38:10','','21','http://ruka-dopomohy.local/?p=194','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('195','1','2026-07-01 16:38:11','2026-07-01 13:38:11','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero ruka-mawa-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Ручна робота · Соціальний бренд · Ужгород</div>\n<h1 class=\"ruka-title\">Вироби, зроблені з серцем</h1>\n<p class=\"ruka-lead\">Натуральне мило, керамічні вироби та в’язані вироби від майстринь Закарпаття. Кожна покупка — реальна підтримка людей поруч.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"#produktsiia\">Переглянути продукцію</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Замовити</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/soap-01.webp\" alt=\"Мило MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/ceramic-01.webp\" alt=\"Кераміка MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/knit-01.webp\" alt=\"В’язаний виріб MAWA\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Я тут, бо шукаю…</div>\n<h2>Оберіть свій шлях</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для себе або в подарунок</h3><p>Красиве, натуральне, зі смислом.</p></div><div class=\"ruka-card\"><h3>Корпоративні замовлення</h3><p>Від 20 наборів, брендування, подарунки з місією.</p></div><div class=\"ruka-card\"><h3>Для родини та близьких</h3><p>Вчителям, вихователям, рідним, друзям.</p></div><div class=\"ruka-card\"><h3>Партнерство та колаборації</h3><p>Кобрендинг, роздріб, інвестиції, спільні серії.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Купуй красиве. Роби добро непомітно.</h2>\n<p>Кожен виріб MAWA — це маленька історія про майстринь, які вклали в неї час і досвід. І про тебе — людину, чий вибір має значення.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Корпоративні набори, що говорять про вас</h2>\n<p>Набори MAWA — це спосіб показати партнерам і команді, що ваша компанія цінує українське, ручну майстерність і людей за нею.</p>\n</section>\n\n<section id=\"produktsiia\" class=\"ruka-section\">\n<div class=\"ruka-kicker\">Продукція</div>\n<h2>Три лінійки — одна місія</h2>\n<p>Усе виробляється в Ужгороді. Формуємо набори під будь-який запит і бюджет.</p>\n<div class=\"ruka-products\">\n<div class=\"ruka-product\"><img src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/soap-01.webp\" alt=\"Натуральне мило MAWA\"><div><h3>Натуральне мило</h3><p>Ручна робота, подарункові набори, ароматні серії.</p></div></div>\n<div class=\"ruka-product\"><img src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/soap-03.webp\" alt=\"Подарункове мило MAWA\"><div><h3>Подарункові набори</h3><p>Для друзів, родини, вчителів, партнерів і команд.</p></div></div>\n<div class=\"ruka-product\"><img src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/ceramic-01.webp\" alt=\"Кераміка MAWA\"><div><h3>Кераміка</h3><p>Унікальні вироби з глини, створені руками.</p></div></div>\n<div class=\"ruka-product\"><img src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/mawa-products/knit-01.webp\" alt=\"В’язаний виріб MAWA\"><div><h3>В’язані вироби</h3><p>Теплі речі ручної роботи з історією.</p></div></div>\n</div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Бізнес, що заробляє на добро</h2>\n<p>Ми не збираємо донати. Ми будуємо механізм, який сам заробляє гроші для соціальних програм. MAWA — це модель, де люди можуть працювати, бути потрібними й отримувати дохід. А кожна покупка фінансує це напряму.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/kontakty/\">Замовити</a><a class=\"ruka-btn\" href=\"/pro-fond/\">Сайт фонду</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','MAWA','','inherit','closed','closed','','22-revision-v1','','','2026-07-01 16:38:11','2026-07-01 13:38:11','','22','http://ruka-dopomohy.local/?p=195','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('196','1','2026-07-01 16:38:11','2026-07-01 13:38:11','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Волонтерство</div>\n<h1 class=\"ruka-title\">Долучитися до роботи фонду</h1>\n<p class=\"ruka-lead\">Волонтери допомагають на обідах, у дитячих і підліткових програмах, у роботі з літніми людьми, на заходах, у доставці допомоги, комунікаціях і партнерських ініціативах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/meals-05.webp\" alt=\"Волонтери фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Конкретні ролі для допомоги фонду</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Обіди і видачі</h3><p>Допомога з підготовкою, пакуванням, видачею гарячих обідів і продуктових наборів.</p></div><div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Участь у таборах, клубах, майстер-класах, наставництві та організації дитячих подій.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Візити, чаювання, привітання з днями народження, доставка допомоги та спілкування.</p></div><div class=\"ruka-card\"><h3>Логістика</h3><p>Сортування речей, перевезення, закупівлі, підготовка приміщень і супровід заходів.</p></div><div class=\"ruka-card\"><h3>MAWA</h3><p>Допомога з виробами, пакуванням, ярмарками, фотографіями та комунікацією з покупцями.</p></div><div class=\"ruka-card\"><h3>Зв’язок із фондом</h3><p>Щоб долучитися, достатньо написати або зателефонувати команді фонду.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Волонтерство','','inherit','closed','closed','','79-revision-v1','','','2026-07-01 16:38:11','2026-07-01 13:38:11','','79','http://ruka-dopomohy.local/?p=196','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('197','1','2026-07-01 16:38:12','2026-07-01 13:38:12','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Звітність</div>\n<h1 class=\"ruka-title\">Прозорість роботи фонду</h1>\n<p class=\"ruka-lead\">Фонд веде облік допомоги, готує звіти, фіксує кількість обідів, продуктових наборів, дитячих подій, заходів для літніх людей, гігієнічних послуг і волонтерської участі.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/reports-01.webp\" alt=\"Звітність фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Відкриті дані про роботу фонду</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитячий напрям</h3><p>У звітах фіксуються події, табори, освітня підтримка, наставництво та індивідуальна робота з дітьми.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Окремо обліковуються зустрічі, візити додому, подарунки, гуманітарна та медична підтримка.</p></div><div class=\"ruka-card\"><h3>Гуманітарна допомога</h3><p>Фонд веде облік виданих обідів, продуктових наборів, ліків, засобів гігієни та інших видів допомоги.</p></div><div class=\"ruka-card\"><h3>Фінансова прозорість</h3><p>Пожертви й витрати обліковуються через бухгалтерію фонду та внутрішні звітні документи.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Фіксується участь команди й волонтерів у регулярних програмах та окремих заходах фонду.</p></div><div class=\"ruka-card\"><h3>Результати за роки</h3><p>На сайті подано ключові показники роботи фонду, підтверджені внутрішніми звітами й презентацією.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Ключові показники</h2><div class=\"ruka-grid\"><div class=\"ruka-stat\"><strong>81 000+</strong>обідів</div><div class=\"ruka-stat\"><strong>4 795+</strong>наборів</div><div class=\"ruka-stat\"><strong>3 740</strong>упаковок ліків</div><div class=\"ruka-stat\"><strong>761</strong>гігієнічна послуга</div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Звітність','','inherit','closed','closed','','80-revision-v1','','','2026-07-01 16:38:12','2026-07-01 13:38:12','','80','http://ruka-dopomohy.local/?p=197','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('198','1','2026-07-01 16:38:12','2026-07-01 13:38:12','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підтримати фонд</div>\n<h1 class=\"ruka-title\">Підтримати фонд</h1>\n<p class=\"ruka-lead\">Це окрема сторінка для фінансової підтримки фонду. Тут зібрані способи швидко зв’язатися з командою й отримати актуальні реквізити або посилання на поточні збори.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-07.webp\" alt=\"Підтримка фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Актуальні збори і реквізити</h2><p>Цей блок підготовлений під актуальні банки, збори й реквізити фонду. Коли команда дасть посилання, їх можна одразу вставити сюди.</p><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Підтримка щоденного харчування для літніх людей і людей без житла.</p></div><div class=\"ruka-card\"><h3>Діти й підлітки</h3><p>Табори, клуби, наставництво, навчання та матеріали для занять.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Продукти, ліки, чаювання, відвідування вдома.</p></div><div class=\"ruka-card\"><h3>MAWA</h3><p>Матеріали для майстерень і розвиток соціальної творчості.</p></div></div></section>\n<section class=\"ruka-dark\"><h2>Офіційні канали для уточнення реквізитів</h2><p>Для уникнення помилок у фінансових даних реквізити потрібно брати тільки з офіційних каналів фонду.</p><p>Тел.: +380 50 843 1219. Email: rukadopomogy.uzh@gmail.com.</p></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Підтримати','','inherit','closed','closed','','83-revision-v1','','','2026-07-01 16:38:12','2026-07-01 13:38:12','','83','http://ruka-dopomohy.local/?p=198','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('199','1','2026-07-01 16:38:13','2026-07-01 13:38:13','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Контакти</div>\n<h1 class=\"ruka-title\">Зв’язатися з фондом</h1>\n<p class=\"ruka-lead\">Підтримати фонд можна фінансово, матеріально, волонтерською участю або партнерством. Команда працює в Ужгороді та відповідає на звернення через телефон, пошту й соціальні мережі.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/logo-header.png\" alt=\"Рука Допомоги\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Зв’язок із фондом і підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Керівниця фонду — Діана Федорка</h3><p>Тел.: +380 50 843 1219</p></div><div class=\"ruka-card\"><h3>Електронна пошта</h3><p>rukadopomogy.uzh@gmail.com</p></div><div class=\"ruka-card\"><h3>Instagram</h3><p>@rukadopomogy.uzh</p></div><div class=\"ruka-card\"><h3>Адреса</h3><p>м. Ужгород, вул. Швабська, 75, приміщення 7.</p></div><div class=\"ruka-card\"><h3>Волонтерство</h3><p>Можна допомагати часом, навичками, транспортом, продуктами, речами або комунікацією.</p></div><div class=\"ruka-card\"><h3>Підтримати фінансово</h3><p>Окрема сторінка підтримки зібрана для швидкого переходу до реквізитів і актуальних зборів.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Команда і контакти</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діана Федорка</h3><p>Керівниця фонду, стратегічне управління, партнери. Тел.: +380 50 843 1219</p></div><div class=\"ruka-card\"><h3>Іванна Гаврош</h3><p>Бухгалтерія, фінансова звітність, документи. Email: ivankagavros@gmail.com</p></div><div class=\"ruka-card\"><h3>Віра Пасічник</h3><p>Сім’ї, діти, підлітковий клуб, наставництво. Email: virapasichnuk@gmail.com</p></div><div class=\"ruka-card\"><h3>Анастасія Халев</h3><p>Координація волонтерів, партнерів і підліткових активностей.</p></div><div class=\"ruka-card\"><h3>Надія Минда</h3><p>Комунікації, соцмережі, фото- і відеоконтент.</p></div><div class=\"ruka-card\"><h3>Євген Фенцик</h3><p>Робота з людьми без житла, чоловіча майстерня, супровід.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Контакти','','inherit','closed','closed','','81-revision-v1','','','2026-07-01 16:38:13','2026-07-01 13:38:13','','81','http://ruka-dopomohy.local/?p=199','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('200','1','2026-07-01 16:38:13','2026-07-01 13:38:13','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Команда</div>\n<h1 class=\"ruka-title\">Люди, які тримають роботу фонду</h1>\n<p class=\"ruka-lead\">Фонд має невелику, але активну команду координаторів, бухгалтерії, комунікацій, психологів і волонтерів.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-02.webp\" alt=\"Команда і волонтери\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Основні ролі</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Керівництво</h3><p>Стратегія, партнерства, управління програмами, розвиток фонду.</p></div><div class=\"ruka-card\"><h3>Бухгалтерія</h3><p>Документи, фінансовий облік, закупівлі, звітність.</p></div><div class=\"ruka-card\"><h3>Координатори напрямів</h3><p>Діти, літні люди, гуманітарна підтримка, BeReal Teens, MAWA.</p></div><div class=\"ruka-card\"><h3>Комунікації</h3><p>SMM, фото, відео, історії змін, зв’язок з громадою.</p></div><div class=\"ruka-card\"><h3>Психологи і наставники</h3><p>Психосоціальна підтримка, групи, консультації, супровід.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Щоденна практична підтримка людей і подій.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Команда','','inherit','closed','closed','','159-revision-v1','','','2026-07-01 16:38:13','2026-07-01 13:38:13','','159','http://ruka-dopomohy.local/?p=200','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('201','1','2026-07-01 16:38:14','2026-07-01 13:38:14','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Партнери</div>\n<h1 class=\"ruka-title\">Співпраця заради людей</h1>\n<p class=\"ruka-lead\">Фонд співпрацює з місцевими службами, школами, медичними закладами, церквами, бізнесом, волонтерами та донорами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-06.webp\" alt=\"Партнерська допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кого ми запрошуємо до співпраці</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Соціальні служби</h3><p>Скерування людей, які потребують допомоги, та координація підтримки.</p></div><div class=\"ruka-card\"><h3>Освітні заклади</h3><p>Дитячі та підліткові програми, навчання, розвиток і наставництво.</p></div><div class=\"ruka-card\"><h3>Медичні заклади</h3><p>Підтримка ліками, засобами догляду, скерування людей із потребами.</p></div><div class=\"ruka-card\"><h3>Церкви</h3><p>Духовна підтримка, волонтери, простір, людська присутність.</p></div><div class=\"ruka-card\"><h3>Бізнес</h3><p>Продукти, послуги, фінансова підтримка, корпоративні замовлення MAWA.</p></div><div class=\"ruka-card\"><h3>Донори</h3><p>Проєктна підтримка, гранти, розвиток програм і системна сталість.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Партнери','','inherit','closed','closed','','160-revision-v1','','','2026-07-01 16:38:14','2026-07-01 13:38:14','','160','http://ruka-dopomohy.local/?p=201','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('202','1','2026-07-01 16:38:14','2026-07-01 13:38:14','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Актуальні збори</div>\n<h1 class=\"ruka-title\">Поточні потреби фонду</h1>\n<p class=\"ruka-lead\">На цій сторінці команда фонду може розміщувати збори на гарячі обіди, дитячі програми, ліки, гігієну, MAWA та інші потреби.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/food-05.webp\" alt=\"Актуальна допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Приклади зборів</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Підтримка щоденного харчування для літніх людей і людей без дому.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підтримка підліткового клубу, таборів і наставництва.</p></div><div class=\"ruka-card\"><h3>Ліки й гігієна</h3><p>Базова підтримка для літніх людей, людей з інвалідністю та родин у кризі.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Продукти для самотніх пенсіонерів, ВПО, бідних родин і людей у кризі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Актуальні збори','','inherit','closed','closed','','161-revision-v1','','','2026-07-01 16:38:14','2026-07-01 13:38:14','','161','http://ruka-dopomohy.local/?p=202','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('203','1','2026-07-01 16:38:15','2026-07-01 13:38:15','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Історії змін</div>\n<h1 class=\"ruka-title\">Людські історії за цифрами</h1>\n<p class=\"ruka-lead\">Тут будуть історії людей, родин, дітей, підлітків і літніх людей, яким допомога фонду стала важливою точкою підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/elderly-05.webp\" alt=\"Історія підтримки\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Навіщо ці історії</h2><p>Історії змін показують не лише цифри, а й людський вимір роботи фонду: гідність, довіру, відновлення, участь і надію.</p></section>\n<section class=\"ruka-section\"><h2>Шаблони для майбутніх історій</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитина або підліток</h3><p>Ситуація до підтримки, що зробив фонд, який результат, що змінилося.</p></div><div class=\"ruka-card\"><h3>Літня людина</h3><p>Потреба, регулярна підтримка, людський контакт і результат.</p></div><div class=\"ruka-card\"><h3>Родина у кризі</h3><p>Що сталося, яка допомога була надана, як родина рухається далі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Історії змін','','inherit','closed','closed','','162-revision-v1','','','2026-07-01 16:38:15','2026-07-01 13:38:15','','162','http://ruka-dopomohy.local/?p=203','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('204','1','2026-07-01 16:38:16','2026-07-01 13:38:16','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Новини</div>\n<h1 class=\"ruka-title\">Події фонду</h1>\n<p class=\"ruka-lead\">Тут команда може публікувати новини про події, зустрічі, табори, збори, партнерства, звіти й потреби фонду.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"https://ruka-dopomohy-uzhhorod.netlify.app/assets/img/children-09.webp\" alt=\"Подія фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що публікувати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Події</h3><p>Табори, зустрічі, чаювання, майстер-класи, волонтерські акції.</p></div><div class=\"ruka-card\"><h3>Звіти</h3><p>Підсумки допомоги, результати зборів, нові партнерства.</p></div><div class=\"ruka-card\"><h3>Потреби</h3><p>Актуальні збори та запити на волонтерську допомогу.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Новини','','inherit','closed','closed','','163-revision-v1','','','2026-07-01 16:38:16','2026-07-01 13:38:16','','163','http://ruka-dopomohy.local/?p=204','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('235','1','2026-07-01 16:41:18','2026-07-01 13:41:18',' ','','','publish','closed','closed','','235','','','2026-07-01 16:41:18','2026-07-01 13:41:18','','0','http://ruka-dopomohy.local/235/','1','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('236','1','2026-07-01 16:41:18','2026-07-01 13:41:18',' ','','','publish','closed','closed','','236','','','2026-07-01 16:41:18','2026-07-01 13:41:18','','0','http://ruka-dopomohy.local/236/','2','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('237','1','2026-07-01 16:41:18','2026-07-01 13:41:18',' ','','','publish','closed','closed','','237','','','2026-07-01 16:41:18','2026-07-01 13:41:18','','0','http://ruka-dopomohy.local/237/','3','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('238','1','2026-07-01 16:41:18','2026-07-01 13:41:18',' ','','','publish','closed','closed','','238','','','2026-07-01 16:41:18','2026-07-01 13:41:18','','0','http://ruka-dopomohy.local/238/','4','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('239','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','239','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/239/','5','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('240','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','240','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/240/','6','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('241','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','241','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/241/','7','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('242','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','242','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/242/','8','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('243','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','243','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/243/','9','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('244','1','2026-07-01 16:41:19','2026-07-01 13:41:19',' ','','','publish','closed','closed','','244','','','2026-07-01 16:41:19','2026-07-01 13:41:19','','0','http://ruka-dopomohy.local/244/','10','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('245','1','2026-07-01 16:46:18','2026-07-01 13:46:18','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Внутрішня сторінка</div>\n<h1 class=\"ruka-title\">Інструкція для команди фонду</h1>\n<p class=\"ruka-lead\">Ця сторінка пояснює, хто що редагує на сайті, щоб команда не ламала дизайн і не плуталась у WordPress.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Головне правило</h2>\n<div class=\"ruka-note\">Команда не редагує дизайн головної сторінки. Команда додає новини, звіти, історії змін, партнерів, збори, MAWA-продукцію та фото у відповідні розділи.</div>\n<div class=\"ruka-grid\"><div class=\"ruka-card warn\"><h3>Адміністратор</h3><p>Повний доступ. Має бути тільки в Олексія і, за потреби, у директорки фонду.</p></div><div class=\"ruka-card good\"><h3>Редактор</h3><p>Може додавати й редагувати сторінки, новини, звіти, історії, збори, партнерів.</p></div><div class=\"ruka-card private\"><h3>Автор</h3><p>Може писати тільки свої новини або чернетки, без доступу до дизайну.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Що де додавати</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Новини</h3><p>Записи → Додати новий. Назва, короткий текст, фото, категорія Новини.</p></div><div class=\"ruka-card \"><h3>Історії змін</h3><p>Історії змін → Додати новий. Людська історія, напрям, фото, результат.</p></div><div class=\"ruka-card \"><h3>Звіти</h3><p>Звіти → Додати новий. Рік, назва, PDF або посилання, короткий опис.</p></div><div class=\"ruka-card \"><h3>Актуальні збори</h3><p>Актуальні збори → Додати новий. Мета збору, сума, опис, реквізити або посилання.</p></div><div class=\"ruka-card \"><h3>MAWA продукція</h3><p>MAWA продукція → Додати новий. Назва, фото, опис, ціна або рекомендований донат.</p></div><div class=\"ruka-card \"><h3>Партнери</h3><p>Партнери → Додати новий. Назва, логотип, посилання, короткий опис співпраці.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Стандарт новини</h2>\n<p>Новина має відповідати на 5 питань: що відбулося, коли, для кого, який результат, як люди можуть підтримати фонд.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Стандарт історії змін</h2>\n<p>Історія має містити: ситуацію до підтримки, що зробив фонд, що змінилося, чому це важливо. Фото або ім’я людини використовувати тільки за згодою.</p>\n</section>\n</div>','Інструкція для команди','','private','closed','closed','','instruktsiia-dlia-komandy-2','','','2026-07-01 16:46:18','2026-07-01 13:46:18','','0','http://ruka-dopomohy.local/instruktsiia-dlia-komandy-2/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('246','1','2026-07-01 16:46:18','2026-07-01 13:46:18','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Форми</div>\n<h1 class=\"ruka-title\">Форми і заявки</h1>\n<p class=\"ruka-lead\">Ця сторінка збирає всі основні заявки для фонду: волонтерство, партнерство, MAWA, звернення по допомогу та контакт із командою.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Основні форми сайту</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Анкета волонтера</h3><p>Для людей, які хочуть допомагати часом, навичками, транспортом, фото, подіями чи роботою з підопічними.</p></div><div class=\"ruka-card \"><h3>Пропозиція партнерства</h3><p>Для бізнесу, церков, шкіл, соціальних служб, донорів і волонтерських спільнот.</p></div><div class=\"ruka-card \"><h3>MAWA замовлення</h3><p>Для людей або компаній, які хочуть замовити вироби MAWA.</p></div><div class=\"ruka-card \"><h3>Звернення по допомогу</h3><p>Для людей або родин, які потребують підтримки. Такі звернення команда має перевіряти окремо.</p></div><div class=\"ruka-card \"><h3>Контакт із фондом</h3><p>Загальна форма для питань, уточнень, зустрічей і підтримки.</p></div><div class=\"ruka-card \"><h3>Звіти і документи</h3><p>Для донорів, партнерів і команди.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Технічний статус форм</h2>\n<div class=\"ruka-note\">На локальному сайті форми підготовлені як сторінки-заготовки. Перед публікацією на хостингу треба підключити реальні форми через Fluent Forms, щоб заявки приходили на пошту або зберігалися в адмінці.</div>\n</section>\n</div>','Форми і заявки','','publish','closed','closed','','formy-i-zaiavky','','','2026-07-01 16:46:18','2026-07-01 13:46:18','','0','http://ruka-dopomohy.local/formy-i-zaiavky/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('247','1','2026-07-01 16:46:19','2026-07-01 13:46:19','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Волонтерство</div>\n<h1 class=\"ruka-title\">Анкета волонтера</h1>\n<p class=\"ruka-lead\">Заповніть коротку анкету, якщо хочете долучитися до роботи фонду: допомагати на обідах, у дитячих програмах, з літніми людьми, MAWA, логістикою або комунікаціями.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Кого ми шукаємо</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Обіди і гуманітарна допомога</h3><p>Допомога з підготовкою, видачею, пакуванням і доставкою.</p></div><div class=\"ruka-card \"><h3>Діти і підлітки</h3><p>Участь у зустрічах, таборах, гуртках, майстер-класах і наставництві.</p></div><div class=\"ruka-card \"><h3>Літні люди</h3><p>Візити, чаювання, спілкування, допомога з подіями і днями народження.</p></div><div class=\"ruka-card \"><h3>MAWA</h3><p>Пакування, ярмарки, фото виробів, комунікація з покупцями.</p></div><div class=\"ruka-card \"><h3>Комунікації</h3><p>Фото, відео, тексти, соцмережі, історії змін.</p></div><div class=\"ruka-card \"><h3>Логістика</h3><p>Транспорт, закупівлі, перевезення продуктів, речей або обладнання.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Анкета</h2>\n\n<form class=\"ruka-form\">\n<label>Ім’я та прізвище<input type=\"text\" placeholder=\"Напишіть ім’я та прізвище\"></label>\n<label>Телефон<input type=\"tel\" placeholder=\"+380...\"></label>\n<label>Email<input type=\"email\" placeholder=\"email@example.com\"></label>\n<label>Як хочете допомагати<select><option>Обіди та видача допомоги</option><option>Діти і підлітки</option><option>Літні люди</option><option>MAWA</option><option>Фото, відео, SMM</option><option>Логістика і транспорт</option><option>Інше</option></select></label>\n<label>Коротко про себе<textarea placeholder=\"Досвід, навички, коли можете долучатися\"></textarea></label>\n<button type=\"button\">Надіслати заявку</button>\n</form>\n<p class=\"ruka-small\">Технічна примітка: це візуальна форма-заготовка. Для реального прийому заявок її потрібно підключити через Fluent Forms або іншу форму після перенесення на хостинг.</p>\n</section>\n</div>','Анкета волонтера','','publish','closed','closed','','anketa-volontera','','','2026-07-01 16:46:19','2026-07-01 13:46:19','','0','http://ruka-dopomohy.local/anketa-volontera/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('248','1','2026-07-01 16:46:19','2026-07-01 13:46:19','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Партнерство</div>\n<h1 class=\"ruka-title\">Для партнерів</h1>\n<p class=\"ruka-lead\">Фонд відкритий до співпраці з бізнесом, соціальними службами, школами, медичними закладами, церквами, фондами, волонтерами та донорами.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Формати партнерства</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Фінансова підтримка</h3><p>Підтримка гарячих обідів, дитячих програм, літніх людей, гуманітарної допомоги або MAWA.</p></div><div class=\"ruka-card \"><h3>Матеріальна допомога</h3><p>Продукти, засоби гігієни, ліки, одяг, канцелярія, матеріали для майстерень.</p></div><div class=\"ruka-card \"><h3>Корпоративне волонтерство</h3><p>Команда компанії може долучитися до подій, пакування наборів, MAWA або підтримки конкретного напряму.</p></div><div class=\"ruka-card \"><h3>MAWA корпоративні подарунки</h3><p>Подарункові набори ручної роботи з соціальною місією.</p></div><div class=\"ruka-card \"><h3>Грантове партнерство</h3><p>Спільні проєкти, соціальні програми, психосоціальна підтримка, денні центри, адвокація.</p></div><div class=\"ruka-card \"><h3>Інформаційна підтримка</h3><p>Допомога з медіа, фото, відео, комунікаціями, історіями змін.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Форма партнерства</h2>\n\n<form class=\"ruka-form\">\n<label>Назва організації або компанії<input type=\"text\" placeholder=\"Назва\"></label>\n<label>Контактна особа<input type=\"text\" placeholder=\"Ім’я та прізвище\"></label>\n<label>Телефон або email<input type=\"text\" placeholder=\"Телефон / email\"></label>\n<label>Тип співпраці<select><option>Фінансова підтримка</option><option>Продукти або речі</option><option>Корпоративне волонтерство</option><option>MAWA корпоративні подарунки</option><option>Грантове або проєктне партнерство</option><option>Інше</option></select></label>\n<label>Повідомлення<textarea placeholder=\"Опишіть, як хочете співпрацювати\"></textarea></label>\n<button type=\"button\">Надіслати пропозицію</button>\n</form>\n<p class=\"ruka-small\">Технічна примітка: це візуальна форма-заготовка. Для реального прийому заявок її потрібно підключити через Fluent Forms.</p>\n</section>\n</div>','Для партнерів','','publish','closed','closed','','dlia-partneriv','','','2026-07-01 16:46:19','2026-07-01 13:46:19','','0','http://ruka-dopomohy.local/dlia-partneriv/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('249','1','2026-07-01 16:46:20','2026-07-01 13:46:20','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Звернення</div>\n<h1 class=\"ruka-title\">Звернення по допомогу</h1>\n<p class=\"ruka-lead\">Ця сторінка підготовлена для людей або родин, які потребують допомоги. Команда фонду має окремо перевіряти кожне звернення і приймати рішення в межах ресурсів фонду.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Яку допомогу можна запитати</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Продукти</h3><p>Продуктовий набір для сім’ї, літньої людини або людини в кризі.</p></div><div class=\"ruka-card \"><h3>Гарячі обіди</h3><p>Підтримка харчуванням для людей без дому, літніх людей або людей у складних обставинах.</p></div><div class=\"ruka-card \"><h3>Ліки і гігієна</h3><p>Базові ліки, підгузки, засоби догляду або гігієни.</p></div><div class=\"ruka-card \"><h3>Дитяча підтримка</h3><p>Канцелярія, гуртки, табори, навчання, наставництво.</p></div><div class=\"ruka-card \"><h3>Люди без житла</h3><p>Їжа, душ, прання, стрижка, одяг, допомога з документами.</p></div><div class=\"ruka-card \"><h3>Інше</h3><p>Команда фонду розглядає запит і відповідає, чи може допомогти.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Важливо</h2>\n<div class=\"ruka-note\">Ця форма є заготовкою. Перед запуском на публічному сайті треба узгодити з командою, які саме звернення фонд готовий приймати через сайт, щоб не створити некерований потік запитів.</div>\n</section>\n</div>','Звернення по допомогу','','publish','closed','closed','','zvernennia-po-dopomohu','','','2026-07-01 16:46:20','2026-07-01 13:46:20','','0','http://ruka-dopomohy.local/zvernennia-po-dopomohu/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('250','1','2026-07-01 16:46:20','2026-07-01 13:46:20','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">MAWA</div>\n<h1 class=\"ruka-title\">Замовлення MAWA</h1>\n<p class=\"ruka-lead\">Сторінка для замовлення натурального мила, кераміки, в’язаних виробів і корпоративних подарункових наборів MAWA.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Що можна замовити</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Натуральне мило</h3><p>Окремі вироби або подарункові набори.</p></div><div class=\"ruka-card \"><h3>Кераміка</h3><p>Унікальні речі ручної роботи.</p></div><div class=\"ruka-card \"><h3>В’язані вироби</h3><p>Теплі речі, створені руками.</p></div><div class=\"ruka-card \"><h3>Корпоративні набори</h3><p>Подарунки для партнерів, команд, подій і свят.</p></div><div class=\"ruka-card \"><h3>Партнерські серії</h3><p>Кобрендинг і спільні благодійні колекції.</p></div><div class=\"ruka-card \"><h3>Індивідуальні запити</h3><p>Команда уточнює можливість, терміни й бюджет.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Як оформити замовлення</h2>\n<p>Поки реальна форма не підключена, замовлення краще приймати через телефон, email або Instagram фонду.</p>\n<div class=\"ruka-dark\">\n<h2>Контакти для MAWA</h2>\n<p>Тел.: +380 50 843 1219</p>\n<p>Email: rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</section>\n</div>','MAWA замовлення','','publish','closed','closed','','mawa-zamovlennia','','','2026-07-01 16:46:20','2026-07-01 13:46:20','','0','http://ruka-dopomohy.local/mawa-zamovlennia/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('251','1','2026-07-01 16:46:21','2026-07-01 13:46:21','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Документи</div>\n<h1 class=\"ruka-title\">Політика конфіденційності</h1>\n<p class=\"ruka-lead\">Ця політика пояснює, як фонд може обробляти контактні дані людей, які звертаються через сайт, анкети, форми, email або соціальні мережі.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Які дані можуть збиратися</h2>\n<p>Ім’я, телефон, email, повідомлення, тип звернення, інформація про волонтерство, партнерство або потребу в допомозі.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Для чого використовуються дані</h2>\n<p>Для відповіді на звернення, координації допомоги, волонтерства, партнерства, звітності й комунікації з людиною або організацією.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Кому можуть передаватися дані</h2>\n<p>Дані не продаються і не передаються стороннім особам для реклами. У межах надання допомоги інформація може бути доступна відповідальним членам команди фонду.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Фото та історії</h2>\n<p>Фото, імена та особисті історії підопічних мають використовуватися тільки за згодою людини або законного представника.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Контакти</h2>\n<p>З питань конфіденційності можна звернутися на email: rukadopomogy.uzh@gmail.com.</p>\n</section>\n</div>','Політика конфіденційності','','publish','closed','closed','','privacy-policy-2','','','2026-07-01 16:46:21','2026-07-01 13:46:21','','0','http://ruka-dopomohy.local/privacy-policy-2/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('252','1','2026-07-01 16:46:21','2026-07-01 13:46:21','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Внутрішня сторінка</div>\n<h1 class=\"ruka-title\">Підготовка сайту до хостингу</h1>\n<p class=\"ruka-lead\">Ця сторінка — чеклист перед перенесенням локального WordPress-сайту на реальний хостинг.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Що вже має бути готово</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Сторінки</h3><p>Головна, Про фонд, напрями, MAWA, Підтримати, Контакти, Звітність, Волонтерство.</p></div><div class=\"ruka-card \"><h3>Фото</h3><p>Перевірити, чи всі фото відкриваються. Якщо фото тягнуться зі старого Netlify, пізніше краще перенести їх у медіатеку WordPress.</p></div><div class=\"ruka-card \"><h3>Меню</h3><p>Перевірити верхнє меню і футер.</p></div><div class=\"ruka-card \"><h3>Форми</h3><p>Підключити Fluent Forms, щоб заявки реально приходили на email або зберігались у WordPress.</p></div><div class=\"ruka-card \"><h3>Користувачі</h3><p>Створити акаунти для команди тільки після отримання реальних email.</p></div><div class=\"ruka-card \"><h3>Резервна копія</h3><p>Перед переносом зробити повний бекап через UpdraftPlus або міграційний плагін.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Порядок перенесення</h2>\n<ol>\n<li>Встановити на локальному сайті All-in-One WP Migration або Duplicator.</li>\n<li>Зробити експорт у файл.</li>\n<li>Купити хостинг і встановити чистий WordPress.</li>\n<li>Встановити той самий міграційний плагін на хостингу.</li>\n<li>Імпортувати сайт.</li>\n<li>Перевірити головну, MAWA, контакти, форми, меню, фото.</li>\n<li>Підключити домен.</li>\n</ol>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Після перенесення</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>SSL</h3><p>Увімкнути https.</p></div><div class=\"ruka-card \"><h3>Пошукові системи</h3><p>Зняти блокування індексації, якщо сайт готовий до публікації.</p></div><div class=\"ruka-card \"><h3>Безпека</h3><p>Доналаштувати Wordfence або інший захист.</p></div><div class=\"ruka-card \"><h3>Форми</h3><p>Перевірити, чи заявки приходять на email.</p></div><div class=\"ruka-card \"><h3>Аналітика</h3><p>Підключити Google Analytics або інший інструмент, якщо потрібно.</p></div><div class=\"ruka-card \"><h3>Редактори</h3><p>Видати доступи команді й показати інструкцію.</p></div></div>\n</section>\n</div>','Підготовка до хостингу','','private','closed','closed','','pidgotovka-do-hostynhu','','','2026-07-01 16:46:21','2026-07-01 13:46:21','','0','http://ruka-dopomohy.local/pidgotovka-do-hostynhu/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('253','1','2026-07-01 16:46:22','2026-07-01 13:46:22','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Підтримати фонд</div>\n<h1 class=\"ruka-title\">Ваш внесок перетворюється на реальну допомогу</h1>\n<p class=\"ruka-lead\">Пожертви допомагають оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу фонду.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Що можна підтримати</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Гарячі обіди</h3><p>Щоденне харчування для літніх людей, людей без дому та інших потребуючих.</p></div><div class=\"ruka-card \"><h3>Діти і підлітки</h3><p>Табори, BeReal Teens, наставництво, гуртки, навчальні матеріали.</p></div><div class=\"ruka-card \"><h3>Літні люди</h3><p>Продукти, ліки, чаювання, відвідування вдома, дні народження.</p></div><div class=\"ruka-card \"><h3>Гуманітарна допомога</h3><p>Продуктові набори, гігієна, одяг, ліки, підтримка кризових родин.</p></div><div class=\"ruka-card \"><h3>Люди без житла</h3><p>Їжа, душ, прання, стрижки, одяг, документи.</p></div><div class=\"ruka-card \"><h3>MAWA</h3><p>Матеріали для майстерень і розвиток соціальної творчості.</p></div></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Офіційні контакти для підтримки</h2>\n<p>Щоб отримати актуальні реквізити, напишіть або зателефонуйте команді фонду.</p>\n<p>Тел.: +380 50 843 1219</p>\n<p>Email: rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Важливо для команди</h2>\n<div class=\"ruka-note\">Перед публікацією сайту потрібно вставити офіційні банківські реквізити, Monobank/WayForPay/інше платіжне посилання або QR-код, якщо фонд його використовує.</div>\n</section>\n</div>','Підтримати','','inherit','closed','closed','','83-revision-v1','','','2026-07-01 16:46:22','2026-07-01 13:46:22','','83','http://ruka-dopomohy.local/?p=253','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('254','1','2026-07-01 16:46:22','2026-07-01 13:46:22','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Контакти</div>\n<h1 class=\"ruka-title\">Зв’язатися з фондом</h1>\n<p class=\"ruka-lead\">Підтримати фонд можна фінансово, матеріально, волонтерською участю або партнерством. Команда працює в Ужгороді.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Основні контакти</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Керівниця фонду — Діана Федорка</h3><p>Тел.: +380 50 843 1219</p></div><div class=\"ruka-card \"><h3>Email фонду</h3><p>rukadopomogy.uzh@gmail.com</p></div><div class=\"ruka-card \"><h3>Instagram</h3><p>@rukadopomogy.uzh</p></div><div class=\"ruka-card \"><h3>Адреса</h3><p>м. Ужгород, вул. Швабська, 75, приміщення 7.</p></div><div class=\"ruka-card \"><h3>Волонтерство</h3><p>Для участі заповніть анкету волонтера або зв’яжіться з фондом напряму.</p></div><div class=\"ruka-card \"><h3>Партнерство</h3><p>Для співпраці відкрийте сторінку “Для партнерів”.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Швидкі переходи</h2>\n<div class=\"ruka-actions\">\n<a class=\"ruka-btn\" href=\"/anketa-volontera/\">Анкета волонтера</a>\n<a class=\"ruka-btn alt\" href=\"/dlia-partneriv/\">Для партнерів</a>\n<a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати фонд</a>\n</div>\n</section>\n</div>','Контакти','','inherit','closed','closed','','81-revision-v1','','','2026-07-01 16:46:22','2026-07-01 13:46:22','','81','http://ruka-dopomohy.local/?p=254','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('255','1','2026-07-01 16:46:23','2026-07-01 13:46:23','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-kicker\">Волонтерство</div>\n<h1 class=\"ruka-title\">Долучитися до роботи фонду</h1>\n<p class=\"ruka-lead\">Волонтери допомагають на обідах, у дитячих і підліткових програмах, у роботі з літніми людьми, на заходах, у доставці допомоги, комунікаціях і партнерських ініціативах.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Де потрібна допомога</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card \"><h3>Обіди та видача допомоги</h3><p>Допомога з підготовкою, пакуванням, видачею гарячих обідів і продуктових наборів.</p></div><div class=\"ruka-card \"><h3>Діти і підлітки</h3><p>Участь у таборах, клубах, майстер-класах, наставництві та організації дитячих подій.</p></div><div class=\"ruka-card \"><h3>Літні люди</h3><p>Візити, чаювання, привітання з днями народження, доставка допомоги та спілкування.</p></div><div class=\"ruka-card \"><h3>Логістика</h3><p>Сортування речей, перевезення, закупівлі, підготовка приміщень і супровід заходів.</p></div><div class=\"ruka-card \"><h3>MAWA</h3><p>Допомога з виробами, пакуванням, ярмарками, фотографіями та комунікацією з покупцями.</p></div><div class=\"ruka-card \"><h3>Комунікації</h3><p>Фото, відео, тексти, соцмережі, історії змін.</p></div></div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/anketa-volontera/\">Заповнити анкету волонтера</a></div>\n</section>\n</div>','Волонтерство','','inherit','closed','closed','','79-revision-v1','','','2026-07-01 16:46:23','2026-07-01 13:46:23','','79','http://ruka-dopomohy.local/?p=255','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('256','1','2026-07-01 16:46:24','0000-00-00 00:00:00','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Новина</div><h1 class=\"ruka-title\">Назва події або новини</h1><p class=\"ruka-lead\">Коротко: що сталося, коли, для кого і який результат.</p></section><section class=\"ruka-section\"><h2>Що відбулося</h2><p>Опишіть подію 2–3 абзацами.</p><h2>Для кого це було</h2><p>Хто отримав підтримку або взяв участь.</p><h2>Результат</h2><p>Кількість людей, конкретна допомога, фото, партнери.</p><h2>Як підтримати</h2><p>Додайте посилання на підтримку фонду.</p></section></div>','ШАБЛОН новини фонду','','draft','closed','closed','','shablon-novyny-fondu','','','2026-07-01 16:46:24','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=256','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('257','1','2026-07-01 16:46:24','0000-00-00 00:00:00','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Історія змін</div><h1 class=\"ruka-title\">Назва історії</h1><p class=\"ruka-lead\">Одна коротка фраза про зміну, яка сталася завдяки підтримці.</p></section><section class=\"ruka-section\"><h2>Ситуація до підтримки</h2><p>Що було складно.</p><h2>Що зробив фонд</h2><p>Яку допомогу надали.</p><h2>Що змінилося</h2><p>Конкретний людський результат.</p><h2>Етична примітка</h2><p>Фото, ім’я та особисті деталі використовувати тільки за згодою.</p></section></div>','ШАБЛОН історії змін','','draft','closed','closed','','shablon-istorii-zmin-final','','','2026-07-01 16:46:24','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=257','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('258','1','2026-07-01 16:46:25','0000-00-00 00:00:00','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Звіт</div><h1 class=\"ruka-title\">Короткий звіт за період</h1><p class=\"ruka-lead\">Період, напрям, короткий результат.</p></section><section class=\"ruka-section\"><h2>Що зроблено</h2><p>Основні активності.</p><h2>Ключові цифри</h2><p>Кількість людей, обідів, наборів, заходів.</p><h2>Партнери</h2><p>Хто підтримав.</p><h2>Наступні потреби</h2><p>Що потрібно далі.</p></section></div>','ШАБЛОН короткого звіту','','draft','closed','closed','','shablon-korotkoho-zvitu-final','','','2026-07-01 16:46:25','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=258','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('259','1','2026-07-01 16:46:25','0000-00-00 00:00:00','\n<style>\n.ruka-final{--blue:#10324a;--green:#0f766e;--gold:#b45309;--soft:#fff7ed;--line:#e5e7eb;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-final *{box-sizing:border-box}\n.ruka-final a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-section{padding:44px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.warn{background:#fffbeb;border-color:#facc15}\n.ruka-card.good{background:#ecfdf5;border-color:#86efac}\n.ruka-card.private{background:#eff6ff;border-color:#93c5fd}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:var(--gold)}\n.ruka-form{display:grid;gap:14px;margin-top:18px}\n.ruka-form label{font-weight:800;color:#12324a}\n.ruka-form input,.ruka-form textarea,.ruka-form select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px}\n.ruka-form textarea{min-height:130px}\n.ruka-form button{border:0;border-radius:999px;background:#0f766e;color:white;padding:13px 22px;font-size:16px;font-weight:900}\n.ruka-note{padding:22px;border-left:7px solid #f59e0b;background:#fffbeb;border-radius:18px;margin:18px 0}\n.ruka-dark{background:#10324a;color:#fff;border-radius:28px;padding:36px 28px;margin:34px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-small{font-size:14px;color:#64748b}\n</style><div class=\"ruka-final\"><section class=\"ruka-hero\"><div class=\"ruka-kicker\">Актуальний збір</div><h1 class=\"ruka-title\">Назва збору</h1><p class=\"ruka-lead\">Коротко: на що збираємо і чому це терміново.</p></section><section class=\"ruka-section\"><h2>Потреба</h2><p>Що саме потрібно.</p><h2>Кому допоможе</h2><p>Цільова група.</p><h2>Сума</h2><p>Загальна сума, якщо є.</p><h2>Як підтримати</h2><p>Реквізити або посилання.</p></section></div>','ШАБЛОН актуального збору','','draft','closed','closed','','shablon-aktualnoho-zboru','','','2026-07-01 16:46:25','0000-00-00 00:00:00','','0','http://ruka-dopomohy.local/?p=259','0','post','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('260','1','2026-07-01 16:46:25','2026-07-01 13:46:25','Поточний збір на гарячі обіди для літніх людей, людей без дому та інших потребуючих.','Збір: гарячі обіди','','publish','closed','closed','','%d0%b7%d0%b1%d1%96%d1%80-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8','','','2026-07-01 16:46:25','2026-07-01 13:46:25','','0','http://ruka-dopomohy.local/fundraiser/%d0%b7%d0%b1%d1%96%d1%80-%d0%b3%d0%b0%d1%80%d1%8f%d1%87%d1%96-%d0%be%d0%b1%d1%96%d0%b4%d0%b8/','0','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('261','1','2026-07-01 16:46:25','2026-07-01 13:46:25','Поточний збір на табори, зустрічі, наставництво, гуртки та підтримку дітей.','Збір: дитячі програми','','publish','closed','closed','','%d0%b7%d0%b1%d1%96%d1%80-%d0%b4%d0%b8%d1%82%d1%8f%d1%87%d1%96-%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%b8','','','2026-07-01 16:46:25','2026-07-01 13:46:25','','0','http://ruka-dopomohy.local/fundraiser/%d0%b7%d0%b1%d1%96%d1%80-%d0%b4%d0%b8%d1%82%d1%8f%d1%87%d1%96-%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%b8/','0','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('262','1','2026-07-01 16:46:26','2026-07-01 13:46:26','Поточний збір на ліки, підгузки, засоби догляду та гігієну.','Збір: ліки та гігієна','','publish','closed','closed','','%d0%b7%d0%b1%d1%96%d1%80-%d0%bb%d1%96%d0%ba%d0%b8-%d1%82%d0%b0-%d0%b3%d1%96%d0%b3%d1%96%d1%94%d0%bd%d0%b0','','','2026-07-01 16:46:26','2026-07-01 13:46:26','','0','http://ruka-dopomohy.local/fundraiser/%d0%b7%d0%b1%d1%96%d1%80-%d0%bb%d1%96%d0%ba%d0%b8-%d1%82%d0%b0-%d0%b3%d1%96%d0%b3%d1%96%d1%94%d0%bd%d0%b0/','0','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('263','1','2026-07-01 16:46:26','2026-07-01 13:46:26','Підтримка матеріалів для соціальної творчості та майстерень MAWA.','Збір: MAWA матеріали','','publish','closed','closed','','%d0%b7%d0%b1%d1%96%d1%80-mawa-%d0%bc%d0%b0%d1%82%d0%b5%d1%80%d1%96%d0%b0%d0%bb%d0%b8','','','2026-07-01 16:46:26','2026-07-01 13:46:26','','0','http://ruka-dopomohy.local/fundraiser/%d0%b7%d0%b1%d1%96%d1%80-mawa-%d0%bc%d0%b0%d1%82%d0%b5%d1%80%d1%96%d0%b0%d0%bb%d0%b8/','0','ruka_fundraiser','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('264','1','2026-07-01 16:46:26','2026-07-01 13:46:26','Скерування людей і родин, які потребують допомоги.','Соціальні служби громади','','publish','closed','closed','','%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d0%b3%d1%80%d0%be%d0%bc%d0%b0%d0%b4%d0%b8','','','2026-07-01 16:46:26','2026-07-01 13:46:26','','0','http://ruka-dopomohy.local/partner/%d1%81%d0%be%d1%86%d1%96%d0%b0%d0%bb%d1%8c%d0%bd%d1%96-%d1%81%d0%bb%d1%83%d0%b6%d0%b1%d0%b8-%d0%b3%d1%80%d0%be%d0%bc%d0%b0%d0%b4%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('265','1','2026-07-01 16:46:26','2026-07-01 13:46:26','Скерування та підтримка людей із медичними потребами.','Медичні заклади','','publish','closed','closed','','%d0%bc%d0%b5%d0%b4%d0%b8%d1%87%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8','','','2026-07-01 16:46:26','2026-07-01 13:46:26','','0','http://ruka-dopomohy.local/partner/%d0%bc%d0%b5%d0%b4%d0%b8%d1%87%d0%bd%d1%96-%d0%b7%d0%b0%d0%ba%d0%bb%d0%b0%d0%b4%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('266','1','2026-07-01 16:46:27','2026-07-01 13:46:27','Продукти, послуги, корпоративні подарунки MAWA, фінансова підтримка.','Бізнес-партнери','','publish','closed','closed','','%d0%b1%d1%96%d0%b7%d0%bd%d0%b5%d1%81-%d0%bf%d0%b0%d1%80%d1%82%d0%bd%d0%b5%d1%80%d0%b8','','','2026-07-01 16:46:27','2026-07-01 13:46:27','','0','http://ruka-dopomohy.local/partner/%d0%b1%d1%96%d0%b7%d0%bd%d0%b5%d1%81-%d0%bf%d0%b0%d1%80%d1%82%d0%bd%d0%b5%d1%80%d0%b8/','0','ruka_partner','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('267','1','2026-07-01 16:46:27','2026-07-01 13:46:27','Картка товару. Додати фото, опис, аромат, вагу, ціну або рекомендований донат.','MAWA: натуральне мило','','publish','closed','closed','','mawa-%d0%bd%d0%b0%d1%82%d1%83%d1%80%d0%b0%d0%bb%d1%8c%d0%bd%d0%b5-%d0%bc%d0%b8%d0%bb%d0%be','','','2026-07-01 16:46:27','2026-07-01 13:46:27','','0','http://ruka-dopomohy.local/mawa_product/mawa-%d0%bd%d0%b0%d1%82%d1%83%d1%80%d0%b0%d0%bb%d1%8c%d0%bd%d0%b5-%d0%bc%d0%b8%d0%bb%d0%be/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('268','1','2026-07-01 16:46:27','2026-07-01 13:46:27','Картка товару. Додати склад набору, фото, ціну, терміни виготовлення.','MAWA: подарунковий набір','','publish','closed','closed','','mawa-%d0%bf%d0%be%d0%b4%d0%b0%d1%80%d1%83%d0%bd%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%bd%d0%b0%d0%b1%d1%96%d1%80','','','2026-07-01 16:46:27','2026-07-01 13:46:27','','0','http://ruka-dopomohy.local/mawa_product/mawa-%d0%bf%d0%be%d0%b4%d0%b0%d1%80%d1%83%d0%bd%d0%ba%d0%be%d0%b2%d0%b8%d0%b9-%d0%bd%d0%b0%d0%b1%d1%96%d1%80/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('269','1','2026-07-01 16:46:28','2026-07-01 13:46:28','Картка товару. Додати фото, розмір, опис, ціну або донат.','MAWA: керамічний виріб','','publish','closed','closed','','mawa-%d0%ba%d0%b5%d1%80%d0%b0%d0%bc%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1','','','2026-07-01 16:46:28','2026-07-01 13:46:28','','0','http://ruka-dopomohy.local/mawa_product/mawa-%d0%ba%d0%b5%d1%80%d0%b0%d0%bc%d1%96%d1%87%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('270','1','2026-07-01 16:46:28','2026-07-01 13:46:28','Картка товару. Додати фото, матеріал, розмір, ціну.','MAWA: в’язаний виріб','','publish','closed','closed','','mawa-%d0%b2%d1%8f%d0%b7%d0%b0%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1','','','2026-07-01 16:46:28','2026-07-01 13:46:28','','0','http://ruka-dopomohy.local/mawa_product/mawa-%d0%b2%d1%8f%d0%b7%d0%b0%d0%bd%d0%b8%d0%b9-%d0%b2%d0%b8%d1%80%d1%96%d0%b1/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('271','1','2026-07-01 16:46:28','2026-07-01 13:46:28','Картка для корпоративних наборів. Додати мінімальну кількість, терміни, контакти.','MAWA: корпоративне замовлення','','publish','closed','closed','','mawa-%d0%ba%d0%be%d1%80%d0%bf%d0%be%d1%80%d0%b0%d1%82%d0%b8%d0%b2%d0%bd%d0%b5-%d0%b7%d0%b0%d0%bc%d0%be%d0%b2%d0%bb%d0%b5%d0%bd%d0%bd%d1%8f','','','2026-07-01 16:46:28','2026-07-01 13:46:28','','0','http://ruka-dopomohy.local/mawa_product/mawa-%d0%ba%d0%be%d1%80%d0%bf%d0%be%d1%80%d0%b0%d1%82%d0%b8%d0%b2%d0%bd%d0%b5-%d0%b7%d0%b0%d0%bc%d0%be%d0%b2%d0%bb%d0%b5%d0%bd%d0%bd%d1%8f/','0','ruka_mawa_product','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('272','1','2026-07-01 16:46:29','2026-07-01 13:46:29','Волонтери, партнерства, підліткові активності, організація подій.','Анастасія Халев','','publish','closed','closed','','%d0%b0%d0%bd%d0%b0%d1%81%d1%82%d0%b0%d1%81%d1%96%d1%8f-%d1%85%d0%b0%d0%bb%d0%b5%d0%b2','','','2026-07-01 16:46:29','2026-07-01 13:46:29','','0','http://ruka-dopomohy.local/team/%d0%b0%d0%bd%d0%b0%d1%81%d1%82%d0%b0%d1%81%d1%96%d1%8f-%d1%85%d0%b0%d0%bb%d0%b5%d0%b2/','0','ruka_team','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('273','1','2026-07-01 22:32:22','2026-07-01 19:32:22','\n<style>\n.ruka-map{--blue:#10324a;--green:#0f766e;--gold:#b45309;--line:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;line-height:1.75;color:#263442}\n.ruka-map *{box-sizing:border-box}\n.ruka-map a{color:#0f766e;font-weight:850;text-decoration:none}\n.ruka-map-hero{padding:58px 30px;border-radius:30px;background:linear-gradient(135deg,#fff7ed,#eef6ff,#ecfdf5);margin:24px 0 34px}\n.ruka-map-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-map-title{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:0 0 18px;color:#10324a;font-weight:950}\n.ruka-map-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-map-section{padding:40px 0;border-bottom:1px solid var(--line)}\n.ruka-map-section h2{font-size:clamp(28px,4vw,40px);line-height:1.18;margin:0 0 18px;color:#10324a;font-weight:950}\n.ruka-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}\n.ruka-map-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-map-card h3{font-size:22px;margin:0 0 10px;color:#10324a}\n.ruka-map-card p{margin:0 0 8px}\n.ruka-map-dark{background:#10324a;color:#fff;border-radius:28px;padding:34px 28px;margin:30px 0}\n.ruka-map-dark h2{color:#fff}\n.ruka-map-dark a{color:#fff}\n</style>\n<div class=\"ruka-map\">\n<section class=\"ruka-map-hero\">\n<div class=\"ruka-map-kicker\">Мапа сайту</div>\n<h1 class=\"ruka-map-title\">Структура сайту «Рука Допомоги»</h1>\n<p class=\"ruka-map-lead\">Ця мапа повторює логіку старого сайту на Netlify: головні сторінки, напрями допомоги, BeReal Teens, MAWA, волонтерство, звітність, контакти і підтримка.</p>\n</section>\n\n<section class=\"ruka-map-section\">\n<h2>Головні сторінки</h2>\n<div class=\"ruka-map-grid\">\n<div class=\"ruka-map-card\"><h3>Головна</h3><p>Перший екран, місія, ключові цифри, напрями роботи, фотогалерея, підтримка.</p><p><a href=\"/\">Відкрити головну</a></p></div>\n<div class=\"ruka-map-card\"><h3>Про фонд</h3><p>Хто ми, кому допомагаємо, команда, цінності, історія роботи.</p><p><a href=\"/pro-fond/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Контакти</h3><p>Телефон, пошта, Instagram, адреса, швидкі переходи до волонтерства і партнерства.</p><p><a href=\"/kontakty/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Підтримати</h3><p>Сторінка для пожертв, реквізитів, актуальних зборів і контактів для підтримки.</p><p><a href=\"/pidtrymaty/\">Відкрити</a></p></div>\n</div>\n</section>\n\n<section class=\"ruka-map-section\">\n<h2>Напрями допомоги — як в оригінальному Netlify</h2>\n<div class=\"ruka-map-grid\">\n<div class=\"ruka-map-card\"><h3>Діти і сім’ї</h3><p>Табори, наставництво, навчання, підліткові зустрічі, допомога родинам.</p><p><a href=\"/dity-i-simyi/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Літні люди</h3><p>Гарячі обіди, продукти, ліки, чаювання, візити додому, дні народження.</p><p><a href=\"/litni-liudy/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Гуманітарна допомога</h3><p>Їжа, набори, ліки, гігієна, одяг, індивідуальні кризові потреби.</p><p><a href=\"/humanitarna-dopomoha/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Люди без житла</h3><p>Обіди, душ, прання, стрижки, гоління, одяг, допомога з документами.</p><p><a href=\"/liudy-bez-zhytla/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, підтримка родин.</p><p><a href=\"/liudy-z-invalidnistiu/\">Відкрити</a></p></div>\n</div>\n</section>\n\n<section class=\"ruka-map-section\">\n<h2>Додаткові сторінки напрямів</h2>\n<div class=\"ruka-map-grid\">\n<div class=\"ruka-map-card\"><h3>Безкоштовні обіди</h3><p>Окрема сторінка про гаряче харчування для потребуючих.</p><p><a href=\"/bezkoshtovni-obidy/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Продуктові набори</h3><p>Окрема сторінка про продуктову підтримку родин і літніх людей.</p><p><a href=\"/produktovi-nabory/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Медична допомога</h3><p>Ліки, підгузки, засоби догляду та адресна медична підтримка.</p><p><a href=\"/medychna-dopomoha/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Гігієнічна підтримка</h3><p>Душ, прання, стрижки, гоління, базова гігієна і гідність.</p><p><a href=\"/hihiienichna-pidtrymka/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Сім’ї у складних обставинах</h3><p>Продукти, речі, підтримка дітей і супровід родин у кризі.</p><p><a href=\"/simyi-u-kryzi/\">Відкрити</a></p></div>\n</div>\n</section>\n\n<section class=\"ruka-map-section\">\n<h2>Програми, участь і підтримка</h2>\n<div class=\"ruka-map-grid\">\n<div class=\"ruka-map-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб, зустрічі, табори, наставництво, майстерні, психологічна підтримка.</p><p><a href=\"/bereal-teens/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>MAWA</h3><p>Соціальна майстерня, натуральне мило, кераміка, в’язані вироби, корпоративні подарунки.</p><p><a href=\"/mawa/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Волонтерство</h3><p>Як долучитися до обідів, дитячих програм, літніх людей, MAWA, логістики і комунікацій.</p><p><a href=\"/volonterstvo/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Звітність</h3><p>Ключові результати, звіти, цифри, прозорість і документи.</p><p><a href=\"/zvitnist/\">Відкрити</a></p></div>\n</div>\n</section>\n\n<section class=\"ruka-map-section\">\n<h2>Службові та командні сторінки</h2>\n<div class=\"ruka-map-grid\">\n<div class=\"ruka-map-card\"><h3>Новини</h3><p>Події, зустрічі, табори, збори, партнерства і регулярне життя фонду.</p><p><a href=\"/novyny/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Історії змін</h3><p>Людські історії за цифрами: що було, що зробив фонд, що змінилося.</p><p><a href=\"/istorii-zmin/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Актуальні збори</h3><p>Поточні потреби фонду: обіди, діти, ліки, гігієна, MAWA.</p><p><a href=\"/aktualni-zbory/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Для партнерів</h3><p>Формати співпраці для бізнесу, служб, шкіл, церков, донорів і волонтерських спільнот.</p><p><a href=\"/dlia-partneriv/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Анкета волонтера</h3><p>Заготовка сторінки для майбутньої реальної волонтерської форми.</p><p><a href=\"/anketa-volontera/\">Відкрити</a></p></div>\n<div class=\"ruka-map-card\"><h3>Політика конфіденційності</h3><p>Сторінка для пояснення обробки контактних даних і фото.</p><p><a href=\"/privacy-policy/\">Відкрити</a></p></div>\n</div>\n</section>\n\n<section class=\"ruka-map-dark\">\n<h2>Висновок</h2>\n<p>Структура WordPress-сайту тепер відповідає логіці старого Netlify-сайту, але додатково має службові сторінки для команди, волонтерів, партнерів, зборів і майбутніх форм.</p>\n</section>\n</div>','Мапа сайту','','publish','closed','closed','','mapa-saitu','','','2026-07-01 22:32:22','2026-07-01 19:32:22','','0','http://ruka-dopomohy.local/mapa-saitu/','0','page','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('274','1','2026-07-01 22:32:23','2026-07-01 19:32:23',' ','','','publish','closed','closed','','274','','','2026-07-01 22:32:23','2026-07-01 19:32:23','','0','http://ruka-dopomohy.local/274/','1','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('275','1','2026-07-01 22:32:23','2026-07-01 19:32:23',' ','','','publish','closed','closed','','275','','','2026-07-01 22:32:23','2026-07-01 19:32:23','','0','http://ruka-dopomohy.local/275/','2','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('276','1','2026-07-01 22:32:24','2026-07-01 19:32:24','','Напрями допомоги','','publish','closed','closed','','%d0%bd%d0%b0%d0%bf%d1%80%d1%8f%d0%bc%d0%b8-%d0%b4%d0%be%d0%bf%d0%be%d0%bc%d0%be%d0%b3%d0%b8','','','2026-07-01 22:32:24','2026-07-01 19:32:24','','0','http://ruka-dopomohy.local/%d0%bd%d0%b0%d0%bf%d1%80%d1%8f%d0%bc%d0%b8-%d0%b4%d0%be%d0%bf%d0%be%d0%bc%d0%be%d0%b3%d0%b8/','3','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('277','1','2026-07-01 22:32:24','2026-07-01 19:32:24',' ','','','publish','closed','closed','','277','','','2026-07-01 22:32:24','2026-07-01 19:32:24','','0','http://ruka-dopomohy.local/277/','4','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('278','1','2026-07-01 22:32:24','2026-07-01 19:32:24',' ','','','publish','closed','closed','','278','','','2026-07-01 22:32:24','2026-07-01 19:32:24','','0','http://ruka-dopomohy.local/278/','5','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('279','1','2026-07-01 22:32:24','2026-07-01 19:32:24',' ','','','publish','closed','closed','','279','','','2026-07-01 22:32:24','2026-07-01 19:32:24','','0','http://ruka-dopomohy.local/279/','6','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('280','1','2026-07-01 22:32:25','2026-07-01 19:32:25',' ','','','publish','closed','closed','','280','','','2026-07-01 22:32:25','2026-07-01 19:32:25','','0','http://ruka-dopomohy.local/280/','7','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('281','1','2026-07-01 22:32:25','2026-07-01 19:32:25',' ','','','publish','closed','closed','','281','','','2026-07-01 22:32:25','2026-07-01 19:32:25','','0','http://ruka-dopomohy.local/281/','8','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('282','1','2026-07-01 22:32:25','2026-07-01 19:32:25',' ','','','publish','closed','closed','','282','','','2026-07-01 22:32:25','2026-07-01 19:32:25','','0','http://ruka-dopomohy.local/282/','9','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('283','1','2026-07-01 22:32:26','2026-07-01 19:32:26',' ','','','publish','closed','closed','','283','','','2026-07-01 22:32:26','2026-07-01 19:32:26','','0','http://ruka-dopomohy.local/283/','10','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('284','1','2026-07-01 22:32:26','2026-07-01 19:32:26',' ','','','publish','closed','closed','','284','','','2026-07-01 22:32:26','2026-07-01 19:32:26','','0','http://ruka-dopomohy.local/284/','11','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('285','1','2026-07-01 22:32:26','2026-07-01 19:32:26',' ','','','publish','closed','closed','','285','','','2026-07-01 22:32:26','2026-07-01 19:32:26','','0','http://ruka-dopomohy.local/285/','12','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('286','1','2026-07-01 22:32:26','2026-07-01 19:32:26',' ','','','publish','closed','closed','','286','','','2026-07-01 22:32:26','2026-07-01 19:32:26','','0','http://ruka-dopomohy.local/286/','13','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('287','1','2026-07-01 22:32:27','2026-07-01 19:32:27',' ','','','publish','closed','closed','','287','','','2026-07-01 22:32:27','2026-07-01 19:32:27','','0','http://ruka-dopomohy.local/287/','14','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('288','1','2026-07-01 22:32:27','2026-07-01 19:32:27',' ','','','publish','closed','closed','','288','','','2026-07-01 22:32:27','2026-07-01 19:32:27','','0','http://ruka-dopomohy.local/288/','15','nav_menu_item','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('289','0','2026-07-02 09:46:33','2026-07-02 06:46:33','','logo','','inherit','open','closed','','logo','','','2026-07-02 09:46:33','2026-07-02 06:46:33','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo.jpg','0','attachment','image/jpeg','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('290','0','2026-07-02 09:46:34','2026-07-02 06:46:34','','logo cropped','','inherit','open','closed','','logo-cropped','','','2026-07-02 09:46:36','2026-07-02 06:46:36','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-cropped.png','0','attachment','image/png','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('291','0','2026-07-02 09:46:36','2026-07-02 06:46:36','','logo header','','inherit','open','closed','','logo-header','','','2026-07-02 09:46:36','2026-07-02 06:46:36','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png','0','attachment','image/png','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('292','0','2026-07-02 09:46:37','2026-07-02 06:46:37','','logo header en','','inherit','open','closed','','logo-header-en','','','2026-07-02 09:46:37','2026-07-02 06:46:37','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header-en.png','0','attachment','image/png','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('293','0','2026-07-02 09:46:39','2026-07-02 06:46:39','','meals 01','','inherit','open','closed','','meals-01','','','2026-07-02 09:46:39','2026-07-02 06:46:39','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('294','0','2026-07-02 09:46:41','2026-07-02 06:46:41','','meals 02','','inherit','open','closed','','meals-02','','','2026-07-02 09:46:42','2026-07-02 06:46:42','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('295','0','2026-07-02 09:46:43','2026-07-02 06:46:43','','meals 03','','inherit','open','closed','','meals-03','','','2026-07-02 09:46:43','2026-07-02 06:46:43','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('296','0','2026-07-02 09:46:45','2026-07-02 06:46:45','','meals 04','','inherit','open','closed','','meals-04','','','2026-07-02 09:46:46','2026-07-02 06:46:46','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('297','0','2026-07-02 09:46:47','2026-07-02 06:46:47','','meals 05','','inherit','open','closed','','meals-05','','','2026-07-02 09:46:47','2026-07-02 06:46:47','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('298','0','2026-07-02 09:46:49','2026-07-02 06:46:49','','meals 06','','inherit','open','closed','','meals-06','','','2026-07-02 09:46:50','2026-07-02 06:46:50','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('299','0','2026-07-02 09:46:51','2026-07-02 06:46:51','','meals 07','','inherit','open','closed','','meals-07','','','2026-07-02 09:46:52','2026-07-02 06:46:52','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('300','0','2026-07-02 09:46:53','2026-07-02 06:46:53','','meals 08','','inherit','open','closed','','meals-08','','','2026-07-02 09:46:54','2026-07-02 06:46:54','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('301','0','2026-07-02 09:46:55','2026-07-02 06:46:55','','meals 09','','inherit','open','closed','','meals-09','','','2026-07-02 09:46:55','2026-07-02 06:46:55','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('302','0','2026-07-02 09:46:56','2026-07-02 06:46:56','','children 01','','inherit','open','closed','','children-01','','','2026-07-02 09:46:57','2026-07-02 06:46:57','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('303','0','2026-07-02 09:46:58','2026-07-02 06:46:58','','children 02','','inherit','open','closed','','children-02','','','2026-07-02 09:46:59','2026-07-02 06:46:59','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('304','0','2026-07-02 09:47:00','2026-07-02 06:47:00','','children 03','','inherit','open','closed','','children-03','','','2026-07-02 09:47:00','2026-07-02 06:47:00','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('305','0','2026-07-02 09:47:02','2026-07-02 06:47:02','','children 04','','inherit','open','closed','','children-04','','','2026-07-02 09:47:02','2026-07-02 06:47:02','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('306','0','2026-07-02 09:47:03','2026-07-02 06:47:03','','children 05','','inherit','open','closed','','children-05','','','2026-07-02 09:47:04','2026-07-02 06:47:04','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-05.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('307','0','2026-07-02 09:47:04','2026-07-02 06:47:04','','children 06','','inherit','open','closed','','children-06','','','2026-07-02 09:47:05','2026-07-02 06:47:05','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-06.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('308','0','2026-07-02 09:47:06','2026-07-02 06:47:06','','children 07','','inherit','open','closed','','children-07','','','2026-07-02 09:47:07','2026-07-02 06:47:07','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-07.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('309','0','2026-07-02 09:47:08','2026-07-02 06:47:08','','children 08','','inherit','open','closed','','children-08','','','2026-07-02 09:47:08','2026-07-02 06:47:08','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('310','0','2026-07-02 09:47:09','2026-07-02 06:47:09','','children 09','','inherit','open','closed','','children-09','','','2026-07-02 09:47:10','2026-07-02 06:47:10','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('311','0','2026-07-02 09:47:11','2026-07-02 06:47:11','','children 10','','inherit','open','closed','','children-10','','','2026-07-02 09:47:11','2026-07-02 06:47:11','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-10.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('312','0','2026-07-02 09:47:12','2026-07-02 06:47:12','','children 11','','inherit','open','closed','','children-11','','','2026-07-02 09:47:13','2026-07-02 06:47:13','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-11.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('313','0','2026-07-02 09:47:14','2026-07-02 06:47:14','','medical 01','','inherit','open','closed','','medical-01','','','2026-07-02 09:47:14','2026-07-02 06:47:14','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('314','0','2026-07-02 09:47:15','2026-07-02 06:47:15','','medical 02','','inherit','open','closed','','medical-02','','','2026-07-02 09:47:16','2026-07-02 06:47:16','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('315','0','2026-07-02 09:47:17','2026-07-02 06:47:17','','medical 03','','inherit','open','closed','','medical-03','','','2026-07-02 09:47:17','2026-07-02 06:47:17','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('316','0','2026-07-02 09:47:18','2026-07-02 06:47:18','','medical 04','','inherit','open','closed','','medical-04','','','2026-07-02 09:47:19','2026-07-02 06:47:19','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('317','0','2026-07-02 09:47:20','2026-07-02 06:47:20','','elderly 01','','inherit','open','closed','','elderly-01','','','2026-07-02 09:47:21','2026-07-02 06:47:21','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('318','0','2026-07-02 09:47:22','2026-07-02 06:47:22','','elderly 02','','inherit','open','closed','','elderly-02','','','2026-07-02 09:47:23','2026-07-02 06:47:23','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('319','0','2026-07-02 09:47:24','2026-07-02 06:47:24','','elderly 03','','inherit','open','closed','','elderly-03','','','2026-07-02 09:47:24','2026-07-02 06:47:24','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('320','0','2026-07-02 09:47:26','2026-07-02 06:47:26','','elderly 04','','inherit','open','closed','','elderly-04','','','2026-07-02 09:47:26','2026-07-02 06:47:26','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('321','0','2026-07-02 09:47:28','2026-07-02 06:47:28','','elderly 05','','inherit','open','closed','','elderly-05','','','2026-07-02 09:47:29','2026-07-02 06:47:29','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('322','0','2026-07-02 09:47:30','2026-07-02 06:47:30','','elderly 06','','inherit','open','closed','','elderly-06','','','2026-07-02 09:47:31','2026-07-02 06:47:31','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-06.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('323','0','2026-07-02 09:47:32','2026-07-02 06:47:32','','elderly 07','','inherit','open','closed','','elderly-07','','','2026-07-02 09:47:33','2026-07-02 06:47:33','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-07.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('324','0','2026-07-02 09:47:33','2026-07-02 06:47:33','','food 01','','inherit','open','closed','','food-01','','','2026-07-02 09:47:34','2026-07-02 06:47:34','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('325','0','2026-07-02 09:47:35','2026-07-02 06:47:35','','food 02','','inherit','open','closed','','food-02','','','2026-07-02 09:47:37','2026-07-02 06:47:37','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('326','0','2026-07-02 09:47:38','2026-07-02 06:47:38','','food 03','','inherit','open','closed','','food-03','','','2026-07-02 09:47:39','2026-07-02 06:47:39','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('327','0','2026-07-02 09:47:39','2026-07-02 06:47:39','','food 04','','inherit','open','closed','','food-04','','','2026-07-02 09:47:40','2026-07-02 06:47:40','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('328','0','2026-07-02 09:47:41','2026-07-02 06:47:41','','food 05','','inherit','open','closed','','food-05','','','2026-07-02 09:47:42','2026-07-02 06:47:42','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('329','0','2026-07-02 09:47:43','2026-07-02 06:47:43','','food 06','','inherit','open','closed','','food-06','','','2026-07-02 09:47:44','2026-07-02 06:47:44','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('330','0','2026-07-02 09:47:45','2026-07-02 06:47:45','','food 07','','inherit','open','closed','','food-07','','','2026-07-02 09:47:45','2026-07-02 06:47:45','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-07.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('331','0','2026-07-02 09:47:47','2026-07-02 06:47:47','','food 08','','inherit','open','closed','','food-08','','','2026-07-02 09:47:47','2026-07-02 06:47:47','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('332','0','2026-07-02 09:47:49','2026-07-02 06:47:49','','soap 01','','inherit','open','closed','','soap-01','','','2026-07-02 09:47:49','2026-07-02 06:47:49','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('333','0','2026-07-02 09:47:50','2026-07-02 06:47:50','','soap 02','','inherit','open','closed','','soap-02','','','2026-07-02 09:47:51','2026-07-02 06:47:51','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-02.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('334','0','2026-07-02 09:47:52','2026-07-02 06:47:52','','soap 03','','inherit','open','closed','','soap-03','','','2026-07-02 09:47:52','2026-07-02 06:47:52','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-03.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('335','0','2026-07-02 09:47:53','2026-07-02 06:47:53','','soap 04','','inherit','open','closed','','soap-04','','','2026-07-02 09:47:54','2026-07-02 06:47:54','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-04.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('336','0','2026-07-02 09:47:55','2026-07-02 06:47:55','','soap 05','','inherit','open','closed','','soap-05','','','2026-07-02 09:47:55','2026-07-02 06:47:55','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-05.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('337','0','2026-07-02 09:47:56','2026-07-02 06:47:56','','ceramic 01','','inherit','open','closed','','ceramic-01','','','2026-07-02 09:47:57','2026-07-02 06:47:57','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('338','0','2026-07-02 09:47:59','2026-07-02 06:47:59','','knit 01','','inherit','open','closed','','knit-01','','','2026-07-02 09:48:00','2026-07-02 06:48:00','','0','http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp','0','attachment','image/webp','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('339','0','2026-07-02 09:48:00','2026-07-02 06:48:00','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Новини</div>\n<h1 class=\"ruka-title\">Події фонду</h1>\n<p class=\"ruka-lead\">Тут команда може публікувати новини про події, зустрічі, табори, збори, партнерства, звіти й потреби фонду.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp\" alt=\"Подія фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що публікувати</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Події</h3><p>Табори, зустрічі, чаювання, майстер-класи, волонтерські акції.</p></div><div class=\"ruka-card\"><h3>Звіти</h3><p>Підсумки допомоги, результати зборів, нові партнерства.</p></div><div class=\"ruka-card\"><h3>Потреби</h3><p>Актуальні збори та запити на волонтерську допомогу.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Новини','','inherit','closed','closed','','163-revision-v1','','','2026-07-02 09:48:00','2026-07-02 06:48:00','','163','http://ruka-dopomohy.local/?p=339','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('340','0','2026-07-02 09:48:00','2026-07-02 06:48:00','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Історії змін</div>\n<h1 class=\"ruka-title\">Людські історії за цифрами</h1>\n<p class=\"ruka-lead\">Тут будуть історії людей, родин, дітей, підлітків і літніх людей, яким допомога фонду стала важливою точкою підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp\" alt=\"Історія підтримки\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Навіщо ці історії</h2><p>Історії змін показують не лише цифри, а й людський вимір роботи фонду: гідність, довіру, відновлення, участь і надію.</p></section>\n<section class=\"ruka-section\"><h2>Шаблони для майбутніх історій</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитина або підліток</h3><p>Ситуація до підтримки, що зробив фонд, який результат, що змінилося.</p></div><div class=\"ruka-card\"><h3>Літня людина</h3><p>Потреба, регулярна підтримка, людський контакт і результат.</p></div><div class=\"ruka-card\"><h3>Родина у кризі</h3><p>Що сталося, яка допомога була надана, як родина рухається далі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Історії змін','','inherit','closed','closed','','162-revision-v1','','','2026-07-02 09:48:00','2026-07-02 06:48:00','','162','http://ruka-dopomohy.local/?p=340','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('341','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Актуальні збори</div>\n<h1 class=\"ruka-title\">Поточні потреби фонду</h1>\n<p class=\"ruka-lead\">На цій сторінці команда фонду може розміщувати збори на гарячі обіди, дитячі програми, ліки, гігієну, MAWA та інші потреби.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Актуальна допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Приклади зборів</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Підтримка щоденного харчування для літніх людей і людей без дому.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підтримка підліткового клубу, таборів і наставництва.</p></div><div class=\"ruka-card\"><h3>Ліки й гігієна</h3><p>Базова підтримка для літніх людей, людей з інвалідністю та родин у кризі.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Продукти для самотніх пенсіонерів, ВПО, бідних родин і людей у кризі.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Актуальні збори','','inherit','closed','closed','','161-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','161','http://ruka-dopomohy.local/?p=341','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('342','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Партнери</div>\n<h1 class=\"ruka-title\">Співпраця заради людей</h1>\n<p class=\"ruka-lead\">Фонд співпрацює з місцевими службами, школами, медичними закладами, церквами, бізнесом, волонтерами та донорами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Партнерська допомога\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кого ми запрошуємо до співпраці</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Соціальні служби</h3><p>Скерування людей, які потребують допомоги, та координація підтримки.</p></div><div class=\"ruka-card\"><h3>Освітні заклади</h3><p>Дитячі та підліткові програми, навчання, розвиток і наставництво.</p></div><div class=\"ruka-card\"><h3>Медичні заклади</h3><p>Підтримка ліками, засобами догляду, скерування людей із потребами.</p></div><div class=\"ruka-card\"><h3>Церкви</h3><p>Духовна підтримка, волонтери, простір, людська присутність.</p></div><div class=\"ruka-card\"><h3>Бізнес</h3><p>Продукти, послуги, фінансова підтримка, корпоративні замовлення MAWA.</p></div><div class=\"ruka-card\"><h3>Донори</h3><p>Проєктна підтримка, гранти, розвиток програм і системна сталість.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Партнери','','inherit','closed','closed','','160-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','160','http://ruka-dopomohy.local/?p=342','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('343','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Команда</div>\n<h1 class=\"ruka-title\">Люди, які тримають роботу фонду</h1>\n<p class=\"ruka-lead\">Фонд має невелику, але активну команду координаторів, бухгалтерії, комунікацій, психологів і волонтерів.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp\" alt=\"Команда і волонтери\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Основні ролі</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Керівництво</h3><p>Стратегія, партнерства, управління програмами, розвиток фонду.</p></div><div class=\"ruka-card\"><h3>Бухгалтерія</h3><p>Документи, фінансовий облік, закупівлі, звітність.</p></div><div class=\"ruka-card\"><h3>Координатори напрямів</h3><p>Діти, літні люди, гуманітарна підтримка, BeReal Teens, MAWA.</p></div><div class=\"ruka-card\"><h3>Комунікації</h3><p>SMM, фото, відео, історії змін, зв’язок з громадою.</p></div><div class=\"ruka-card\"><h3>Психологи і наставники</h3><p>Психосоціальна підтримка, групи, консультації, супровід.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Щоденна практична підтримка людей і подій.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Команда','','inherit','closed','closed','','159-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','159','http://ruka-dopomohy.local/?p=343','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('344','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Про фонд</div>\n<h1 class=\"ruka-title\">5 років підтримки людей в Ужгороді</h1>\n<p class=\"ruka-lead\">Фонд Милосердя «Рука Допомоги» — благодійна організація, яка працює з дітьми й підлітками, літніми людьми, сім’ями у складних обставинах, людьми без житла та людьми з інвалідністю.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png\" alt=\"Логотип фонду Рука Допомоги\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Команда, яка працює поруч із людьми</h2><p>Фонд поєднує гуманітарну, соціальну, освітню та духовну підтримку. За роки роботи сформувалася команда координаторів, бухгалтерії, комунікацій, психологів і волонтерів. Робота фонду тримається на регулярності, довірі та відповідальності перед людьми.</p></section>\n<section class=\"ruka-section\"><h2>П’ять основних груп</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти та підлітки</h3><p>Діти й підлітки з кризових родин, які потребують безпечного середовища, навчання, наставництва й розвитку.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди старшого віку, яким потрібні харчування, ліки, увага й регулярне спілкування.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають війну, хворобу, втрату роботи, борги або інші складні обставини.</p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Чоловіки й жінки, які живуть на вулиці або у тимчасових умовах і потребують базової підтримки.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Діти й дорослі, які потребують продуктів, ліків, засобів догляду та підтримки сімей.</p></div><div class=\"ruka-card\"><h3>Громада</h3><p>Волонтери, партнери й місцеві люди, які долучаються до підтримки інших.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Напрями відповідальності</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діана Федорка</h3><p>Керівниця фонду. Стратегія, партнери, розвиток програм і загальна координація.</p></div><div class=\"ruka-card\"><h3>Іванна Гаврош</h3><p>Бухгалтерський облік, закупівлі, фінансова звітність і документообіг.</p></div><div class=\"ruka-card\"><h3>Віра Пасічник</h3><p>Координація сімейного напряму, дитячих програм, підліткового клубу та наставництва.</p></div><div class=\"ruka-card\"><h3>Анастасія Халев</h3><p>Залучення волонтерів, підтримка партнерств, організація подій і підліткових активностей.</p></div><div class=\"ruka-card\"><h3>Надія Минда</h3><p>SMM, контент, фото- й відеосупровід, висвітлення діяльності фонду.</p></div><div class=\"ruka-card\"><h3>Євген Фенцик</h3><p>Супровід людей без житла, чоловічі групи, майстерня та господарська організація.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Про фонд','','inherit','closed','closed','','67-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','67','http://ruka-dopomohy.local/?p=344','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('345','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Діти і сім’ї</div>\n<h1 class=\"ruka-title\">Шанс для дітей і підлітків</h1>\n<p class=\"ruka-lead\">Фонд працює з дітьми та підлітками із сімей у складних життєвих обставинах. Програми поєднують табори, клуби, наставництво, навчання, творчі зустрічі, матеріальну підтримку й роботу з родинами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-04.webp\" alt=\"Діти на програмі фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Регулярна робота з дітьми та родинами</h2><p>У 2024 році фонд працював із 65 дітьми та підлітками, які регулярно отримували підтримку. У ширшому охопленні програми є 72 дитини під опікою фонду. Для частини дітей організовано особисте наставництво, додаткове навчання та творчі активності.</p></section>\n<section class=\"ruka-section\"><h2>Що входить у дитячий напрям</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Табори і денні програми</h3><p>Денні, виїзні, зимові й літні табори з наставниками, командними активностями, духовними темами, іграми та творчістю.</p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Клуб для підлітків, дівочі зустрічі, дискусії, майстер-класи, наставництво і поступовий перехід учасників до волонтерства.</p></div><div class=\"ruka-card\"><h3>Освіта і розвиток</h3><p>Репетитори, гуртки, курси, навчальні матеріали, читацький клуб і підтримка дітей у шкільному розвитку.</p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Продукти, канцелярія, дитячий одяг, меблі та інші речі, які допомагають родині пройти складний період.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp\" alt=\"Дитяча програма\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-02.webp\" alt=\"Заняття з дітьми\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-05.webp\" alt=\"Святкування для дітей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-10.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-11.webp\" alt=\"Творча робота\"></div></section>\n<section class=\"ruka-dark\"><h2>Підтримати дитячі програми</h2><p>Пожертви допомагають оплачувати табори, навчання, матеріали для занять, транспорт, харчування та індивідуальні потреби дітей.</p><div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати</a></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Діти і сім’ї','','inherit','closed','closed','','68-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','68','http://ruka-dopomohy.local/?p=345','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('346','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Літні люди</div>\n<h1 class=\"ruka-title\">Турбота, яка повертає гідність</h1>\n<p class=\"ruka-lead\">Фонд підтримує самотніх пенсіонерів і людей старшого віку: гарячі обіди, продуктові набори, ліки, зустрічі, майстер-класи, дні народження та відвідування вдома.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-02.webp\" alt=\"Зустріч літніх людей\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Люди старшого віку залишаються в центрі уваги фонду</h2><p>У регулярній підтримці фонду перебувають 115 пенсіонерів. Команда не обмежується продуктовою допомогою: для літніх людей проводяться чаювання, творчі зустрічі, привітання з днями народження та відвідування вдома.</p></section>\n<section class=\"ruka-section\"><h2>Формати підтримки</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гаряче харчування</h3><p>Регулярні обіди для людей, які не можуть забезпечити себе повноцінною їжею.</p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Базова підтримка для самотніх пенсіонерів і людей з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Медикаменти, підгузки, гігієна та індивідуальні потреби.</p></div><div class=\"ruka-card\"><h3>Клуб підтримки</h3><p>Чаювання, творчі зустрічі, спілкування і відновлення людських зв’язків.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp\" alt=\"Літня людина на зустрічі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-03.webp\" alt=\"Чаювання\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp\" alt=\"Зустріч у фонді\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-05.webp\" alt=\"Підтримка літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-06.webp\" alt=\"Творча зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-07.webp\" alt=\"Літні люди разом\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Літні люди','','inherit','closed','closed','','69-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','69','http://ruka-dopomohy.local/?p=346','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('347','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Сім’ї у кризі</div>\n<h1 class=\"ruka-title\">Підтримка родин у складних обставинах</h1>\n<p class=\"ruka-lead\">Фонд підтримує родини, які переживають бідність, хворобу, втрату роботи, наслідки війни або інші кризи. Допомога включає продукти, одяг, базові речі та підтримку дітей.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp\" alt=\"Продуктова допомога для родин\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що отримують родини</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Продукти</h3><p>Набори першої необхідності для родин, які не мають стабільного доходу.</p></div><div class=\"ruka-card\"><h3>Одяг і базові речі</h3><p>Допомога речами, які потрібні для побуту, школи, дітей і щоденного життя.</p></div><div class=\"ruka-card\"><h3>Підтримка дітей</h3><p>Канцелярія, навчання, дитячі програми, наставництво і безпечне середовище.</p></div><div class=\"ruka-card\"><h3>Людський супровід</h3><p>Команда підтримує родини не одноразово, а через контакт і довіру.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Продуктова підтримка</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Продуктові набори\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Допомога родинам\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Сім’ї у складних обставинах','','inherit','closed','closed','','70-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','70','http://ruka-dopomohy.local/?p=347','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('348','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гуманітарна допомога</div>\n<h1 class=\"ruka-title\">Базова підтримка для щоденного життя</h1>\n<p class=\"ruka-lead\">Гуманітарний напрям охоплює гарячі обіди, продуктові набори, ліки, гігієну, одяг, побутові речі та індивідуальні запити людей, які проходять складний період.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-04.webp\" alt=\"Гаряча їжа для потребуючих\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Що входить у гуманітарну підтримку</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Гарячі обіди</h3><p>Фонд регулярно готує та видає гарячі обіди для літніх людей і людей без житла.</p><p><a href=\"/bezkoshtovni-obidy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Продуктові набори</h3><p>Родини у складних обставинах і самотні пенсіонери отримують продукти для базового харчування.</p><p><a href=\"/produktovi-nabory/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Підопічним передаються ліки, підгузки, гігієнічні засоби та інші необхідні речі.</p><p><a href=\"/medychna-dopomoha/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Душ, прання, стрижки</h3><p>Люди без житла можуть отримати доступ до гігієнічних послуг, прання одягу та перукарської допомоги.</p><p><a href=\"/hihiienichna-pidtrymka/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Підтримка сімей</h3><p>Допомога надається родинам, які переживають хворобу, втрату доходу, наслідки війни або інші кризи.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Як долучитися</h3><p>Фонд приймає пожертви, продукти, засоби гігієни та волонтерську допомогу.</p><p><a href=\"/pidtrymaty/\">Детальніше</a></p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото гуманітарної роботи</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Продукти\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp\" alt=\"Ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp\" alt=\"Видача допомоги\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp\" alt=\"Продуктові пакети\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp\" alt=\"Підтримка людей\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гуманітарна допомога','','inherit','closed','closed','','71-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','71','http://ruka-dopomohy.local/?p=348','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('349','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гаряче харчування</div>\n<h1 class=\"ruka-title\">Безкоштовні гарячі обіди</h1>\n<p class=\"ruka-lead\">Гарячі обіди — один із базових напрямів фонду. Це щоденна підтримка для літніх людей, людей без житла та інших потребуючих мешканців громади.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp\" alt=\"Видача гарячих обідів\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для багатьох людей гарячий обід — це не тільки їжа. Це регулярний контакт із командою, можливість бути поміченим і отримати іншу допомогу, якщо ситуація погіршується.</p></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp\" alt=\"Їдальня фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp\" alt=\"Волонтери\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp\" alt=\"Приготування їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp\" alt=\"Видача обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-09.webp\" alt=\"Люди отримують обід\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Безкоштовні обіди','','inherit','closed','closed','','72-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','72','http://ruka-dopomohy.local/?p=349','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('350','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Продуктова підтримка</div>\n<h1 class=\"ruka-title\">Продуктові набори для родин і літніх людей</h1>\n<p class=\"ruka-lead\">Фонд передає продуктові набори самотнім пенсіонерам, малозабезпеченим сім’ям, людям з інвалідністю та родинам у складних обставинах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp\" alt=\"Продуктові набори\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Кому допомагаємо</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Літні люди</h3><p>Самотні пенсіонери та люди з низькими доходами.</p></div><div class=\"ruka-card\"><h3>Сім’ї у кризі</h3><p>Родини, які переживають бідність, війну, хворобу або втрату доходу.</p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Люди та родини, для яких догляд створює додаткове фінансове навантаження.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-01.webp\" alt=\"Пакування продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-03.webp\" alt=\"Допомога родині\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-04.webp\" alt=\"Видача продуктів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-05.webp\" alt=\"Продуктовий пакет\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-06.webp\" alt=\"Волонтери з допомогою\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-07.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Продуктові набори','','inherit','closed','closed','','73-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','73','http://ruka-dopomohy.local/?p=350','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('351','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Медична підтримка</div>\n<h1 class=\"ruka-title\">Ліки, підгузки та засоби догляду</h1>\n<p class=\"ruka-lead\">Фонд допомагає із базовими ліками, підгузками, засобами гігієни та окремими медичними потребами підопічних, коли сім’я або людина не може закрити це самостійно.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Ліки та засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Ліки, засоби догляду, індивідуальні запити</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки для літніх людей</h3><p>Фонд допомагає з базовими медикаментами для підопічних, які мають хронічні захворювання.</p></div><div class=\"ruka-card\"><h3>Засоби догляду</h3><p>Передаються підгузки, гігієнічні засоби та інші речі, необхідні людям з інвалідністю і важкими станами.</p></div><div class=\"ruka-card\"><h3>Адресна підтримка</h3><p>Команда розглядає індивідуальні звернення і допомагає в межах наявних ресурсів фонду.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-02.webp\" alt=\"Передані ліки\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp\" alt=\"Засоби догляду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-04.webp\" alt=\"Допомога підопічним\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Медична допомога','','inherit','closed','closed','','74-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','74','http://ruka-dopomohy.local/?p=351','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('352','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Гігієна і гідність</div>\n<h1 class=\"ruka-title\">Душ, прання, стрижки та базова гігієна</h1>\n<p class=\"ruka-lead\">Для людей без житла та людей у складних обставинах фонд надає доступ до душу, прання одягу, стрижок, гоління і базових засобів гігієни.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-08.webp\" alt=\"Підтримка людей у складних обставинах\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Душ, прання, стрижки та базовий догляд</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для людей без житла</h3><p>Гігієнічні послуги допомагають людям зберегти здоров’я, гідність і можливість рухатися до стабільнішого життя.</p></div><div class=\"ruka-card\"><h3>Побутова допомога</h3><p>Прання одягу, душ і стрижки поєднуються з харчуванням та іншою гуманітарною підтримкою.</p></div><div class=\"ruka-card\"><h3>Роль волонтерів</h3><p>Волонтери допомагають організувати запис, супровід, видачу речей і комунікацію з підопічними.</p></div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Гігієнічна підтримка','','inherit','closed','closed','','75-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','75','http://ruka-dopomohy.local/?p=352','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('353','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Люди без житла</div>\n<h1 class=\"ruka-title\">Допомога тим, хто опинився на вулиці</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей без дому гарячими обідами, одягом, душем, пранням, стрижками, голінням, людською увагою та допомогою з документами.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-07.webp\" alt=\"Підтримка людей без житла\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Комплексна базова підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Їжа</h3><p>Гарячі обіди допомагають людині вижити і тримати контакт із фондом.</p></div><div class=\"ruka-card\"><h3>Гігієна</h3><p>Душ, прання, стрижка і гоління повертають людині охайність і гідність.</p></div><div class=\"ruka-card\"><h3>Одяг</h3><p>Фонд передає одяг і базові речі відповідно до сезону та потреби.</p></div><div class=\"ruka-card\"><h3>Документи</h3><p>Команда допомагає людям зробити перші кроки до відновлення документів і стабільнішого життя.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото напряму</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-02.webp\" alt=\"Люди отримують обід\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-05.webp\" alt=\"Видача їжі\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-06.webp\" alt=\"Волонтерська допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-08.webp\" alt=\"Пакети допомоги\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди без житла','','inherit','closed','closed','','76-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','76','http://ruka-dopomohy.local/?p=353','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('354','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підтримка людей з інвалідністю</div>\n<h1 class=\"ruka-title\">Підтримка дітей і дорослих з інвалідністю</h1>\n<p class=\"ruka-lead\">Фонд підтримує людей з інвалідністю та їхні сім’ї продуктами, ліками, засобами догляду, підгузками, окремими технічними засобами й супроводом у щоденних потребах.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-03.webp\" alt=\"Засоби догляду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підтримка людей і їхніх сімей</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Ліки та засоби догляду</h3><p>Фонд допомагає з медикаментами, підгузками, засобами гігієни та базовими речами.</p></div><div class=\"ruka-card\"><h3>Продуктова допомога</h3><p>Сім’ї, які мають додаткове навантаження через догляд, можуть отримувати продуктові набори.</p></div><div class=\"ruka-card\"><h3>Індивідуальний супровід</h3><p>Команда приймає звернення і визначає, яку підтримку фонд може надати в конкретній ситуації.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Чому це важливо</h2><p>Для таких сімей навіть невелика регулярна допомога має практичне значення: вона зменшує фінансове навантаження, підтримує догляд і дає родині ресурс триматися в складних обставинах.</p></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Люди з інвалідністю','','inherit','closed','closed','','77-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','77','http://ruka-dopomohy.local/?p=354','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('355','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Звітність</div>\n<h1 class=\"ruka-title\">Прозорість роботи фонду</h1>\n<p class=\"ruka-lead\">Фонд веде облік допомоги, готує звіти, фіксує кількість обідів, продуктових наборів, дитячих подій, заходів для літніх людей, гігієнічних послуг і волонтерської участі.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/logo-header.png\" alt=\"Звітність фонду\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Відкриті дані про роботу фонду</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Дитячий напрям</h3><p>У звітах фіксуються події, табори, освітня підтримка, наставництво та індивідуальна робота з дітьми.</p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Окремо обліковуються зустрічі, візити додому, подарунки, гуманітарна та медична підтримка.</p></div><div class=\"ruka-card\"><h3>Гуманітарна допомога</h3><p>Фонд веде облік виданих обідів, продуктових наборів, ліків, засобів гігієни та інших видів допомоги.</p></div><div class=\"ruka-card\"><h3>Фінансова прозорість</h3><p>Пожертви й витрати обліковуються через бухгалтерію фонду та внутрішні звітні документи.</p></div><div class=\"ruka-card\"><h3>Волонтери</h3><p>Фіксується участь команди й волонтерів у регулярних програмах та окремих заходах фонду.</p></div><div class=\"ruka-card\"><h3>Результати за роки</h3><p>На сайті подано ключові показники роботи фонду, підтверджені внутрішніми звітами й презентацією.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Ключові показники</h2><div class=\"ruka-grid\"><div class=\"ruka-stat\"><strong>81 000+</strong>обідів</div><div class=\"ruka-stat\"><strong>4 795+</strong>наборів</div><div class=\"ruka-stat\"><strong>3 740</strong>упаковок ліків</div><div class=\"ruka-stat\"><strong>761</strong>гігієнічна послуга</div></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Звітність','','inherit','closed','closed','','80-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','80','http://ruka-dopomohy.local/?p=355','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('356','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero ruka-mawa-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Ручна робота · Соціальний бренд · Ужгород</div>\n<h1 class=\"ruka-title\">Вироби, зроблені з серцем</h1>\n<p class=\"ruka-lead\">Натуральне мило, керамічні вироби та в’язані вироби від майстринь Закарпаття. Кожна покупка — реальна підтримка людей поруч.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"#produktsiia\">Переглянути продукцію</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Замовити</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp\" alt=\"Мило MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp\" alt=\"Кераміка MAWA\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp\" alt=\"В’язаний виріб MAWA\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Я тут, бо шукаю…</div>\n<h2>Оберіть свій шлях</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Для себе або в подарунок</h3><p>Красиве, натуральне, зі смислом.</p></div><div class=\"ruka-card\"><h3>Корпоративні замовлення</h3><p>Від 20 наборів, брендування, подарунки з місією.</p></div><div class=\"ruka-card\"><h3>Для родини та близьких</h3><p>Вчителям, вихователям, рідним, друзям.</p></div><div class=\"ruka-card\"><h3>Партнерство та колаборації</h3><p>Кобрендинг, роздріб, інвестиції, спільні серії.</p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Купуй красиве. Роби добро непомітно.</h2>\n<p>Кожен виріб MAWA — це маленька історія про майстринь, які вклали в неї час і досвід. І про тебе — людину, чий вибір має значення.</p>\n</section>\n\n<section class=\"ruka-section\">\n<h2>Корпоративні набори, що говорять про вас</h2>\n<p>Набори MAWA — це спосіб показати партнерам і команді, що ваша компанія цінує українське, ручну майстерність і людей за нею.</p>\n</section>\n\n<section id=\"produktsiia\" class=\"ruka-section\">\n<div class=\"ruka-kicker\">Продукція</div>\n<h2>Три лінійки — одна місія</h2>\n<p>Усе виробляється в Ужгороді. Формуємо набори під будь-який запит і бюджет.</p>\n<div class=\"ruka-products\">\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-01.webp\" alt=\"Натуральне мило MAWA\"><div><h3>Натуральне мило</h3><p>Ручна робота, подарункові набори, ароматні серії.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/soap-03.webp\" alt=\"Подарункове мило MAWA\"><div><h3>Подарункові набори</h3><p>Для друзів, родини, вчителів, партнерів і команд.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/ceramic-01.webp\" alt=\"Кераміка MAWA\"><div><h3>Кераміка</h3><p>Унікальні вироби з глини, створені руками.</p></div></div>\n<div class=\"ruka-product\"><img src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/knit-01.webp\" alt=\"В’язаний виріб MAWA\"><div><h3>В’язані вироби</h3><p>Теплі речі ручної роботи з історією.</p></div></div>\n</div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Бізнес, що заробляє на добро</h2>\n<p>Ми не збираємо донати. Ми будуємо механізм, який сам заробляє гроші для соціальних програм. MAWA — це модель, де люди можуть працювати, бути потрібними й отримувати дохід. А кожна покупка фінансує це напряму.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/kontakty/\">Замовити</a><a class=\"ruka-btn\" href=\"/pro-fond/\">Сайт фонду</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','MAWA','','inherit','closed','closed','','22-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','22','http://ruka-dopomohy.local/?p=356','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('357','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\"><section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Підлітковий клуб</div>\n<h1 class=\"ruka-title\">Підлітковий клуб BeReal Teens</h1>\n<p class=\"ruka-lead\">BeReal Teens — підлітковий клуб фонду «Рука Допомоги»: регулярні зустрічі, наставництво, табори, творчі активності, дискусії та безпечне середовище для підлітків.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати</a><a class=\"ruka-btn alt\" href=\"/kontakty/\">Зв’язатися</a></div>\n</div>\n<div><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підлітки на зустрічі\"></div>\n</div>\n</section>\n<section class=\"ruka-section\"><h2>Підлітки, майстерні, психологічна підтримка</h2><div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Регулярні зустрічі, дискусії, наставництво, творчі активності та табори для підлітків.</p></div><div class=\"ruka-card\"><h3>Творчі майстерні</h3><p>Кераміка, ручна робота та інші формати, які допомагають людям відновлюватися через спільну діяльність.</p></div><div class=\"ruka-card\"><h3>Програма для літніх людей</h3><p>Зустрічі, чаювання, творчі заняття, підтримка пам’яті, руху та спілкування.</p></div><div class=\"ruka-card\"><h3>Психологічний супровід</h3><p>Групові заняття, індивідуальні консультації та підтримка людей, які переживають тривалий стрес.</p></div><div class=\"ruka-card\"><h3>Міжпоколінні події</h3><p>Заходи, у яких підлітки, дорослі й літні люди діють разом і формують нові зв’язки.</p></div><div class=\"ruka-card\"><h3>Долучитися</h3><p>До хабу можна долучитися як учасник, волонтер, партнер або благодійник.</p></div></div></section>\n<section class=\"ruka-section\"><h2>Фото BeReal Teens</h2><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp\" alt=\"Підліткова зустріч\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-06.webp\" alt=\"Майстер-клас\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-07.webp\" alt=\"Командна активність\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-09.webp\" alt=\"Зустріч молоді\"></div></section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','BeReal Teens','','inherit','closed','closed','','21-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','21','http://ruka-dopomohy.local/?p=357','0','revision','','0');
INSERT INTO `wp_posts` (`ID`,`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_title`,`post_excerpt`,`post_status`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_content_filtered`,`post_parent`,`guid`,`menu_order`,`post_type`,`post_mime_type`,`comment_count`) VALUES ('358','0','2026-07-02 09:48:01','2026-07-02 06:48:01','\n<style>\n.ruka-static{--blue:#10324a;--gold:#f2b84b;--green:#0f766e;--soft:#fff7ed;--line:#e6edf3;--text:#263442;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--text);line-height:1.75}\n.ruka-static *{box-sizing:border-box}\n.ruka-static a{color:#0f766e;font-weight:800;text-decoration:none}\n.ruka-static img{max-width:100%;height:auto;display:block}\n.ruka-hero{border-radius:32px;background:linear-gradient(135deg,#fff7ed 0%,#eef6ff 55%,#e7f7f3 100%);padding:62px 32px;margin:24px 0 34px;overflow:hidden}\n.ruka-kicker{text-transform:uppercase;letter-spacing:.09em;font-size:13px;font-weight:900;color:#b45309;margin-bottom:12px}\n.ruka-title{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-lead{font-size:20px;max-width:940px;margin:0}\n.ruka-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}\n.ruka-btn{display:inline-block;border-radius:999px;background:var(--green);color:#fff!important;padding:13px 22px;font-weight:900;box-shadow:0 10px 25px rgba(15,118,110,.18)}\n.ruka-btn.alt{background:var(--blue)}\n.ruka-btn.gold{background:#b45309}\n.ruka-section{padding:48px 0;border-bottom:1px solid var(--line)}\n.ruka-section h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px;color:var(--blue);font-weight:950}\n.ruka-section h3{font-size:22px;line-height:1.22;margin:0 0 10px;color:var(--blue)}\n.ruka-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}\n.ruka-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}\n.ruka-card.soft{background:#fffaf0}\n.ruka-stat{border-radius:24px;background:#f8fafc;border:1px solid var(--line);padding:22px}\n.ruka-stat strong{display:block;color:var(--green);font-size:36px;line-height:1.05;margin-bottom:7px}\n.ruka-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:20px}\n.ruka-gallery img,.ruka-photo{border-radius:24px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 28px rgba(15,23,42,.12)}\n.ruka-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:28px;align-items:center}\n.ruka-note{background:#fffbeb;border-left:7px solid var(--gold);border-radius:20px;padding:22px;margin-top:20px}\n.ruka-dark{background:var(--blue);color:#fff;border-radius:30px;padding:42px 30px;margin:38px 0}\n.ruka-dark h2,.ruka-dark h3{color:#fff}\n.ruka-dark a{color:#fff}\n.ruka-footer{background:#0b2538;color:#fff;border-radius:30px;padding:34px;margin:40px 0 10px}\n.ruka-footer h2,.ruka-footer h3{color:#fff}\n.ruka-footer a{color:#fff}\n.ruka-mawa-hero{background:linear-gradient(135deg,#fff7ed,#ffe7d1,#fef3c7)}\n.ruka-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}\n.ruka-product{background:#fff;border:1px solid #fed7aa;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(120,53,15,.12)}\n.ruka-product img{aspect-ratio:1/1;object-fit:cover}\n.ruka-product div{padding:18px}\n.ruka-small{font-size:14px;color:#64748b}\n@media(max-width:760px){.ruka-hero{padding:42px 22px}.ruka-split{grid-template-columns:1fr}.ruka-title{font-size:38px}}\n</style><div class=\"ruka-static\">\n<section class=\"ruka-hero\">\n<div class=\"ruka-split\">\n<div>\n<div class=\"ruka-kicker\">Фонд милосердя · Ужгород · з 2021 року</div>\n<h1 class=\"ruka-title\">Рука Допомоги: милосердя у дії</h1>\n<p class=\"ruka-lead\">Ми підтримуємо дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю. Допомога фонду поєднує харчування, базову підтримку, наставництво, духовну опору та живі стосунки з людьми.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/pidtrymaty/\">Підтримати фонд</a><a class=\"ruka-btn alt\" href=\"/pro-fond/\">Про фонд</a></div>\n</div>\n<div><div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-03.webp\" alt=\"Підлітки на зустрічі фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-01.webp\" alt=\"Гарячі обіди\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-01.webp\" alt=\"Зустріч літніх людей\"></div></div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-grid\">\n<div class=\"ruka-stat\"><strong>81 000+</strong>порцій гарячих обідів за роки діяльності</div>\n<div class=\"ruka-stat\"><strong>4 795+</strong>продуктових наборів для літніх людей і малозабезпечених сімей</div>\n<div class=\"ruka-stat\"><strong>239</strong>дитячих подій, таборів, зустрічей і майстер-класів</div>\n<div class=\"ruka-stat\"><strong>118</strong>заходів для літніх людей</div>\n</div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Місія</div>\n<h2>Підтримка, яка тримається на стосунках</h2>\n<p>Фонд допомагає людям, які проходять складний період життя: пенсіонерам, сім’ям у кризі, дітям і підліткам, людям з інвалідністю та людям без дому. Команда закриває базові потреби, реагує на кризові ситуації та створює умови для розвитку, відновлення й духовного зростання.</p>\n<div class=\"ruka-note\">Ми працюємо з людьми не як з одноразовими зверненнями. Для багатьох підопічних фонд стає місцем, де їх знають, чекають і підтримують регулярно.</div>\n<div class=\"ruka-actions\"><a class=\"ruka-btn\" href=\"/zvitnist/\">Звітність</a><a class=\"ruka-btn alt\" href=\"/volonterstvo/\">Стати волонтером</a></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Напрями роботи</div>\n<h2>Кому і як ми допомагаємо</h2>\n<div class=\"ruka-grid\"><div class=\"ruka-card\"><h3>Діти і підлітки</h3><p>Табори, клуби, наставництво, навчання, творчі зустрічі та індивідуальна підтримка дітей із сімей у складних обставинах.</p><p><a href=\"/dity-i-simyi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Літні люди</h3><p>Гаряче харчування, продуктові набори, ліки, чаювання, творчі зустрічі, дні народження та відвідування вдома.</p><p><a href=\"/litni-liudy/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Сім’ї у складних обставинах</h3><p>Продукти, одяг, базові речі, допомога з побутовими потребами та підтримка дітей у таких родинах.</p><p><a href=\"/simyi-u-kryzi/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди без житла</h3><p>Гарячі обіди, одяг, душ, прання, стрижки, гоління та допомога з документами.</p><p><a href=\"/liudy-bez-zhytla/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>Люди з інвалідністю</h3><p>Продукти, ліки, засоби догляду, підгузки, технічні засоби реабілітації та підтримка родин.</p><p><a href=\"/liudy-z-invalidnistiu/\">Детальніше</a></p></div><div class=\"ruka-card\"><h3>BeReal Teens</h3><p>Підлітковий клуб: регулярні зустрічі, наставництво, табори, творчі активності та безпечне середовище для розвитку.</p><p><a href=\"/bereal-teens/\">Детальніше</a></p></div></div>\n</section>\n\n<section class=\"ruka-section\">\n<div class=\"ruka-kicker\">Фотогалерея</div>\n<h2>Жива робота фонду</h2>\n<div class=\"ruka-gallery\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-01.webp\" alt=\"Дитяча програма фонду\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/meals-03.webp\" alt=\"Видача гарячих обідів\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/food-02.webp\" alt=\"Продуктова допомога\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/medical-01.webp\" alt=\"Медична підтримка\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/elderly-04.webp\" alt=\"Зустріч для літніх людей\"><img class=\"ruka-photo\" loading=\"lazy\" src=\"http://ruka-dopomohy.local/wp-content/uploads/2026/07/children-08.webp\" alt=\"Підліткова активність\"></div>\n</section>\n\n<section class=\"ruka-dark\">\n<h2>Підтримайте роботу фонду</h2>\n<p>Ваш внесок допомагає оплачувати продукти, ліки, гігієну, дитячі програми, табори, наставництво та щоденну роботу з людьми, які потребують підтримки.</p>\n<div class=\"ruka-actions\"><a class=\"ruka-btn gold\" href=\"/pidtrymaty/\">Підтримати напряму</a><a class=\"ruka-btn\" href=\"/mawa/\">Перейти до MAWA</a></div>\n</section>\n<section class=\"ruka-footer\">\n<div class=\"ruka-grid\">\n<div>\n<h2>Рука Допомоги</h2>\n<p>Благодійний фонд в Ужгороді, який підтримує дітей і підлітків, літніх людей, сім’ї у складних обставинах, людей без житла та людей з інвалідністю.</p>\n</div>\n<div>\n<h3>Напрями</h3>\n<p><a href=\"/dity-i-simyi/\">Діти і сім’ї</a></p>\n<p><a href=\"/litni-liudy/\">Літні люди</a></p>\n<p><a href=\"/humanitarna-dopomoha/\">Гуманітарна допомога</a></p>\n<p><a href=\"/bereal-teens/\">BeReal Teens</a></p>\n</div>\n<div>\n<h3>Підтримати</h3>\n<p><a href=\"/volonterstvo/\">Стати волонтером</a></p>\n<p><a href=\"/mawa/\">MAWA</a></p>\n<p><a href=\"/pidtrymaty/\">Фінансова підтримка</a></p>\n<p><a href=\"/zvitnist/\">Звітність</a></p>\n</div>\n<div>\n<h3>Контакти</h3>\n<p>Ужгород, Україна</p>\n<p>Керівниця фонду: Діана Федорка<br>+380 50 843 1219</p>\n<p>rukadopomogy.uzh@gmail.com</p>\n<p>Instagram: @rukadopomogy.uzh</p>\n</div>\n</div>\n</section></div>','Головна','','inherit','closed','closed','','14-revision-v1','','','2026-07-02 09:48:01','2026-07-02 06:48:01','','14','http://ruka-dopomohy.local/?p=358','0','revision','','0');

DROP TABLE IF EXISTS `wp_rank_math_internal_links`;
CREATE TABLE `wp_rank_math_internal_links` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint unsigned NOT NULL,
  `target_post_id` bigint unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `target_post_id` (`target_post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_rank_math_internal_meta`;
CREATE TABLE `wp_rank_math_internal_meta` (
  `object_id` bigint unsigned NOT NULL,
  `internal_link_count` int unsigned DEFAULT '0',
  `external_link_count` int unsigned DEFAULT '0',
  `incoming_link_count` int unsigned DEFAULT '0',
  PRIMARY KEY (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('7','2','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('119','4','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('165','5','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('166','6','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('167','7','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('235','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('236','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('237','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('238','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('239','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('240','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('241','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('242','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('243','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('244','3','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('256','5','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('257','6','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('258','7','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('259','8','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('274','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('275','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('276','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('277','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('278','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('279','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('280','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('281','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('282','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('283','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('284','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('285','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('286','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('287','9','0');
INSERT INTO `wp_term_relationships` (`object_id`,`term_taxonomy_id`,`term_order`) VALUES ('288','9','0');

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('1','1','category','','0','0');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('2','2','wp_theme','','0','1');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('3','3','nav_menu','','0','10');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('4','4','wp_theme','','0','1');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('5','5','category','','0','0');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('6','6','category','','0','0');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('7','7','category','','0','0');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('8','8','category','','0','0');
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`,`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES ('9','9','nav_menu','','0','15');

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


DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('1','Uncategorized','uncategorized','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('2','ruka-dopomohy-theme','ruka-dopomohy-theme','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('3','Головне меню','%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%bd%d0%b5-%d0%bc%d0%b5%d0%bd%d1%8e','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('4','kadence','kadence','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('5','Новини','novyny','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('6','Історії змін','istorii-zmin','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('7','Звіти','zvity','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('8','Актуальні потреби','aktualni-potreby','0');
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES ('9','Головне меню Netlify','%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%bd%d0%b5-%d0%bc%d0%b5%d0%bd%d1%8e-netlify','0');

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('1','1','nickname','ruka-dopomohy');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('2','1','first_name','');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('3','1','last_name','');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('4','1','description','');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('5','1','rich_editing','true');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('6','1','syntax_highlighting','true');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('7','1','comment_shortcuts','false');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('8','1','admin_color','modern');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('9','1','use_ssl','0');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('10','1','show_admin_bar_front','true');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('11','1','locale','');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('12','1','wp_capabilities','a:1:{s:13:\"administrator\";b:1;}');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('13','1','wp_user_level','10');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('14','1','dismissed_wp_pointers','');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('15','1','show_welcome_panel','1');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('16','1','session_tokens','a:4:{s:64:\"c0c84e6a99e023adf8282902a133c426852b9a515ff34c19cd4618e1c8f12180\";a:4:{s:10:\"expiration\";i:1783078675;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782905875;}s:64:\"5c49f4a0197921d69980e0faf718aa2a004c790e296542ca8b8a6939e72996f9\";a:4:{s:10:\"expiration\";i:1783081050;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782908250;}s:64:\"dd375dc29374dd540c5da748c913ce2c21ef3677e1da2a7d7b9f1522b373fdd7\";a:4:{s:10:\"expiration\";i:1783081475;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782908675;}s:64:\"be634ca19f66f99e5bed6b7e8d245209b6c78f8126913c05a8ab01c95771dbb5\";a:4:{s:10:\"expiration\";i:1783085622;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782912822;}}');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('17','1','wp_dashboard_quick_press_last_post_id','27');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('18','1','wp_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:0;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2026-07-01T12:57:51.839Z\";}');
INSERT INTO `wp_usermeta` (`umeta_id`,`user_id`,`meta_key`,`meta_value`) VALUES ('19','1','wfls-last-login','1782912852');

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

INSERT INTO `wp_users` (`ID`,`user_login`,`user_pass`,`user_nicename`,`user_email`,`user_url`,`user_registered`,`user_activation_key`,`user_status`,`display_name`) VALUES ('1','ruka-dopomohy','$wp$2y$10$n493I4JCjwTeK/iqo07aE.7DLzsskc7vML5.LZNy0yCywmtXc5tgG','ruka-dopomohy','dev-email@wpengine.local','http://ruka-dopomohy.local','2026-06-03 21:41:37','','0','ruka-dopomohy');

DROP TABLE IF EXISTS `wp_wfauditevents`;
CREATE TABLE `wp_wfauditevents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `request_id` bigint unsigned NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfblockediplog`;
CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int unsigned NOT NULL DEFAULT '0',
  `unixday` int unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfblocks7`;
CREATE TABLE `wp_wfblocks7` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` int unsigned NOT NULL DEFAULT '0',
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int unsigned DEFAULT '0',
  `blockedHits` int unsigned DEFAULT '0',
  `expiration` bigint unsigned NOT NULL DEFAULT '0',
  `parameters` text,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfconfig`;
CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('actUpdateInterval','2','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('addCacheComment','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('advancedCommentScanning','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('ajaxWatcherDisabled_admin','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('ajaxWatcherDisabled_front','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertEmails','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertFreqTrack','a:0:{}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_adminLogin','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_block','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_breachLogin','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_firstAdminLoginOnly','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_firstNonAdminLoginOnly','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_loginLockout','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_lostPasswdForm','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_nonAdminLogin','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_scanIssues','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_severityLevel','25','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_throttle','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_update','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_wafDeactivated','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alertOn_wordfenceDeactivated','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('alert_maxHourly','5','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allowed404s6116Migration','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allowHTTPSCaching','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allowLegacy2FA','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allowMySQLi','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('allScansScheduled','a:0:{}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('apiKey','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('auditLogMode','default','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('autoBlockScanners','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('autoUpdate','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('autoUpdateAttempts','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('bannedURLs','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('blockCustomText','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('blockedTime','300','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('blocks702Migration','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cacheType','disabled','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_action','block','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_bypassRedirDest','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_bypassRedirURL','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_bypassViewURL','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_cookieVal','6a3ee63925f4f','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_loggedInBlocked','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_redirURL','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('cbl_restOfSiteBlocked','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('checkSpamIP','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('config701Migration','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('config720Migration','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('dashboardData','a:4:{s:9:\"generated\";i:1782988096;s:3:\"tdf\";a:3:{s:9:\"community\";i:7305;s:7:\"premium\";i:7342;s:9:\"blacklist\";i:27300;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1782900000;s:1:\"c\";i:11726962;}i:1;a:2:{s:1:\"t\";i:1782903600;s:1:\"c\";i:10864317;}i:2;a:2:{s:1:\"t\";i:1782907200;s:1:\"c\";i:11199420;}i:3;a:2:{s:1:\"t\";i:1782910800;s:1:\"c\";i:11229274;}i:4;a:2:{s:1:\"t\";i:1782914400;s:1:\"c\";i:11042917;}i:5;a:2:{s:1:\"t\";i:1782918000;s:1:\"c\";i:10928662;}i:6;a:2:{s:1:\"t\";i:1782921600;s:1:\"c\";i:9915125;}i:7;a:2:{s:1:\"t\";i:1782925200;s:1:\"c\";i:10872507;}i:8;a:2:{s:1:\"t\";i:1782928800;s:1:\"c\";i:11473663;}i:9;a:2:{s:1:\"t\";i:1782932400;s:1:\"c\";i:11357139;}i:10;a:2:{s:1:\"t\";i:1782936000;s:1:\"c\";i:10310099;}i:11;a:2:{s:1:\"t\";i:1782939600;s:1:\"c\";i:10364318;}i:12;a:2:{s:1:\"t\";i:1782943200;s:1:\"c\";i:9768906;}i:13;a:2:{s:1:\"t\";i:1782946800;s:1:\"c\";i:10827499;}i:14;a:2:{s:1:\"t\";i:1782950400;s:1:\"c\";i:10333286;}i:15;a:2:{s:1:\"t\";i:1782954000;s:1:\"c\";i:10176377;}i:16;a:2:{s:1:\"t\";i:1782957600;s:1:\"c\";i:10285630;}i:17;a:2:{s:1:\"t\";i:1782961200;s:1:\"c\";i:10931202;}i:18;a:2:{s:1:\"t\";i:1782964800;s:1:\"c\";i:10189962;}i:19;a:2:{s:1:\"t\";i:1782968400;s:1:\"c\";i:10333993;}i:20;a:2:{s:1:\"t\";i:1782972000;s:1:\"c\";i:10013176;}i:21;a:2:{s:1:\"t\";i:1782975600;s:1:\"c\";i:9399446;}i:22;a:2:{s:1:\"t\";i:1782979200;s:1:\"c\";i:9203213;}i:23;a:2:{s:1:\"t\";i:1782982800;s:1:\"c\";i:9972705;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1782345600;s:1:\"c\";i:215059913;}i:1;a:2:{s:1:\"t\";i:1782432000;s:1:\"c\";i:269204863;}i:2;a:2:{s:1:\"t\";i:1782518400;s:1:\"c\";i:258327708;}i:3;a:2:{s:1:\"t\";i:1782604800;s:1:\"c\";i:213702924;}i:4;a:2:{s:1:\"t\";i:1782691200;s:1:\"c\";i:231032776;}i:5;a:2:{s:1:\"t\";i:1782777600;s:1:\"c\";i:217314164;}i:6;a:2:{s:1:\"t\";i:1782864000;s:1:\"c\";i:258011773;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1780358400;s:1:\"c\";i:191833874;}i:1;a:2:{s:1:\"t\";i:1780444800;s:1:\"c\";i:201287331;}i:2;a:2:{s:1:\"t\";i:1780531200;s:1:\"c\";i:248452946;}i:3;a:2:{s:1:\"t\";i:1780617600;s:1:\"c\";i:241888614;}i:4;a:2:{s:1:\"t\";i:1780704000;s:1:\"c\";i:190038680;}i:5;a:2:{s:1:\"t\";i:1780790400;s:1:\"c\";i:176166442;}i:6;a:2:{s:1:\"t\";i:1780876800;s:1:\"c\";i:211011976;}i:7;a:2:{s:1:\"t\";i:1780963200;s:1:\"c\";i:266486663;}i:8;a:2:{s:1:\"t\";i:1781049600;s:1:\"c\";i:272658802;}i:9;a:2:{s:1:\"t\";i:1781136000;s:1:\"c\";i:253777781;}i:10;a:2:{s:1:\"t\";i:1781222400;s:1:\"c\";i:199841191;}i:11;a:2:{s:1:\"t\";i:1781308800;s:1:\"c\";i:237563655;}i:12;a:2:{s:1:\"t\";i:1781395200;s:1:\"c\";i:274647301;}i:13;a:2:{s:1:\"t\";i:1781481600;s:1:\"c\";i:247405641;}i:14;a:2:{s:1:\"t\";i:1781568000;s:1:\"c\";i:288362200;}i:15;a:2:{s:1:\"t\";i:1781654400;s:1:\"c\";i:255195460;}i:16;a:2:{s:1:\"t\";i:1781740800;s:1:\"c\";i:232229699;}i:17;a:2:{s:1:\"t\";i:1781827200;s:1:\"c\";i:225305556;}i:18;a:2:{s:1:\"t\";i:1781913600;s:1:\"c\";i:215523666;}i:19;a:2:{s:1:\"t\";i:1782000000;s:1:\"c\";i:203536752;}i:20;a:2:{s:1:\"t\";i:1782086400;s:1:\"c\";i:187809863;}i:21;a:2:{s:1:\"t\";i:1782172800;s:1:\"c\";i:224173150;}i:22;a:2:{s:1:\"t\";i:1782259200;s:1:\"c\";i:234686554;}i:23;a:2:{s:1:\"t\";i:1782345600;s:1:\"c\";i:215059913;}i:24;a:2:{s:1:\"t\";i:1782432000;s:1:\"c\";i:269204863;}i:25;a:2:{s:1:\"t\";i:1782518400;s:1:\"c\";i:258327708;}i:26;a:2:{s:1:\"t\";i:1782604800;s:1:\"c\";i:213702924;}i:27;a:2:{s:1:\"t\";i:1782691200;s:1:\"c\";i:231032776;}i:28;a:2:{s:1:\"t\";i:1782777600;s:1:\"c\";i:217314164;}i:29;a:2:{s:1:\"t\";i:1782864000;s:1:\"c\";i:258011773;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:655558740;}i:1;a:2:{s:2:\"cd\";s:2:\"NL\";s:2:\"ct\";i:256383773;}i:2;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:195700798;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:181988571;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:134236718;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:105469595;}i:6;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:84302639;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:74584482;}i:8;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:57802075;}i:9;a:2:{s:2:\"cd\";s:2:\"ID\";s:2:\"ct\";i:40998216;}}}}','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('dbTest','a:1:{s:5:\"nonce\";s:64:\"157d04c4616cd6bab5955fb6e58da1ac5f413ebec2ba149a5b40551928fb3677\";}','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('dbVersion','8.4.0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('debugOn','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('deleteTablesOnDeact','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('detectProxyNextCheck','1783111863','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('detectProxyNonce','bcb13adc61b37a108e9886796ebd0e682f7e7537ca0ff076049324e8c8c7fc44','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('detectProxyRecommendation','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('diagnosticsWflogsRemovalHistory','[]','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('disableCodeExecutionUploads','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('disableConfigCaching','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('disableWAFIPBlocking','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('dismissAutoPrependNotice','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('displayAutomaticBlocks','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('displayTopLevelAuditLog','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('displayTopLevelBlocking','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('displayTopLevelLiveTraffic','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('displayTopLevelOptions','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('email_summary_dashboard_widget_enabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('email_summary_enabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('email_summary_interval','weekly','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('enableRemoteIpLookup','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('encKey','443651cb6043999b','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('fileContentsGSB6315Migration','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('firewallEnabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('hasKeyConflict','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('howGetIPs','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('howGetIPs_trusted_proxies','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('howGetIPs_trusted_proxy_preset','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('isPaid','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('keyType','free','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastAuditEvents','a:14:{i:0;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.activated\";i:1;i:1782988829;}}i:1;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.installed\";i:1;i:1782988722;}}i:2;a:2:{i:0;a:2:{i:0;s:19:\"user.auth.logged-in\";i:1;i:1782912822;}i:1;a:2:{i:0;s:20:\"user.auth.cookie-set\";i:1;i:1782912822;}}i:3;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.installed\";i:1;i:1782909301;}}i:4;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.activated\";i:1;i:1782908851;}}i:5;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.installed\";i:1;i:1782908826;}}i:6;a:2:{i:0;a:2:{i:0;s:19:\"user.auth.logged-in\";i:1;i:1782908675;}i:1;a:2:{i:0;s:20:\"user.auth.cookie-set\";i:1;i:1782908675;}}i:7;a:1:{i:0;a:2:{i:0;s:23:\"site.plugin.deactivated\";i:1;i:1782908646;}}i:8;a:2:{i:0;a:2:{i:0;s:19:\"user.auth.logged-in\";i:1;i:1782908250;}i:1;a:2:{i:0;s:20:\"user.auth.cookie-set\";i:1;i:1782908250;}}i:9;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.activated\";i:1;i:1782907258;}}i:10;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.installed\";i:1;i:1782907164;}}i:11;a:2:{i:0;a:2:{i:0;s:19:\"user.auth.logged-in\";i:1;i:1782905875;}i:1;a:2:{i:0;s:20:\"user.auth.cookie-set\";i:1;i:1782905875;}}i:12;a:1:{i:0;a:2:{i:0;s:31:\"site.update.automatic-completed\";i:1;i:1782905635;}}i:13;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.activated\";i:1;i:1782507064;}}}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastBlockAggregation','1782905635','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastDailyCron','1782974883','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastDashboardCheck','1782989647','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastNotificationID','9','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lastPermissionsTemplateCheck','1782975121','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('licenseType','free','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveActivityPauseEnabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTrafficEnabled','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_displayExpandedRecords','0','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_ignoreIPs','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_ignorePublishers','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_ignoreUA','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_ignoreUsers','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_maxAge','30','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('liveTraf_maxRows','2000','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSecurityEnabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_blockAdminReg','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_breachPasswds','admins','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_breachPasswds_enabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_countFailMins','240','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_disableApplicationPasswords','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_disableAuthorScan','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_disableOEmbedAuthor','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_enableSeparateTwoFactor','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_lockInvalidUsers','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_lockoutMins','240','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_maskLoginErrors','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_maxFailures','20','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_maxForgotPasswd','20','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_requireAdminTwoFactor','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_strongPasswds','pubs','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_strongPasswds_enabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('loginSec_userBlacklist','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('longEncKey','a58b46ecf47fb2d17b0bba5a01bbd6e73897b702f837bdf94e907c2d1f53f183','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('lowResourceScansEnabled','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('manualScanType','onceDaily','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('max404Crawlers','DISABLED','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('max404Crawlers_action','throttle','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('max404Humans','DISABLED','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('max404Humans_action','throttle','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxExecutionTime','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxGlobalRequests','DISABLED','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxGlobalRequests_action','throttle','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxMem','256','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxRequestsCrawlers','DISABLED','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxRequestsCrawlers_action','throttle','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxRequestsHumans','DISABLED','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('maxRequestsHumans_action','throttle','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('migration636_email_summary_excluded_directories','1','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_auditlog','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_blocking','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_dashboard','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_firewall','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_livetraffic','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_loginsecurity','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsNewTour_scan','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_auditlog','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_blocking','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_dashboard','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_firewall','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_livetraffic','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_loginsecurity','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('needsUpgradeTour_scan','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('neverBlockBG','neverBlockVerified','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_blogHighlights','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_productUpdates','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_promotions','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_scanStatus','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_securityAlerts','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('notification_updatesNeeded','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingAttempt1','skipped','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingAttempt2','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingAttempt3','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingAttempt3Initial','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingDelayedAt','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('onboardingLastVersion','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_blockBadPOST','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_bypassLitespeedNoabort','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_hideWPVersion','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_pwStrengthOnUpdate','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_scanComments','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_scanOutside','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('other_WFNet','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('previousWflogsFileList','[\".htaccess\",\"attack-data.php\",\"config-livewaf.php\",\"config-synced.php\",\"config-transient.php\",\"config.php\",\"geoip.mmdb\",\"ips.php\",\"rules.php\",\"template.php\"]','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('recentServerAddr','a:1:{s:9:\"127.0.0.1\";i:1782989366;}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('satisfactionPromptDismissed','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('satisfactionPromptInstallDate','1782507061','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('satisfactionPromptOverride','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_checkGSB','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_checkHowGetIPs','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_checkReadableConfig','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_comments','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_core','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_coreUnknown','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_diskSpace','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_fileContents','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_fileContentsGSB','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_geoipSupport','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_highSense','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_malware','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_oldVersions','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_options','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_passwds','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_plugins','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_posts','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_scanImages','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_suspectedFiles','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_suspiciousAdminUsers','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_suspiciousOptions','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_themes','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_wafStatus','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_wpscan_directoryListingEnabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scansEnabled_wpscan_fullPathDisclosure','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scanType','standard','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_exclude','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_force_ipv4_start','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_include_extra','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_maxDuration','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_maxIssues','1000','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scan_max_resume_attempts','2','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('schedMode','auto','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('schedStartHour','8','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('scheduledScansEnabled','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('serverDNS','1782507069;596114;127.0.0.1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('showAdminBarMenu','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('spamvertizeCheck','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('ssl_verify','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('startScansRemotely','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('supportContent','{}','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('supportHash','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('timeoffset_wf','30','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('timeoffset_wf_updated','1782989648','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('totalLoginHits','7','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('touppBypassNextCheck','0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('touppPromptNeeded','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('vulnerabilities_plugin','a:7:{i:0;a:3:{s:4:\"slug\";s:22:\"advanced-custom-fields\";s:11:\"fromVersion\";s:5:\"6.8.4\";s:10:\"vulnerable\";b:0;}i:1;a:3:{s:4:\"slug\";s:19:\"custom-post-type-ui\";s:11:\"fromVersion\";s:6:\"1.19.2\";s:10:\"vulnerable\";b:0;}i:2;a:3:{s:4:\"slug\";s:10:\"fluentform\";s:11:\"fromVersion\";s:5:\"6.2.5\";s:10:\"vulnerable\";b:0;}i:3;a:3:{s:4:\"slug\";s:14:\"kadence-blocks\";s:11:\"fromVersion\";s:5:\"3.7.6\";s:10:\"vulnerable\";b:0;}i:4;a:3:{s:4:\"slug\";s:16:\"seo-by-rank-math\";s:11:\"fromVersion\";s:7:\"1.0.272\";s:10:\"vulnerable\";b:0;}i:5;a:3:{s:4:\"slug\";s:11:\"updraftplus\";s:11:\"fromVersion\";s:6:\"1.26.5\";s:10:\"vulnerable\";b:0;}i:6;a:3:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"8.2.2\";s:10:\"vulnerable\";b:0;}}','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wafAlertInterval','600','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wafAlertOnAttacks','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wafAlertThreshold','100','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wafAlertWhitelist','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('waf_status','learning-mode','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('whitelisted','','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('whitelistedServices','{}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('whitelistHash','','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('whitelistPresets','{}','no');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wordfenceI18n','1','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wordpressPluginVersions','a:9:{s:22:\"advanced-custom-fields\";s:5:\"6.8.4\";s:19:\"custom-post-type-ui\";s:6:\"1.19.2\";s:10:\"duplicator\";s:8:\"1.5.16.1\";s:10:\"fluentform\";s:5:\"6.2.5\";s:14:\"kadence-blocks\";s:5:\"3.7.6\";s:16:\"seo-by-rank-math\";s:7:\"1.0.272\";s:17:\"ruka-site-builder\";s:5:\"3.0.0\";s:11:\"updraftplus\";s:6:\"1.26.5\";s:9:\"wordfence\";s:5:\"8.2.2\";}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wordpressThemeVersions','a:5:{s:7:\"kadence\";s:5:\"1.5.1\";s:19:\"ruka-dopomohy-theme\";s:3:\"1.0\";s:16:\"twentytwentyfive\";s:3:\"1.5\";s:16:\"twentytwentyfour\";s:3:\"1.5\";s:17:\"twentytwentythree\";s:3:\"1.6\";}','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wordpressVersion','7.0','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wp_home_url','http://ruka-dopomohy.local','yes');
INSERT INTO `wp_wfconfig` (`name`,`val`,`autoload`) VALUES ('wp_site_url','http://ruka-dopomohy.local','yes');

DROP TABLE IF EXISTS `wp_wfcrawlers`;
CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wffilechanges`;
CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wffilemods`;
CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int unsigned NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfhits`;
CREATE TABLE `wp_wfhits` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint DEFAULT '0',
  `statusCode` int NOT NULL DEFAULT '200',
  `isGoogle` tinyint NOT NULL,
  `userID` int unsigned NOT NULL,
  `newVisit` tinyint unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfhoover`;
CREATE TABLE `wp_wfhoover` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfissues`;
CREATE TABLE `wp_wfissues` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `time` int unsigned NOT NULL,
  `lastUpdated` int unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfknownfilelist`;
CREATE TABLE `wp_wfknownfilelist` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wflivetraffichuman`;
CREATE TABLE `wp_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wflocs`;
CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int unsigned NOT NULL,
  `failed` tinyint unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wflogins`;
CREATE TABLE `wp_wflogins` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int unsigned NOT NULL,
  `vtime` int unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfls_role_counts`;
CREATE TABLE `wp_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`serialized_roles`,`two_factor_inactive`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfls_settings`;
CREATE TABLE `wp_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('2fa-user-grace-period','10','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('allow-disabling-ntp','1','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('allow-xml-rpc','1','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('captcha-stats','{\"counts\": [0,0,0,0,0,0,0,0,0,0,0], \"avg\": 0}','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('delete-deactivation','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('disable-temporary-tables','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('dismissed-fresh-install-modal','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('enable-auth-captcha','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('enable-login-history-columns','1','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('enable-shortcode','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('enable-woocommerce-account-integration','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('enable-woocommerce-integration','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('global-notices','[]','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('ip-source','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('ip-trusted-proxies','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('last-secret-refresh','1782507059','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('ntp-failure-count','0','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('ntp-offset','30.422901630402','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('recaptcha-secret','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('recaptcha-site-key','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('recaptcha-test-mode','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('recaptcha-threshold','0.5','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('remember-device','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('remember-device-duration','2592000','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('require-2fa-grace-period-enabled','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('require-2fa.administrator','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('schema-version','2','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('shared-hash-secret','fe9533099ba0bc7938395bd87bb442c0847116b5511840061066f4f6a7c0538d','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('shared-symmetric-secret','d6446a1182614be85568da048500e47115c8e07a7c1a799a1e07f04ceda8ede0','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('stack-ui-columns','1','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('use-ntp','1','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('user-count-query-state','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('whitelisted','','yes');
INSERT INTO `wp_wfls_settings` (`name`,`value`,`autoload`) VALUES ('xmlrpc-enabled','1','yes');

DROP TABLE IF EXISTS `wp_wfnotifications`;
CREATE TABLE `wp_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint unsigned NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int NOT NULL DEFAULT '1000',
  `ctime` int unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

INSERT INTO `wp_wfnotifications` (`id`,`new`,`category`,`priority`,`ctime`,`html`,`links`) VALUES ('site-AEAAAAA','1','wfplugin_updates','502','1782988726','<a href=\"http://ruka-dopomohy.local/wp-admin/update-core.php\">An update is available for 3 plugins</a>','[]');

DROP TABLE IF EXISTS `wp_wfpendingissues`;
CREATE TABLE `wp_wfpendingissues` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `time` int unsigned NOT NULL,
  `lastUpdated` int unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfreversecache`;
CREATE TABLE `wp_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfsecurityevents`;
CREATE TABLE `wp_wfsecurityevents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfsnipcache`;
CREATE TABLE `wp_wfsnipcache` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int unsigned NOT NULL DEFAULT '0',
  `type` int unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfstatus`;
CREATE TABLE `wp_wfstatus` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wftrafficrates`;
CREATE TABLE `wp_wftrafficrates` (
  `eMin` int unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;


DROP TABLE IF EXISTS `wp_wfwaffailures`;
CREATE TABLE `wp_wfwaffailures` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `throwable` text NOT NULL,
  `rule_id` int unsigned DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

